/*
Template:       salion
Theme Name:     Salion Child
Theme URI:      https://radiustheme.com/demo/wordpress/themes/salion
Author:         RadiusTheme
Author URI:     https://www.radiustheme.com
Description:    Salion | Responsive WordPress Salion Theme is one of the Latest and World Standard Multipurpose Responsive WordPress Salion Theme.
Version:        1.0.0
Tags:           one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
License:        Envato split License
License URI:    https://themeforest.net/licenses/terms/regular
*/


.banner-btns1 a {
    color: #fff !important;
}


.mainHeader {
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background: transparent !important;
	z-index: 9999;
}


section.mainHeader {
    overflow: visible !important;
}



.textSer h4 {
    color: #fff;
   	padding-top: 2rem;
    margin-bottom: .5rem;
	font-family: 'Teko', serif;
	font-weight: 500;
}

.textSer {
    height: 740px;
    background: #0F0F0F;
    border-radius: 20px !important;
    padding-top: 2rem;
}

.contactTabsWrap {
    border: 1px solid #d1cdcd;
}

.contactTabsWrap h2 {
    font-size: 30px !important;
	font-family: 'Open Sans';
}


.contactTabsWrap h3 { 
	font-family: 'Open Sans';
	font-size: 28px;
}


.contactTabsWrap ul {
    list-style: disc;
    padding-left: 22px;
}

.contactTabsWrap h6 {
    font-size: 26px;
	font-family: 'Open Sans';
}


.contactTabsWrap input[type="text"], .contactTabsWrap input[type="date"] {
    height: 34px;
    padding: 10px;
    border: 1px solid #afafaf;
	font-size: 14px;
}

.contactTabsWrap input[type="text"]::placeholder {
    font-size: 14px;
}

.contactTabsWrap  .wpcf7-submit {
    padding: 1.2rem 5rem;
    margin-top: 3rem;
}


.wpcf7-list-item {
    display: block;
}
 

.wpcf7-list-item {
    display: block;
    margin: 0;
}

.contactTabsWrap label {
    display: block;
    font-weight: 400;
	margin-top: 1rem;
}

.contactTabsWrap .wpcf7-list-item label {
    font-weight: 500;
    margin-bottom: 0.4rem !important
	margin-top: 0;	
}


fieldset {
    border: 0;
	padding: 0px;
}

label {
    display: block;
}
 

.contactTabsWrap br {
    display: none;
}

fieldset legend {
    font-weight: 600;
    font-size: 18px;
}

   

  .video-block {
    margin-bottom: 30px;
  }

  .fake-play {
    position: relative;
    cursor: pointer;
    display: inline-block;
  }

  .thumbnail-img {
    width: 100%;
    height: auto;
    display: block;
  }

  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
    background: black;
    padding: 10px;
    border-radius: 50%;
    opacity: 0.8;
  }

  .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    color: white;
    z-index: 9999;
    text-align: center;
    padding-top: 150px;
  }

  .popup-content button {
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
  }

  .video-frame {
    display: none;
    margin-top: 20px;
  }

  .video-frame video {
    width: 100%;
    max-width: 100%;
    height: auto;
    outline: none;
  }


/* play button animation */

.play-button {
    width: 70px;
    height: 70px;
    background-color: #000000; /* Black button */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); /* White pulse */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: pulse 2s infinite;
}

.play-button:hover { 
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); /* White glow on hover */
}

.play-button i {
    color: white;
    font-size: 24px;
    transition: color 0.3s ease;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.gallery-item .gallery-icon {
  position: relative;
  display: inline-block;
}

 
.gallery-item .gallery-icon a img {
  border-radius: 8px;
  display: block;
  filter: blur(8px);             
  transition: filter 0.3s ease; 
}

 
.gallery-item .gallery-icon .overlay-icon {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1001;
    height: 100%;
    width: 100%;
}

 
.gallery-item .gallery-icon:hover .overlay-icon {
  opacity: 1;
}


/* Popup container */
#agePopup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

#agePopup .popup-content {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  max-width: 300px;
  font-family: Arial, sans-serif;
}

#agePopup button {
  margin: 10px;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

#agePopup button.yes {
  background-color: #28a745;
  color: #fff;
}

#agePopup button.no {
  background-color: #dc3545;
  color: #fff;
}
/* Popup container */


.gallery-18plus .elementor-swiper-button-next i{
    display: none !important;
}


.popupWrap label {
    color: #fff;
}


.popupWrap .form-control {
    height: 48px;
    background: transparent;
    border: 1px solid;
    font-size: 16px;
}

.popupWrap .form-control::placeholder {
    font-size: 15px;
}

.ff-default .ff-el-form-control:focus {
    background: transparent;
}

.popupWrap .elementor-element.elementor-element-0860195 .fluentform-widget-wrapper .ff-btn-submit {
    background-color: rgba(235, 13, 139, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
    border-radius: 5px;
}
 

.elementor-6071 .elementor-element.elementor-element-0860195 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit {
    background: #eb0d8b !important;
	display: none;
}

.btn-fill:after {
    background: #eb0d8b;
}

 
.page-id-5783 .mainHeader {
    position: static;
}
 

.page-id-5783  div#primary {
    padding: 15rem;
}


.ff-el-group.ff-custom_html a {
    background: #fff !important;
    padding: 10px 20px !important;
    color: #000 !important;
}


.galleryNew .gallery-item .gallery-icon a img {
  border-radius: 8px;
  display: block;
  filter: blur(0px);             
  transition: filter 0.3s ease; 
}

.heroTxt {
    text-align: center;
}

.heroTxt a.btn-ghost.style-2 {
    margin: auto;
    display: block;
}

button.ff-btn.ff-btn-submit {
    background-color: #fff !important;
    color: #000;
}

button.ff-btn.ff-btn-submit::after {
    background: #fff !important;
}


.registerWrap label {
    color: #fff !important;
}

.registerWrap input {
    max-width: 100%;
    min-width: 100%;
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.registerWrap button {
    background: #BD8B28 !important;
    padding: 12px 22px !important;
    width: 100%;
    height: 48px !important;
}



/* Overlay */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    backdrop-filter: blur(12px);
}

/* Popup Box */
#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #121212;
    padding: 30px 35px;
    z-index: 9999;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 90%;
    width: 600px;
    border-bottom: 3px solid #BD8B28;
}

/* Close icon */
#closePopup {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    background-color: #BD8B28;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

a#closePopup img {
    filter: brightness(0.5) invert(1);
}

/* OK Button */
#okBtn {
    padding: 8px 16px;
    margin-top: 15px;
    border: none;
    background: #007bff;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

#okBtn:hover {
    background: #0056b3;
}


#popup h3 {
    text-align: center;
    font-size: 40px;
    color: #fff;
}

#popup > p {
    color: #fff;
    text-align: center;
    padding-bottom: 1rem;
}

#popup label {
    color: #fff;
    margin-bottom: 10px;
}

#popup input {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

#popup .col2 {
    width: 48%;
    display: inline-block;
    margin-inline: 5px;
}

#popup .col2  input {
    width: 100%;
    min-width: 100%;
}

#popup .col1 {
    width: 100%;
    display: block;
    margin-inline: 5px;
}

#popup .col1 input {
    display: block;
    min-width: 100%;
}

#popup #wpforms-6999-field_3-container {
    margin-inline: 5px;
}

#popup .wpforms-submit-container {
    text-align: center;
}

#popup .wpforms-submit-container button {
    min-width: 220px;
    height: 50px;
	background-color: #BD8B28;
}



 







