/* =====================================================
   ROOT VARIABLES
===================================================== */
:root {
    --primary: #41C96F;
    --secondary: #008C2F;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
}


/* header */
#header {
    padding-top: 10px;
}

.front_page{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #41C96F;
    border-color: rgba(55, 159, 98, 0.5);
}

header a[title='home'] img{
	margin-top: 10px;
}
header a{
	transition: .3s;
}
header a:hover{
	color: var(--primary);
}
header nav{
	border-color: transparent!important;
}

#topMenu .navbar-nav {
	margin-left: auto;
	align-items: center;
}

#topMenu .nav-link {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 16px;
    color: #5f5f5f;
    position: relative;
    text-decoration: none;
}

#topMenu .nav-link:hover {
	color: var(--secondary);
}

#topMenu .nav-link:active {
	color: var(--secondary);
}

.nav-item.active > .nav-link {
	color: var(--primary);
	font-weight: 600;
}

.nav-item.active > .nav-link::after {
	content: '';
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 2px;
	height: 2px;
	background: var(--secondary);
}

.contact-us-with-icon .contact_us {
	background: var(--primary);
	color: #fff !important;
	border-radius: 30px;
	padding: 8px 20px;
	transition: 0.3s;
    border: none;
}

.contact-us-with-icon .contact_us:hover {
	background: var(--secondary);
	color: #fff;
}

#header {
	background: #fff;
	top: 0;
	z-index: 999;
	transition: box-shadow 0.3s ease;
}

#header.scrolled {
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

#menu {
	background: #fff;
	padding: 15px;
	border-top: 1px solid #eee;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	border-bottom: 1px solid #f1f1f1;
}

#menu li a {
	display: block;
	padding: 12px 10px;
	font-size: 15px;
	color: #222;
}

#menu li.active a,
#menu li a:hover {
	color: var(--primary);
	background: rgba(55,76,159,0.05);
}

#topMenu .navbar-nav {
    margin-left: auto;
    align-items: center;
    margin-top: 14px;
}

#topMenu .navbar-nav .nav-item {
    margin: 0 20px;
}

#topMenu .nav-link {
    padding: 10px 18px;
}

.navbar {
    margin-bottom: 0px !important;
}


div#top_header {
    padding-bottom: 16px;
    padding-top: 10px;
}

@media(max-width:992px){
#topMenu .navbar-nav {
    display: none;
}
}

@media(max-width:1200px){
#topMenu .navbar-nav .nav-item {
    margin: 0 8px;
}
}

#topMenu .navbar-collapse {
    display: flex;   
    justify-content: flex-end;
}


/*  */


.primary-color{
	color: var(--primary);
}

#slider h2{
	color: #fff;
}

#slider #caption {
    top: 36%;
}

.btn-primary{
	background-color: var(--primary) !important;
	border-radius: 0;
}

#our_services_2 .sub_category {
    background-color: #efefef;
    transition: 0.3s;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 30px;
    padding-bottom: 20px;
    height: 440px;
}

#our_services_2 .sub_category .text-right{
	padding-bottom: 20px;
}

#our_services {
    margin-top: 40px;
}

#our_services_2 .service-img img {
    transition: 0.3s;
    border-radius: 30px 30px 0 0;
}

.service-content{
    padding: 0 20px;
}


.sub_category h4{
	font-size: 25px;
}
.sub_category p{
	line-height: 25px;
	font-size: 16px;
}
#offer{
	margin-top: 30px;
	margin-bottom: 50px;
	background-color: var(--primary);
	padding-top: 50px;
	padding-bottom: 50px;
}
#offer h3,#offer p{
	color: #fff;
}
.car{
	position: absolute;
	top: -40px;
	z-index: 9999;
}
.ams_weare{
	margin-top: 100px;
}
.ams_weare p{
	font-size: 18px;
}
.ams_weare h2{
	line-height: 40px;
}
.m-0{
	margin: 0 auto;
}
#head_footer p{
	margin-top: 30px;
	font-size: 16px;
	line-height: 25px;
}
#head_footer .mt_100{
	margin-top: 150px!important;
}
footer{
	padding-top: 30px;
	padding-bottom: 30px;
	 background-color: var(--primary);
}
footer h3{
	color: #fff;
}
footer p{
	color: #fff;
	font-size: 16px;
	line-height: 27px;
}
footer a{
	color: #fff!important;
	font-size: 16px;
}
.f_bg{
	background-color: var(--primary);
}
.net{
	color: #fff;
	font-weight: bold;
}
.net:hover{
	color: #00f;
}
.f_bg p{
	padding-top: 25px;
	padding-bottom: 10px;
	color: #fff;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* S E R V I C E */
@media(min-width: 767px){
	header .contact_us{
		border: 1px solid #374C9F;
	}
	header .contact_us:hover,
	header .contact_us:focus{
		background-color: var(--secondary) !important;
		color: #fff!important;
		transition: 0.3s;
	}
	#head_footer{
		margin-top: 50px;
	}
}
@media(max-width: 991px){
	#slider #caption{
		top: 10px!important;
	}
	#slider #caption h2{
		font-size: 20px!important;
	}
}
@media(min-width: 991px) and (max-width: 1200px){
	#slider #caption{
		top: 100px!important;
	}
}
@media(max-width: 767px){
	h1{
		font-size: 25px!important;
	}
	#head_footer .mt_100{
		margin-top: 50px!important;
	}
	.ams_weare{
		margin-top: 30px!important;
	}
}

/* web logo */

.web-logo img {
    width: 110px;
}

.web-logo h1 {
    font-size: 24px;
}

.web-logo h1 {
    font-size: 18px !important;
    padding: 4px 0 0 10px;
    margin: 0;
    color: var(--secondary);
    font-weight: 600;
    line-height: 1.3;
}

.web-logo.d-flex {
    align-items: center;
}

.web-logo.d-flex a {
    text-decoration: none;
}

/* inner banner */
.innerPageBanner-wrapper {
    position: relative;
}

#innerPageBanner {
    min-height: 280px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.inner-title {
    font-size: clamp(26px, 3.5vw, 42px);
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}

.inner-breadcrumb {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 14px;
}

.inner-breadcrumb .breadcrumb-item a {
    color: #fff !important;
    text-decoration: none !important;
    transition: color 0.3s;
    font-size: 18px;
}

.inner-breadcrumb .breadcrumb-item a:hover {
    color: var(--primary);
}

.inner-breadcrumb .breadcrumb-item.active {
    color: rgba(255,255,255,0.75);
}

.breadcrumb {
    background-color: transparent !important;
}

.breadcrumb {
    width: 200px !important;
}

.breadcrumb {
    padding: 8px 0px !important;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
    color: #fff;
    font-size: 18px !important;
}

.breadcrumb-item a {
    color: #fff !important;
    text-decoration: none;
}

.breadcrumb>.active {
    color: #ffffff !important;
}

.btn-primary {
    border: none !important;
}

.vm-white-section {
    background-color: #ffffff;
    color: #333;
    overflow: hidden;
    padding: 50px 0 100px;
}

.vm-badge {
  display: inline-block;
  background: #008C2F;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.vm-title {
  font-weight: 800;
  line-height: 1.2;
}

.vm-title span {
    color: var(--primary);
}

/* Glass cards */
.vm-card {
  display: flex;
  gap: 16px;
  padding: 20px;
  border-radius: 16px;
  background: #f9f9f9;
  margin-bottom: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.vm-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.vm-card h5 {
    margin-bottom: 6px;
    font-weight: 600;
    color: #202020;
    font-size: 20px;
}

.vm-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Icons */
.vm-icon {
  width: 48px;
  height: 48px;
  background: var(--primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 20px;
  flex-shrink: 0;
}

/* Image */
.vm-image-wrapper {
  position: relative;
  display: inline-block;
}

.vm-image-wrapper img {
  width: 100%;
  max-width: 420px;
  border-radius: 24px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.vm-image-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 140, 47, 0.2);
  top: 20px;
  left: 20px;
  border-radius: 24px;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .vm-title {
    text-align: center;
  }
}

/* Our services */
.services-section {
  background-color: #ffffff;
  color: #333;
}

.section-title {
  font-weight: 800;
  font-size: 36px;
  color: #008C2F;
}

.section-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 80px;
}

.service-row {
  margin-bottom: 60px;
}

.service-content {
  padding: 20px;
}

.service-icon {
  width: 60px;
  height: 60px;
  background-color: #008C2F;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 28px;
  margin-bottom: 15px;
}

.service-title {
  font-weight: 700;
  font-size: 22px;
  color: #008C2F;
}

.service-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

.service-img {
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-img:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

@media (max-width: 991px) {
  .service-row {
    flex-direction: column !important;
  }
}

/* contact */
.contact-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.contact-card h3 {
    color: #008C2F;
    font-weight: 700;
    font-size: 28px;
}

.contact-card h5 {
    color: #008C2F;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.contact-card .gray {
    color: #555;
    line-height: 1.6;
}

.contact-card a {
    color: #008C2F;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-card a:hover {
    color: var(--primary);
    text-decoration: none;
}

.contact-method {
    background: #f9f9f9;
    border-radius: 15px;
    padding: 15px 20px;
    flex: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-method:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive spacing for mobile */
@media (max-width: 767px) {
    .d-flex.flex-md-row {
        flex-direction: column !important;
    }

    .contact-method {
        margin-bottom: 15px;
    }
}

/* contact form */

.form-bg {
    background: var(--secondary);
    padding: 27px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    position: relative;
}

.reservation-form-control {
    background: #e9ffee !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 35px !important; 
    padding: 20px 20px !important;
    font-size: 16px !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}


/* Focus effect */
.reservation-form-control:focus {
    border-color: #00c46a !important;
    box-shadow: 0 0 0 4px rgba(0,196,106,0.2);
    outline: none;
    transform: translateY(-2px);
}

.reservation-form-control::placeholder {
    color: #6c757d;
    font-weight: 400;
}

/* Textarea */
textarea.reservation-form-control {
    border-radius: 20px;
    resize: none;
}


.btn-submit {
    padding: 10px 38px !important;
    background: var(--primary);
    border: none;
    border-radius: 50px !important;
    font-weight: 600;
    font-size: 16px !important;
    color: #ffffff;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,158,85,0.3);
    color: #fff !important;
}

@media(max-width:768px){
    .input-group {
        margin-top: 20px;
    }
}

@media(max-width:992px){
    .form-bg {
        margin-top: 40px;
    }
}

.contact-us-page.inner-page {
    padding: 60px 0;
}

/* footer */
ul.list-instyled {
    color: white;
}

.text-primary {
    color: var(--primary) !important;
}

/*  */
.image-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dots-bg {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 80%;
    bottom: 0;
    height: 200px;
    object-fit: cover;
}

.girl-img {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

/*  */
.service-img-box {
    position: relative;
    display: inline-block;
}

.service-main-img {
    display: block;
    width: 100%;
}

.service-dot-layer {
    position: absolute;
    right: -80px;
    width: 80%;
    z-index: 3;
    pointer-events: none;
    bottom: -80px;
}

@media(max-width:768px){
.service-dot-layer {
    display: none;
}
}

/* responsive */
@media (max-width: 992px) {
    #services h2 {
        font-size: 20px;
    }

    .ams_weare {
    margin-top: 0px;
}
}
@media (max-width: 768px) {

    #services {
        padding: 50px 0;
    }

    .service-dot-layer {
        width: 60%;
        bottom: -10px;
        right: 0;
    }

    .ams_weare {
        margin-top: 20px;
    }
}

/* scroll up */
.scrollup {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    background: #ffc20a; 
    color: #fff  !important;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: none;
    z-index: 9999;
    transition: all 0.3s ease;
}

.scrollup i {
    line-height: 50px;
}

.scrollup:hover {
    background: #e6ac01;
    transform: translateY(-5px);
}

.scrollup.show {
    display: block;
}

@media (max-width: 768px) {
    #slider h2 {
        display: none;
}
}

.row.map-row {
    padding: 100px 0px;
}

.location-map iframe{
    border-radius: 40px;
}

@media (max-width: 578px) {
    .web-logo h1 {
        font-size: 18px !important;
        padding: 4px 0 0 0px;
        margin: 0;
        color: var(--secondary);
        font-weight: 600;
        line-height: 1.3;
    }
}

@media (max-width: 578px) {
#head_footer{
    display: none;
}
}