* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}
 /*modal popup css start*/
		.NStyle-modal {
			position: fixed;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.5);
			opacity: 0;
			visibility: hidden;
			transform: scale(1.1);
			transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
			z-index: 10000;
		}
		.NStyle-modal-content {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			background-color: white;
			max-width: 600px;
			padding: 35px;
			position: relative;
			border-radius: 4px;
		}
		.NStyle-close-button {
			float: right;
			width: 24px;
			font-size: 19px;
			line-height: 1;
			padding: 3px 2px;
			font-weight: 700;
			text-align: center;
			cursor: pointer;
			border-radius: 4px;
			background-color: #EFF0ED;
			color:#2f2f2f;
			transition: color 0.12s ease-in-out;
		}
		.NStyle-close-button:hover {
			color: #2f2f2f !important;
		}
		.NStyle-show-modal {
			opacity: 1;
			visibility: visible;
			transform: scale(1.0);
			transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
		}

		.NStyle-inner-modal {
			position: fixed;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.5);
			opacity: 0;
			visibility: hidden;
			transform: scale(1.1);
			transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
			z-index: 10000;
		}
		.NStyle-inner-modal-content {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			background-color: white;
			max-width: 600px;
			padding: 35px;
			position: relative;
			border-radius: 4px;
		}
		.NStyle-inner-close-button {
			float: right;
			width: 24px;
			font-size: 19px;
			line-height: 1;
			padding: 3px 2px;
			font-weight: 700;
			text-align: center;
			cursor: pointer;
			border-radius: 4px;
			background-color: #EFF0ED;
			color:#2f2f2f;
			transition: color 0.12s ease-in-out;
		}
		.NStyle-inner-close-button:hover {
			color: #2f2f2f !important;
		}
		.NStyle-inner-show-modal {
			opacity: 1;
			visibility: visible;
			transform: scale(1.0);
			transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
		}

		.NStyle-modal-text h2 {
			font-size: 30px;
			margin: 0;
			font-weight: 700;
			text-align: center;
			margin-bottom: 50px;
			color: #000 !important;
			text-align: center;
		}
		.NStyle-buy-btn {
			margin-bottom: 40px;
			width: 100%;
		}
		.NStyle-buy-btn a{
			max-width: 350px;
			border: 0;
			display: block;
			width: 100%;
			height: 70px;
			text-align: center;
			background: #8ace37;
			color: #fff;
			font-size: 22px;
			line-height: 70px;
			border: 1px solid #7ec22b;
			border-radius: 10px;
			margin: auto;
			text-decoration: none;
			transition: all 0.3s ease;
		}
		.NStyle-buy-btn a:hover {
			background: #233142;
			text-decoration: none;
			border-color: #233142;
		}
		/*modal popup css end*/
.close-popup2{
    position:absolute;
    top:10px;
    right:15px;
    font-size:26px;
    cursor:pointer;
}

.booking-btn a{
    display:block;
    background:#000;
    color:#fff;
    padding:12px;
    margin:10px 0;
    text-decoration:none;
    border-radius:4px;
}
.booking-popup{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index:9999;
    justify-content:center;
    align-items:center;
}

.booking-popup-inner{
    background:#fff;
    max-width:600px;
    width:90%;
    padding:30px;
    margin:auto;
    margin-top:10%;
    border-radius:6px;
    position:relative;
}

.close-popup{
    position:absolute;
    right:15px;
    top:10px;
    font-size:26px;
    cursor:pointer;
}
#booking-lightbox{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index:9999;
}

#booking-lightbox .container{
    background:#fff;
    max-width:700px;
    margin:8% auto;
    padding:30px;
}
/* start css */
.NStyle-service-slider .owl-stage {
    height: 100%;
    display: flex;
}

.NStyle-service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: 100%;
}

.NStyle-service-img {
    width: 100%;
    height: 192px;
    border-radius: 10px;
}

.NStyle-service-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
    max-width: unset;
}

.NStyle-service-text {
    padding: 0 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.NStyle-service-text h3 {
    margin: 0;
    padding: 0;
    line-height: normal;
    padding-bottom: 16px;
}

.NStyle-service-text h3 a {
    display: block;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #2F2F2F;
    text-decoration: none;
}

.NStyle-service-text p {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #2F2F2F;
    margin: 0;
    margin-bottom: 24px;
}

.NStyle-service-btn {
    width: 100%;
    margin-top: auto;
}

.NStyle-service-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 192px;
    width: 100%;
    margin: auto;
    height: 40px;
    background: #8ACE37;
    border-radius: 10px;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
	transition: all 0.3s ease;
}
.NStyle-service-btn a:hover{
	background:#233142;
}
.NStyle-service-slider .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.NStyle-service-slider .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #2F2F2F;
    background-color: #fff;
}
.NStyle-service-slider .owl-dots .owl-dot.active {
    background-color: #233142;
    border-color: #233142;
}
.NStyle-service-slider .owl-nav {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
}
.NStyle-service-slider .owl-nav .owl-next, .NStyle-service-slider .owl-nav .owl-prev {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.NStyle-service-slider .owl-nav .owl-next i, .NStyle-service-slider .owl-nav .owl-prev i {
  font-size: 2.5rem;
  color: #8ACE37;
}
.NStyle-service-slider .owl-nav .owl-prev {
  left: -15px;
}
.NStyle-service-slider .owl-nav .owl-next {
  right: -15px;
}
@media(max-width:767px){
    .NStyle-service-btn a {
        max-width: 100%;
    }
}

/* end css */