.elementor-1094 .elementor-element.elementor-element-43bc83b{--display:flex;}.elementor-1094 .elementor-element.elementor-element-6b285fb{--display:flex;--padding-top:0px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-1094 .elementor-element.elementor-element-784e865 > .elementor-widget-container{margin:-80px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6247a89 *//* Nav style */
.grid-image a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.grid-container {
      display: flex;
	  justify-content: space-between;
      align-items: center;
      max-width: 1500px;
      margin: 0px auto;
      padding: 0px 10px;
    }

    .grid-image {
      display: flex;
      align-items: center;
    }

    .grid-image img {
      width: 50px;
      border-radius: 10px;
    }

    .grid-logo-title {
      margin-left: 10px;
      margin-top: 30px;
      font-size: 1.4rem;
      font-weight: bold;
      display: flex;
      align-items: center;
    }

    .grid-list {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .hamburger {
      display: none;
      flex-direction: column;
      gap: 4px;
      width: 25px;
      cursor: pointer;
      align-items: center;
      justify-content: center;
    }

    .hamburger div {
      height: 3px;
      width: 100%;
      background-color: #333;
      border-radius: 2px;
    }

    .grid-list-ul {
      list-style: none;
      display: flex;
      gap: 20px;
    }

    .grid-list-ul li {
      position: relative;
    }

    .grid-list-ul a {
      text-decoration: none;
      color: #333;
      font-weight: 500;
      padding: 6px 10px;
      display: inline-block;
    }
    
    .grid-list-ul li .dropdown li a:hover {
  background-color: transparent;
}

    .dropdown {
      list-style: none;
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: white;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      z-index: 100;
      padding: 10px 0;
      min-width: 160px;
    }

    .dropdown li a {
      display: block;
      padding: 8px 20px;
      white-space: nowrap;
    }

    .dropdown li a:hover {
      background-color: #f0f0f0; 
    }

    .grid-list-ul li:hover .dropdown {
      display: block;
    }

    .nav-cta {
      padding: 10px 20px;
      background: #0077cc;
      color: white;
      border: none;
      border-radius: 20px;
      font-size: 1rem;
      cursor: pointer;
      white-space: nowrap;
    }

    .nav-cta:hover {
      background: #005fa3;
      color: #fff;
    }

    /* Mobile Styles */
    @media (max-width: 768px) {
      .grid-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .grid-image img {
    width: 35px;
  }

  .grid-logo-title {
    font-size: 1rem;
  }

  .grid-list {
    position: relative;
  }

  .hamburger {
    display: flex;
    margin-left: 10px;
  }

  .grid-list-ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    z-index: 999;
    width: 200px;
    padding: 10px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }

  .grid-list-ul.show {
    display: flex;
  }

  .grid-list-ul li {
    width: 100%;
  }

  .grid-list-ul a {
    padding: 10px 20px;
    width: 100%;
    text-align: left;
  }

  .dropdown {
    position: static;
    background: transparent ;
    box-shadow: none;
    padding: 0; 
    display: none;
  } 
  .dropdown li a:hover {
  background-color: transparent;
}
  .grid-list-ul li:hover .dropdown {
    display: flex !important;
    flex-direction: column;
    margin-left: -60px;
  }

  .dropdown li a {
    padding-left: 30px;
  }

  .nav-cta {
    display: none;
  }
    }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6b285fb */#page .site-content {
  background-color: #E5F1FD;
}
h1 {
      font-family: "Cormorant Garamond", serif;
      color: #082d0c;
      font-size: 32px;
      line-height: 1.2;
      font-weight: 600;
      text-transform: capitalize;
      letter-spacing: 0;
}
.case-study {
  background-color: white;
  padding: 50px;
}
strong {
  color:rgb(144, 198, 249);
}
table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #E5F1FD;
      border-radius: 12px;
      overflow: hidden;
}
tr {
  border: 1px solid #E5F1FD;
}
td {
  background-color: rgb(144, 198, 249);
  color: white;
  padding: 8px;
  border: 1px solid #E5F1FD;
}
h2 {
      font-family: "Cormorant Garamond", serif;
      color: #082d0c;
      font-size: 32px;
      line-height: 1.2;
      font-weight: 600;
      text-transform: capitalize;
      letter-spacing: 0;
    }
    
    p {
      font-family: "Fira Sans", sans-serif;
      font-size: 18px;
      line-height: 1.8;
      color: #52525A;
      margin: 0 0 20px 0;
    }/* End custom CSS */