/* Version: 1.0.0 */
html,
body {
    scroll-behavior: smooth;
}

* {
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 20px; */
    /* letter-spacing: -0.03em; */
}

section {
    padding: 50px 0;
}

.bg1 {
    background: #F2FBFD;
}

.bg2 {
    background: #ffffff;
}

.text-primary {
    color: #D7DF21 !important;
}

.btn-primary {
    border-radius: 10px;
    background: #D7DF21;
    color: #121212;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: 0;
}

.btn-primary:hover {
    background: #ffffff;
    color: #000;
    border: 2px solid;
}

.card {
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, .125);

}

h3 {
    margin-top: 24px;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

img {
    max-width: 100%;
    width: auto;
}

.heading {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.heading span {
    border-bottom: 6px solid #76df23;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 40px;
}

.small-heading {
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: #132F45;
    padding-bottom: 10px;
}


header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 150;
    /* background-image: linear-gradient(#000000, #ffffff00); */
    background: #fff;
}


/* General link styles */
.navbar .navbar-nav .nav-item .nav-link {
    color: #000000;
    /* Default text color */
    text-decoration: none;
    /* Remove underline by default */
    display: inline;
    /* Ensure hover applies to the text only */
    padding: 5;
    /* Remove padding */
    transition: color 0.5s ease;
    /* Smooth color transition */

}

/* Hover effect for text only */
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #000000;
    /* Keep text color unchanged */
    text-decoration: underline;
    /* Add underline on hover */
    text-decoration-color: #76df23;
    /* Set underline color */
    background: none;
    /* No background highlight */
    text-decoration-thickness: 2px;
    transition: color 0.3s ease;
}


/* Dropdown hover effect */
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #000000;
    /* Default dropdown text color */
    text-decoration: none;
    /* Remove underline */
    transition: color 0.3s ease;
    /* Smooth transition */
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    /* color: #000000; Keep dropdown text color */
    text-decoration: underline;
    /* Add underline */
    text-decoration-color: #76df23;
    /* Set underline color for dropdown */
    background: white;
    /* No background highlight */
    transition: color 0.3s ease;
}


.custom-navbar {
    min-height: 70px;
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* width: 1140px; */
    max-width: 100%;
    /* border: 1px solid rgba(234, 240, 252, 0.15); */
    border-radius: 0.2rem;
    z-index: 9999;
    -webkit-transition: all, 0.33s;
    transition: all, 0.33s;
    padding: 0 10px;
}

.custom-navbar .btn-primary {
    background: #76df23;
    border-color: #76df23;
    color: #fff;
    font-size: 15px;
    border: 0;
    padding: 12px 20px;
}

@media (prefers-reduced-motion: reduce) {
    .custom-navbar {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-navbar .navbar-toggler {
    border: 1px solid rgba(234, 240, 252, 0.2);
    height: 55px;
}

.custom-navbar .navbar-toggler span {
    width: 35px;
    height: 3px;
    display: block;
    background-color: rgb(0 0 0);
    border-radius: 10px;
}

.custom-navbar .navbar-toggler span:after,
.custom-navbar .navbar-toggler span:before {
    content: '';
    width: 35px;
    display: block;
    height: 3px;
    color: #495057;
    background-color: rgb(0 0 0 / 81%);
}

.custom-navbar .navbar-toggler span:after {
    -webkit-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    transform: translateY(-13px);
}

.custom-navbar .navbar-toggler span:before {
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}

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

.custom-navbar .nav-link {
    margin: 0 3px;
    /* font-weight: 600; */
    /* font-size: 14px; */
    color: #000000 !important;
    /* font-family: 'Raleway'; */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

.custom-navbar .nav-link.active {
    color: #ff214f !important;
}

.custom-navbar.affix {
    /* position: fixed; */
    width: 100%;
    max-width: 100%;
    /* background: #fff; */
    -webkit-animation-name: affix;
    animation-name: affix;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    top: 0;
    border-radius: 0;
    border-bottom: 1px solid #eaf0fc;
}

.custom-navbar.affix .navbar-toggler {
    border-color: rgba(73, 80, 87, 0.2) !important;
}

.custom-navbar.affix .navbar-toggler span,
.custom-navbar.affix .navbar-toggler span:before,
.custom-navbar.affix .navbar-toggler span:after {
    background: rgba(73, 80, 87, 0.2) !important;
}

.custom-navbar.affix .nav-link {
    color: #495057 !important;
}

.custom-navbar.affix .nav-link.active {
    color: #ff214f !important;
}

.custom-navbar .nav-item.dropdown {
    position: inherit;
}

.custom-navbar .dropdown-menu {

    /* left: 0;
        right: 0;
        padding: 0;
        border-radius: 25px;
        overflow: hidden; */

    left: auto;
    /* Reset left alignment */
    right: auto;
    /* Reset right alignment */
    padding: 10px 0;
    /* Add padding for aesthetics */
    min-width: 150px;
    /* Minimum width */
    max-width: 300px;
    /* Maximum width */
    position: absolute;
    /* Position relative to parent */
    top: 100%;
    /* Position right below the parent */
    margin-top: 0;
    /* Avoid extra margin */
    transform: translateX(-20%);
    /* Center under the parent */

}

.custom-navbar .dropdown-menu .left-full-img {
    height: 100%;
    object-fit: cover;
}

.custom-dropdown {
    min-width: 450px;
    /* Increase the width of the dropdown */
}

.custom-dropdown .dropdown-item {
    white-space: normal;
    /* Allows text wrapping for longer names */
}


.custom-navbar h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 47px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #000;
}

.custom-navbar .card {
    border: 1px solid #ccc;
    padding: 10px;
}

.custom-navbar .card img {
    height: 95px;
    object-fit: cover;
}

.custom-navbar .card h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: initial;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #000;
    margin: 8px 0 5px;
}

.custom-navbar .card ul {
    padding-left: 20px;
}

.custom-navbar .card ul li {
    font-size: 14px;
    font-weight: 500;
    padding: 2px 0;
}

.custom-navbar .dropbtnmain {
    margin-top: 32px;
}

.custom-navbar .dropbtnmain .dropbtn {
    border-color: black;
    background-color: transparent;
    color: #000;
    border: 1px solid;
    padding: 12px 16px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    margin-right: 12px;
}

.custom-navbar .dropbtnmain .dropbtn2 {
    border-color: black;
    background-color: black;
    color: #fff;
    border: 1px solid;
    padding: 12px 16px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
}


.switchHeader {
    background: #fff;
}

.white_logo {
    display: none;
}

.black_logo {
    display: inline;
}

.switchHeader .black_logo {
    display: inline;
}

.switchHeader .white_logo {
    display: none;
}

.switchHeader .custom-navbar .nav-link {
    color: #000 !important;
}


.hero {
    /* background-image: url(../images/hero.jpg); */
    background-size: cover;
    background-position: center;
    /* padding-bottom: 50px; */
    /* padding-top: 210px; */
    /* padding-top: 9% !important; */
    /* position: relative; */
    min-height: 651px;
}

/* .hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(#00000042, black);
    z-index: 0;
    opacity: .7;
    backdrop-filter: blur(100px);
} */

.hero .container {
    z-index: 5;
    position: relative;
}

.hero h1 {
    color: #fff;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    /*text-shadow: 0 2px 8px #00000069;*/
}

.hero p {
    color: #D8EB59;
    text-shadow: 0px 4.336442947387695px 4.336442947387695px rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-top: 35px;
}

.hero .book-demo {
    border-radius: 10px;
    background: #D7DF21;
    color: #121212;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.hero .book-demo img {}

.hero .hero_downArrow {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 45px;
    position: relative;
    z-index: 55;
}

.hero .map {
    text-align: right;
}

.hero .map .map-pointer {
    width: 60%;
    margin-top: 15px;
    margin-bottom: 50px;
}

.hero video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why_choose_wrap {
    padding: 50px;
}

.why_choose_img {
    background-image: url(../images/why_choose_img.png);
    height: 100%;
}

#why_choose .item {
    padding: 70px;
    /*background: rgba(19, 47, 69, 0.10);*/
}



.owl-carousel {
    /* margin: 74px; */

}

.owl-nav {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
}

.owl-nav .owl-prev {
    float: left;
}

.owl-nav .owl-next {
    float: right;
}

.owl-dots .owl-dot.active span {
    background: #00A6D7 !important;
}


.vmv {
    background-image: linear-gradient(45deg);
    position: relative;
    overflow: hidden;
}

.vmv .card {
    align-items: baseline;
    background-size: cover;
    padding-top: 190px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 60px;
    opacity: 0;
    /* Start hidden */
    transform: translateY(50px);
    /* Start with a downward offset */
    transition: opacity 2s ease, transform 2s ease;
}

/* Trigger animation when the card becomes visible */
.vmv .card.visible {
    opacity: 1;
    /* Fully visible */
    transform: translateY(0);
    /* Reset offset */
}

.vmv .card h3 {
    color: #fff;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    transition: all ease 0.4s;
    z-index: 2;
}

.vmv .card p {
    opacity: 0;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    color: #fff;
    transition: all ease 0.4s;
    z-index: 2;
}

.vmv .card:hover h3 {
    transform: translateY(-30px);
}

.vmv .card:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.vmv .card:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease;
    z-index: 1;
}

.vmv .card:hover p {
    opacity: 1;
}

.our-expert {
    padding: 80px 0px;
    /*20-12*/
    height: 380px;
    /*20-12*/
}

/*21-12*/
.icons {
    /* display: flex; */
    width: 200px;
    height: 100px;
    gap: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  } */

.commercial-building {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #f8fafa;
}

.building-container {
    display: flex;
    max-width: 1200px;
    gap: 20px;
    background-color: #f8fafa;
    border-radius: 8px;
    overflow: hidden;
    margin: 100px 100px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.building-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding: 30px;
    justify-content: center;

}

.building-image {
    width: 50%;

    text-align: center;
}

.building-content {
    padding: 20px;
    flex: 1;
    background-color: #ffffff;
}

.outer-container h1 {
    font-size: 24px;
    color: #007bff;
    margin: 0 0 10px;
}

.outer-container h2 {
    font-size: 20px;
    margin: 10px 0 20px;
    color: #333;
}

.outer-container p {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 20px;
}

.icons {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.icons img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.request-demo-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #76df23;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
    text-align: center;
}

.request-demo-btn:hover {
    background-color: #69c026;
    text-decoration: none;
    color: #fff;

}

/*21-12*/

/* Base styles for the section */
.section-move {
    position: relative;
    transform: translateX(-100%);
    /* Initially off-screen to the left */
    opacity: 0;
    /* Initially invisible */
    transition: transform 3s ease-in-out, opacity 6s ease-in-out;
    /* Slow and smooth */
}

/* Class to bring the content to the right with fade-in */
.move-right {
    transform: translateX(0);
    /* Bring it to the original position */
    opacity: 1;
    /* Fully visible */
}

.section-moves {
    position: relative;
    transform: translateX(-100%);
    /* Initially off-screen to the left */
    opacity: 0;
    /* Initially invisible */
    transition: transform 3s ease-in-out, opacity 6s ease-in-out;
    /* Slow and smooth */
}

/* Class to bring the content to the right with fade-in */
.move-left {
    transform: translateX(0);
    /* Bring it to the original position */
    opacity: 1;
    /* Fully visible */
}

.video-play {
    padding: 100px 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.text1 {
    padding: 0px 250px;
    font-size: 20px;
    text-align: center;
}

.missions {
    background: #F2FBFD;
}

.missions .card {
    text-align: center;
    padding: 0 45px;
}

.missions .card svg {
    margin: auto;
}

.missions .card:hover svg path {
    fill: #D7DF21;
}

.missions .card:hover svg rect {
    stroke: #D7DF21;
}

.missions .card h3 {}

.missions .card p {}

.missions .card:hover h3,
.missions .card:hover p {
    color: #918116;
}

.missions_new {
    background: #f3fff4;
    /* padding-top: 0; */
}

.missions_new .card {
    /* text-align: center; */
    padding: 0 10px;
    flex-direction: initial;
    align-items: center;
    gap: 20px;
    transition: all ease .3s;
}

.missions_new .card .textdiv {
    width: 100%;
}

.missions_new .bulb_img {
    margin-top: 35px;
}

/*23-12*/

.bulb_img {
    position: relative;
    
}

.bulb_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease-in-out;
    /* Smooth transition effect */
}

.bulb_img .default-img {
    opacity: 1;
    /* Visible by default */
    z-index: 1;
}

.bulb_img .hover-img {
    opacity: 0;
    /* Hidden by default */
    z-index: 0;
}

.bulb_img:hover .default-img {
    opacity: 0;
    /* Hide on hover */
    z-index: 0;
}

.bulb_img:hover .hover-img {
    opacity: 1;
    /* Show on hover */
    z-index: 1;
}
/* ✅ Mobile Fix: Stack images properly */
@media (max-width: 767px) {
    .bulb_img {
        position: relative;
        display: block;  /* Allows images to stack */
        text-align: center; /* Centers images */
    }

    .bulb_img img {
        position: relative; /* Removes absolute positioning */
        width: 80%; /* Prevents image from being too large */
        margin: 10px auto; /* Centers the image */
        opacity: 1 !important; /* Always visible */
    }

    /* Remove hover effect on mobile (optional) */
    .bulb_img .hover-img {
        display: none;
    }
}
/* Basic styling */
.scrolling-container {
    overflow: hidden;

    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    align-content: center;
    /* padding-top: 10px; */
    display: flex;
}

.scrolling-container2 {
    overflow: hidden;

    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    align-content: center;
    /* padding-top: 10px; */
    display: flex;
}

.scrolling-list {
    display: flex;
    animation: scroll 30s linear infinite;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
}

.scrolling-list li {
    display: inline-block;
    margin: 0 15px;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.scrolling-list img {
    height: 100px;
    /* Adjust the height as needed */
    object-fit: contain;
}

/* Keyframe animation for infinite scroll */
@keyframes scroll {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-250%);
    }
}



/*23-12*/

.missions_new .card svg {
    margin: auto;
    width: 100%;
    transition: all ease .3s;
}

.missions_new .card:hover svg {
    transform: rotate(360deg);
}

.missions_new .card:hover svg path {
    fill: #D7DF21;
}

.missions_new .card:hover svg rect {
    stroke: #D7DF21;
}

.missions_new .card h3 {
    margin: 0;
}

.missions_new .card p {
    margin: 0;
}

.missions_new .card:hover h3,
.missions_new .card:hover p {
    /* color: #918116; */
}

.missions_new .card.forceDD {
    margin-top: 18px;
}

.missions_new .card .textdiv.force,
.missions_new .card .textdiv.int {
    text-align: end;
}

.missions_new .card .textdiv.light,
.missions_new .card .textdiv.build {}

.missions_new .card .forceM {
    width: 155px;
    position: relative;
}

.missions_new .card .forceM svg rect {
    stroke: #ffe047;
}

.missions_new .card .forceM svg path {
    fill: #ffe047;
}

.missions_new .card .forceM:after {
    content: '';
    position: absolute;
    bottom: 27px;
    right: -85px;
    height: 3px;
    background: #ffe047;
    width: 100px;
    border-radius: 10px;
    z-index: 1;
}

.missions_new .card .forceM:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    bottom: 22px;
    right: -89px;
    display: inline-block;
    z-index: 10;
    background: #ffe047;
}

.missions_new .card.intDD {
    margin-top: 90px;
}

.missions_new .card .intM svg path {
    fill: #4ba5d9;
}

.missions_new .card .intM svg rect {
    stroke: #4ba5d9;
}

.missions_new .card .intM svg {}

.missions_new .card .intM {
    width: 155px;
    position: relative;
}

.missions_new .card .intM:after {
    content: '';
    position: absolute;
    top: 50px;
    right: -96px;
    height: 3px;
    background: #4ba5d9;
    width: 100px;
    border-radius: 10px;
    z-index: 1;
}

.missions_new .card .intM:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    top: 45px;
    right: -103px;
    display: inline-block;
    z-index: 10;
    background: #4ba5d9;
}

.missions_new .card .lightM svg rect {
    stroke: #ff7f1c;
}

.missions_new .card .lightM svg path {
    fill: #ff7f1c;
}

.missions_new .card .lightM svg {}

.missions_new .card .lightM {
    width: 155px;
    position: relative;
    margin-top: 70PX;
}

.missions_new .card .lightM:after {
    content: '';
    position: absolute;
    bottom: 27px;
    left: -85px;
    height: 3px;
    background: #ff7f1c;
    width: 100px;
    border-radius: 10px;
    z-index: 1;
}

.missions_new .card .lightM:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    bottom: 22px;
    left: -93px;
    display: inline-block;
    z-index: 10;
    background: #ff7f1c;
}

.missions_new .card.buildMDD {
    margin-top: 140px;
}

.missions_new .card .buildM svg path {
    fill: #93b137;
}

.missions_new .card .buildM svg rect {
    stroke: #93b137;
}

.missions_new .card .buildM svg {}

.missions_new .card .buildM {
    width: 155px;
    position: relative;
}

.missions_new .card .buildM:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    bottom: 74px;
    left: -105px;
    display: inline-block;
    z-index: 10;
    background: #93b137;
}

.missions_new .card .buildM:after {
    content: '';
    position: absolute;
    top: 42px;
    left: -95px;
    height: 3px;
    background: #93b137;
    width: 100px;
    border-radius: 10px;
    z-index: 1;
}

.missions_new .card.forceDD:hover,
.missions_new .card.intDD:hover {
    transform: translate(20px, 0px);
}

.missions_new .card.buildMDD:hover,
.missions_new .card.lightDD:hover {
    transform: translate(-20px, 0px);
}

@media screen and (max-width: 1199px) {
    .missions_new .card.forceDD {
        margin-top: 44px;
    }

    .missions_new .card.intDD {
        margin-top: 85px;
    }

    .missions_new .bulb_img {
        margin-top: 50px;
    }

    .missions_new .card.buildMDD {
        margin-top: 78px;
    }
}

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

    .missions_new .card .lightM:before,
    .missions_new .card .lightM:after,
    .missions_new .card .buildM:after,
    .missions_new .card .buildM:before,
    .missions_new .card .forceM:after,
    .missions_new .card .forceM:before,
    .missions_new .card .intM:after,
    .missions_new .card .intM:before {
        content: none;
    }

    .missions_new .card {
        margin: 20px 0 !important;
    }

    .missions_new .bulb_img {
        margin: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .missions_new .bulb_img {
        padding: 0 22%;
    }
}


.successors {
    background: #F2FBFD;
    padding-bottom: 38px;
    padding-top: 0;
}

.successors .card {
    margin-top: 110px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 38px;
}

.successors .card img {
    margin-top: -160px;
}

.successors .card h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    color: #22a99a;
    margin-top: 18px;
}

.successors .card h3 small {
    font-size: 17px;
    display: block;
    line-height: 1;
    margin-top: 10px;
    color: #000;
}

.successors .card p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: none;
}

.successors .card:hover p {
    display: block;

}

.successors .imageSet {
    list-style: none;
    border-radius: 377px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    background: #FFF;
    width: 320px;
    margin: 40px auto 0;
    padding: 7px 20px 7px 36px;
}

.successors .imageSet li {
    display: inline-block;
    margin-left: -25px;
    transition: all ease .4s;
}

.successors .imageSet:hover li {
    margin-left: -23px;
}

.successors .imageSet li img {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    border: 1px solid #000;
}

.successors .imageSet a.btn {
    margin-left: 25px;
    font-weight: 600;
    font-size: 14px;
}


.services {}

.services .media {
    padding: 14px;
}

.services .media img {
    max-width: 52px;
}

.services .media h5 {
    color: #76df23;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.services .media p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.products {
    padding-top: 0;
}

.products .prd-img {
    position: relative;
    margin-bottom: 20px;
    background-size: cover;
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 60px;
    height: 95%;
}

.products .prd-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000085;
}

.products .prd-img .prd_name {
    border-radius: 16px 0px;
    background: rgb(9 179 47 / 50%);
    position: relative;
    top: 0;
    z-index: 5;
    color: #fff;
    padding: 14px;
    font-size: 20px;
    /* width: 250px; */
    text-align: left;
    max-width: 100%;
    margin-bottom: 15px;
    transition: all ease .3s;
}

.products .prd-img:hover .prd_name {
    transform: translateY(-20px);
}

.products .prd-img p {
    font-size: 17px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.products .prd-img img {
    object-fit: cover;
    height: 450px;
    width: 100%;
}

.client {
    padding-top: 0;
}

.client .item,
.partners .item {
    padding: 26px;
}

.client .item img {
    max-height: 64px;
    width: auto;
    text-align: center;
    margin: auto;
}


.partners {
    /* background: #F2FBFD; */
    padding: 100px 0px;

}

.clients-scroll {
    padding: 0px 0px;
    justify-content: center;
    align-items: center;
    text-align: center;

}

/*16-01*/
#clients-scroll {
    overflow-x: auto;
    padding: 20px 0;
    scroll-behavior: smooth;
    gap: 20px;
    /* Space between items */
    white-space: nowrap;
    /* Ensure items remain in a single line */
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    transform: translateY(50px);
    transition: all 1.5s ease-in-out;
}

#clients-scroll .item {
    /* flex: 0 0 auto; */
    /* Prevent items from shrinking or growing */
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    margin-left: 70px;
    padding: 10px;

}

#clients-scroll img {
    max-height: 100px;
    /* Adjust as needed */
    width: auto;
    /* Maintain aspect ratio */
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
}

#clients-scroll::-webkit-scrollbar {
    display: none;
    /* Hide the scrollbar */
}

.clients-scroll2 {
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#clients-scroll2 {
    overflow-x: auto;
    padding: 20px 0;
    scroll-behavior: smooth;
    gap: 20px;
    /* Space between items */
    white-space: nowrap;
    /* Ensure items remain in a single line */
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    transform: translateY(50px);
    transition: all 1.5s ease-in-out;
}

#clients-scroll2 .item {
    flex: 0 0 auto;
    /* Prevent items from shrinking or growing */
    display: flex;
    text-align: center;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Adds a subtle shadow */
    border-radius: 8px;
    /* Optional: Rounds the corners */
    background-color: #fff;
    /* Optional: Adds a background color */
    margin: 10px;
    margin-left: 70px;
}

#clients-scroll2 img {
    max-height: 100px;
    /* Adjust as needed */
    width: auto;
    /* Maintain aspect ratio */
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
}

#clients-scroll2::-webkit-scrollbar {
    display: none;
    /* Hide the scrollbar */
}

#servicesPage{
    transform: translateY(50px);
    transition: all 1.5s ease-in-out;
}

/*16-01*/
/*20-12*/
#testimonials_sec {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

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

.align {
    text-align: left;
    padding-left: 2px;
}

/*20-12*/

/* Add hover effect on .item */
.partners .item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Smooth transition */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Default soft shadow */
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    margin: 10px;
}

.partners .item:hover {
    transform: scale(1.05);
    /* Slight scaling effect */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /* Stronger shadow on hover */
    z-index: 1;
}

.clients-scroll .item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Smooth transition */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Default soft shadow */
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    margin: 10px;
}

.clients-scroll .item:hover {
    transform: scale(1.05);
    /* Slight scaling effect */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /* Stronger shadow on hover */
    z-index: 1;
}

/* Optional: Change the background color of the media section */
.partners .item:hover .media {
    background-color: #f0f0f0;
    /* Light gray background on hover */
}


.partners .media img {
    width: 54px;
    border-radius: 5px;
}

.partners .media .rating {}

.partners .media .rating .fas {
    color: #FFBD3D;
}

.partners .media .rating .far {
    color: #FFBD3D;

}

.partners .item p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    z-index: 1;
}

.partners .item h3 {
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.partners .item h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.partners .item h5 {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}


.request_demo {
    border-radius: 15px;
    background-color: #ACECFF;
    padding: 46px;
    align-items: center;
    background-image: url(../images/Lines.png);
    background-size: cover;
    margin-bottom: -200px;
    z-index: 3;
    position: relative;
}

.request_demo h3 {
    /* font-family: Hind; */
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.request_demo p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.request_demo .btn-primary {
    background: #132F45;
    border-color: #132F45;
    color: #fff;
    font-size: 15px;
    padding: 12px 20px;
}

.request_demo .map {
    width: 390px;
    max-width: 100%;
    margin-top: -155px;
    margin-left: auto;
    margin-right: auto;
}

.certification {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
    height: 400px;
    padding-bottom: 0px;
}

.certification {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.5s ease-in-out;
}

.certification ul {
    list-style: none;
    padding: 0;
}

/* .certification ul li {
    list-style: none;
    display: inline-block;
    width: 19%;
    margin: 6px 0.5%;
} */

.certification ul li img {
    border-radius: 12px;
}

.certification .client-column {
    text-align: center;
    margin-bottom: 20px;
}

.certification ul {
    list-style-type: none;
    padding: 0;
}

.certification ul li {
    display: inline-block;
    margin: 10px;
    /* gap */
}

.certification ul li img {
    max-width: 170px;
    height: auto;
    display: block;
    margin: 0 auto;

}



/* Animated visible state our expertise*/
.certification.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Initial hidden state our expertise*/
.animate {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.8s ease-in-out;
}

/* Animated visible state our expertise*/
.animate.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Initial state of the elements (hidden and translated down) */
.slide-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 2s ease-out;
}

/* Visible state when scrolled into view */
.slide-up.active {
    opacity: 1;
    transform: translateY(0);
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    /* Ensure the video stays behind the content */
    opacity: 0.1;
}

.contact-section {
    background-color: #f8fcfc;
    text-align: center;
    padding: 60px;
    width: 100%;

    /* Reduce this value to shift it upward */
}

.contact-container {
    display: flex;
    gap: 20px;
    max-width: 900px;
    background-color: #f8fcfc;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-top: 10px;
    /* Adjust this margin as needed */
}


.section-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.section-subtitle {
    margin-top: 5px;
    font-size: 14px;
    color: #777;
}

.read-more-text {
    display: block;
    text-align: right;
    color: #007bff;
    cursor: pointer;
    font-size: 0.9rem;
    margin-top: 5px;
}

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

.contact-info {
    background-color: #76df23;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    /* flex: 1; */
}

.contact-info h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.contact-info p {
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.6;
}

.contact-info .map {
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
}

/*24-12*/

.contact-info h3 {
    font-size: 22px;
}

.contact-info p {
    font-size: 15px;
}



/*24-12*/

/*26-12*/
.hero-section {
    height: 60vh;
    /* background-image: url('/assets/images/hero.jpg') no-repeat center center/cover; */
    background-attachment: fixed;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: 700;
}

.hero-content p {
    font-size: 1.2rem;
    max-width: 800px;
}

.contact-options {
    display: flex;
    justify-content: center;
    gap: 2rem;
    text-decoration: none;

    /* background-color: #f4f4f4; */
    /* padding: 2rem; */
}

.contact-options .option {
    text-align: center;
    box-shadow: #000;
    padding: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    padding: 40px;

}

.contact-options .option:hover {
    text-align: center;
    /* padding: 20px 40px; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    background-color: #75df23a1;
}

.contact-options .option img {
    width: 100px;
    height: 100px;
    padding: 10px;
    margin: 10px;
}

.contact-options p {
    padding: 0px;
    font-size: 20px;
}

.map-section img {
    width: 100%;
    height: auto;
}

footer {
    /* background-color: #333; */
    color: white;
    padding: 2rem;
}

.footer-columns {
    display: flex;
    gap: 220px;
    padding: 20px;
    background: #edffeb;
    /* Light background */
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */

}

.footer-columns .column {
    flex: 1;
    margin: 0 1rem;
    padding: 10px;
    margin: 0px 50px;
}

.footer-columns .column img {
    width: 400px;
    margin: 50px;
}


.footer-columns h3 {
    margin-bottom: 1rem;
    color: #343a40;
    /* Dark gray */
    font-size: 1.9rem;
    font-weight: bold;
}

.footer-columns ul {
    list-style: none;
    padding: 0;
}

.footer-columns ul li {
    margin-bottom: 1rem;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
}

/* General styles for the column */
.column {
    max-width: 400px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

/* Heading styles */
.column h3 {
    text-align: center;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 15px;
}

/* Styles for the dropdown list */
.column ul {
    list-style-type: none;
    padding: 0;
    margin: 0;

}

.column ul li {
    border: 1px solid #00e913;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
}

/* Header styles for dropdown items */
.dropdown-header {
    padding: 10px;
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    text-transform: uppercase;
}

.dropdown-header:after {
    content: "▼";
    font-size: 0.8rem;
    color: #999;
}

.dropdown:hover {
    background-color: #76df23;
}

/* Content styles for dropdown items */
.dropdown-content {
    display: none;
    padding: 15px;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
    border-top: 1px solid #01ad01;
    background-color: #fff;
}

/* Active state styles for showing dropdown content */
.dropdown.active .dropdown-content {
    display: block;
}

.dropdown.active .dropdown-header:after {
    content: "▲";
}

/* Responsive design */
@media (max-width: 768px) {
    .column {
        max-width: 100%;
        padding: 0 10px;
    }

    .dropdown-header {
        font-size: 0.9rem;
    }

    .dropdown-content {
        font-size: 0.8rem;
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
        /* Start slightly above */
    }

    to {
        opacity: 1;
        transform: translateY(0);
        /* End at the correct position */
    }
}

.social-icons span {
    display: block;
    margin-bottom: 0.5rem;
}

/*26-12*/

.contact-form {
    flex: 1.5;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-row {
    display: flex;
    gap: 10px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}

textarea {
    resize: vertical;
    height: 100px;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
    padding-left: 0px;
}

.form-check input[type="checkbox"] {
    width: auto;
}

.submit-button {
    background-color: #76df23;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 37px;
}

.submit-button:hover {
    background-color: #64be1f;
}

.dropdown-menu {
    border-radius: 8px;
    /* Rounded corners */
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
    /* Subtle shadow for depth */
    padding: 10px 0;
    min-width: 150px;
    max-width: 200px;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 0;
}

/* General styling for dropdown items */
.dropdown-menu .dropdown-item {
    position: relative;
    /* For positioning the sliding effect */
    overflow: hidden;
    /* To prevent text overflow */
    transition: color 0.3s ease;
    /* Smooth color transition */
    font-size: 15px;
}

/* Text animation on hover */
.dropdown-menu .dropdown-item::before {
    content: '';
    /* Empty content for the sliding effect */
    position: absolute;
    top: 0;
    left: -100%;
    /* Start off-screen */
    height: 100%;
    width: 100%;
    background: none;
    /* Can use a color or gradient if needed */
    transition: left 0.5s ease-in-out;
    /* Smooth slide effect */
}

.dropdown-menu .dropdown-item:hover::before {
    left: 0;
    /* Slide to the visible area */
    background: rgba(210, 255, 137, 0.1);
    /* Optional background effect */
}

.dropdown-menu .dropdown-item:hover {
    color: #ffffff;
    /* Change text color on hover */
    transition: color 0.3s ease;
    /* Smooth color change */
}

/* Optional: Add text shifting to the right */
.dropdown-menu .dropdown-item:hover {
    transition: transform 0.5s ease-in-out, color 0.3s ease;
    /* Smooth transition */
}

.dropdown-item {
    padding: 8px 20px;
    /* Padding for each item */
    font-size: 14px;
    /* Adjust font size if necessary */
    color: #333;
    /* Text color */
}


.dropdown-item:hover {
    background-color: #76df23;
    /* Light gray background on hover */
    color: #000;
    /* Dark text color on hover */
}



footer {
    margin-top: 100px;
    background: #181818;
    padding: 25px 0 0;
}

footer h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    margin-bottom: 30px;
}

footer .contact_de {
    list-style: none;
    margin-top: 25px;
    padding-left: 10px;
}

footer .contact_de li {
    position: relative;
    padding-left: 30px;
}

footer .contact_de li i {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

footer .contact_de li p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .link {
    display: block;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 6px 0;
}

footer .social_media {
    list-style: none;
}

footer .social_media li {
    display: inline-block;
}

footer .social_media li a {
    display: inline-block;
    background: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 7px;
    color: #000;
    border-radius: 5px;
}

footer .quick_link {
    list-style: none;
    text-align: right;
}

footer .quick_link li {
    display: inline;
}

footer .quick_link a {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 6px 5px;
}

footer form {
    display: flex;
}

footer form input[type="email"] {
    border-radius: 10px;
    border: 1px solid #F2FBFD;
    background: #2c2c2c;
    padding: 9px;
    width: 74%;
}

footer form input[type="submit"] {
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    width: 24%;
    margin-left: 9px;
}

footer .footer_quick_link {
    margin-top: 10px;
    border-top: 1px solid #ffffff24;
    padding-top: 16px;
}

footer .footer_quick_link p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}



@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }

    header {
        right: 0;
    }

    .custom-navbar .navbar-toggler {
        background: #76df23;
        padding: 18px 7px;
        height: auto;
    }

    .hero .map .map-pointer {
        width: 80%;
    }

    .hero .book-demo {
        left: 15px;
        font-size: 13px;
    }

    #why_choose .item {
        padding: 44px;
    }

    .navbar-dark .navbar-nav .nav-link {
        text-align: left;
    }
}


@media (max-width: 767px) {
    .hero h1 {
        font-size: 26px;
    }

    .hero p {
        font-size: 26px;
    }

    .request_demo {
        margin: 0 5px -200px;
        padding: 30px 19px;
    }

    .request_demo .map {
        margin-top: 0;
    }

    .request {
        padding-top: 0;
    }

    .why_choose_wrap {
        padding: 0;
    }

    #why_choose .item {
        padding: 24px;
    }

    .hero {
        /* background-image: url(../images/hero.jpg); */
        min-height: 500px;
    }

    .hero:before {
        background-image: radial-gradient(#00000047, black);
        backdrop-filter: blur(0px);
    }

    /* .hero video {
        display: none;
    } */

    footer .contact_de {
        padding-left: 7px;
    }

    footer .offset-1 {
        margin-left: 8px;
    }

    footer h4 {
        margin-bottom: 7px;
        margin-top: 25px;
    }

}




/*about page*/

.core_values {
    padding-bottom: 22px;
}

.core_values .card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 38px;
    margin-top: 30px;
}

.core_values .card h3 {}

.core_values .card p {}

.core_values .card i {
    font-size: 43px;
    border: 4px solid;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000204;
}

.core_values_bg {
    position: relative;
    background: url("https://firebasestorage.googleapis.com/v0/b/buildint-ebd3e.appspot.com/o/globe.png?alt=media&token=3bd27642-4833-47c1-ba9a-e49f7b5cfc00");
    background-size: cover;
    background-position: center;
    color: #000000;
    overflow: hidden;
    
    /* Ensures the pseudo-element stays within the container */
}
/* Apply different background for mobile screens */
@media (max-width: 768px) {
    .core_values_bg {
        background: url("https://firebasestorage.googleapis.com/v0/b/buildint-ebd3e.appspot.com/o/globe-mob.png?alt=media&token=48329e50-b2bd-4f41-ba5c-d6892dc216da");
        background-size: cover;
        background-position: center;
    }
}

.core_values_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.288); Black color with 50% opacity */
    z-index: 1;
    /* Places it above the background image */
}

.core_values_bg * {
    position: relative;
    z-index: 2;
    /* Ensures content is above the overlay */
}


.core_values_bg h4 {
    font-weight: 800;
    color: #0f0e0d;

}

.members {
    padding: 10px;
}

.members h2 {
    margin-top: 0px;
    /* Adds spacing above the headings */
    padding-top: 30px;
    /* Adds padding inside the element if needed */

}

/*30-12*/
.read-more-toggle {
    font-size: 14px;
    text-decoration: none;
}

.more-text {
    display: none;
    /* Hide extra text initially */
}

.members .media .more-text {
    display: none;
    /* Hide extra text initially */
    transition: display 0.3s ease;
}

.members .read-more-toggle {
    cursor: pointer;
    color: #007bff;
    text-decoration: none;
}

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

/* Initial state */
.contact-options,
.map-section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Active state */
.animate-visible {
    opacity: 1;
    transform: translateY(0);
}

/* 18-10 */

/* 18-10 */

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 82%;
    top: 0;
    left: 0;
    z-index: -1;
}

video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.container {
    position: relative;
    z-index: 1;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*30-12*/

/*02-01*/
.full-screen-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800%;
    object-fit: cover;
    z-index: 1;
}

.read-more-btn1,
.read-less-btn1 {
    background-color: #76df23;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
}

.read-more-btn1:hover,
.read-less-btn1:hover {
    background-color: #0056b3;
}

.read-more-btn2,
.read-less-btn2 {
    background-color: #76df23;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
}

.read-more-btn2:hover,
.read-less-btn2:hover {
    background-color: #0056b3;
}

.read-more-btn3,
.read-less-btn3 {
    background-color: #76df23;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
}

.read-more-btn3:hover,
.read-less-btn3:hover {
    background-color: #0056b3;
}

.read-more-btn4,
.read-less-btn4 {
    background-color: #76df23;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
}

.read-more-btn4:hover,
.read-less-btn4:hover {
    background-color: #0056b3;
}

.read-more-btn5,
.read-less-btn5 {
    background-color: #76df23;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
}

.read-more-btn5:hover,
.read-less-btn5:hover {
    background-color: #0056b3;
}

.read-more-btn6,
.read-less-btn6 {
    background-color: #76df23;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
}

.read-more-btn6:hover,
.read-less-btn6:hover {
    background-color: #0056b3;
}

.read-more-btn7,
.read-less-btn7 {
    background-color: #76df23;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
}

.read-more-btn7:hover,
.read-less-btn7:hover {
    background-color: #0056b3;
}

.read-more-btn8,
.read-less-btn8 {
    background-color: #76df23;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
}

.read-more-btn8:hover,
.read-less-btn8:hover {
    background-color: #0056b3;
}

.read-more-btn9,
.read-less-btn9 {
    background-color: #76df23;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
}

.read-more-btn9:hover,
.read-less-btn9:hover {
    background-color: #0056b3;
}

/*02-01*/

.members .media {
    display: flex;
    flex-direction: column;
    /* align-items: center;
    text-align: center; */
    border-radius: 8px;
    overflow: hidden;
    /* background-color: #f9f9f9; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    box-sizing: border-box;
}

.members .media:hover {
    background: #ffffff;
    transform: scale(1.05);
    /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); */
}

.members .media img {
    width: 100%;
    padding: 8px;
    max-height: 280px;
    object-fit: cover;
    margin: 0 !important;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.members .media img:hover {
    transform: scale(1.02);
}

.members .media h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 10px 0;
}

.members .media p {
    font-size: 13px;
    color: #666666;
    margin-bottom: 8px;
}

.members .media p small {
    font-size: 15px;
    color: #999999;
}

.members .media a {
    color: #0077b5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.members .media a:hover {
    color: #005582;
}

.members .media_block {
    display: block;
    border-radius: 8px;
    padding: 5px;
    background-color: #f0f0f0;
}

.members .media_block img {
    width: 100%;
    border: 3px solid #ccc;
    padding: 8px;
    height: 220px;
    object-fit: cover;
    margin: 0 !important;
    border-radius: 8px;
}

.content {
    margin-bottom: 25px;
    border-radius: 10px;
    background: #fff0;
    /* box-shadow: 0px 4px 8px 0px rgb(179 179 179 / 25%); */
    padding: 30px;
}

/*Our Solution*/

.services {
    background: #ffffff;
}

.services img {
    border-radius: 14px;
    margin-bottom: 20px;
}

.content h3 {
    margin: 0 0 14px;
}

.services.page {}

.services.page h3 {
    color: #000;
}

.services.page li,
.services.page p {
    color: #303030;
    font-size: 14px;
    line-height: 19px;
}

.services.page h4 {
    color: #0c1633;
    font-size: 20px;
}

.owl_card {
    background: #ffffff0d;
    border-radius: 10px;
    padding: 19px;
    margin-bottom: 50px;
}

.owl_card .owl-nav {
    position: inherit;
    margin-bottom: 42px;
}

.owl_card .content {
    margin: 0;
}

.owl_card .owl-nav .owl-prev,
.owl_card .owl-nav .owl-next {
    border: 2px solid #ffffff !important;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    color: #fff !important;
}

/*Our Solution*/


/*contact us */
.contactus {
    background-image: url(../images/bg-cnt.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.contactus .card {
    /* border: 3px solid; */
    padding: 24px 0px 0;
    margin-bottom: 0;
    /* height: 92%; */
    border-radius: 12px;
}

.contactus .form-control {
    background: transparent;
    border: 2px solid #ccc;
    border-radius: 0;
}

.contactus label {
    color: #fff
}

.contactus h4 {
    color: #d7df21;
    font-size: 15px;
}

.contactus p {
    color: #fff;
    font-size: 12px;
    margin: 0;
}

.acc_card {
    margin-bottom: 12px;
}

.acc_card .card-header {
    border-radius: 100px;
    padding: 5px;
}

.acc_card .card-header button {
    width: 100%;
    text-align: left;
    color: #d8eb59;
    font-size: 20px;
}

.acc_card .card-header button.collapsed {
    color: #fff;
}

.acc_card .card-body {
    padding: 0 18px;
    color: #fff;
}

.contactus form {
    /* background: #efefef; */
    padding: 0 0 0 30px;
    border-radius: 14px;
}

.add_card {
    border: 1px solid #87db444d;
    padding: 4px 13px !important;
}

.add_card h2 {}

.add_card h2 button {
    position: relative;
    color: #76df23 !important;
}

.add_card h2 button:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #76df23;
    border-width: 10px;
    margin-left: -10px;
    right: 0;
    top: 0px;
    transform: rotate(180deg);
}

.add_card h2 button.collapsed:after {
    transform: rotate(0deg);
    top: 12px;
}


/*contact us */

/*inner header*/
.inner_header {
    padding-bottom: 0;
    padding-top: 150px;
}

.inner_header h1 {
    text-align: center;
    font-size: 12vw;
    font-weight: 800;
    /* background-image: url('../images/hero_cover.jpg'); */
    background-size: contain;
    /* Fuck that vendor prefixes */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inner_header p {}

@media screen and (max-width: 767px) {
    .inner_header h1 {
        font-size: 15vw;
    }

    .owl_card .content {
        padding: 0;
    }

    footer .quick_link {
        padding: 0;
        text-align: left;
    }

    footer .quick_link a {
        padding-left: 0;
    }

    section {
        padding: 25px 0;
    }

    footer .social_media {
        padding: 0;
    }

    .contactus form {
        padding: 0;
    }
}

/*inner header*/

/*career*/
.careerForm {}

.careerForm form {
    width: 700px;
    margin: 0 auto 20px;
    max-width: 100%;
    background: #76df23;
    padding: 30px;
    border-radius: 10px;
    color: #fff;
}

/*.careerForm form{}*/
/*career*/


/*career */
.career.page {}

.career.page .card {
    overflow: hidden;
}

.career.page img {
    transition: all ease .3s;
}

.career.page .card:hover img {
    transform: scale(1.1);
}

.career.page h3 a {
    color: #000;
}

/*career */





/* Data Analysis */
.dt1 {
    background: #004AAD;
    color: #fff;
    margin: 55px 0;
    padding: 50px 0;
}

.dt1 img {
    background: #fff;
    border-radius: 100px;
    padding: 8px;
    width: 58px;
}

.case_study {
    background-image: url(../images/CMS-II-Brochure-1024x683.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.case_study:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 84%);
    backdrop-filter: blur(2px);
}

.case_study img {
    border-radius: 10px;
    width: 170px;
    box-shadow: 0 3px 7px #ccc;
}

/* Data Analysis */



/* esg */
.esg {}

.esg img {
    background: #fff;
    border-radius: 100px;
    padding: 6px;
    width: 74px;
}

/* esg */