.elementor-8402 .elementor-element.elementor-element-4c3cac4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-402b085 */.floating-director-widget {
    position: fixed;
    top: 150px; 
    right: -10px; 
    z-index: 9999;
    font-family: Arial, sans-serif;
}

.floating-director-widget .widget-content {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    text-align: center;
    width: 220px;
}

.floating-director-widget .widget-label {
    font-size: 12px;
    color: #555555;
    margin: 0 0 5px 0;
}
.floating-director-widget .director-name {
    font-size: 18px;
    font-weight: bold;
    color: #111111;
    margin: 0 0 15px 0;
}
.floating-director-widget .widget-btn {
    display: block;
    width: 100%;
    padding: 8px 0;
    margin-bottom: 10px;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.floating-director-widget .green-btn {
    background: linear-gradient(90deg, #00FFB0, #00D6CD);
    color: #000;
    font-weight: 600;
}
.floating-director-widget .green-btn:hover {
    background: linear-gradient(90deg, #00D6CD, #00BFA0);
}

.floating-director-widget .dark-btn {
    background-color: #0b1e38;
    color: #fff;
    font-weight: 600;
}
.floating-director-widget .dark-btn:hover {
    background-color: #051229;
}

.floating-director-widget .widget-close {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    line-height: 1;
}

.floating-director-widget .widget-close:hover {
    color: #000;
}

@media (max-width: 767px) {

  .floating-director-widget {
    position: fixed;   
    top: auto;     
    right: auto;   
    bottom: 25px;  
    left: 50%;  
    transform: translateX(-50%);
    width: 100%; 
    max-width: 420px;   
    z-index: 9999; 
  }

  .floating-director-widget .widget-content {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 14px;
    border-radius: 30px;
    box-shadow: 0 -2px 15px rgba(0,0,0,0.25);
    text-align: left;
  }

  .floating-director-widget .widget-label {
    display: none;
  }

  .floating-director-widget .director-name {
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
  }

  .floating-director-widget .widget-btn {
    width: auto;
    padding: 6px 14px;
    font-size: 12px;
    margin: 0;
    border-radius: 20px;
    white-space: nowrap;
  }

  .floating-director-widget .green-btn {
    min-width: 90px;
  }

  .floating-director-widget .dark-btn {
    min-width: 85px;
  }

  .floating-director-widget .widget-close {
    top: -6px;
    right: -6px;
    background: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  }
}/* End custom CSS */