

/* Video play button css for Single block */

.SovereignDesk-hero-video-play {
	position: relative;
}

.SovereignDesk-hero-video-play {
	position: relative;
	max-width: 100%;
	width: 100%;
	/* border: 1px solid #6772AE;
	box-shadow: inset 0 0 68px #212654, 0 1em 2em rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	padding: 12px; */
}

.SovereignDesk-hero-video-play img {
	border-radius: 6px;
	width: 100%;
	display: block;
}

.SovereignDesk-hero-video-play .SovereignDesk-video-btn-main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    /* pointer-events: none;  */
	/* Ensures only the button inside is clickable */;
}

.SovereignDesk-hero-video-play .SovereignDesk-video-play-button {
	pointer-events: auto;
	 /* So the play button remains clickable */
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	/* background: #190E3B; */
background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.3s ease;
}
/* .SovereignDesk-hero-video-play .SovereignDesk-video-frame {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
.SovereignDesk-hero-video-play .SovereignDesk-video-thumbnail {
     position: relative;
    padding: 26px 10px;
    border-radius: 12px;
} */
.SovereignDesk-hero-video-play .SovereignDesk-video-play-button:hover {
	transform: scale(1.05);
}

.SovereignDesk-hero-video-play .SovereignDesk-video-play-button .SovereignDesk-icon {
	/* width: 0;
	height: 0;
	border-left: 20px solid white;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: relative;
	z-index: 0;
	right: -3px; */

  width: 30px;
  height: 30px;
  background: linear-gradient(to right, #2A40E4, #42DBE1);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: relative;
  z-index: 0;
  right: -3px;

}

.SovereignDesk-hero-video-play .SovereignDesk-video-play-button::before,
.SovereignDesk-hero-video-play .SovereignDesk-video-play-button::after,
.SovereignDesk-hero-video-play .SovereignDesk-video-play-button .SovereignDesk-pulse-ring {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
 	background: rgb(203 200 211); 
 /* RGB-like color with opacity */
	animation: SovereignDesk-pulse 2s ease-out infinite;
	z-index: 0;
}

.SovereignDesk-hero-video-play .SovereignDesk-video-play-button::after {
	animation-delay: 0.5s;
}

.SovereignDesk-hero-video-play .SovereignDesk-video-play-button .SovereignDesk-pulse-ring {
	animation-delay: 1s;
}

@keyframes SovereignDesk-pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(2.5);
		opacity: 0;
	}
}

.SovereignDesk-user-contact-info ul {
    margin: 0;
    padding: 0;
    /* display: inline-block; */
    /* text-align: center; */
    margin-bottom: 20px;
    margin-top: 15px;
}
.SovereignDesk-user-contact-info ul li {
    list-style: none;
    text-align: center;
    line-height: 30px;
}

/* Force overlay to top above all menus, Elementor, and sticky headers */
.SovereignDesk-video-overlay {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
background: radial-gradient(
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.6) 60%,
    rgba(255, 255, 255, 0.9) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
 /* Updated color */
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999999999 !important;
	isolation: isolate;
	position: fixed !important;
}

 .SovereignDesk-spinner {
	border: 6px solid #f3f3f3;
 /* Light gray */
	border-top: 6px solid #36A9E1;
 /* Blue */
	position: absolute;
	left: 49%;
	top: 49%;
	z-index: 333333;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	animation: SovereignDesk-spin 1.5s linear infinite;
}

@keyframes SovereignDesk-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.SovereignDesk-video-overlay.SovereignDesk-active {
	display: flex;
}

 .SovereignDesk-video-overlay iframe {
	max-width: 90vw;
	max-height: 90vh;
	border: none;
}

.SovereignDesk-video-overlay .SovereignDesk-close-btn {
	position: absolute;
	top: 40px;
	right: 60px;
	font-size: 65px;
	color: #2F8CD1;
	cursor: pointer;
	z-index: 1000;
	transition: transform 0.2s;
}

.SovereignDesk-video-overlay .SovereignDesk-close-btn:hover {
	transform: scale(1.2);
	color: #FC5811;
}

.SovereignDesk-video-overlay iframe {
    max-width: 70vw;
    width: 1200px;
    height: 675px;
    border: none;
    margin: 0px auto;
    display: block;
    text-align: center;
    margin-top: 2%;
}




/* Elmentor Widget Testimonial css */
.SovereignDesk-testimonial-block {
    border: 1px solid#EBEDEF;
}

.SovereignDesk-testimonial-block .SovereignDesk-hero-video-play img{
       border-radius: 0px;
}


.SovereignDesk-testimonial-block .SovereignDesk-testimonial-content{padding: 24px;}
.SovereignDesk-testimonial-block .SovereignDesk-testimonial-content .SovereignDesk-testimonial-comment{padding-bottom: 30px;}

.SovereignDesk-testimonial-block .SovereignDesk-testimonial-content .SovereignDesk-testimonial-comment p{font-size: 18px;line-height: 26px;;color: #041D38;}

.SovereignDesk-testimonial-block .SovereignDesk-testimonial-content .SovereignDesk-testimonial-author h4.SovereignDesk-testimonial-name{font-size: 16px;font-weight: 500;margin: 0;padding: 0;;color: #041D38;}
.SovereignDesk-testimonial-block .SovereignDesk-testimonial-content .SovereignDesk-testimonial-author p.SovereignDesk-testimonial-position{font-size: 14px;font-weight: 300;margin: 0;padding: 0;color: #041D38;}


.SovereignDesk-testimonial-block .SovereignDesk-hero-video-play .SovereignDesk-video-play-button::before, .SovereignDesk-hero-video-play .SovereignDesk-video-play-button::after, .SovereignDesk-testimonial-block .SovereignDesk-hero-video-play .SovereignDesk-video-play-button .SovereignDesk-pulse-ring {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    animation: SovereignDesk-pulse 2s ease-out infinite;
    z-index: 0;
}
.SovereignDesk-testimonial-block .SovereignDesk-hero-video-play .SovereignDesk-video-play-button {

    width: 48px;
    height: 48px;

}
.SovereignDesk-testimonial-block .SovereignDesk-hero-video-play .SovereignDesk-video-play-button .SovereignDesk-icon {
    width: 18px;
    height: 18px;

}
.SovereignDesk-testimonial-block .SovereignDesk-hero-video-play .SovereignDesk-video-btn-main {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    /* pointer-events: none; */
    align-content: flex-end;
}













/* Modern Gravity Form Styling */
body .gform_wrapper {
/*   max-width: 700px !important; */
  margin: 2rem auto !important;
/*   padding: 2.5rem !important;
  background: #fff !important;
  border-radius: 18px !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important; */
}

/* Field Labels */
body .gform_wrapper .gfield_label {
  font-weight: 600 !important;
  margin-bottom: 8px !important;
  font-size: 16px !important;
  color: #2d3748 !important;
  letter-spacing: -0.1px !important;
}

/* Required Indicator */
body .gform_wrapper .gfield_required {
  color: #e53e3e !important;
  margin-left: 4px !important;
}

/* Input Fields */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper textarea,
body .gform_wrapper select {
  width: 100% !important;
  padding: 16px 18px !important;
  font-size: 16px !important;
  background: #f8fafc !important;
  border: 2px solid #050B3F !important;
  border-radius: 12px !important;
  transition: all 0.25s ease !important;
  margin-bottom: 24px !important;
  box-sizing: border-box !important;
  color: #1a202c !important;
}

body .gform_wrapper input[type="button"],
body .gform_wrapper input[type="submit"] {
  background: linear-gradient(90deg, #2f8cd1 100%, #FC5811 100%) !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  border: none !important;
  padding: 16px 36px !important;
  border-radius: 12px !important;
  font-size: 17px !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  box-shadow: 0 6px 12px rgba(78, 33, 113, 0.3) !important;
  letter-spacing: 0.5px !important;
  outline: none !important;
  width: 150px !important;
}

body .gform_wrapper input[type="button"]:hover,
body .gform_wrapper input[type="submit"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 16px rgba(40, 24, 107, 0.35) !important;
}

body .gform_wrapper input[type="button"]:active,
body .gform_wrapper input[type="submit"]:active {
  transform: translateY(0) !important;
  box-shadow: 0 4px 8px rgba(40, 24, 107, 0.25) !important;
}

/* 🔍 Focus Style */
body .gform_wrapper input[type="button"]:focus,
body .gform_wrapper input[type="submit"]:focus {
  background: linear-gradient(90deg, #2f8cd1 100%, #FC5811 100%) !important;
  outline: none !important;
  color: #ffffff !important;
}

body .gform_wrapper .ginput_container_radio .gfield_radio .gchoice {position:relative}

body .gform_wrapper .ginput_container_radio .gfield_radio {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

body .gform_wrapper .ginput_container_radio .gfield_radio .gchoice {
  position: relative !important;
}

body .gform_wrapper .ginput_container_radio .gfield_radio input[type="radio"] {
  display: none !important;
}

body .gform_wrapper .ginput_container_radio .gfield_radio label {
  display: block !important;
  background: transparent !important;
  border: 2px solid #050B3F !important;
  border-radius: 6px !important;
  padding: 12px 18px !important;
  color: #050B3F !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

body .gform_wrapper .ginput_container_radio .gfield_radio input[type="radio"]:checked + label {
  background: linear-gradient(135deg, #4299e1 100%, #3182ce 100%) !important;
  border-color: #4e2171 !important;
  color: #fff !important;
}

body .gform_wrapper .ginput_container_radio .gfield_radio label:hover {
  background: rgb(47 140 209 / 44%) !important;
  border-color: #4e2171 !important;
}

/* ✅ Checkbox Styled Like Radio Box */
body .gform_wrapper .ginput_container_checkbox .gfield_checkbox {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

body .gform_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice {
  position: relative !important;
}

body .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type="checkbox"] {
  display: none !important;
}

body .gform_wrapper .ginput_container_checkbox .gfield_checkbox label {
  display: block !important;
  background: transparent !important;
  border: 2px solid #050B3F !important;
  border-radius: 6px !important;
  padding: 12px 18px !important;
  color: #050B3F !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

body .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label {
  background: linear-gradient(135deg, #4299e1 100%, #3182ce 100%) !important;
  border-color: #4e2171 !important;
  color: #fff !important;
}

body .gform_wrapper .ginput_container_checkbox .gfield_checkbox label:hover {
  background: rgb(47 140 209 / 44%) !important;
  border-color: #4e2171 !important;
}

body .gform_wrapper input::placeholder,
body .gform_wrapper textarea::placeholder {
  color: #a0aec0 !important;
  opacity: 1 !important;
}

body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
  border-color: #4299e1 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(66, 153, 225, 0.15) !important;
  outline: none !important;
  transform: translateY(-1px) !important;
}

body .gform_wrapper .gfield_radio,
body .gform_wrapper .gfield_checkbox {
  list-style: none !important;
  padding-left: 0 !important;
}

body .gform_wrapper .gfield_radio li,
body .gform_wrapper .gfield_checkbox li {
  margin-bottom: 14px !important;
  position: relative !important;
  padding-left: 34px !important;
  font-size: 16px !important;
  color: #4a5568 !important;
  min-height: 28px !important;
}

body .gform_wrapper input[type="checkbox"],
body .gform_wrapper input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

body .gform_wrapper input[type="checkbox"] + label:before {
    content: '' !important;
    position: absolute !important;
    right: 50px !important;
    top: 14px !important;
    width: 24px !important;
    height: 24px !important;
    border: 2px solid #cbd5e0 !important;
    border-radius: 6px !important;
    background: white !important;
    transition: all 0.2s !important;
}
body .gform_wrapper input[type="checkbox"]:checked + label:before {
  background: #4299e1 !important;
  border-color: #4299e1 !important;
}

body .gform_wrapper input[type="checkbox"]:checked + label:after {
    content: '' !important;
    position: absolute !important;
    right: 58px  !important;
    top: 15px !important;
    width: 6px !important;
    height: 12px !important;
    border: solid white !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}

body .gform_wrapper input[type="radio"] + label:before {
  content: '' !important;
  position: absolute !important;
  right: 50px !important;
  top: 15px !important;
  width: 24px !important;
  height: 24px !important;
  border: 2px solid #050B3F !important;
  border-radius: 50% !important;
  background: white !important;
  transition: all 0.2s !important;
}

body .gform_wrapper input[type="radio"]:checked + label:before {
  border-color: #4299e1 !important;
}

body .gform_wrapper input[type="radio"]:checked + label:after {
  content: '' !important;
  position: absolute !important;
  right: 56px !important;
  top: 21px !important;
  width: 12px !important;
  height: 12px !important;
  background: #4299e1 !important;
  border-radius: 50% !important;
}

body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input[type="submit"] {
  background: linear-gradient(135deg, #4299e1 100%, #3182ce 100%) !important;
  color: white !important;
  font-weight: 600 !important;
  border: none !important;
  padding: 16px 36px !important;
  border-radius: 12px !important;
  font-size: 17px !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 4px 6px rgba(66, 153, 225, 0.3) !important;
}

body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input[type="submit"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 12px rgba(66, 153, 225, 0.4) !important;
}

body .gform_wrapper .gform_footer input[type="submit"]:active {
  transform: translateY(0) !important;
}

body .gform_wrapper .validation_message {
  color: #e53e3e !important;
  font-size: 14px !important;
  margin-top: 8px !important;
  font-weight: 500 !important;
}

body .gform_wrapper .gfield_error input,
body .gform_wrapper .gfield_error textarea,
body .gform_wrapper .gfield_error select {
  border-color: #fc8181 !important;
  background-color: #fff5f5 !important;
}

body .gform_wrapper .gfield_error .gfield_label {
  color: #e53e3e !important;
}

body .gform_wrapper .gfield_description {
  font-size: 14px !important;
  color: #718096 !important;
  margin-top: 6px !important;
  font-style: italic !important;
  line-height: 1.5 !important;
}

body .gform_wrapper .ginput_container_fileupload {
  position: relative !important;
}

body .gform_wrapper .ginput_container_fileupload input[type="file"] {
  border: 2px dashed #cbd5e0 !important;
  padding: 40px 20px !important;
  border-radius: 12px !important;
  width: 100% !important;
  background: #f8fafc !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
  text-align: center !important;
}

body .gform_wrapper .ginput_container_fileupload input[type="file"]:hover {
  border-color: #4299e1 !important;
  background: #edf7ff !important;
}

body .gform_wrapper .gsection {
  border-bottom: 2px solid #e2e8f0 !important;
  padding-bottom: 1rem !important;
  margin-bottom: 2rem !important;
}

@media (max-width: 768px) and (max-width: 767px) {
  body .gform_wrapper {
    padding: 1rem !important;
    margin: 0 !important;
  }

  body .gform_wrapper .gform_footer input[type="submit"] {
    width: 100% !important;
    padding: 18px !important;
  }

  body .gform_wrapper .gfield_radio li,
  body .gform_wrapper .gfield_checkbox li {
    padding-left: 32px !important;
  }
}




/*------------------------------------
📱 Responsive Styles
------------------------------------*/
@media (max-width: 1366px) {

}


/* Tablet Devices (max-width: 1024px) */
@media (max-width: 1024px) {
.SovereignDesk-hero-video-play .SovereignDesk-video-play-button {

    width: 80px;
    height: 80px;

}
	.SovereignDesk-video-overlay iframe {

    margin-top: 0%;
}	
}



/* Mobile Devices (max-width: 767px) */
@media (max-width: 767px) {
.SovereignDesk-hero-video-play .SovereignDesk-video-play-button {

    width: 70px;
    height: 70px;

}
.SovereignDesk-video-overlay iframe {

    margin-top: 0%;
}	
}