 /* Popup container */
 .video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

/* Popup content */
.popup-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
}

/* Close button */
.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    background: black;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive video container */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Open video button styling */
.open-video {
    padding: 15px 30px;
    background: #ff0000;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}

.open-video:hover {
    background: #cc0000;
}


 /* Popup container */
 .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow: auto;
}

/* Popup content */
.popup-content {
    background-color: #fff;
    margin: 2% auto;
    padding: 20px;
    width: 70%;
    max-width: 500px;
    border-radius: 5px;
    position: relative;
}

/* Close button */
.close {
	position: absolute;
	right: -9px;
	top: -10px;
	font-size: 30px;
	cursor: pointer;
	color: #fff;
	background: #333;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 27px;
}

/* Form styling */
.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
}

  /* Hide default Google Translate element */
  #google_translate_element {
    display: none;
}

/* Custom dropdown styles */
.custom-translator {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
}

.selected-language {
	padding: 2px 10px;
	background: #fff;
	border: 0px solid #ccc;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-direction: row-reverse;
}

.flags-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    width: 200px;
    z-index: 1000;

    max-height: 500px;
    overflow-y: auto;
}

.flag-option {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.flag-option:hover {
    background-color: #f0f0f0;
}

.flag {
    font-size: 20px;
}
.comp-logos .owl-item {
	text-align: center;
}
.owl-carousel.comp-logos .owl-item img {
    width: 100px;
    display: inline-block;
}
.as-seen-on .img-fluid {
	min-width: auto;
	height: auto;
	object-fit: contain;
	max-width: none;
}
.app-section-container{
	border-radius: 20px;
	padding: 0 20px;	
	background: url(../images/app-section-bg2.webp) no-repeat;
	display: flex;
    justify-content: space-evenly;
    overflow: hidden;
    height: 480px;
    background-size: cover;
}
.app-section-container .app-content {
    align-self: center;
    margin-left: 0px;
}
.app-section-container .app-content .app-buttons {
    display: flex;
    gap: 10px;
}

.app-section-container .app-content ul {
    padding-left: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
	margin-top: 15px;
}
.app-section-container .app-content ul li {
    border: 1px solid #fff;
    padding: 5px 5px 5px 10px;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.app-section-container .app-content ul li:before{
	content: '';
	background: url(../images/icons/check-icn3.png) no-repeat;
	width: 13px;
	height: 9px;
	background-size: contain;
}
.app-section-container .app-content h2 {
    font-weight: 800;
}
@media (max-width: 1024px){
 .selected-language{
    background: transparent;
    color: #fff;
 }   
}
@media(max-width: 992px){
    /* section.app-section .container{
		padding-left: 0;
		padding-right: 0;
	} */
	.app-section-container {
		flex-direction: column;
		align-items: center;
		height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
		background-position: center;
        background: linear-gradient(to bottom,#ff6c24, #e5462c);
		
	}

	.app-section-container .app-content {
		align-self: center;
		margin-left: 0
	}
}
@media(max-width: 768px){
    .popup-content {
        width: 90%;
        border: 5px solid #ff6c24;
    }
    iframe[title*="LiveChat"] {
    width: 70vw !important;
    height: 50vh !important;
    bottom: 20px !important;
    right: 10px !important;
    left: auto !important;
    top: auto !important;
    position: fixed !important;
    border-radius: 12px !important;
    z-index: 999999 !important;
    transform: none !important;
  }
  .chatbot-open {
    /*pointer-events: all !important; */
    pointer-events: none !important;
    background: transparent !important;
  }
  body {
    position: static !important;
    overflow-y: auto !important;
   width: auto !important;
  }
  .chatbot-open {
    pointer-events: auto !important;
    background: transparent !important;
  }
  #chat-widget-container {
    width: 290px !important;
    height: 448px !important;
    }
    #chat-widget-container.chatbot-close {
        width: 0px !important;
        height: 0px !important;
    }
}
@media (max-width:520px) {
	.app-section-container .app-content ul {
		grid-template-columns: repeat(1, 1fr)
	}

	.app-section-container .mobile-img img {
		max-width: 100%
	}
}
@media (max-width: 480px){
	.app-section-container .app-content .app-buttons {
		display: flex;
		gap: 10px;
		flex-direction: row;
		align-items: center
	}
    
}


/* validation error colors, all 3 needed */
.is-invalid, .is-invalid-custom { 
    border-color: #dc3545 !important;
    background-image: none !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.error-message {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
    display: block;
    width: 100%;
}


#chat-widget-minimized {
 width: 84px !important;
 height: 84px !important;
}


