html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aesthet Nova';
    src: url('fonts/AesthetNova-Bold.woff2') format('woff2'),
        url('fonts/AesthetNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #f79124;
}

h1,
h2,
h3,
h4,
h6 {
    font-family: 'Aesthet Nova';
}

a,
li,
h5 {
    font-family: 'Montserrat-Medium';
    list-style: none;
    text-decoration: none;
    color: inherit;
    font-weight: 400;
}

p {
    font-family: 'Montserrat-Regular';
    line-height: 1.7;
}

.navbar {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 99;
}

.navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar-logo img {
    width: 230px;
    height: auto;
}

.navbar-mean ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 35px;
}

.nav-link {
    color: #000;
    font-size: 16px;
}

.nav-link.active {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

/* Hero Section Start */
.hero-section {
    position: relative;
    background-image: url('images/hero-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 5rem 0px;
}

/* .hero-section .overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
background-color: #000000e0;
height: 100%;
} */
.hero-slider-text {
    position: relative;
    z-index: 9;
    padding: 3rem 0px;
    width: 60%;
}

.hero-slider-text h3 {
    color: #fff;
    font-size: 42px;
}

.hero-slider-text h3 span {
    color: var(--primary-color);
}

.hero-slider-text p {
    color: #fff;
}

.hero-section-btn a {
    padding: 8px 20px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
}

/*-----------------About-Section---------------  */
.padd-sec {
    padding: 60px 0;
}

.about-sec {
    margin: 60px 0;
    padding: 0 0 60px 0;
}
/* 
.about-img {
    width: 320px;
    height: 250px;
    margin: auto;
    position: relative;
} */

.about-img img {
    width: 100%;
}

.about-text h5 {
    color: #000;
    font-size: 18px;
}

.about-text h1 {
    color: var(--primary-color);
    font-size: 42px;
}

.about-text p {
    font-size: 16px;
    /* color: #000; */
}

.about-btn a {
    padding: 8px 20px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
}

.process-box {
    position: absolute;
    top: 90%;
    right: -47%;
    width: 50%;
}

.payment-process {
    display: flex;
    justify-content: start;
    align-items: center;
}

.process-line {
    height: 2px;
    width: 36px;
    background-color: #02895a;
}

.process-num {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #02895a;
    border-radius: 50%;
    color: #fff;
}

.process-content {
    padding-left: 12px;
    padding-top: 12px;
}

.process-content h6 {
    color: var(--primary-color);
}

/* 2 */
.process-box-two {
    position: absolute;
    top: 32%;
    left: -136px;
    width: 54%;
}

.payment-process-two {
    display: flex;
    justify-content: start;
    align-items: center;
}

.process-line-two {
    height: 2px;
    width: 124px;
    background-color: #02895a;
}

.process-num-two {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #02895a;
    border-radius: 50%;
    color: #fff;
}

.process-content-two {
    padding-left: 12px;
    padding-top: 12px;
}

.process-content-two h6 {
    color: var(--primary-color);
}

/* 3 */
.process-box-three {
    position: absolute;
    top: 108%;
    left: -156px;
    width: 68%;
}

.payment-process-three {
    display: flex;
    justify-content: start;
    align-items: center;
}

.process-line-three {
    height: 2px;
    width: 182px;
    background-color: #02895a;
}

.process-num-three {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #02895a;
    border-radius: 50%;
    color: #fff;
}

.process-content-three {
    padding-left: 12px;
    padding-top: 12px;
}

.process-content-three h6 {
    color: var(--primary-color);
}

/* -------------gallery-section----------- */
.gallery-sec {
    background-color: #fff8f0;
}

.gallery-img img {
    width: 95%;
    height: auto;
    object-fit: cover;
    margin: auto;
}

.slick-dots {
    background: #ffffff;
    padding: 15px 25px;
    border-radius: 10px;
    width: fit-content;
    margin: 20px auto 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.slick-dots li button {
    border: none;
}

/* Remove default font dot and border */
.slick-dots li button:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c5c5c5;
    /* light gray dot */
    display: block;
    border: none;
    /* removed border */
    opacity: 1;
    transition: all 0.3s ease;
}

/* Active dot filled orange */
.slick-dots li.slick-active button:before {
    background: #ff8a00;
    /* filled orange */
    border: none;
    /* remove border for active dot */
}

/* Remove default margin */
.slick-dots li {
    margin: 0 6px;
}

.gallery-text h5 {
    color: #000;
    font-size: 18px;
}

.gallery-text h2 {
    color: var(--primary-color);
    font-size: 42px;
}

/* ----------partnership-section------------------- */
.partnerhsip-text h5 {
    color: #000;
    font-size: 18px;
}

.partnerhsip-text h3 {
    color: var(--primary-color);
    font-size: 42px;
}

.partnerhsip-text p {
    font-size: 16px;
    width: 80%;
    margin: auto;
}

.partnership-sec form {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 50px auto;
    padding: 0 20px;
}

.partnership-sec .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.partnership-sec .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.partnership-sec .form-group label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
    font-family: 'Montserrat-Medium';
}

.partnership-sec .form-group input,
.partnership-sec .form-group textarea {
    padding: 10px 12px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 100%;
}

.partnership-sec .form-group input:focus,
.partnership-sec .form-group textarea:focus {
    border-bottom: 2px solid #ff8a00;
}

.partnership-sec .form-group textarea {
    resize: none;
}

.partnership-sec .full-width {
    width: 100%;
    margin-bottom: 20px;
}

.partnership-sec .form-group .submit-btn {
    text-align: center;
}

.submit-btn input {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 12px 35px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.submit-btn input:hover {
    background-color: #e57800;
}

.footer {
    background: #fef6ee;
    padding: 60px 0px 20px;
    font-family: 'Inter', sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.brand-orange {
    color: #f68b1e;
    font-size: 32px;
    font-weight: 700;
}

.brand-icon {
    width: 38px;
    vertical-align: middle;
}

.footer-text {
    /* font-size: 15px; */
    /* color: #444; */
    margin-top: 10px;
    /* line-height: 1.6; */
}

.footer-title {
    color: #f68b1e;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
}

.footer-links li {
    list-style: none;
    margin: 8px 0;
    font-size: 15px;
    color: #444;
}

.footer-links li i {
    font-size: 7px;
    margin-right: 10px;
    color: #f68b1e;
}

.footer-contact {
    margin: 10px 0;
    font-size: 15px;
    color: #444;
    font-family: 'Montserrat-Medium';
    color: inherit;
}

.footer-contact i {
    color: #f68b1e;
    margin-right: 10px;
}

.footer-line {
    border: none;
    border-top: 1px solid #e5d5c7;
    margin: 30px 0;
}

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

.footer-social a {
    margin-left: 12px;
    color: #f68b1e;
    font-size: 20px;
}

.footer-social a:hover {
    opacity: 0.7;
}

.location-section {
    padding: 60px 0;
    background: #fffaf4;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.location-title {
    font-size: 32px;
    font-weight: 700;
    color: #f68b1e;
    margin-bottom: 40px;
}

.location-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
}

.location-card {
    flex: 1;
    min-width: 295px;
    padding: 25px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.location-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #f68b1e;
    margin-bottom: 15px;
}

.location-card iframe {
    width: 100%;
    height: 180px;
    border: none;
    border-radius: 8px;
    margin-bottom: 15px;
}

.location-card p {
    margin: 8px 0;
    font-size: 15px;
    color: #444;
}

.location-card i {
    color: #f68b1e;
    margin-right: 10px;
    font-size: 16px;
}

form p {
    margin: 0;
}

dl, ol, ul {
    margin: 0;
    padding: 0;
}


/* =================================================== */

/* RESPONSIVE QUERY______ */


@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1140px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {
	
	.navbar-mean.desktop-menu {
    display: none;
}

a.btn.btn-toggle {
    background: var(--primary-color);
    color: white;
}

.navbar-mean.mobile-menu ul {
    flex-direction: column;
    align-items: self-start;
    gap: 0;
}

.navbar-mean.mobile-menu ul li a {
    display: inline-block;
    padding: 12px 10px;
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
}

.navbar-mean.mobile-menu ul li {
    width: 100%;
}
	
.offcanvas-header img {
    width: 150px;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
}

.offcanvas-header .btn-close {
    background: var(--primary-color);
    opacity: 1;
    width: 15px;
    height: 15px;
    display: grid;
    place-content: center;
    color: white;
    font-size: 12px;
}

.hero-slider-text p {
    display: none;
}

.hero-section {
    padding: 2rem 0;
}
	
.about-img {
/*     width: 250px;
    height: auto; */
    /* display: flex; */
    /* flex-wrap: wrap; */
/*     margin: 2rem 0 0; */
	margin-top: 40px;
}

/* .about-img img {
    width: 40%;
    height: 100%;
    object-fit: contain;
    float: left;
    margin-right: 2rem;
} */
/* 
.process-box , .process-box-two , .process-box-three {
    position: revert;
    width: 100% !important;
    flex-shrink: 0;
    margin: 1rem 0;
}

.payment-process {
    flex-direction: row-reverse;
} */

.gallery-text h2, .partnerhsip-text h3, .location-title , .about-text h1 {
    font-size: 32px;
}

.location-card {min-width: 250px;}

.location-wrapper {
    gap: 15px;
}

.footer-title {
    margin-top: 10px;
}
	
	.process-box-two{
		top: 10%;
	}
	.process-box {    
    top: 60%;	
	}
	.process-box-three {   
    top: 59%;   
}
	.process-box { 
		  font-size: 10px;
}   
	.process-content-two p {
    font-size: 10px;
}
	.process-box-three p {  
		  font-size: 10px;
}

}
@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 840px) {

}


@media only screen and (max-width: 800px) {

}


@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {
	
.navbar-logo img {
    width: 130px;
}
.about-img {
        width: 100%;      
       
    }
a.btn.btn-toggle {
    padding: 3px 5px;
}

.hero-slider-text h3 {
    font-size: 26px;
}

.hero-section-btn a , .about-btn a {
    display: inline-block;
    padding: 7px 18px;
    font-size: 14px;
}

.hero-slider-text {
    width: 65%;
    padding: 4rem 0;
}

.about-sec {
    padding: 0;
}

.gallery-text h2, .partnerhsip-text h3, .location-title, .about-text h1 {
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 .5rem;
}

a {}

.process-box, .process-box-two, .process-box-three {
}

.about-img img {
    margin-bottom: 2rem;
}

.footer {
    padding: 40px 0 20px;
}

.brand img {
    width: 160px;
}

.footer-text {
    margin: 0;
}

.footer-title {
    font-size: 20px;
}



	

}

@media only screen and (max-width: 667px) {

}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 575px) {
	
.hero-section {
    background-position: top;
}

.about-sec {
    margin: 40px 0;
}

.partnership-sec form {
    margin-bottom: 0;
}

.padd-sec {
    padding: 40px 0;
}
	
	.process-content-two p {
       font-size: 8px;
        line-height: normal;
    }
	
/* 	.about-img {
        width: 160px;
    } */
	.process-box-two {     
    left: -144px;
    width: 90%;
}

}

@media only screen and (max-width: 480px) {

.about-img img {
    width: 100%;
    margin: 0 0 1rem;
    height: 275px;
    object-fit: contain;
    float: revert;
}

.slick-dots {
    position: revert !IMPORTANT;
    padding: 10px 10px 0;
}
	
p , li , a {
    font-size: 15px !important;
}	

.hero-section {
    background-position: top;
    position: relative;
    z-index: 9;
}
/* 
.hero-slider-text:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    opacity: .8;
    z-index: -1;
    left: 0;
}
 */
.hero-slider-text {
    z-index: 9;
    position: relative;
    padding: 1rem 0rem;
}
	
.hero-slider-text h3 {
    font-size: 23px;
}
	
.gallery-text h2, .partnerhsip-text h3, .location-title, .about-text h1 {
    font-size: 22px;
}

.partnership-sec .form-row {
    flex-direction: column;
    gap: 10px;
}
	
	
	
	
	

}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 360px) {

}


@media only screen and (max-width: 320px) {

}



