﻿* {
    font-family: 'Poppins', sans-serif!important;
}
.fa-solid, .fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

/* Force the "Brand" icons (FB, Insta, YouTube) */
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

/* 2. Specific fix for Brand icons (WhatsApp, Facebook, X) */
.fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
}
/* HEADER */
.nx-header {
    position: relative;
    top: 0;
    background: #ffffff;
    z-index: 99999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.nx-toggle {
    cursor: pointer;
    font-size: 26px;
    z-index: 9999;
    position: relative;
}
/* CONTAINER */
.nx-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
}

/* LOGO */
.nx-logo img {
    height: 60px;
}

/* MENU */
.nx-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nx-item {
    position: relative;
}

.nx-item a {
    text-decoration: none;
    padding: 12px 18px;
    color: #222;
    font-weight: 500;
    display: block;
}

/* HOVER */
.nx-item a:hover {
    color: #499e15 !important;
}

/* DROPDOWN */
.nx-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    display: none;
    min-width: 220px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.nx-dropdown li a {
    padding: 10px;
}

/* SHOW DROPDOWN */
.nx-has-dropdown:hover > .nx-dropdown {
    display: block;
}

/* SUB DROPDOWN */
.nx-sub-dropdown {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    display: none;
    min-width: 200px;
}

.nx-has-dropdown:hover > .nx-sub-dropdown {
    display: block;
}
.nx-toggle{
    display:none;
}

/* MOBILE */

@media (max-width: 768px) {

    .nx-nav {
        display: block; /* 👈 MUST be visible */
        position: absolute;
        width: 100%;
        top: 70px;
        left: 0;
    }

    .nx-menu {
        display: none;
        flex-direction: column;
        background: #000;
        width: 100%;
        padding: 20px;
    }

    .nx-menu.active {
        display: flex;
    }

    .nx-toggle {
        display: block;
        cursor: pointer;
        font-size: 24px;
    }
    .nx-item a {
    color: #fff;
}
}


/*Hero section*/

.slider-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden; /* Important: hides the other slides */
}

/* The Layout - using flex to line slides horizontally */
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex; /* Keeps content centered/aligned */
    align-items: center;
    padding-left: 10%;
    transition: transform 0.6s ease-in-out; /* This creates the slide motion */
}

.content {
    z-index: 2;
    text-align:left;
}

.content h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    color:#fff;
}

.butn {
    background-color: #f16125;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    display: inline-block;
}
.butn:hover {
    background-color:#4b9f18;
    color: #111!important;
    padding: 12px 25px;
    text-decoration: none;
    display: inline-block;
}

/* Navigation Buttons fixed in the bottom right */
.navigation {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    display: flex;
    gap: 10px;
}

.navigation button {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid white;
    color: white;
    width: 45px;
    height: 45px;
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s;
}

.navigation button:hover {
    background: white;
    color: black;
}
/* General Fixed Settings */
.side-tab, .social-sidebar, .float-btn {
    position: fixed;
    z-index: 1000;
}

/* 1. Left Vertical Tab */
.left-tab {
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left bottom;
}

.left-tab a {
    background: #008080; /* Match your teal color */
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    border-radius: 5px 5px 0 0;
}

/* 2. Right Social Sidebar */
.social-sidebar {
    right: 0;
    top: 40%;
    display: flex;
    flex-direction: column;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    margin-bottom: 2px;
}

/* Colors for social icons */
.fb { background: #3b5998; }
.twitter { background: #000000; }
.youtube { background: #ff0000; }
.instagram { background: #e4405f; }

/* 3. Bottom Floating Action Buttons */
.float-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}

.call-btn {
    left: 20px;
    bottom: 20px;
    background: #008080;
}

.whatsapp-btn {
    right: 20px;
    bottom: 20px;
    background: #25D366;
}
.project-form-control p{
    margin-top:15px;
}

/*About us*/

.aboutsec{
    padding: 70px 0;
    text-align:left;
}
.aboutsec .elementor-container {
    display: flex;
    align-items: center;
    gap: 50px;
}

.elementor-column {
    width: 50%;
}
.elementor-widget-heading h2{
    font-weight:600;
}
.vr-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}

.vr-box {
    background: #f8f8f8;
    padding: 10px;
    border-radius: 8px;
    transition: 0.3s;
}

.vr-box h4 {
    margin: 0 0 5px;
    color: #000;
    font-size:1.2rem;
}

.vr-box p {
    margin: 0;
    font-size: 1rem;
    color: #555;
}

.vr-box:hover {
    background: #4B9F18AD;
    color: #fff;
}

.vr-box:hover p,
.vr-box:hover h4 {
    color: #fff;
}

@media(max-width:768px){
    .aboutsec {
  padding:0px 0px 30px;
  text-align: left;
}
  .aboutsec .elementor-container {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-direction: column;
}
  .whysec{
    padding:50px 0 0!important;
}
}


/*testimonials section*/
.testimonial-item {
    transition: 0.3s;
}

.testimonial-item:hover {
    transform: translateY(-5px);
}

/* Card */
.testimonial-item .bg-white {
    border-radius: 12px;
}

/* Text */
.testimonial-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Name */
.testimonial-item h6 {
    color: #000;
}

/* ===== ARROWS ===== */
.owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}

.owl-nav button {
    background: #000 !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    font-size: 18px;
    transition: 0.3s;
}

.owl-nav button:hover {
    background:#f16125 !important;
}

/* Hide dots */
.owl-dots {
    display: none;
}

footer img {
  width: 200px!important;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  text-align:left;
}
footer{
    text-align:left;
    color:#222!important;
}
.elementor-widget-image {
  text-align: left!important;
}
a:hover i{
    color:#fff!important;
}
.elementor-clearfix:hover{
    color:#555!important;
}
.testimonial-item {
    text-align:left;
}
.elementor-76 .elementor-element.elementor-element-e92d55c:not(.elementor-motion-effects-element-type-background), .elementor-76 .elementor-element.elementor-element-e92d55c > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #286900e3 !important;
}
.elementor-76 .elementor-element.elementor-element-f0cb8b7 > .elementor-background-overlay {
  background-color: #222;
  opacity: 0.89;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-clearfix:hover {
  color: #fff !important;
}
footer .elementor-clearfix:hover {
  color: #222 !important;
}
#colophon{
    background: bisque;
    padding:50px 10px;
}
.elementor-76 .elementor-element.elementor-element-0e38bec > .elementor-widget-container {
  background-color: #4b9f18;
  padding: 5px 0px 5px 5px;
}
.elementor-76 .elementor-element.elementor-element-d4adca2 > .elementor-widget-container {
  background-color: #4b9f18;
  padding: 5px 0px 5px 5px;
}
.elementor-76 .elementor-element.elementor-element-053ded4 > .elementor-widget-container {
  background-color: #4b9f18;
  padding: 5px 0px 5px 5px;
}

.testimonial-item{
    background:#4b9f185e;
}
.rounded1{
    border-radius:50%!important;
    margin-bottom:10px;
}

.contact-section {
    background: linear-gradient(rgb(0,0,0,0.7), rgba(0,0,0,0.7)),
                url('../img/sl3.jpg')no-repeat center/cover;
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    color: #fff;
}

/* CONTAINER */
.contact-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    
}

/* LEFT SIDE */
.contact-left {
    flex: 1;
}

.contact-left h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color:#FFF;
}

.contact-left p {
    margin: 10px 0;
    line-height: 1.6;
    color:#FFF;
   
}
.contact-info span{
     text-align:left;
}

/* ICON TEXT */
.contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

/* RIGHT FORM */
.contact-right {
    flex: 1;
}

.contact-right h3 {
    margin-bottom: 20px;
    color:#fff;
}

/* FORM */
 .input,.textarea {
    width: 100%;
    padding: 10px!important;
    margin-bottom: 15px!important;
    border: none!important;
    border-radius: 5px;
}

.contact-form textarea {
    height: 120px;
    resize: none;
}

/* BUTTON */
.contact-form button {
    background: #c5a47e;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form button:hover {
    background: #a88760;
}
.project-form-control input {
    width: 100%;
    height: 45px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.wpcf7 button[type="submit"] {
  width: fit-content;
  margin:20px 0 !important;
}
.vr-points ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vr-points ul li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}

/* custom bullet */
.vr-points ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #caa14a; /* gold color */
    font-weight: bold;
}
input:hover[type="submit"]{
   background-color:#4b9f18;
    color: #111!important;
   
}
input[type="submit"]{
   background-color:#f16125;
    color: #111!important;
    padding: 12px 25px!important;
    font-size:0.9rem;
}

/* RESPONSIVE */
@media(max-width:768px){
    .contact-container {
        flex-direction: column;
    }
  .elementor-column {
  width: 100%;
}
    .elementor-76 .elementor-element.elementor-element-6d264b8 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
