.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;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 420px;
    top: auto;
  }

  .floating-director-widget .widget-content {
    width: 100%;          /* take full parent width */
    box-sizing: border-box;
  }

  .floating-director-widget .widget-label {
    display: none;
  }
  .floating-director-widget .director-name {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .floating-director-widget .widget-buttons {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
  }

  .floating-director-widget .widget-btn {
    flex: 1; 
    padding: 5px 0;
    font-size: 13px;
    border-radius: 20px;
    margin: 0;
  }

  .floating-director-widget .widget-content {
    position: relative; 
  }

  .floating-director-widget .widget-close {
    position: absolute;
    top: -10px;
    right: 10px;
    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);
  }
  #question_btn_widget{
      margin-top: 8px;
  }
}
@media(max-width: 480px){
		.floating-director-widget{
		    bottom: 120px;
		}
	}/* End custom CSS */