
/* Keep dropdown item text color blue, even on hover or active.
this is not working using the style.css hence additional style here */

/* Each dropdown should position relative to its own nav item */
.navbar-nav .nav-item.dropdown {
    position: relative;
}

/* Dropdown should open directly below the clicked item */
.navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
}



.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item:active {
    color: #4AC3F9 !important;
    background-color: transparent !important;
}

/* Simple links (no flyout) */
.simple-link {
    padding: 10px 20px;
    display: block;
    color: #222;
    text-decoration: none;
}

.simple-link:hover {
    background-color: #f5f7fa;
}


/* Non-flyout links */
.simple-link {
    padding: 12px 20px;
    display: block;
    color: #222;
    text-decoration: none;
}

.simple-link:hover {
    background-color: #f5f7fa;
}



/* Non-flyout links */
.simple-link {
    padding: 12px 20px;
    display: block;
    color: #222;
    text-decoration: none;
}

.simple-link:hover {
    background-color: #f5f7fa;
}




/* Simple links (no flyout) */
.simple-link {
    padding: 10px 20px;
    display: block;
    color: #222;
    text-decoration: none;
}

.simple-link:hover {
    background-color: #f5f7fa;
}



.darwin-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 1300px;
    margin: 50px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.darwin-container2 {
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
    max-width: 1200px;
}
.darwin-image-box {
    flex: 1;
    margin-right: 20px;
}

.darwin-image-box img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.darwin-text-box {
    flex: 1;
}

.darwin-text-box hr {
    width: 50px;
    height: 2px;
    background-color: #4c96d7;
    border: none;
    margin-bottom: 20px;
}

.darwin-text-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.darwin-text-box .main-title {
    font-size: 28px;
    line-height: 60px;
    color: #4c96d7;
    text-transform: uppercase;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .darwin-container {
        flex-direction:column; /* Align one below another on small screens */
        justify-content: space-between; /* Space out the elements */
    }

    .darwin-image-box,
    .darwin-text-box {
        width: 100%;
        height:auto;
        justify-content: space-between; /* Space out the elements */
    }

    .darwin-text-box {
        text-align: left; /* Align text left on small screens */
    }
}



.darwin-box {
    width: 45%;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.darwin-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.darwin-box ul {
    list-style-type: none;
    padding: 0;
}

.darwin-box ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.darwin-box title {
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 10px;
        }

.darwin-demo-container {
    max-width: 600px;
    margin: 50px auto;
    background-color: #fcf9fd;
    padding: 20px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.darwin-demo-container h1 {
    text-align: center;
    color: #333;
}

.darwin-demo-container p {
    text-align: center;
    color: #666;

}

.darwin-demo-container form {
    display: flex;
    flex-direction: column;
    width:500px;
}

.darwin-demo-container form-group {
    display: flex;
    flex-direction: column;
    width:500px;
}
.darwin-demo-container label {
    margin: 10px 0 5px;
    font-weight: bold;
    color: #333;
    width:500px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
.darwin-demo-container textarea {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 16px;
}

.darwin-demo-container textarea {
    resize: vertical;
}

.darwin-demo-container .btn-submit {
    background-color: #007bff;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.darwin-demo-container .btn-submit:hover {
    background-color: #0056b3;
}

.darwin-demo-container .privacy-note {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 10px;
}

.darwin-demo-button {
            background-color: #76d7c4;
            color: white;
            padding: 10px 18px;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            text-align: center;
            display: inline-block;
        }

.darwin-demo-button:hover {
  background-color: #76d7c4;
  color: white;
}

section {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.darwin-use-cases {
    display: flex;
    flex-wrap: wrap;
}
.darwin-use-case {
    flex: 1;
    background-color: #fff;
    margin: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.darwin-use-case h3 {
    font-size:24px;
    text-align: center;
}


.how-it-works-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.step {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    flex: 1;
    position: relative;
}

.step img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.step h3 {
    font-size: 20px;
    margin: 10px 0;
    color: #333;
}

.step p {
    font-size: 16px;
    color: #666;
}

.arrow {
    width: 50px;
    height: 50px;
}

.arrows-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50px;
}

@media (max-width: 768px) {
    .how-it-works-container {
        flex-direction: column;
    }

    .arrows-container {
        display: none;
    }
}

.cookie-banner {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #5dade2;
    color: white;
    text-align: center;
    padding: 15px;
    z-index: 1000;
}

.cookie-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.cookie-btn:hover {
    background-color: #45a049;
}

/* Close (X) Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

.close-btn:hover {
    color: #999;
}


/* Navbar styles */
.blueprine-navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fdfefe;
  z-index: 1000;
  padding: 10px 20px;
}

/* Flexbox container for logo and menu */
.blueprine-navbar-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* Logo styles */
.blueprine-navbar .logo {
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.blueprine-navbar .logo img {
  height: 30px;
  margin-right: 20px;
}

/* Navbar menu styles */
.blueprine-navbar-menu {
  list-style: none;
  display: flex;
  align-items: center;
  margin-left: 0;
}

.blueprine-navbar-menu li {
  margin-left: 20px;
  position: relative; /* For dropdown */
}

.blueprine-navbar-menu li a {
  color: #4AC3F9;
  text-decoration: none;
  padding: 10px;
  transition: background-color 0.3s;
}

.blueprine-navbar-menu li a:hover {
  color: #4AC3F9;
  border-radius: 4px;
}

/* Dropdown menu */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fdfefe;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 100%;
  left: 0;
}

.dropdown-content a {
  color: #4AC3F9;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown on click */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Hide the menu button initially */
.blueprine-navbar-toggle {
  display: none;
  font-size: 28px;
  color: #4AC3F9;
  background: none;
  border: none;
  cursor: pointer;
}

/* Responsive layout for mobile/tablet */
@media (max-width: 768px) {
    
  .main-wrapper {
    margin-top:20%;
  }    
    
  .blueprine-navbar-content {
    justify-content: space-between;
  }

  .blueprine-navbar-menu {
    flex-direction: column;
    display: none;
    width: 100%;
    background-color: #fbfcfc;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .blueprine-navbar-menu li {
    text-align: left;
    width: 100%;
    margin: 0;
  }

  .blueprine-navbar-menu li a {
    display: block;
    padding: 15px 20px;
  }

  .blueprine-navbar-toggle {
    display: block;
  }

  .blueprine-navbar-menu.active {
    display: flex;
  }

  /* Dropdown styles for mobile */
  .dropdown-content {
    position: relative;
    box-shadow: none;
  }
}
