@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;300;400;700;900&display=swap');

/* Bold: font-weight: 700;
Semi-Bold: font-weight: 600;
Medium: font-weight: 500; */

body{
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    color: #737373;
    margin: 0;
    padding: 0; 
}

@font-face {
    font-family: 'Amatemora';
    src: url('../font/Amatemora Italic.otf') format('opentype'); /* For italic variant */
    font-weight: normal;
    font-style: italic;
}

.brand-logo {
    height: 90px;
}
.navbar-nav{
    margin-top: 0;
    padding-top: 0;
}
#navbarSupportedContent{
    height: 100% !important; /* Set the height of the nav container to 100% */
    align-items: center; /* Vertically align items */
}
.navbar-nav .nav-link{
    /* font-size: 20px !important; */
    font-weight:600;
    margin-top: 0px;
    height: 90px;

    margin-right: 20px;
    text-decoration: none;
    color: #666666 !important;
   

    align-content: center;
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover/active state */
    /* padding-right: 15px !important; */
  }

  /* Active nav-link styling */
  .nav-link.active {
    margin-top: 0px;

    background-image: url('../images/Path\ 5412.svg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain; 
    color: #236823 !important; 
}
nav .dropdown-toggle {
    border: 0;
    /* color: #236823; */
    font-weight: 600;
}

nav .dropdown-toggle:hover, 
nav .dropdown-toggle:focus, 
nav .dropdown-toggle:active {
     border:0;
    font-weight: 600;
    box-shadow: none; /* Remove any default focus/active shadow */
}

nav .dropdown-menu {
    box-shadow: none; /* Remove shadow around dropdown */
    min-width: 100%;
}

nav .dropdown-item:hover {
    background-color: #f0f0f0; /* Subtle background color on hover */
}

.text-primary{
  color: 236823;
}
.btn-outlined, .primary-outlined{
    border-color: #236823;
}
/* Hero Section Styling */
.hero-section {
    position: relative;
    width: 100%;
    height: 120vh;
    background: url('../images/Mask Group 1376.png') no-repeat center center;
    background-size: cover;
    
    display: flex;
    justify-content: center;
    align-items: baseline; /* Aligns content at the baseline of the container */
}
/* Content Box Styling */
.white-border{
    border-left: #f0f0f065 5px;
    border-right: #f0f0f065 5px;
}
.hero-content {

    margin-bottom: 0; /* Remove margin to place it at the baseline */
    margin-top: auto;
    padding-top:10vh ;
}

/* Overlay Styling */
.hero-overlay {
    position: relative;
    width: 100%;
    text-align: center;
    vertical-align: baseline;
}

.hero-title-container {
    background-color: rgba(0, 0, 0, 0.2); /* Transparent background for the title */
    -webkit-backdrop-filter: blur(20px); /* Safari Support */
    backdrop-filter: blur(20px); /* Blur effect on the background behind the overlay */
    padding: 20px;
    border-left: 5px solid #ffffff97;
    border-right: 5px solid #ffffff97;

}

.hero-title {
    /* font-size: 42px; */
    font-weight: bold;
    color: #ffffff;
}
.sub-title {
    font-family: 'Amatemora' !important;
    font-style: italic;
    /* font-size: 35px; */
    color: #ffffff;
}
.hero-description {
    margin: 20px 0;
    margin-bottom: 30px;
}

/* Button Styling */
.hero-btn {
    display: inline-block;
    background: linear-gradient(180deg, #64B334, #325A1A); /* Linear gradient from #64B334 to #325A1A */
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
}

.services{
    padding-top: 75px;
    padding-bottom: 75px;

    background-image: url('../images/Line\ 79.svg');
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.bg-services{
    background-image: url('../images/Group\ 3404.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;

}



h2{
    font-size: 32px;
    font-weight: 700;
    color: #3D3D3D;
}

.services h2{
    display: inline-block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 3px solid #CFCFCF;
}


h3{
    font-size: 24px;
    font-weight: 700;
    color: #3D3D3D      ;
}
.application-heading {
    background: url('../images/Path 5411.svg') no-repeat right center;
    background-size: cover;
    background-repeat: no-repeat;
    
}


h4{
    font-size: 22px;
    font-weight: 700;
    color: #3D3D3D 
}
h5{
        font-size: 20px;
    font-weight: 700;
    color: #3D3D3D 
}

.right-bullets {
  list-style: none; /* remove default bullets */
  padding-right: 1rem;            /* Adjust spacing */
  text-align: right;   
}
.right-bullets li {
     position: relative;
      padding-right: 1.2em;  
}
.right-bullets li::before {
      content: url('../images/Ellipse\ 255.png');                    /* Bullet symbol */
      position: absolute;
      right: 0;                       /* Stick to right */
    }

.left-bullets {
  list-style: none; /* remove default bullets */
  padding-right: 1rem;            /* Adjust spacing */
  text-align: left;   
}
.left-bullets li {
     position: relative;
      padding-left: 1.2em;  
}
.left-bullets li::before {
      content: url('../images/Ellipse\ 255.png');                    /* Bullet symbol */
      position: absolute;
      left: 0;                       /* Stick to left */
    }    

.accordion-item{
    margin-bottom:10px;
}
.accordion-header{
  border-bottom: #236823 2px solid;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../images/arrow-ios-downward-outline.png');
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
    background-image: url('../images/arrow-ios-upward-outline.png');
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-button{
    color: #333333;
    font-weight: 600;
}
.accordion-button:not(.collapsed) {
    color: #333333 !important;

    background-color: #ffffff !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.text-primary{
    color: #3EA500 !important;
}
.text-secondary{
    color: #333333 !important;
}
.btn-primary{
    background: linear-gradient(180deg, #64B334, #325A1A);
    border-color: #64B334 !important;
    border-radius: 0;
    border: 0;
}
.btn-square{

  
    padding: 10px 20px 10px 20px !important;
}
.card{
    border-radius: 0;
}
.card-img-top{
    border-radius: 0;
}
.card-title{
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 600;
}
.section-description{
    color: #000;
    font-weight: 500;
}

.ag-solution{
    background-image: url('../images/Mask\ Group\ 1392@3x.png'); /* Use the image URL */
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ags-content{
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent white background */
    -webkit-backdrop-filter: blur(20px); /* Safari Support */
    backdrop-filter: blur(20px); /* Blur effect on the background behind the overlay */
    padding: 20px;
    text-align: center;
    color: white;
}
.ags-heading{
    font-weight: 700;
    font-size: 32px;
}

.scrolling-list {
    min-height: 400px; /* Set a fixed height */
    overflow: hidden; /* Hide the overflow content */
    position: relative;
}
.scrolling-list ul {
    position: absolute;
    /* width: 100%; */
    padding-left: 0;
    list-style-type: none; /* Remove default list styling */
    animation: scroll-up 15s linear infinite; /* Animation */
}
.scrolling-list ul li{
    border: #EBEBEB 1px solid;
    margin: 10px;
    padding: 10px;
}
.core-values{
    background-image: url('../images/Path\ 5423.png');  
    background-repeat: no-repeat;
    background-position: center;  
    background-size: contain;
    min-height: 450px;
}

.products .product-img{
    height: 300px;
    width: 250px;
}

.products .product-img-small{
    height: 150px;
    width: 100px;
}

.product-card {
      min-width: 200px;
      max-width: 200px;
      margin-right: 1rem;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }
    .product-image {
      height: 150px;
      object-fit: cover;
      width: 100%;
    }
/* Animation keyframes */
@keyframes scroll-up {
    0% {
        top: 100%; /* Start at the bottom */
    }
    100% {
        top: -100%; /* Move to the top */
    }
}
.banner-section{
    height: 180px;
}
.info-box {
    background-repeat: no-repeat;
    background-position: center;  
    background-size: contain;
    min-height: 155px;
}
/* .info-box h4 {
    font-size: 22px;
    font-weight: bold;
} */
.footer-heading{
    font-size: 24px;
    font-weight: 700;
    color: #3D3D3D;
    margin-top: 130px;
}
.footer-description{
    color:#737373;
    font-size: 14px;
}
.footer-bottom{
    background-color: #333333;
}
.shadow-md{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
#team .card-img-top{
    height: 300px;
}



/* For screens smaller than 480px */
@media (max-width: 768px) {
    .hero-section {
        height: 100vh;
    }

    .hero-overlay {
        padding: 0px 10px;
    }

    .hero-content {
        width: 90%;

    }
    
    .hero-title {
        font-size: 1.7rem;
    
    }
    .sub-title {
     
        font-size: 1.7rem;
    }
    .bg-services{
        /* background-size: 0 !important; */
        max-height: 500px;
    }
 
    .info-box {
        background-image: url('../images/Path\ 5411.png');  


    }
    .info-box h2 {
    font-size: 24px;
    font-weight: bold;
    }
    .bg-services{
        max-height: 560px !important;
    }
    .right-padded, .left-padded {
        padding-right:0;
    }
        .overlay-box{
        position: relative;
        z-index: 1; /* keep content above overlay */
    }
      .overlay-box::before {
        content: "";
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(255, 255, 255, 0.8); /* white with 80% opacity */
        border-radius: 8px; /* optional */
        z-index: -1; /* so text & img stay visible above overlay */
  }

  }
  
  /* For screens between 480px and 1024px */
  @media (min-width: 768px) and (max-width: 992px) {
    .hero-overlay {
        padding: 0px 15px;
    }
    .hero-content {
        width: 70%;
        max-width: 90%;

    }
        .info-box {
        background-image: url('../images/Path\ 5411@2x.png');  


    }
    .info-box h2 {
        font-size: 28px;
        font-weight: bold;
    }

  }
  
  /* For screens larger than 1024px */
  @media (min-width: 992px) {
    .hero-overlay {
        padding: 0px 20px;
    }
    .hero-content {
        width: 60%;
        max-width: 90%;
   
    }
        .info-box {
        background-image: url('../images/Path\ 5411@2x.png');  


    }
    .info-box h2 {
    font-size: 32px;
    font-weight: bold;
    }
    .bg-services{
        max-height: 460px !important;
    }
    .right-padded  {
        padding-right:43% !important;
    }
    .left-padded{
        padding-left:43% !important;

    }
  }
  