.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2287 .elementor-element.elementor-element-d4af2ee img{width:250px;}@media(max-width:1366px){.elementor-2287 .elementor-element.elementor-element-d4af2ee img{width:200px;}}@media(min-width:2400px){.elementor-2287 .elementor-element.elementor-element-d4af2ee img{width:250px;}}/* Start custom CSS *//* First container styling */
  .button-container {
          font-family:     font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 20px;
    max-width: 600px;
    width: 100%;
  }

  /* Button styling */
  .btn {
          font-family:     font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 14px;
   
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
  }

  .btn-transparent {
    background-color: transparent;
    border: 1px solid white;
    color: white;
  }

  .btn-transparent:hover,
  .btn-transparent.active-btn {
    background-color: white;
    color: #333;
  }

  .btn-zoom {
    background-color: #C2FFAD;
    border: 1px solid #C2FFAD;
    color: #333;
  }

  .btn-zoom:hover {
    background-color: white;
    color: #333;
  }

  /* Lower container styling */
  .content-container {
    width: 100%;
    max-width: 600px;
    padding: 20px;
    background-color: none
    text-align: center;
    border-radius: 8px;
    color: #333;
  }

  .content {
    display: none;
  }

  .content.active {
    display: block;
  }

  /* Lightbox styling */
  .lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    align-items: center;
    justify-content: center;
    z-index: 1000;
    cursor: pointer; /* Allow clicking outside to close */
  }

  .lightbox img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 8px;
    cursor: default; /* Prevent image from triggering lightbox close */
  }

  /* Responsive styling */
  @media (max-width: 768px) {
    .button-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      justify-items: start;
    }
  }
  
   .button-container {
    display: flex;
    align-items: center;
    gap:0!important;
  }

  .show-me-btn {
    background-color: #fff;
    color: #1F2937;
    padding: 12px 30px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    border: none;
    border-radius: 100px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
  }

  .show-me-btn .arrow-icon {
    margin-left: 8px;
  }

  .show-me-btn:hover {
    background-color: #1F2937;
    color: #fff;
  }

  .circle-btn {
    background-color: #56E366;
    color: #1F2937;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0px; /* This makes the buttons touch */
    transition: background-color 0.3s, color 0.3s;
  }

  .circle-btn:hover {
    background-color: #fff;
    color: #C2FFAD;
  }
  
   /* Base styles for the nav-container */
        .nav-container {
            position: fixed;
            width: 100%;
            padding: 10px;
            top: 0;
            left: 0;
            background-color: transparent;
            transition: background-color 0.3s ease;
        }

        /* Style when scrolling */
        .nav-container.scrolled {
            background: linear-gradient(66deg, rgba(12, 31, 47, 0.7) 0%, rgba(0, 41, 73, 0.7) 100%);
/* Semi-transparent blue */
        }
        
        .frm-fluent-form .ff-t-container {
    display: flex;
    gap: 0px!important;
    width: 100%;
} 



[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible) {
    outline: none
}

[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    color: #fff;
    background-color: #01A2E3!important;
    text-decoration: none
}/* End custom CSS */