body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #f9f9f9;
}
.bg-dark {
    background-color: #292d26 !important;
}

title{
    font-weight: bold;
}
.zlead{text-align: left; color:#000;     width: 768px;}

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: #21cec1;
}

pp {
    color: #495057;
}
h1, .h2 {
    font-size: 1.5rem;

}
.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, #21cec1, #11a395);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;    
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.3s;
}

.gradient-tab.active {
    background: #21cec1;
}

.gradient-tab:hover {
    background: #11a395;
}

/*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: #109988!important;
    border-color: #27dfd8!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: #27dfd8;
}
.btn.active {
  background-color: #21cec1; 
  border-color: #11a395; 
}
.btn-primary:hover {
    color: #fff;
    background-color: #11a395;
    border-color: #21cec1;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #11a395!important;
    border-color: #21cec1!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: #109988;
    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: #21cec1;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
}*/
.video-thumbnail{
    border-radius: 8px;
    height: 200px;
    width: 200px;
    box-shadow: 2px 1px 3px 2px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);

}
.section-title {
  color: #109988;
}

.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: #21cec1;
}
.custom-btn {
    font-size: 14px;
    background: linear-gradient(45deg, #21cec1, #11a395);
    color: #fff;
    border-radius: 8px;    
    transition: background 0.3s ease;
}

.custom-btn:hover {
    background: linear-gradient(45deg, #11a395, #21cec1);
}

.hire-me-btn {
    background-color: #dc3545; 
    border-color: #dc3545; 
}
.see-more-btn {
    background-color: #fff;
    border: 2px solid #21cec1; 
    border-radius: 8px;    
    color: #21cec1; 
    transition: background 0.3s ease;
}

.see-more-btn:hover {
    background-color: #21cec1;
    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: #21cec1;
    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;
    padding: 20px;
  border: 1px solid rgba(255, 255, 255, .25);
  background-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
}

.contact-info {
    color: #0056b3;
    text-align: center;
    
}

.icon {
    font-size: 24px;
    margin-bottom: 10px;
}

.plead{
    
    color: #0056b3;
}

.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: #21cec1;
    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 #21cec1;
    color: #21cec1;
    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: #21cec1 !important; text-decoration: none;}

.section-4 {
    background-color: #2f3531;
    color: white;
}
footer {
    background-color: #2f3531;
    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: #21cec1;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-content p {
    margin: 0;
}
.footer-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.logo-img{
height: 80px;    
}

.logo-column {
    flex: 1;
    max-width: 195px;
    margin-bottom: 20px;
    text-align: left;
}

.logo-column img {
    max-width: 100%;
    height: 120px;
    margin-bottom: 15px;
}
.logo2-column {
    max-width: 120px;
}

.logo2-column img {
    width: 250px;
    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;
}

.newsletter-column {
    flex: 1;
    max-width: 400px;
    text-align: left;
}

.newsletter-column h5 {
    color: #21cec1;
    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: #21cec1;
}

.newsletter-column button {
    flex: 1;
    background-color: #21cec1;
    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 {
  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: #21cec1;
}

.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 {
  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;
}
a {
    color: #014942 !important;
}
.sbadge {
  width: fit-content;
  position: sticky;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: darkgreen;
  color: white;
  font-size: 12px;
}
@media (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;
}

}
