@font-face {
    font-family: 'UAESymbol';
    src: url('uae-symbol.woff2') format('woff2'),
         url('uae-symbol.woff') format('woff'),
         url('uae-symbol.ttf') format('truetype');
}

.dirham-symbol {
    font-family: 'UAESymbol', sans-serif;
    font-size: inherit;
    color: inherit;
    font-weight: 400;
}



body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #f9f9f9;
}

title{
    font-weight: bold;
}
.zlead{text-align: left; color:#000; width: 768px; font-size: 0.92rem;}

nav.navbar {
    background-color: #f3f4f5 !important;
}
.banner{padding: 0px !important; margin-top: 130px;}
.content-container {
    background-color: #ffffff;
    padding: 18px;
    border-radius: 8px;    
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

hh2 {
    color: #23B5D3;
}
.h4, h4 {
    font-size: 1.0rem;
}
pp {
    color: #495057;
}
h1, .h2 {
    font-weight: 700;
    font-size: 1.2rem;

}
.h2, h2 {
     font-size: 21px;
}
.header-container {
        background: rgba(249, 249, 249, 1) no-repeat scroll center right 0/cover;
        color: #f9f9f9;
        position: relative;
        padding: 130px 0;
        margin-top: 105px;
        height: 400px;
}
.mt-5, .my-5 {
    margin-top: 2rem !important;
}
.gradient-tab {
    background: linear-gradient(to right, #23B5D3, #3465a8);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;    
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.3s;
}

.gradient-tab.active {
    background: #23B5D3;
}

.gradient-tab:hover {
    background: #3465a8;
}

/*country buttons*/
.nav-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.nav-btn {
  flex: 1;
  text-align: center;
  margin-right: 10px; 
}

.btn {
  font-size: 14px;
  width: 100%;
  background-color: transparent; 
  color: #000; 
  border: 1px solid #ccc; 
  border-radius: 8px; 
}
.btn-success {
    color: #fff;
    background-color: #3566a8!important;
    border-color: #27acdf!important;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle .btn-success:hover {
    color: #fff;
    background-color: #55bce3;
    border-color: #27acdf;
}
.btn.active {
  background-color: #23B5D3; 
  border-color: #3465a8; 
}
.btn-primary:hover {
    color: #fff;
    background-color: #3465a8;
    border-color: #23B5D3;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3465a8!important;
    border-color: #23B5D3!important;
}

.card {
    height: auto;
}


.text-container {
  text-align: center;
  margin-top: 20px; 
}

.text {
  color: #333; 
}
.maid-card {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
.maid-card-title {
    cursor: default;
}
.maid-card-title:hover {
    color: #3566a8;
    cursor: default;
}
.iframe-container {
  TEXT-ALIGN: center;
  position: relative;
  z-index: 2;
}

.basic-info li {
  list-style: disc;
  position: relative;
  padding-left: 3px;
}

/*.basic-info li:before {
  content: '\2022';
  color: #23B5D3;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
}*/
.video-thumbnail{
    border-radius: 8px;
    height: 210px;
    width: 210px;
    box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);

}
.section-title {
  color: #3566a8;
}

.ul-style-new {
  padding-left: 0;
}
.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

	
.play-button-overlay:hover {
		    color: rgba(245, 245, 245, 0.4);
		}
		
		
.progress-bar {
    width: 100%;
    height: 5px;
    background-color: #000;
    margin-top: 10px;
}

.progress-bar::before {
    content: "";
    display: block;
    height: 100%;
    width: 50%; 
    background-color: #23B5D3;
}
.custom-btn {
    font-size: 14px;
    background: linear-gradient(45deg, #23B5D3, #3465a8);
    color: #fff;
    border-radius: 8px;    
    transition: background 0.3s ease;
}

.custom-btn:hover {
    background: linear-gradient(45deg, #3465a8, #23B5D3);
}

.hire-me-btn {
    background-color: #dc3545; 
    border-color: #dc3545; 
}
.see-more-btn {
    background-color: #fff;
    border: 2px solid #23B5D3; 
    border-radius: 8px;    
    color: #23B5D3; 
    transition: background 0.3s ease;
}

.see-more-btn:hover {
    background-color: #23B5D3;
    color: #fff;
}

.spinner-border {
    display: none; 
}

/*side filters*/

.category {
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
}

.category-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #3566A8;
    color: white;
    padding: 10px;
    border-radius: 8px;    
    cursor: pointer;
}

.sub-items {
    display: none;
    list-style:none;
    padding: 10px;
}

.sub-item {
    margin-bottom: 5px;
}

/*form*/
.contact-container {
display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    background-color: #23B5D3;
    color: white;
    padding: 20px;
    border-radius: 8px 8px 0 0;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
}

.contact-info {
    color: #fff;
    text-align: center;
    
}

.icon {
    font-size: 24px;
    margin-bottom: 10px;
}

.plead{
    
    color: #fff;
}

.card-img, .card-img-top {
    width: 160px;
    margin: auto;}
form {
    max-width: 100%;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

form h2 {
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group input {
    border-radius: 8px;    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.form-group i {
    margin-right: 10px;
}


.submit-btn {
    background-color: #23B5D3;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 8px;    
    cursor: pointer;
    width: 100%;
}
/*#map {
    height: 390px;
    margin-top: 20px;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}*/
.help-container {
    text-align: center;
    background: transparent;
    border-radius: 8px;    
    padding: 20px;
    margin: 20px auto;
}

.whatsapp-btn {
    background: transparent;
    border: 1px solid #3566a8;
    color: #3566a8;
    padding: 5px 10px;
    border-radius: 8px;    
    cursor: pointer;
    font-size: 16px;
}
a{text-decoration: none;}
a:hover{text-decoration: none;}
.quick-links-column ul li a{color: #fff !important; text-decoration: none;}
.quick-links-column ul li a:hover{color: #23B5D3 !important; text-decoration: none;}

.section-4 {
    background-color: #333;
    color: white;
}
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 15px 0;
}

.social-icons {
    font-size: 20px;
}

.social-icons a {
    color: white;
    margin: 0 10px;
    transition: color 0.3s ease-in-out;
}

.social-icons a:hover {
    color: #23B5D3;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-content p {
    margin: 0;
}
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logo-img{
height: 80px;    
}

.logo-column {
    flex: 1;
    max-width: 195px;
    margin-bottom: 20px;
    text-align: left;
}

.logo-column img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.logo2-column {
    max-width: 120px;
}

.logo2-column img {
        width: 90px;
    height: auto;
    margin-top: 68px;
}

.quick-links-column {
    flex: 1;
    max-width: 155px;
    margin-bottom: 20px;
}


.quick-links-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-links-column li {
    
    margin-bottom: 10px;
}
.quick-links-column h1 {
    text-decoration-line: underline;
    color: #fff;
    margin-bottom: 20px;
}

.newsletter-column {
    flex: 1;
    max-width: 400px;
    text-align: left;
}

.newsletter-column h1 {
    text-decoration-line: underline;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.newsletter-column p {
    color: #ccc;
    margin-bottom: 20px;
}

.newsletter-column form {
    display: flex;
    align-items: center;
}

.newsletter-column input {
    flex: 2;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 8px;    
    padding: 10px;
    box-sizing: border-box;
    margin-right: 0;
    transition: border-color 0.3s ease-in-out;
}

.newsletter-column input:focus {
    border-color: #23B5D3;
}

.newsletter-column button {
    flex: 1;
    background-color: #3566a8;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 8px;    
    cursor: pointer;
    /* transition: background-color 0.3s ease-in-out; */
    /* margin-top: 0px !important; */
    position: relative;
    top: -7px;
    height: 38px;
    line-height: 1;
    margin-left: 10px;
}

.newsletter-column button:hover {
    background-color: #1c7eb7;
}
.sub-banner {
    background: url(../images/sub-banner.webp) rgba(249, 249, 249, 1) no-repeat scroll center right 0/cover;;
    padding: 200px 0;
    text-align: center;
    color: #f9f9f9;
    position: relative;
}

.breadcrumb {
    background-color: transparent;
}
.navbar-nav .nav-item {
    margin-right: 10px;
}

.navbar-text {
  margin-left: 15px;    
}
.package-card {
  margin-bottom: 20px;
}

.package-header {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 20px;
  color: #fff;
  border-radius: 8px;
  position: relative;
}

.package-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

.package-details {
    text-align: left;
  padding: 20px;
  border: 1px solid #ddd;
    border-radius: 8px;  
    background-color: #fff;
}
.contt{
  position: relative;
  margin: 20px;
}
.delete-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: red;
}
.about-us-container {
  padding: 50px 0;
}

.about-us-text {
  background-color: #ffffff;
  padding: 30px;
    border-radius: 8px;  
    margin-bottom: 20px;
}

.about-us-img {
  max-width: 100%;
  height: auto;
    border-radius: 8px;  
    margin-bottom: 20px;
}

.about-us-heading {
  color: #23B5D3;
}

.about-us-list {
  list-style: none;
  padding: 0;
}

.about-us-list li {
  padding-bottom: 10px;
}

.blog-post {
  margin-bottom: 30px;
}

.sidebar {
  background-color: #f8f9fa;
  padding: 20px;
    border-radius: 8px;}
.pagination {
  direction: rtl;
  display: flex;
  list-style: none;
  padding: 0;
}

.page-item {
  margin-right: 5px;
}

.page-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #007bff;
    border-radius: 8px;  
    text-decoration: none;
}

.page-link:hover {
  background-color: #007bff;
  color: #fff;
}

.service-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.service-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.service-name {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.service-card:hover .service-image {
    transform: scale(1.1);
}

.service-card:hover .service-overlay {
    opacity: 1;
}

.service-card:hover .service-name {
    opacity: 1;
}
.p-5 {
    padding: 2rem 0 2rem 0 !important;
}
.img-fluid-post {
    max-width: 100%;
    height: 250px;
      display: block;
  margin-left: auto;
  margin-right: auto;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}
.sm-icons {
  flex-direction: row;
}
.sm-icons .nav-link {
  padding-right: 1em;
}
.navbar-nav {
    padding-left: 0.5rem;
    align-items: center;

}
.h3, h3 {
    font-size: 1.2rem !important;
}
    img{
        max-width: 100%;
      }
 /*   .sticky-icon  {*/
	/*z-index:1;*/
	/*position:fixed;*/
	/*top:50%;*/
	/*right:0%;*/
	/*width:200px;*/
	/*display:flex;*/
	/*flex-direction:column;*/
        
 /*   }  */
 /*   .sticky-icon p  {*/
 /*   direction: ltr;*/
	/*transform:translate(145px,0px);*/
	/*border-radius:50px 0px 0px 50px;*/
	/*text-align:left;*/
	/*margin:2px;*/
	/*text-decoration:none;*/
	/*text-transform:uppercase;*/
	/*padding:10px;*/
	/*font-size:12px;*/
	/*transition:all 0.8s;*/
 /*   }*/
 /*   .sticky-icon p:hover  {*/
	/*color:#FFF;*/
	/*transform:translate(0px,0px);*/
 /*   }	*/
 /*   .sticky-icon p:hover i  {*/
	/*transform:rotate(360deg);*/
 /*   }*/
 /*   .WhatsApp  {*/
	/*background-color:#25D366;*/
	/*color:#FFF;*/
 /*   }*/
 /*   .Location  {*/
	/*background-color:#3465a7;*/
	/*color:#FFF;*/
 /*   }*/
 /*       .Call  {*/
	/*background-color:#23B5D3;*/
	/*color:#FFF;*/
 /*   }*/
 /*   .sticky-icon p i {*/
	/*background-color:#FFF;*/
	/*height:40px;*/
	/*width:40px;*/
	/*color:#000;*/
	/*text-align:center;*/
	/*line-height:40px;*/
	/*border-radius:50%;*/
	/*margin-right:20px;*/
	/*transition:all 0.5s;}*/
 /*   .sticky-icon p i.fa-whatsapp  {*/
 /*   font-size:18px;*/
	/*background-color:#FFF;*/
	/*color:#25D366;*/
 /*   }*/
 /*   .sticky-icon p i.fa-map-marker-alt  {*/
 /*   font-size:18px;*/
	/*background-color:#FFF;*/
	/*color:#3465a7;*/
 /*   }*/
 /*   .sticky-icon p i.fa-phone-alt  {*/
 /*   font-size:18px;*/
	/*background-color:#FFF;*/
	/*color:#23B5D3;*/
 /*   }*/


[data-bs-theme=eb] .floater_buttons {
    align-items: center;
    display: flex;
    font-size:38px;
    flex-direction: column;
    position: fixed;
    right: 0px;
    top: 65%;
    z-index: 10
}

[data-bs-theme=eb] .floater_buttons:after {
    background-color: #bababa;
    display: block;
    height: 80px;
    width: 2px
}

[data-bs-theme=eb] .floater_buttons .stk {
    border-radius: .375rem
}

@media screen and (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.2rem !important;
}
    .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: center!important;
}

}

