body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

title{
    font-weight: bold;
}
.zlead{text-align: left; color:#030303;     width: 768px;}

nav.navbar {
    background-color: rgba(234, 237, 240, 0.8) !important;
}
.banner{padding: 0px !important;margin-top: 130px;}
.content-container {
    background-color: #FCFCFC;
    padding: 20px;
    border-radius: 8px;    
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

hh2 {
    color: #E5B043;
}

pp {
    color: #E5B043;
}

.header-container {
        box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.4);
        background: rgba(255, 255, 252, 1) no-repeat scroll center right 0/cover;
        color: #FCFCFC;
        position: relative;
        padding: 140px 0;
        margin-top: 125px;
        height: 510;
}
.gradient-tab {
    background: linear-gradient(to right, #E5B043, #FFC701);
    color: #FCFCFC;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;    
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.3s;
}

.gradient-tab.active {
    background: #E5B043;
}

.gradient-tab:hover {
    background: #FFC701;
}

/*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: #030303; 
  border: 1px solid #ccc; 
  border-radius: 8px; 
}
.btn-success {
    color: #FCFCFC;
    background-color: #E5B043!important;
    border-color: #FFC701!important;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle .btn-success:hover {
    color: #FCFCFC;
    background-color: #375D89;
    border-color: #FFC701;
}
.btn.active {
  background-color: #E5B043; 
  border-color: #FFC701; 
}
.btn-primary:hover {
    color: #FCFCFC;
    background-color: #FFC701;
    border-color: #E5B043;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #FCFCFC;
    background-color: #FFC701!important;
    border-color: #E5B043!important;
}

.card {
    height: auto;
}


.text-container {
  text-align: center;
  margin-top: 20px; 
}

.text {
  color: #333; 
}
.maid-card {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}

.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: #E5B043;
  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.5);

}
.section-title {
  color: #E5B043;
}

.ul-style-new {
  padding-left: 0;
}
.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FCFCFC;
    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: #030303;
    margin-top: 10px;
}

.progress-bar::before {
    content: "";
    display: block;
    height: 100%;
    width: 50%; 
    background-color: #E5B043;
}
.custom-btn {
    font-size: 14px;
    background: linear-gradient(45deg, #E5B043, #FFC701);
    color: #FCFCFC;
    border-radius: 8px;    
    transition: background 0.3s ease;
}

.custom-btn:hover {
    background: linear-gradient(45deg, #FFC701, #E5B043);
}

.hire-me-btn {
    background-color: #1577D8; 
    border-color: #1577D8; 
}
.see-more-btn {
    background-color: #FCFCFC;
    border: 2px solid #E5B043; 
    border-radius: 8px;    
    color: #E5B043; 
    transition: background 0.3s ease;
}

.see-more-btn:hover {
    background-color: #E5B043;
    color: #FCFCFC;
}

.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: #E5B043;
    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: #E5B043;
    color: white;
    padding: 20px;
    border-radius: 8px 8px 0 0;
}

.contact-info {
    text-align: center;
}

.icon {
    font-size: 24px;
    margin-bottom: 10px;
}


.card-img, .card-img-top {
    width: 160px;
    margin: auto;}
form {
    max-width: 100%;
    margin: 20px auto;
    background-color: #FCFCFC;
    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: #E5B043;
    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 #E5B043;
    color: #E5B043;
    padding: 5px 10px;
    border-radius: 8px;    
    cursor: pointer;
    font-size: 16px;
}
a{text-decoration: none;    color: #E5B043;}
a:hover{text-decoration: none;}
.quick-links-column ul li a{color: #FCFCFC !important; text-decoration: none;}
.quick-links-column ul li a:hover{color: #E5B043 !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: #E5B043;
}

.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: 100px;    
}

.logo-column {
    flex: 1;
    max-width: 195px;
    margin-bottom: 20px;
    text-align: left;
}

.logo-column img {
    max-width: 100%;
    height: auto;
    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: #E5B043;
    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: #E5B043;
}

.newsletter-column button {
    flex: 1;
    background-color: #E5B043;
    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(255, 255, 252, 1) no-repeat scroll center right 0/cover;;
    padding: 200px 0;
    text-align: center;
    color: #FCFCFC;
    position: relative;
}

.breadcrumb {
    background-color: transparent;
}
.navbar-nav .nav-item {
  margin-right: 32px;   
}

.navbar-text {
  margin-left: 15px;    
}
.package-card {
  margin-bottom: 20px;
}

.package-header {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 20px;
  color: #FCFCFC;
  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: #FCFCFC;
}
.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: #FCFCFC;
  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: #E5B043;
}

.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: #FCFCFC;
  border: 1px solid #007bff;
    border-radius: 8px;  
    text-decoration: none;
}

.page-link:hover {
  background-color: #007bff;
  color: #FCFCFC;
}

.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: #FCFCFC;
    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;
}