
:root {
    --font-size-body-b1: 10px;
    --font-size-body-b2: 12px;
    --font-size-body-b3: 14px;
    --font-size-body-b4: 16px;
    --font-size-body-b5: 18px;

    --font-size-header-h1: 24px;
    --font-size-header-h2: 32px;
    --font-size-header-h3: 36px;
    --font-size-header-h4: 40px;
    --font-size-header-h5: 48px;
    
    --font-family-heading: 'Inter';
    --font-family-body: 'Inter';
    
    --font-weight-normal: normal;
    --font-weight-bold: bold;
    
    --font-style-normal: normal;
    --font-style-italic: italic;
/*     
    --background-color-primary-light: #FFF9FA;
    --background-color-primary-light-hover: #FFF6F7;
    --background-color-primary-light-active: #FFEBEF;
    --background-color-primary-normal: #FFC0CB;
    --background-color-primary-normal-hover: #E6ADB7;
    --background-color-primary-normal-active: #CC9AA2;
    --background-color-primary-dark: #BF9098;
    --background-color-primary-dark-hover: #99737A;
    --background-color-primary-dark-active: #73565B;
    --background-color-primary-darker: #73565B; */

    /* --background-color-secondary-light: #E6F6F4;
    --background-color-secondary-light-hover: #D9F2EF;
    --background-color-secondary-light-active: #B0E4DD;
    --background-color-secondary-normal: #00A991;
    --background-color-secondary-normal-hover: #009883;
    --background-color-secondary-normal-active: #008774;
    --background-color-secondary-dark: #007F6D;
    --background-color-secondary-dark-hover: #006557;
    --background-color-secondary-dark-active: #004C41;
    --background-color-secondary-darker: #003B33; */

    /* --background-color-secondary-light: #FDE3E3;
    --background-color-secondary-light-hover: #FBC1C1;
    --background-color-secondary-light-active: #F8A3A3;
    --background-color-secondary-normal: #F390BC;
    --background-color-secondary-normal-hover: #EC7EB2;
    --background-color-secondary-normal-active: #E85A99;
    --background-color-secondary-dark: #D64A8C;
    --background-color-secondary-dark-hover: #C23F7C;
    --background-color-secondary-dark-active: #A8285E;
    --background-color-secondary-darker: #8D1F4B; */
    
    --background-color-secondary-light: #fff6e6;
    --background-color-secondary-light-hover: #201f1e;
    --background-color-secondary-light-active: #ffe3b0;
    --background-color-secondary-normal: #ffa500;
    --background-color-secondary-normal-hover: #e69500;
    --background-color-secondary-normal-active: #cc8400;
    --background-color-secondary-dark: #bf7c00;
    --background-color-secondary-dark-hover: #996300;
    --background-color-secondary-dark-active: #734a00;
    --background-color-secondary-darker: #593a00;


    --background-color-primary-light: #F2F5F9;
    --background-color-primary-light-hover: #EBEFF6;
    --background-color-primary-light-active: #D6DEED;
    --background-color-primary-normal: #7C96C4;
    --background-color-primary-normal-hover: #7087B0;
    --background-color-primary-normal-active: #63789D;
    --background-color-primary-dark: #5D7193;
    --background-color-primary-dark-hover: #4A5A76;
    --background-color-primary-dark-active: #384458;
    --background-color-primary-darker: #2B3545;

    --background-color-neutral-normal: #FFFFFF;
    --background-color-neutral-normal-hover: #E6E6E6;
    --background-color-neutral-normal-active: #CCCCCC;
    --background-color-neutral-dark: #BFBFBF;
    --background-color-neutral-dark-hover: #999999;
    --background-color-neutral-dark-active: #737373;
    --background-color-neutral-darker: #595959;
}



body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0px;
    overflow-x: hidden;

}
.banner-container{
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    background-image: url('/static/images/banner3.jpg');
    background-color: var(--background-color-primary-normal-hover);
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 20px; */
    /* background-color: var(--background-color-primary-dark); */
}
.home-header{
    /* background-color: var(--background-color-neutral-normal); */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem;
    color: var(--background-color-primary-light);
    text-decoration: none;
    padding: 20px;
    font-size: 18px;
}
.home-logo{
    margin-top: 4px;
    margin-left: 20px;
    /* position: absolute; */
}
.home-header:hover{
    color: var(--background-color-neutral-normal);
}
.index2-container1{
    width: 100%; /* Set the width of the container */
   
}
.social-media-links{
    margin-right: 20px;
}
.index2-circle-container{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    right: 0;
    bottom: 4%; /* Align the circle to the bottom of the container */
    /* left: 50%; Center the circle horizontally */
    /* transform: translateX(-50%); Adjust horizontal positioning */
    width: 95vw; /* Set the diameter of the circle */
    height: 200vh; /* Set the height of the circle (same as container's height) */
    background-color: var(--background-color-primary-light-active); /* Color of the circle */
    border-radius: 50%; /* Make it a circle */
    /* Optional: Add a shadow for a 3D effect */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    transform: rotate(-14.92deg); /* Angle of the line */
    transform-origin: 0 0; /* Rotation point */
}
.globe_img {
    height:22.222vw;
    width: 23.125vw;
    position: absolute;
    bottom: 18%;
    right: 0;
    z-index: 3; /* Ensure the image is above the circle */
    margin-right: 26%;
}
.index2-circle-container2{
    height: 42.917vw;
    width: 42.917vw;
    border-radius: 50%;
    background-color: transparent;
    border: 4px dashed var(--background-color-neutral-normal); 
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3; /* Ensure the image is above the circle */
    margin-right: 15%;
}

.surrounding-circles {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 60%;
    margin-bottom: 70%;
    /* text-align: center;
    line-height: 40px;  */
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */    
}

/* .circle {
    position: absolute;
    width: 7.778vw; 
    height: 7.778vw;
    border-radius: 50%;
    background-color: var(--background-color-primary-normal-hover); 
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    color: var(--background-color-neutral-normal);
}
.circle:nth-child(1) { transform: rotate(0deg) translateX(18vw) rotate(0deg); }
.circle:nth-child(2) { transform: rotate(72deg) translateX(18vw) rotate(-72deg); }
.circle:nth-child(3) { transform: rotate(144deg) translateX(18vw) rotate(-144deg); }
.circle:nth-child(4) { transform: rotate(216deg) translateX(18vw) rotate(-216deg); }
.circle:nth-child(5) { transform: rotate(288deg) translateX(18vw) rotate(-288deg); } */


.home-container-1{
    height: 60vh;
    width: 100vw;
    position: absolute;
}
.home-container-1{
    /* background-color: var(--background-color-primary-light); */
    position: relative;
    display: flex;
    /* align-items: center;
    justify-content: center;  */
}

.home-caption{
    color: var(--background-color-primary-dark-active);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* margin: 160px 0; */
    margin-top: 160px;
    margin-bottom: auto;
}

.home-palm-hand{
    font-size: 500px;
    width: 50px; /* Set the width of the icon container */
    height: 50px; 
    margin: 20px 60px;
}
.home-palm-hand:hover{

    font-size: 50px;
    width: 20px; 
    height: 20px; 
    margin: 20px 60px;
} 

.icon-container {
    color: var(--background-color-neutral-dark);
    /* background-color: #2B3545; */
}


.tooltip {
    display: none; /* Hide text by default */
    font-size: 20px; /* Adjust font size as needed */
    color: var(--background-color-primary-darker); /* Text color */
    /* padding: 20px; */

}
.icon-container:hover .tooltip {
    display: inline; /* Show tooltip on hover */
}

.text-row {
    display: flex;
    align-items: center; /* Vertically center align the text */
    gap: 0.5px;
}

.text-row h2 {
    margin: 0;
    font-size: 24px; /* Adjust font size as needed */
    color: var(--background-color-neutral-normal-active); /* Text color for h2 */
    font-size: 40px;
}

.text-row h1 {
    margin: 0 8px;
    font-size: 36px; /* Adjust font size as needed */
    color: var(--background-color-secondary-normal); 
    /* color: orange; */
    font-size: 70px;
}
h4{
    color: var(--background-color-neutral-normal-hover);
    /* font-size: 40px; */
}
.women-drone-image{
    margin-top: 400px;
    margin-left: 40px;
    position: absolute;
}

.main-div {
    display: flex;
    gap: 100px; 
    width: 100vw;
}

.child {
    height: auto;
    width: 2500vw;
    background-color: red;
    /* padding: 20px; */
    /* border: 1px solid #ccc; */
    flex: 1; /* Makes each child div take equal width */
    /* text-align: center; */
}

/* .container-1{
    width: 100%;
    height: 512px;
    background-color: var(--background-color-primary-light);
    position: relative;
} */

/* .header{
    width: 1040px;
    height:60px;
    background-color: var(--background-color-primary-normal);  
    margin: 0px 200px;  
    position: absolute;
    top: 24px;
    border-radius: 20px;
} */
 .navbar-content{
    text-decoration: none;
    padding: 0 0.625rem;
    color: var(--background-color-primary-normal-active);
    font-weight: semi-bold;
 }
 .navbar-content:hover{
    color: var(--background-color-primary-light);
 }
.navbar-content-element{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: var(--background-color-neutral-normal);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    color: var(--background-color-primary-dark-active);
    position: relative;
    margin: 0 8px 0 1px;
    text-align: center;
    border: 2px ;
    border-radius: 30px;
    
}
.navbar-content-element:hover{
    color: var(--background-color-neutral-normal);
    background-color: var(--background-color-primary-darker);
    
}

.navbar_container{
    position: relative;
}

.wig_logo{
    height: 50px;
    width: 150px;
    padding: 0.625rem 0.625rem;
}
.nav-link{
    display: flex; 
    justify-content: space-between;   
    align-items: center;
    /* margin-left: auto; */
    padding: 0.625rem;
    
}

.banner{
    width:100%;
    height: 633px;
    position: absolute;
    top: 144px; 
}

.container-2{
    width:100%;
    height: 458px;
    /* background-color: var(--background-color-primary-light-active); */
    position: relative;
    z-index: 1;  
    display: flex; 
    justify-content: center;
}
.caption-7{
    position: absolute;
    top: 300px;
    font-size: var(--font-size-header-h1);
    color: var(--background-color-primary-dark);
}
.drone-image{
    display: flex;
    gap: 1000px;
    position: absolute;
    top: 20px;
    /* background-color: gray; */
    justify-content: center;
    align-items: center;    
}
.drone-image-1{
    transform: rotate(-6deg);
    
}
.drone-image-2{
    
    transform: rotate(44deg);
    
}


.count-container {
    display: flex;
    align-self: center;
    padding: 30px;
}
.circle {
    width: 100px;
    height: 100px;
    background-color: var(--background-color-primary-light-hover);
    border-radius: 50% ;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
.counter{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    padding: 40px;
}
.count-display {
    font-size: 32px;
    font-weight: semi-bold;
    color: var(--background-color-secondary-darker);
    /* margin-bottom: 10px; */
    text-align: center;
}

.additional-text {
    font-size: 18px;
    color: var(--background-color-neutral-dark);
    text-align: center;
    font-weight: bold;
    padding: 20px;
}





button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}



.home-banner-2{
    /* background-image: url('../images/contour-background.svg'); */
    /* height: 510px; */
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border-top-left-radius: 400px;
    border-bottom-right-radius: 400px; */
    background-color: var(--background-color-primary-light-active);
    /* z-index: -1; */
}
.container-5{
    display: flex;
    /* align-items: center; */
    /* position: absolute;     */
    justify-content: space-between;
    padding-top: 100px;

}

.caption-1{
    color: var(--background-color-secondary-dark-active);
    font-size: var(--font-size-header-h5);          
    padding: 20px 20px; 
}
.caption-2{
    display: flex;
    position: absolute;
    color: var(--background-color-primary-darker);
    font-size: var(--font-size-body-b3);
    font-weight: var(--font-weight-bold);
    margin-top: 188px;
    
}
.caption-3{
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: absolute;  */
    color: var(--background-color-primary-darker);
    font-size: var(--font-size-body-b4);
    /* margin-top: 300px; */
    margin: 0 120px;
    padding: 20px;
    font-size: 18px;
    text-align: center;
    
}
.home-banner-2-button{
    display: flex;
    padding: 0 20px;
    padding-bottom: 100px;
}

.primary-button{   
    background-color: var(--background-color-neutral-darker);
    color: var(--background-color-neutral-normal);
    padding: 15px 30px;
    border-radius: 8px;
    border-color: transparent;
    align-items: center;
    text-align: center; 
    cursor: pointer;   
    margin: 1.25rem;
    font-size: var(--font-size-body-b5);
    font-weight: semi-bold;
}
.between-button-1{
    padding: 8px;
}
.between-button-2{
    padding: 8px;
}
.primary-button:hover {
    background-color: var(--background-color-secondary-darker);
}
.secondary-button{   
    background-color: var(--background-color-secondary-normal-active);
    color: var(--background-color-neutral-normal);
    padding: 15px 30px;
    border-radius: 8px;
    border-color: transparent;
    align-items: center;
    text-align: center; 
    cursor: pointer;   
    margin: 1.25rem;
    font-size: var(--font-size-body-b5);
    font-weight: semi-bold;
}
.secondary-button:hover {
    background-color: var(--background-color-secondary-darker);
}
.tertiary-button{   
    background-color: var(--background-color-secondary-light-hover);
    color: var(--background-color-neutral-normal);
    padding: 15px 30px;
    border-radius: 8px;
    border-color: transparent;
    align-items: center;
    text-align: center; 
    cursor: pointer;   
    margin: 1.25rem;
    font-size: var(--font-size-body-b5);
    font-weight: semi-bold;
    text-decoration: none;
}
.tertiary-button:hover {
    background-color: var(--background-color-secondary-darker);
}
.container-6{
    /* background-color: var(--background-color-primary-light); */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    padding: 50px 0px;
}
.caption-4{
    padding: 40px 0px;
    font-size: 42px;
    color: var(--background-color-secondary-dark-active);
    font-weight: bold;
    margin-top: 20px;
}
.container-7{
    width: 70%;
    margin: 0px 200px;
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
}
.project-card{
    /* height: 50vh; */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distributes the content inside */
    height: 100%;
    width: calc(33.333% - 25px);
    background-color: var(--background-color-primary-normal-hover);
    box-shadow: var(--background-color-primary-normal);
    border-color: #2B3545;
    /* padding: 30px 10px; */
    border-radius: 14px;
    /* margin: 0px 20px; */
    color: var(--background-color-neutral-normal);
    /* box-shadow: 10px 10px 5px rgba(91, 165, 230, 0.3); */
    transition: transform 0.3s; /* Smooth scaling on hover */
}
.project-card-individual{
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 15px 0px;
    /* padding: 0px 15px; */
    /* padding-top: 14px; */
    /* padding-bottom: 14px; */
}
.project-card-cover-image{
    width: 100%;
    height: 100%;
}
.project-card-title{
    padding: 15px 15px;
    font-size: 20px;
    overflow: hidden; /* Hide overflowing content */
    text-overflow: ellipsis; /* Display ellipsis when text overflows */
    display: -webkit-box; /* Use for multiline ellipsis */
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    line-height: 1.5; /* Adjust line height as needed */
    max-height: calc(1.5em * 2); /* 2 lines of text */
    min-height: 48px; /* Set a fixed minimum height to account for up to 2 lines */
    max-height: 48px; /* Fixed height for titles to ensure consistency across all cards */
}
.project-card-description{
    padding: 15px 15px;
    font-size: 16px;
    overflow: hidden; /* Hide overflowing content */
    text-overflow: ellipsis; /* Display ellipsis when text overflows */
    display: -webkit-box; /* Use for multiline ellipsis */
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    line-height: 1.5; /* Adjust line height as needed */
    max-height: calc(1.5em * 2); /* 2 lines of text */
    min-height: 48px; /* Set a fixed minimum height to account for up to 2 lines */
    max-height: 48px; /* Fixed height for titles to ensure consistency across all cards */

    /* height: 10vh; */
}
.project-card-call-to-action{
    padding: 15px 15px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* bottom: 10px; */
    
}
/* Styling for hover effect */
.project-card:hover {
    transform: scale(1.05); /* Slightly scale up the card */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a shadow effect */
}
.project-image{
    width: 100%; /* Make the image fill the container width */
    height: 100%; /* Make the image fill the container height */
    object-fit: cover; /* Cover to maintain aspect ratio */
}
@media (max-width: 480px) {
    .project-card-title {
        font-size: 16px; /* Smaller font size on mobile */
    }

    .project-card-description {
        font-size: 13px; /* Smaller font size on mobile */
    }
}

.caption-5{
    /* position: absolute; */
    /* top: 72px; */
    margin: 0px 200px;
    font-size: 42px;
    color: var(--background-color-secondary-dark-active);
    font-weight: bolder;
    padding: 60px 20px;
}
.container-8{
    width: 100%;
    background-color: var(--background-color-primary-light);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* margin: 50px 0px; */
}
.container-9{
    margin: 50px;
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
    overflow: hidden;
}
.logo-slider{
    display: flex;
    white-space: nowrap;
    animation: slide 25s linear infinite;
}
@keyframes slide {
    0% {
        transform: translateX(0); /* Start from the right */
    }
    100% {
        transform: translateX(-30%); /* Slide to the left */
    }
}

a{
    text-decoration: none;
}
.logo{
    height: auto;
    width: 210px;
    padding: 40px;
}
.footer{
    background-color: var(--background-color-primary-light);
    color: var(--background-color-neutral-dark-active);
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 0 0px; */
    
}
.copyright{
    padding-left: 80px;
}
.powered-by{
    padding-right: 80px;
}
.caption-6{
    font-size: 12px;

}
/* .secondary-button{   
    background-color: var(--background-color-neutral-normal);
    color: var(--background-color-primary-darker);
    padding: 10px 24px;
    border-radius: 8px;
    border-color: transparent;
    align-items: center;
    text-align: center; 
    cursor: pointer;   
} */


.powered-text{
    text-decoration: none;
    color: var(--background-color-neutral-dark-active);
    font-size: 12px;
}
.icon{
    font-size: 50px;
    width: 20px; 
    height: 20px; 
    margin: 20px 60px;
    color: var(--background-color-neutral-normal);
}
.icon:hover{
    font-size: 50px;
    width: 20px; 
    height: 20px; 
    margin: 20px 60px;
    color: var(--background-color-secondary-normal-active);
    cursor: pointer;
 
}
.contact-us{
    background-color: var(--background-color-primary-darker);
    padding: 20px 80px;
    color: var(--background-color-primary-light-active);
    display: flex;
    justify-content: space-between;

}
.contact-details{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
h1, h2, h3 {
    color: var(--background-color-secondary-dark);
}
a{
    color: var(--background-color-primary-light-active);
}
/* Hide the hamburger menu icon on desktop */
.menu-icon {
    display: none;
}
@media (max-width: 768px) {
    .project-card {
        width: calc(50% - 15px); /* Two cards in a row on tablets */
    }
}

@media (max-width: 480px) {
    html{
        margin: 0px;
        width: 100%;
    }
    .project-card {
        width: 100%; /* Full width on mobile */
    }
    .header{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .home-logo{
        margin: 10px 5px;
    }
    /* Hide navigation links on mobile */
    .home-header {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 90px;
        right: 0;
        width: 100%;
        background-color: antiquewhite;
        text-align: center;
        z-index: 1;
    }
    .navbar-content{
        padding: 8px;
    }
    /* Show the hamburger icon */
    .menu-icon {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        padding: 20px;
    }
    .home-header{
        margin: 15px 0;
    }
    
    .menu-icon .bar {
        width: 25px;
        height: 3px;
        background-color: white;
        margin: 4px 0;
        transition: 0.3s;
    }
    /* When the menu is active (clicked), show the links */
    .home-header.active {
        display: flex;
    }


    .social-media-links{
        padding: 10px 110px;
        display: none;
    }
    .home-header{
        font-size: 14px;

    }
    .wig_logo{
        padding: 10px 0px;
    }
    .text-row{
        display: flex;
        flex-direction: column;
        font-size: 12px;
    }
    .text-row h1 {
        font-size: 42px;
    }
    .text-row h2 {
        font-size: 32px;
    }
    .count-container{
        display: flex;
        flex-direction: column;
    }
    .container-5{
        display: flex;
        flex-direction: row;
        padding: 10px;
    }
    .caption-1{
        font-size: 22px;
        padding: 4px;
    }
    .caption-3{
        margin: 5px;
        padding: 10px;
        font-size: 16px;
    }
    .caption-4 {
        font-size: 20px; /* Smaller font size for mobile */
    }
    .caption-5{
        margin: 10px;
        font-size: 24px;
        padding: 10px;
    }
    .container-9{
        display: flex;
        flex-direction: column;
        margin: 10px;
    }
    .home-banner-2-button{
        padding: 5px;
    }
    .between-button-2{
        padding: 0px;
    }
    .between-button-1{
        padding: 0px;
    }
    .contact-us {
        padding: 50px 25px;
        font-size: 15px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .banner-container{
        height: auto;
    }

    .footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .copyright{
        margin-left: 10px;
        padding: 5px;
    }
    .powered-by{
        padding: 5px;
        margin-bottom: 10px;
    }
    
}
/* Animation */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-20%); } /* Adjust to only scroll half for seamless loop */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .caption-5 {
        font-size: 20px;
    }
    .logo {
        max-height: 50px;
    }
    .logo-slider {
        gap: 15px;
        animation-duration: 30s;
        display: flex;
        white-space: wrap;
    }
}

@media (max-width: 480px) {
    .caption-5 {
        font-size: 18px;
    }
    .logo {
        max-height: 40px;
    }
    .logo-slider {
        gap: 10px;
        animation-duration: 40s;
    }
}


