*{
margin: 0px;
padding: 0px;

}
body{
font-family: Mulish, sans-serif !important;	
}
.mapclass{
margin: 80px 0px;	
}

.features-title{
color: #347155;
font-weight: 600;
margin-bottom: 10px;
display: block;
} 

/* Container */
.lp-container {
max-width: 1200px;
margin: auto;
padding: 15px 20px;
display: flex;
align-items: center;
justify-content: space-between;
}

/* Header */
.lp-header {
width: 100%;
background: #ffffff;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
position: sticky;
top: 0;
z-index: 999;
}

/* Logo */
.lp-logo img {
width: 160px;
}

/* Buttons */
.lp-btn {
padding: 10px 18px;
border-radius: 6px;
text-decoration: none;
font-size: 14px;
font-weight: 600;
margin-left: 10px;
display: inline-block;
transition: 0.3s;
}

/* WhatsApp Button */
.lp-whatsapp {
background: #25D366;
color: #fff;
}

.lp-whatsapp:hover {
background: #1ebe5d;
}

/* CTA Button */
.lp-cta {
background: #347155;
color: #fff;
}

.lp-cta:hover {
background: #e63956;
}

/* Actions */
.lp-actions {
display: flex;
align-items: center;
}

/* Mobile Toggle */
.lp-toggle {
display: none;
font-size: 24px;
cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
.lp-actions.active {
display: flex;
}
.lp-btn {
margin: 10px 0;
width:100%;
text-align: center;
}
.lp-logo img {
width: 100px;
}
.lp-btn {
padding: 10px 10px;
border-radius: 4px;
font-size: 11px;
margin-left: 10px;
width: 120px !important;
}
}



.ai-hero-section{
position:relative;
min-height:100vh;
padding:80px 0;
overflow:hidden;
}

/* DARK OVERLAY */
.ai-hero-section::after{
content:'';
position:absolute;
inset:0;
/* BACKGROUND IMAGE */
background-image:url('img/12075.jpg');
background-size:cover;
background-position:center;
background-repeat:no-repeat;
z-index:1;
opacity: 0.1;
}

/* CONTENT ABOVE OVERLAY */
.ai-container{
position:relative;
z-index:2;
}


.ai-hero-section{
background:#347155;
min-height:100vh;
display:flex;
align-items:center;
overflow:hidden;
position:relative;
padding:50px 0;
}

.ai-hero-section::before{
content:'';
position:absolute;
left:0;
bottom:-200px;
width:100%;
height:400px;
background:
linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
background-size:80px 80px;
transform:perspective(500px) rotateX(70deg);
opacity:0.4;
}

.ai-container{
width:90%;
max-width:1400px;
margin:auto;
position:relative;
z-index:2;
}

.kk-featu {
color: #6b7280;
max-width: 600px;
margin: 15px auto 0px;
font-weight: 700;
}


.ai-hero-wrapper{
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

/* LEFT */
.ai-hero-content{
max-width:600px;
}

.ai-hero-content h1{
font-size:46px;
line-height:1.05;
color:#fff;
font-weight:700;
margin-bottom:25px;
}

.ai-hero-content p{
color:#fff;
font-size:22px;
line-height:1.7;
margin-bottom:35px;
opacity:0.95;
}

/* BUTTONS */
.ai-hero-btns{
display:flex;
gap:18px;
margin-bottom:60px;
}

.ai-btn-primary,
.ai-btn-outline{
height:60px;
padding:0 30px;
border-radius:14px;
display:flex;
align-items:center;
gap:12px;
text-decoration:none;
font-size:18px;
font-weight:600;
transition:0.3s ease;
}

.ai-btn-primary{
background:#fff;
color:#347155;
}

.ai-btn-outline{
border:1px solid rgba(255,255,255,0.5);
color:#fff;
}

.ai-btn-primary:hover,
.ai-btn-outline:hover{
transform:translateY(-3px);
}

/* FEATURES */
.ai-hero-features{
display:flex;
gap:40px;
flex-wrap:wrap;
}

.ai-feature-box{
display:flex;
align-items:center;
gap:15px;
}

.ai-icon-box{
width:55px;
height:55px;
background:rgba(255,255,255,0.12);
border-radius:14px;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:24px;
}

.ai-feature-box h4{
color:#fff;
font-size:16px;
margin-bottom:4px;
}

.ai-feature-box p{
color:#fff;
font-size:16px;
margin:0;
opacity:0.9;
}

/* RIGHT */
.ai-hero-gallery{
display:flex;
gap:28px;
}

.ai-gallery-col{
display:flex;
flex-direction:column;
gap:28px;
}

.ai-gallery-img{
overflow:hidden;
border-radius:5px;
background:#fff;
}

.ai-gallery-img img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.ai-tall-img{
width:190px;
height:270px;
}

.ai-small-img{
width:190px;
height:190px;
}

/* RESPONSIVE */
@media(max-width:1200px){


.ai-tall-img{
width:160px;
height:400px;
}

.ai-small-img{
width:160px;
height:160px;
}
}

@media(max-width:991px){

.ai-hero-wrapper{
flex-direction:column;
}

.ai-hero-content{
max-width:100%;
}

.ai-hero-content h1{
font-size:52px;
}

.ai-hero-gallery{
justify-content:center;
}
}

@media(max-width:767px){
.ai-hero-content h1 {
font-size: 26px !important;
line-height: 35px;
}
.ai-hero-content h1{
font-size:40px;
}

.ai-hero-content p{
font-size:17px;
}

.ai-hero-btns{
flex-direction: inherit;
}
.ai-btn-primary, .ai-btn-outline {
height: 50px;
padding: 0 15px;
border-radius: 14px;
font-size: 16px;
}

.ai-hero-btns {
margin-bottom: 0px;
}
.ai-hero-features{
display: none;	
}

.ai-hero-gallery{
gap:14px;
}

.ai-gallery-col{
gap:14px;
}

.ai-tall-img{
width:110px;
height:260px;
border-radius:10px;
}

.ai-small-img{
width:110px;
height:110px;
border-radius:22px;
}

.ai-hero-features{
gap:20px;
}
}

.kk-container {
width: 90%;
max-width: 1200px;
margin: auto;
padding: 60px 0;
display: flex;
align-items: center;
gap: 40px;
flex-wrap: wrap;
}

.kk-section {
background: #f5f6f8;
}

/* LEFT IMAGES */
.kk-image-wrap {
position: relative;
width: 45%;
}

.kk-img-main {
width: 100%;
border-radius: 25px;
z-index: 2;
}

/* RIGHT CONTENT */
.kk-content {
max-width: 51%;
}

.kk-label {
color: #347155;
font-weight: 600;
margin-bottom: 10px;
}

.kk-title {
font-size: 42px;
color: #2d3a66;
margin-bottom: 20px;
line-height: 1.3;
}

.kk-text {
color: #6b7280;
margin-bottom: 15px;
line-height: 1.6;
}

.kk-btn {
display: inline-block;
margin-top: 20px;
background: #347155;
color: #fff;
padding: 15px 30px;
border-radius: 5px;
text-decoration: none;
font-weight: 600;
transition: 0.3s;
}

.kk-btn:hover {
background: #e85c50;
}

/* RESPONSIVE */
@media (max-width: 900px) {
.kk-container {
flex-direction: column;
text-align: center;
}

.kk-image-wrap {
width: 100%;
}

.kk-img-overlay {
position: relative;
bottom: 0;
left: 0;
margin-top: 20px;
width: 100%;
}
.kk-content {
max-width: 100%;
}
}

/* SECTION */
.kk-feature-section {
background: #fff;
padding: 80px 0;
text-align: center;
}

/* TITLE */
.kk-feature-title {
font-size: 42px;
font-weight: 700;
color: #2d3a66;
}

.kk-feature-title span {
color: #347155;
}

.kk-feature-subtext {
color: #6b7280;
max-width: 600px;
margin: 15px auto 50px;
}

.who-we-are {
position: relative;
width: 100%;
min-height: 500px;
background: url('img/unnamed.webp') no-repeat center center/cover;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #fff;
}

/* Dark overlay for better text visibility */
.who-we-are::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}

.who-content {
position: relative;
max-width: 800px;
padding: 20px;
z-index: 2;
}

.who-content h2 {
font-size: 36px;
margin-bottom: 20px;
font-weight: 700;
}

.who-content p {
font-size: 18px;
line-height: 1.6;
}

@media (max-width: 768px) {
.who-content h2 {
font-size: 28px;
}
.who-content p {
font-size: 16px;
}
}



.testimonials-wrap{
padding: 0px 0 60px;
background:#fff;
}

.heading-section{
text-align:center;
margin-bottom:35px;
}

.sub-heading{
font-size:13px;
font-weight:600;
color:#347155;
letter-spacing:2px;
text-transform:uppercase;
}

.heading-section h2{
font-size:42px;
font-weight:700;
color:#222;
margin-top:10px;
}

/* CARD */
.testimonial-box{
background-color: rgb(246, 246, 248);
border-radius:12px;
padding:28px 26px;
position:relative;
min-height:306px;
}

/* TOP */
.google-top{
display:flex;
align-items:flex-start;
margin-bottom:15px;
}

.user-img{
width:48px;
height:48px;
border-radius:50%;
background-size:cover;
background-position:center;
margin-right:12px;
position:relative;
flex-shrink:0;
}

/* GOOGLE SMALL ICON */
.google-badge{
position:absolute;
bottom:-4px;
right:-4px;
width:24px !important;
height:24px;
background:#fff;
border-radius:50%;
padding:2px;
}

/* INFO */
.user-info h4{
margin:0;
font-size:16px;
font-weight:600;
color:#222;
display:flex;
align-items:center;
gap:5px;
}

.verify{
color:#1a73e8;
font-size:15px;
}

.review-time{
font-size:14px;
color:#8a8a8a;
margin-top:4px;
}

/* STARS */
.stars{
color:#fbbc04;
font-size:24px;
line-height:1;
margin-bottom:15px;
letter-spacing:1px;
}

/* TEXT */
.review-text{
font-size:17px;
line-height:1.7;
color:#333;
margin:0;
}

.review-text a{
color:#1a73e8;
text-decoration:none;
}

/* CAROUSEL */
.carousel-testimonial .item{
padding:10px;
}

.carousel-testimonial .owl-nav{
position:absolute;
top:40%;
width:100%;
}

.carousel-testimonial .owl-prev,
.carousel-testimonial .owl-next{
width:36px;
height:36px;
border-radius:50% !important;
background:#8b8b8b !important;
color:#fff !important;
position:absolute;
display:flex !important;
align-items:center;
justify-content:center;
}

.carousel-testimonial .owl-prev{
left:-18px;
}

.carousel-testimonial .owl-next{
right:-18px;
}

.carousel-testimonial .owl-prev span,
.carousel-testimonial .owl-next span{
font-size:28px;
line-height:28px;
}

.carousel-testimonial .owl-dots{
text-align:center;
margin-top:15px;
}

.carousel-testimonial .owl-dot span{
width:6px;
height:6px;
margin:5px;
background:#bdbdbd !important;
display:block;
border-radius:50%;
}

.carousel-testimonial .owl-dot.active span{
background:#222 !important;
}


/* LEFT SIDE */
.conatcus .left h1 {
font-size: 30px;
margin-bottom: 10px;
}

.conatcus .left p {
color: #666;
line-height: 1.6;
}

.conatcus .info {
margin-top: 30px;
}

.conatcus .info div {
display: flex;
align-items: center;
margin-bottom: 20px;
color: #444;
}

.conatcus .info i {
width: 40px;
height: 40px;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
margin-right: 15px;
color: orange;
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

/* RIGHT SIDE FORM */
.conatcus .form-box {
background: #fff;
padding: 30px;
border-radius: 10px;
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.conatcus .form-group {
margin-bottom: 15px;
}

.conatcus input, .conatcus textarea {
width: 100%;
padding: 14px;
border: 1px solid #ddd;
border-radius: 6px;
outline: none;
font-size: 14px;
}

.form-group select{
width:100%;
height:52px;
border:1px solid #ddd;
border-radius:10px;
padding:0 15px;
font-size:15px;
outline:none;
background:#fff;
color:#333;
cursor:pointer;
}

.conatcus textarea {
height: 120px;
resize: none;
}

/* GRADIENT BUTTON */
.conatcus button {
width: 100%;
padding: 14px;
border: none;
border-radius: 6px;
background: #347155;
color: #fff;
font-size: 16px;
cursor: pointer;
}

.conatcus button:hover {
opacity: 0.9;
}

.map-full {
width: 100%;
height: 100vh;
}

.map-full iframe {
width: 100%;
height: 100%;
border: 0;
}
.footer p {
margin: 0px;
}
.footer {
background: #111;
color: #fff;
text-align: center;
padding: 15px 10px;
font-size: 14px;
}
.uniclass {
position: fixed;
RIGHT: 20px;
bottom: 20px;
z-index: 9999;
background-color: #25D366;
padding: 10px;
border-radius: 50%;
box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.uniclass img {
width: 30px;
height: 30px;
display: block;
}

.gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
}

.gallery img {
width: 100%;
cursor: pointer;
border-radius: 10px;
transition: 0.3s;
height: 300px;
object-fit: cover;
}

.gallery img:hover {
transform: scale(1.05);
}

/* Lightbox */
.lightbox {
display: none;
position: fixed;
z-index: 9999;
padding-top: 60px;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.9);
}

.lightbox img {
display: block;
margin: auto;
max-width: 80%;
max-height: 80%;
}

.close {
position: absolute;
top: 20px;
right: 35px;
color: #fff;
font-size: 35px;
cursor: pointer;
}
.gallaers{
margin-bottom: 80px;	
}

@media (max-width: 1100px) {
.kk-content {
max-width: 100%;
}	
.kk-image-wrap {
position: relative;
width: 100%;
}	
}
@media (min-width: 768px) {
.container{
max-width: 90% !important;
}
}
@media (max-width: 768px) {
.hero-title {
font-size: 2em;
padding: 0px 15px;

}
.heading-section h2 {
font-size: 24px;
}
.kk-feature-title {
font-size: 28px;
}
.conatcus .left h1 {
font-size: 24px;
}
.testimonials-wrap {
padding: 40px 0 10px;
}
.gallery {
grid-template-columns: repeat(2, 1fr);
}
.gallery img {
height: 200px;
}
.ai-hero-content p {
margin-bottom: 20px;
}
}

/* MOBILE BOTTOM BUTTONS */
.mb-fixed-contact{
position:fixed;
left:0;
bottom:0;
width:100%;
display:none;
z-index:9999;
box-shadow:0 -4px 15px rgba(0,0,0,0.08);
}

.mb-call-btn, .mb-whatsapp-btn {
width: 50%;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
font-size: 15px;
font-weight: 600;
color: #fff;
}

.mb-call-btn{
background:#347155;
}

.mb-whatsapp-btn{
background:#25D366;
}

/* ONLY MOBILE */
@media(max-width:767px){
.uniclass{
	display: none;
}
.mb-fixed-contact{
display:flex;
}

.carousel-testimonial .owl-next {
right: 0px;
}
.carousel-testimonial .owl-prev {
left: 0px;
}
}



.faq-section{
width:100%;
background:#f5f6f8;
padding:60px 20px;
margin-bottom: 80px;
}

.faq-container{
width:100%;
max-width:1200px;
margin:auto;
}

/* =========================
HEADING
========================= */

.faq-heading{
text-align:center;
margin-bottom:60px;
}

.faq-heading span{
color:#000;
font-size:15px;
font-weight:600;
letter-spacing:2px;
text-transform:uppercase;
}

.faq-heading h2{
font-size:42px;
color:#000;
margin-top:15px;
font-weight:700;
}

.faq-heading p{
max-width:700px;
margin:18px auto 0;
color:#000;
font-size:17px;
line-height:30px;
}

/* =========================
FAQ ITEM
========================= */

.faq-item{
background:#ffffff;
border-radius:5px;
margin-bottom:22px;
overflow:hidden;
box-shadow: 0 10px 30px rgb(0 0 0 / 4%);
transition:0.3s ease;
}

.faq-item:hover{
transform:translateY(-3px);
}

.faq-question{
width:100%;
background:none;
border:none;
padding:28px 35px;
display:flex;
align-items:center;
justify-content:space-between;
cursor:pointer;
text-align:left;
font-size:20px;
font-weight:600;
color:#0f172a;
}

.faq-question i{
font-size:18px;
color: #347155;
transition:0.3s ease;
}

/* =========================
ANSWER
========================= */

.faq-answer{
max-height:0;
overflow:hidden;
transition:max-height 0.4s ease;
}

.faq-answer p{
padding:0 35px 30px;
color:#64748b;
line-height:30px;
font-size:17px;
}

/* =========================
ACTIVE
========================= */

.faq-item.active .faq-answer{
max-height:200px;
}

.faq-item.active .faq-question i{
transform:rotate(180deg);
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:768px){

.faq-section{
padding:50px 15px;
}
.faq-heading {
margin-bottom: 30px;
}
.faq-heading h2{
font-size:22px;
}

.faq-heading p{
font-size:15px;
line-height:26px;
}

.faq-question{
font-size:16px;
padding:22px 20px;
}

.faq-answer p{
padding:0 20px 22px;
font-size:15px;
line-height:26px;
}
}


.card-wrapper{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.custom-card{
background:#fff;
border-radius:4px;
overflow:hidden;
box-shadow:0 2px 8px rgba(0,0,0,0.15);
transition:0.3s ease;
}

.custom-card:hover{
transform:translateY(-5px);
}

.card-image img{
width:100%;
display:block;
}

.card-content{
padding:24px;
}

.card-content h3 {
font-size: 20px;
color: #333;
margin-bottom: 15px;
font-weight: 600;
}

.card-content p{
font-size:16px;
line-height:1.6;
color:#777;
margin-bottom:25px;
}

.card-btn{
display:inline-block;
background:#4285f4;
color:#fff;
text-decoration:none;
padding:14px 35px;
font-size:14px;
letter-spacing:1px;
border-radius:2px;
box-shadow:0 3px 6px rgba(0,0,0,0.2);
transition:0.3s;
}

.card-btn:hover{
background:#2f6fe0;
}

@media(max-width:991px){
.card-wrapper{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:767px){
.card-wrapper{
grid-template-columns:1fr;
}

.card-content h3{
font-size:22px;
}

.card-content p{
font-size:16px;
}
.kk-feature-section {
background: #fff;
padding: 50px 0;
text-align: center;
}
.testimonials-wrap {
padding: 20px 0 50px;
}
}