/* google fornt import -poppins */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@font-face {
    font-family: "brightsan";
    src: url("fonts/MTNBrighterSans-ExtraBold.ttf");
}

@font-face {
    font-family: "lines-font";
    src: url("fonts/class.ttf.ttf");
}

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* ========= color ========== */
:root {
    --body-color: #fff;
    --nav-color: #ffffff2f;
    /* --nav-color: #f345002f; */
    /* --nav-color: #3d6be9a4; */
    --side-nav: #010718;
    --search-bar: #fff;
    --search-text: #010718;
    /* --text-color:#ff4b03; */
    --text-color: #fff;
    --botton-color: #fc5000;
    --slider-change: #fc5000;
    --slider-color-bg: rgba(251, 73, 3, 0.3);
    --card-bg-color: #ffffff;
    --body-text-color: #fc5000;
    --scroll-nav: #fff;
    --search-icon-t: #fff;
    --text-ico-color: #fff;
    --white-header-color: #010718;
    --box-shadow-color: rgba(0, 0, 0, 0.05);
    --para-color: #666;
    --lit-ico-bg: #ffefec;
    --item-bg: ;
    --baxx: #ffdecd;
    --cursor-sm: #fc5000;
    --cursor-bg: #ac360050;
    --footer-bg1: #630f00;
    --footer-bg2: #040016;
    --bg: #0f1724;
    /* dark navy */
    --card: #fff;
    /* --card: #0b1220; */
    --accent: #000000;
    /* teal */
    --muted: #5f5f5f;
    --glass: rgba(139, 139, 139, 0.082);
    --glass-border: rgba(54, 54, 54, 0.02);
    --bt-bg-hover-color: #9c2103;
    --bg-products: url('../images/bg/civil-light-bg.jpg');
    --bg-services: url('../images/bg/m1.jpg');
}



body {
    height: 100vh;
    background-color: var(--body-color);
    cursor: default;
    margin: 0;
    padding: 0;
}

body.dark {

    --body-color: #2f323a;
    /* --body-color: #232323; */
    --nav-color: #24252660;
    --side-nav: #2f323a;
    --search-bar: #242526;
    --slider-change: #292929;
    /* --search-text:#242526; */
    --text-color: #ccc;
    --botton-color: #b4b2b2;
    --slider-color-bg: rgba(0, 1, 2, 0.397);
    --card-bg-color: #2f323a;
    --body-text-color: #ffffff;
    --scroll-nav: #2f323a;
    --search-icon-t: #fff;
    --text-ico-color: #fc5000;
    --white-header-color: #fefeff;
    --box-shadow-color: rgba(253, 251, 251, 0.05);
    --para-color: #a8a6a6;
    --lit-ico-bg: #666;
    --baxx: #fc5000;
    --item-bg: #a8a6a6;
    --cursor-sm: #d1d1d1;
    --cursor-bg: #d1d1d144;
    --footer-bg1: #2f323a;
    --footer-bg2: #0b1220;
    --card: #2f323a;
    --muted: #94a3b8;
    --accent: #06b6d4;
    --glass: rgba(255, 255, 255, 0.04);
    --glass-border: rgba(255, 255, 255, 0.02);
    --bt-bg-hover-color: #777;
    --bg-products: url('../images/bg/civ-dark-bg1.jpg');
    --bg-services: url('../images/bg/house-light-dark.jpg');
}

/* Header Background */
.page-header {
    position: relative;
    /* background-image: url('../images/bg/headerimg.jpg'); */
    background-image: url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    padding: 120px 32px 80px 32px;
    color: #fff;
    text-align: center;

}

.page-header h1 {
    font-size: 48px;
    margin: 0;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.page-header p {
    font-size: 18px;
    margin-top: 12px;
    color: #f0f0f0;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 40px;
    text-align: center;
    border-radius: 12px;
    max-width: 600px;
    margin: auto;
}




/* cutsomise cursor */
/* Base styles for both dots */
.cursor-dot {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

/* Large dot */
.cursor-dot.large {
    width: 30px;
    height: 30px;
    background-color: var(--cursor-bg);
    transition: transform 0.15s ease;
}

/* Small dot */
.cursor-dot.small {
    width: 10px;
    height: 10px;
    background-color: var(--cursor-sm);
}

nav {
    position: fixed;
    top: 0;
    height: 90px;
    width: 100%;
    background-color: var(--nav-color);
    z-index: 999;
    border-bottom: 1px solid var(--nav-color);
}

nav .nav-bar {
    position: relative;
    height: 100%;
    max-width: 1400px;
    width: 100%;
    /* background-color: var(--nav-color); */
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav .nav-bar .sidebarOpen {
    color: var(--text-color);
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    display: none;
}

#navbar.scrolled {
    background: var(--scroll-nav);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#navbar.scrolled .nav-links li a {
    color: var(--body-text-color);
}

#navbar.scrolled .sidebarOpen {
    color: var(--body-text-color);
}

#navbar.scrolled .darkLight-searchBox i,
#navbar.scrolled .searchBox .searchToggle i {
    color: var(--body-text-color);
}

#navbar.scrolled .searchBox .search-field i {
    color: var(--search-icon-t);
}


nav .nav-bar .logo a {
    font-size: 25px;
    font-weight: 500;
    color: var(--text-color);
    text-decoration: none;
}

nav .nav-bar .logo a img {
    width: 200px;

}

.main-logo {
    display: none;
}

.main-logo.active {
    display: block;
}

.menu .logo-toggle {
    display: none;
}

.nav-bar .nav-links {
    display: flex;
    gap: 22px;
    align-items: center;
}

.nav-bar .nav-links li {
    margin: 0 5px;
    list-style: none;
}

.nav-links li a {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    color: var(--text-color);
    text-decoration: none;
    padding: 10px;
}

.nav-links li a::before {
    content: '';
    position: absolute;
    /* left: 50%; */
    bottom: 0;
    background-color: var(--text-color);
    /* transform: translate(50%); */
    height: 3px;
    width: 0;
    /* width: 6px; */
    /* border-radius: 50%; */
    /* background-color: var(--text-color); */
    /* opacity: 0; */
    left: 0;
    transition: all 0.3s ease;
}


.nav-links li:hover a::before {
    width: 100%;
    opacity: 1;
}

nav .darkLight-searchBox {
    display: flex;
    align-items: center;
}

.darkLight-searchBox .dark-light,
.darkLight-searchBox .searchToggle {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.dark-light i,
.searchToggle i {
    position: absolute;
    color: var(--text-color);
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dark-light i.sun {
    opacity: 0;
    pointer-events: none;
}

.dark-light.active i.sun {
    opacity: 1;
    pointer-events: auto;
}

.dark-light.active i.moon {
    opacity: 0;
    pointer-events: none;
}

.searchToggle i.cancel {
    opacity: 0;
    pointer-events: none;
}

.searchToggle.active i.cancel {
    opacity: 1;
    pointer-events: auto;
}

.searchToggle.active i.search {
    opacity: 0;
    pointer-events: none;
}

.searchBox {
    position: relative;
}

.searchBox .search-field {
    position: absolute;
    bottom: -85px;
    right: 5px;
    height: 50px;
    width: 300px;
    display: flex;
    align-items: center;
    background-color: var(--nav-color);
    padding: 2px;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.searchToggle.active~.search-field {
    bottom: -82px;
    opacity: 1;
    pointer-events: auto;
}

.search-field::before {
    content: '';
    position: absolute;
    right: 14px;
    top: -4px;
    height: 12px;
    width: 12px;
    background-color: var(--nav-color);
    transform: rotate(-45deg);
    z-index: -1;
}

.search-field input {
    height: 100%;
    width: 100%;
    padding: 0 45px 0 15px;
    outline: none;
    border: none;
    border-radius: 10px;
    color: var(--search-text);
    background-color: var(--search-bar);
}

.search-field i {
    position: absolute;
    color: var(--search-icon-t);
    background-color: var(--botton-color);
    /* right: 15px; */
    right: 6px;
    font-size: 22px;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
}

body.dark .search-field input {
    color: var(--text-color);
}

.container-xl {
    position: relative;
    max-width: 1400px;
    width: 100%;
    /* background-color: var(--nav-color); */
    margin: 0 auto;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
}

/* Slider section */
section {
    /* max-width: 1400px; */
    padding: 10px 0;
    /* padding: 100px 200px  */
}

.home {
    position: relative;
    width: 100%;
    min-height: 95vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*background: var(--slider-color-bg); */
}

.home::before {
    z-index: 777;
    content: '';
    position: absolute;
    /*background: var(--slider-color-bg); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home .content {
    z-index: 888;
    color: var(--text-color);
    /* width: 100%; */
    /* margin-top: 50px; */
    display: none;
    /* padding: 40px; */
    /* text-align: center;
    border-radius: 12px; */
    /* max-width: 60%; */
}

.home .content.active {
    display: block;
}

.home .content h1 {
    font-size: 4em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 75px;
    margin-bottom: 40px;
}

.home .content h1 span {
    font-size: 1.1em;
    font-weight: 600;
}

.home .content p {
    font-size: 30px;
    margin-bottom: 65px;

}

.home .content a {
    background: var(--botton-color);
    padding: 15px 35px;
    color: var(--text-ico-color);
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none;
    border-radius: 2px;
}

.home .media-icons {
    z-index: 888;
    position: absolute;
    right: 30px;
    display: flex;
    flex-direction: column;
    transition: 0.5s ease;
}

.home .media-icons a {
    color: var(--text-color);
    font-size: 1.6em;
    text-decoration: none;
}

.home .media-icons a:not(:last-child) {
    margin-bottom: 20px;
}

.home .media-icons a:hover {
    transform: scale(1.3);
}

.home video {
    z-index: 000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-navigation {
    z-index: 888;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(80px);

}

.slider-navigation .nav-btn {
    width: 12px;
    height: 12px;
    background: var(--text-color);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    transition: 0.3s ease;
}

.slider-navigation .nav-btn.active {
    background: var(--slider-change1);
}

.slider-navigation .nav-btn:not(:last-child) {
    margin-right: 20px;
}

.slider-navigation .nav-btn:hover {
    transform: scale(1.2);
}

.video-slide {
    position: absolute;
    width: 100%;
    clip-path: circle(0 at 0 50%);
}

.video-slide.active {
    clip-path: circle(150% at 0 50%);
    transition: 2s ease;
    transition-property: clip-path;
}

.stock-ticker {
    z-index: 888;
    position: relative;
    margin-top: -100px;
    font-size: 30px;
    padding-block: 8px;
    /* border-block: 1px solid; */
    overflow: hidden;
    user-select: none;
    color: var(--text-color);

    --gap: 30px;
    display: flex;
    gap: var(--gap);
    background-color: #c53f01;
    /* background-color: var(--botton-color); */

}

.stock-ticker ul {
    list-style: none;
    padding: 25px;
    flex-shrink: 0;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--gap);
    animation: scroll 20s linear infinite;
}

.stock-ticker:hover ul {
    animation-play-state: paused;
}

@keyframes scroll {
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}


.section-title {
    text-transform: uppercase;
    color: #ff4800;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.section-title1 {
    text-transform: uppercase;
    color: var(--baxx);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

/* SINGLE UNDERLINE WITH MOVING DOT */
.animated-underline {
    position: relative;
    width: 160px;
    height: 5px;
    background-color: var(--botton-color);
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 20px;
    /* margin: 20px auto; */
}

.animated-underline::after {
    content: '';
    position: absolute;
    top: 0px;
    width: 8px;
    height: 5px;
    background-color: var(--text-ico-color);
    animation: moveDot 2.5s linear infinite alternate;
}

@keyframes moveDot {
    0% {
        left: 0;
    }

    100% {
        left: calc(100% - 5px);
    }
}




/* .stock-ticker .plus::before{
    content: '✶';
}

.stock-ticker .plus::before{
    content: '✶';
}  */

.features {
    display: flex;
    margin-top: -150px;
    justify-content: center;
    gap: 30px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    background: var(--body-color);
    z-index: 888;
}

.feature-box {
    background: var(--card-bg-color);
    border-radius: 20px;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.05); */
    box-shadow: 0 10px 25px var(--box-shadow-color);
    width: 320px;
    padding: 25px;
    text-align: left;
    position: relative;
    z-index: 888;
}

.feature-box::before {
    font-family: 'lines-font', sans-serif;
    content: attr(data-number);
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 54px;
    font-weight: 600;
    color: var(--botton-color);
    opacity: 0.2;
}

.feature-box i {
    font-size: 50px;
    margin-bottom: 10px;
    color: var(--text-ico-color);
    padding: 15px;
    background-color: var(--botton-color);
    border-radius: 50%;

}

.feature-box h4 {
    margin-top: 25px;
    color: var(--body-text-color);
    font-weight: 600;
    margin-bottom: 8px;
}

.feature-box p {
    font-size: 14px;
    color: var(--para-color);
}



/* homr intro section */

section.intro-section {
    display: flex;
    margin-top: -50px;
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    padding: 90px 0;
}


.left-items {
    position: relative;
    align-items: start;
}

.left-items img.main-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.left-items img.overlay-img {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 60%;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.left-items .play-button {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: white;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    animation: pulse 1.5s infinite ease-in-out;
}

.left-items .play-button::before {
    content: '▶';
    font-size: 20px;
    color: var(--botton-color);
}



/* The pulsing effect */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(236, 107, 1, 0.6);
    }
    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


.right {
    max-width: 600px;
}


.right .headline {
    color: var(--white-header-color);
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    position: relative;

}



.right .subtext {
    font-size: 1rem;
    color: var(--para-color);
    margin-bottom: 25px;
    text-align: justify;
}

.into-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    color: var(--white-header-color);
}

.feature-section {
    flex: 1 1 45%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-icon {
    background-color: var(--lit-ico-bg);
    color: #ff7957;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.feature-icon i {
    font-size: 28px;
    color: var(--body-text-color);
}

.quote-box {
    background-color: var(--lit-ico-bg);
    border-left: 4px solid var(--body-text-color);
    padding: 20px;
    margin-bottom: 30px;
    font-style: italic;
    color: var(--para-color);
}

.cta-button {
    background-color: var(--botton-color);
    color: var(--text-ico-color);
    text-decoration: none;
    letter-spacing: 2px;
    padding: 15px 25px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background-color: var(--bt-bg-hover-color);
}


.service-section {
    /* background-image: url("buidling-frame.png"); */
    min-height: 100vh;
    width: 100%;
    background-color: #F8F7FC;
}

/* .service-wrapper{
    padding: 5% 8%;
} */

.service {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loz {
    background-image: var(--bg-services);
    /* Replace with your image path */
    background-repeat: no-repeat;
    /* Prevent image repetition */
    background-size: cover;
    z-index: -1;
}

.laz {
    background-image: var(--bg-products);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.service h1 {
    color: var(--text-color);
    font-size: 1.5rem;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: transparent;
    position: relative;
    text-align: center;

}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    gap: 30px;
}

.card h2 {
    text-align: center;
}

/* .card{
    height: auto;
    width: auto;
    background-color: var(--card-bg-color);
    padding: 4% 4%;
    border: 3.2px solid var(--card-bg-color);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-radius: 30px;
    transition: .6s;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
} */

.card {
    height: auto;
    width: auto;
    background-color: var(--card-bg-color);
    padding: 4%;
    border: 3.2px solid var(--card-bg-color);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    transition: .6s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* This pushes the link to the bottom */
    align-items: center;
    position: relative;
    overflow: hidden;
}


.card:after {
    content: "";
    position: absolute;
    top: 150px;
    left: -200px;
    width: 120%;
    transform: rotate(50deg);
    background-color: var(--botton-color);
    height: 18px;
    filter: blur(30px);
    opacity: 0.5;
    transition: 1s;
}

.card:hover:after {

    width: 225%;
    top: -100%;
}

.card i {
    color: var(--body-text-color);
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 3.8rem;
}

.card h2 {
    color: var(--white-header-color);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.card p {
    text-align: center;
    width: 100%;
    margin: 12px 0;
    color: var(--para-color);
}

.card a {
    text-decoration: none;
    color: var(--body-text-color);
    padding: 8px;
    border-radius: 5px;
    background-color: var(--card-bg-color);
    bottom: 0;
    position: relative;
    margin: 0;
}

.card:hover {
    background-color: transparent;
    transform: translateY(-8px);
    /* border-color: var(--card-bg-color); */
    border-color: var(--text-ico-color);
}

.card:hover i {
    color: var(--text-ico-color);
    background-color: var(--botton-color);
    border-radius: 50%;
    padding: 20px;
}

.card:hover h2 {
    color: #ccc;
}


.card:hover p {
    color: #ccc;
}

/* WHY CHOOSE US SECTION */
.why-choose {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 60px;
    margin-bottom: 30px;
}

.why-choose .section-heading {
    max-width: 600px;
    margin: 0 auto 10px;
    color: var(--white-header-color);
}

.features-choose {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
    align-items: center;
}

.choose-col {
    flex: 2;
    min-width: 250px;
}

.choose-col h1 {
    color: var(--body-text-color);
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 1.2;
    animation: fadeInDown 1s ease-in-out;
}

.choose-col p {
    color: var(--para-color);
    font-size: 2rem;
    margin-bottom: 30px;
    opacity: 0.9;
    animation: fadeInUp 1s ease-in-out;
}

.choose-col .btn {
    display: inline-block;
    background-color: var(--botton-color);
    color: var(--text-color);
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.3s ease;
}

.content-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease;
}

.content-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.choose-feature {
    margin-bottom: 30px;
    text-align: left;
}

.choose-feature h4 {
    color: var(--white-header-color);
    font-size: 16px;
    margin-bottom: 5px;
}

.choose-feature p {
    font-size: 14px;
    color: var(--para-color);
}

.choose-feature .icon i {
    background: var(--botton-color);
    color: var(--text-ico-color);
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin-bottom: 10px;
}

.choose-image {
    align-items: end;
    flex: 1;
    min-width: 300px;
}

.choose-image img {
    width: 100%;
    border-radius: 10px;

}



.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 30px;
}

.pro-card {
    background: var(--card-bg-color);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    width: 250px;
    flex-shrink: 0;
    margin: 50px 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.pro-card .icon {
    background: var(--botton-color);
    color: var(--text-ico-color);
    font-size: 30px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-card h3 {
    color: var(--body-text-color);
    margin-bottom: 10px;
}

.pro-card a {
    color: var(--body-text-color);
    font-weight: bold;
    text-decoration: none;
}

.pro-card p {
    color: var(--para-color);
    margin-bottom: 10px;
}


.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.dots-container {
    text-align: center;
    margin-top: 10px;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: var(--para-color);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: var(--text-ico-color);
}

.tab-container {
    text-align: center;
}

.tabs {
    margin-bottom: 20px;
}

.tabs button {
    background: none;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 5px;
    cursor: pointer;
    color: var(--body-text-color);
}

.tabs button.active {
    color: var(--bt-bg-hover-color);
}


.pincontainer {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.maxes-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    justify-content: center;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
}

.maxes-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

/* .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
 justify-content: center; 
  margin: 0 auto;
} */

.pining {
    width: 300px;
    height: 300px;
    background: var(--card-bg-color);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    min-width: 250px;
    margin-right: 15px;
    border-radius: 10px;
    flex-shrink: 0;
}

/* .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centers the cards */
/* gap: 20px; 
} */
/* .pining {
  flex: 0 0 300px;
} */

.pining img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    object-fit: cover;
}

.pining .info {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--card-bg-color);
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(95% - 30px);
    margin: 20px;
    border-radius: 10px;
}

.pining .info span {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: var(--body-text-color);
    display: block;
    text-align: left;
}

.pining .info h4 {
    margin: 2px 0;
    font-size: 16px;
    color: var(--white-header-color);
}

.pining .info a {
    display: inline-flex;
    border: none;
    background: var(--botton-color);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: var(--search-icon-t);
}

.pining .info a i {
    color: var(--search-icon-t);
}

.hidden {
    display: none;
}

.arrow {
    position: absolute;
    top: 50%;
    width: 50PX;
    height: 50PX;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    z-index: 10;
    color: orangered;
    font-size: 20px;
    font-weight: 600;
}

.arrow.left {
    left: 10px;
}

.arrow.right {
    right: 10px;
}


.btn-cta {
    background: var(--botton-color);
    color: var(--text-ico-color);

    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s
}

.btn-cta:hover {
    opacity: 0.9
}



.optionb {
    display: flex;
    /* display: grid;
    grid-template-columns: 1fr 650px;*/
    gap: 32px;
    align-items: start;
    margin-bottom: 50px
}

.optionb .custom-list li {
    font-size: 11px;
}

.about-intro {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 32px;
    align-items: start;
    margin-bottom: 10px
}


.about-intro h1 {
    font-size: 2rem;
    color: var(--botton-color);
}

strong,
h5,
h1 {
    color: var(--botton-color);
}

.hero-card {
    background: var(--card);
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.03);
    object-fit: contain;

}

p.lead {
    color: var(--muted);
    margin-top: 12px;
    font-size: 16px;
    text-align: justify;
}

.values {
    display: flex;
    gap: 16px;
    margin-top: 24px;

}

.value {
    flex: 1;
    background: var(--glass);
    padding: 18px;
    border-radius: 14px;
    border: 1px solid var(--glass-border);

    margin-bottom: 10px;
}

.value h4 {
    margin: 6px 0 6px 0
}

.value p {
    margin: 0;
    color: var(--muted);
    font-size: 15px
}

.about-values {
    display: flex;
    gap: 16px;
    margin-top: 24px
}

.about-value {
    flex: 1;
    background: var(--glass);
    padding: 18px;
    border-radius: 14px;
    border: 1px solid var(--glass-border);
}

.about-value h4 {
    margin: 6px 0 6px 0
}

.about-value p {
    margin: 0;
    color: var(--muted);
    font-size: 15px
}

.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 28px
}

.prod {
    background: var(--glass);
    padding: 18px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.02);
    transition: 0.3s
}

.prod:hover {
    background: rgba(6, 182, 212, 0.05)
}

.prod h5 {
    margin: 0 0 8px 0;
    font-size: 16px
}

.prod p {
    margin: 0;
    color: var(--muted);
    font-size: 14px
}

.team {
    margin-top: 40px
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.member {
    background: var(--card);
    padding: 18px;
    border-radius: 14px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.02);
    transition: 0.3s
}

.member:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4)
}


.member h6 {
    margin: 6px 0 4px 0
}

.member p {
    margin: 0;
    color: var(--muted);
    font-size: 14px
}

.cta {

    background: linear-gradient(90deg, rgba(6, 182, 212, 0.08), rgba(124, 58, 237, 0.05));
    padding: 20px;
    border-radius: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.02);
    transition: 0.3s
}

.objectivez {
    flex: 1;
    background: var(--glass);
    padding: 18px;
    padding-left: 0;
    /* text starts at left edge */
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.custom-list {
    list-style: none;
    padding-left: 0;
    color: var(--muted);
    /* white text */
}

.custom-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}

.custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url('./images/focus-2-line.png') no-repeat center/contain;
}


footer {
    background: linear-gradient(to right, var(--footer-bg2), var(--footer-bg1));
    color: var(--text-color);
    padding: 50px 8%;
    position: relative;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.footer-logo h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-logo a img {
    width: 200px;
    margin-bottom: 30px;
}

.footer-logo p {
    font-size: 1rem;
    line-height: 1.5;
}

.footer-section h3 {
    margin-bottom: 10px;
    position: relative;
}

.footer-section p,
.footer-section a {
    font-size: 1rem;
    color: #ddd;
    text-decoration: none;
    display: block;
    margin: 6px 0;
}



.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin: 10px 0;
}

.footer-links a {
    position: relative;
    text-decoration: none;
    color: var(--text-color);
    font-size: 1rem;
    padding-left: 10px;
    /* makes space for the arrow */
    transition: all 0.3s ease;
}

.footer-links a::before {
    content: "»»";
    /* or ➔ or ► or »»*/
    position: absolute;

    left: 0;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    color: var(--botton-color);
    /* arrow color */
}

.footer-links a:hover::before {
    opacity: 1;
    transform: translateX(0);
    /* slide arrow into position */
}

.footer-links a:hover {
    padding-left: 30px;
    /* move the text to the right a bit */
    color: var(--botton-color);
}


.newsletter {
    display: flex;
    align-items: center;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.newsletter input {
    background: none;
    border: none;
    outline: none;
    color: white;
    flex: 1;
    font-size: 0.9rem;
    padding: 5px;
}

.newsletter button {
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 1.2rem;
}

.social-icons {
    margin-top: 15px;
}

.social-icons a {
    display: inline-flex;
    margin-right: 10px;
    color: white;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background-color: var(--botton-color);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social-icons a i {
    font-size: 25px;
}

.footer-bottom {
    text-align: center;
    font-size: 0.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 30px;
    padding-top: 15px;
}

.info-box {
    text-align: center;
    transition: all 0.3s ease;
    flex: 1;
    color: var(--body-text-color);
    background: var(--glass);
    padding: 18px;
    border-radius: 14px;
    border: 1px solid var(--glass-border);
}

.info-box:hover {
    background: var(--botton-color);
    color: #fff;
    transform: translateY(-5px);
}

.info-box i {
    font-size: 2rem;
    margin-bottom: 10px;
}

/* Contact Form Section */
.contact-form-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.form-container {
    background: var(--glass);
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
    margin-bottom: 20px;
    color: var(--cursor-sm);
}

.input-group {
    display: flex;
    gap: 15px;
}

input,
textarea {
    background: transparent;
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s;
}

input:focus,
textarea:focus {
    border-color: var(--botton-color);
    outline: none;
    box-shadow: 0 0 5px rgba(0, 120, 255, 0.3);
}

.btn {
    background: var(--botton-color);
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s;
}

.btn:hover {
    background: var(--botton-color);
}

.map-container {
    height: 520px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}



@media screen and (max-width:1200px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width:900px) {
    .cards {
        grid-template-columns: repeat(1, 1fr);
    }

    h1 {
        font-size: 1.5rem;
    }

    .about-intro {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 10px;
    }

    .products {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .info-box {
        display: flex;
        flex-wrap: wrap;
        min-width: 300px;
    }

    .form-container {
        padding: 10px;
    }

    .contact-form-section {
        grid-template-columns: 1fr;
    }

    .map-container {
        height: 300px;
    }

    .input-group {
        flex-wrap: wrap;
    }

    .hero-card {
        overflow: scroll;

    }

}



@media (max-width: 1040px) {
    section {
        padding: 100px 30px;
    }

    .home .media-icons {
        right: 15px;
    }

}

@media (max-width: 790px) {
    nav .nav-bar .sidebarOpen {
        display: block;
    }

    .menu {
        position: fixed;
        height: 100%;
        width: 320px;
        left: -100%;
        top: 0;
        padding: 20px;
        background-color: var(--side-nav);
        z-index: 100;
        transition: all 0.4s ease;
    }

    nav.active .menu {
        left: 0%;
    }

    nav.active .nav-bar .navlogo a {
        opacity: 0;
        transition: all 0.2s ease;
    }

    .menu .logo-toggle {
        display: block;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .logo-toggle .sidebarClose {
        color: var(--text-color);
        font-size: 24px;
        cursor: pointer;
    }

    .nav-bar .nav-links {
        width: 100%;
        text-align: left;
        flex-direction: column;
        padding-top: 30px;
        transition: max-height 0.3s ease-in-out;
    }

    .nav-links li {
        width: 100%;
    }

    .nav-links li a {
        display: block;
        margin-top: 20px;

    }

    section {
        margin: 0px;
        padding: 10px 20px;
    }

    .about-intro {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 10px;
    }

}

@media (max-width: 768px) {
    .home {
        position: relative;
        width: 100%;
        min-height: 55vh;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: var(--slider-change);
    }

    .home .content h1 {
        margin-top: 40px;
        padding-top: 40px;
        font-size: 3.5em;
        font-weight: 900;
        line-height: 1em;
        margin-bottom: 20px;

    }

    /* .features {

        flex-direction: column;
        align-items: center;
    } */

    .features {
        display: flex;
        margin-top: -100px;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
        padding-bottom: 60px;
    }


    section {
        margin: 0px;
        padding: 10px 20px;
    }

    section.intro-section {
        padding: 20px;
    }

    .choose-image {
        display: none;
    }

    .container-xl {
        padding: 0px;
        margin: auto;
        justify-content: center;
        align-items: center;
    }

    .products {
        grid-template-columns: 1fr
    }

    .team-grid {
        grid-template-columns: 1fr
    }

    .about-values {
        display: flex;
        flex-wrap: wrap;
        padding: auto;
    }

}

@media (max-width: 460px) {

    .home {
        position: relative;
        width: 100%;
        min-height: 70vh;

    }

    .home .content h1 {
        margin-top: 40px;
        font-size: 2.5em;
        font-weight: 900;
        line-height: 1em;
        margin-bottom: 20px;

    }


    .home .content h1 span {
        font-size: 1em;
        font-weight: 600;
    }

    .home .content p {
        font-size: 12px;
        margin-bottom: 50px;
        text-align: justify;
    }

    .features {
        margin-top: -80px;
        flex-direction: column;
        align-items: center;
    }

    .features-choose{
        padding: 20px;
    }

    .features-choose h1{
       font-size: 40px;
    }
    .features-choose p{
       font-size: 20px;
    }


    section.intro-section {
        padding: 20px;
    }

    section {
        margin: 0px;
        padding: 10px 20px;
    }

    .choose-image {
        display: none;
    }

    .about-intro {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 10px;
    }

    .about-values {
        display: flex;
        flex-wrap: wrap;
        padding: auto;
        gap: 16px;
        width: 100%;
        margin-top: 24px
    }

    .about-value {
        flex: 1;
        background: var(--glass);
        padding: 18px;
        min-width: 300px;
        border-radius: 14px;
        border: 1px solid var(--glass-border);
    }

    .objectivez {
        flex: 1;
        border-radius: 14px;
        padding-left: -20px;
        border: 1px solid var(--glass-border);
    }

    .optionb {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        align-items: start;
        margin-bottom: 50px
    }

    .container-xl {
        padding: 0px;
        margin: auto;
        justify-content: center;
        align-items: center;
    }

    .products {
        grid-template-columns: 1fr
    }

    .team-grid {
        grid-template-columns: 1fr
    }

}

.logo_slider {
    overflow: hidden;
}

.overflow {
    display: flex;
    padding: 1.2rem 1rem;
    overflow: hidden;
}

.reverse .logo_wrapper {
    animation-direction: reverse;
}

.logo_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: logoLoop 20s linear infinite;
}

.logo_item {
    margin-left: 1rem;
    aspect-ratio: 30/9;
    background: var(--item-bg);
    display: grid;
    place-items: center;
    border-radius: 2rem;
}

.logo_item img {
    height: 5.5rem;
    /* width: 16rem; */
    margin-inline: 1rem;
}

@keyframes logoLoop {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);

    }
}

/* Simple fade-in animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}