/* Video play button css for Single block */

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

.Baucub-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; */
}

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

.Baucub-hero-video-play .Baucub-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 */;
}

.Baucub-hero-video-play .Baucub-video-play-button {
	pointer-events: auto;
	 /* So the play button remains clickable */
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	/* background: #190E3B; */
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);
	/* border: 1px solid #fff; */
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.Baucub-hero-video-play .Baucub-video-play-button:hover {
	transform: scale(1.05);
}

.Baucub-hero-video-play .Baucub-video-play-button .Baucub-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;
}

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

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

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

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

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

.Baucub-user-contact-info ul {
    margin: 0;
    padding: 0;
    /* display: inline-block; */
    /* text-align: center; */
    margin-bottom: 20px;
    margin-top: 15px;
}
.Baucub-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 */
.Baucub-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;
}

 .Baucub-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: Baucub-spin 1.5s linear infinite;
}

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

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

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

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

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

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

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






/* Instagram Video Screen post css */
    .baucubmedia-app-iphone-mockup {
      width: 385px;
      height: 780px;
      background-position: center;
      position: relative;
      padding: 12px 16px 0 16px;
      /* box-shadow: 0 19px 38px rgba(69, 84, 136, 0.17); */
      border-radius: 59px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
    }

    .baucubmedia-app-post-container {
      background: #fff;
      border-radius: 48px;
      overflow: hidden;
      margin-top: 5px;
      border: 4px solid#FFF;
    }

    .baucubmedia-app-post-header img,
    .baucubmedia-app-post-actions img,
    .baucubmedia-app-footer-icons img {
      width: 100%;
      height: auto;
      display: block;
    }

    .baucubmedia-app-video-container {
      width: 100%;
      height: 220px;
      position: relative;
      overflow: hidden;
    }

    .baucubmedia-app-video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
      border: none;
      z-index: 1;
    }

    .video-loader {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.8);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 2;
    }

    .video-loader::after {
      content: "";
      width: 40px;
      height: 40px;
      border: 5px solid #ccc;
      border-top-color: #46667A;
      border-radius: 50%;
      animation: spin 1s linear infinite;
    }

    @keyframes spin {
      to {
        transform: rotate(360deg);
      }
    }

    .baucubmedia-app-likes-count {
      font-weight: bold;
      padding: 0 18px;
    }

    .baucubmedia-app-caption {
      padding: 0 18px;
      margin-top: 5px;
    }

    .baucubmedia-app-caption strong {
      display: block;
      font-size: 22px;
      margin-top: 20px;
    }

    .baucubmedia-app-caption small {
      display: block;
      color: #666;
      margin-top: 5px;
      margin-left: 10px;
    }

    .baucubmedia-app-info-box {
      margin: 10px;
      background: #f0f4fa;
      border-radius: 14px;
      padding: 12px 20px;
      font-size: 16px;
      color: #436378;
      font-style: italic;
      margin: 24px 18px;
    }

.baucubmedia-app-bottom-logo {
    text-align: center;
    height: 55px;
    position: relative;
}
.baucubmedia-app-bottom-logo img {
    max-width: 100%;
	width: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    height: 40px;
}
.baucubmedia-app-caption h4{font-size: 18px;}
.baucubmedia-app-caption strong {
    display: block;
    font-size: 22px;
    margin-top: 10px;
}

.baucubmedia-app-caption h4 {
    margin-top: 10px;
}

.baucubmedia-app-video-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
	background-color: #000;
	overflow: hidden;
}

.baucubmedia-custom-vimeo-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.baucubmedia-vimeo-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.baucubmedia-vimeo-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.baucubmedia-vimeo-play-button img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.baucubmedia-vimeo-play-button i {
	font-size: 48px;
	color: #fff;
}
/* Mobile Devices (max-width: 767px) */
@media (max-width: 767px) {
.baucubmedia-app-iphone-mockup {
    width: 370px;
    height: 788px;

}
.baucubmedia-app-info-box {

    padding: 12px 20px;

    margin: 16px 18px;
}
.baucubmedia-app-post-container {

    margin-top: 19px;

}
	
	
	
}






/* 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 @media (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) {
.Baucub-hero-video-play .Baucub-video-play-button {

    width: 80px;
    height: 80px;

}
	.Baucub-video-overlay iframe {

    margin-top: 0%;
}	
}



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

    width: 70px;
    height: 70px;

}
.Baucub-video-overlay iframe {

    margin-top: 0%;
}	
}