*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}


.about-section{
    background-color: #ffffff;
}

.about-section h2{
    color: #1dbf73;
}

.about-section p{
    font-size: 16px;
    line-height: 1.6;
}



/* ================= NAVBAR ================= */

#mainNavbar{
  position:fixed;
  top:0;
  width:100%;
  z-index:1000;
  height: 80px;
  background:rgb(255, 255, 255);
  transition:0.4s;
}
.hero-btn{
  display: inline-block;
  margin-top: 25px;
  padding: 12px 30px;
  background-color: #1e7f4f;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.hero-btn:hover{
  transform: translateX(10px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.hero-btn .arrow{
  margin-left: 8px;
  transition: 0.3s ease;
}

.hero-btn:hover .arrow{
  transform: translateX(6px);
}

#mainNavbar.scrolled{
  background:#ffffff;
  box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

#mainNavbar .nav-link,
#mainNavbar .navbar-brand{
  color:rgb(3, 3, 3) !important;
   margin-left: 29px;
}

#mainNavbar.scrolled .nav-link,
#mainNavbar.scrolled .navbar-brand{
  color:#198754 !important;
}

/* ================= HERO SECTION ================= */

.banner{
  background:#E6FFE6;
height: 800px;
  padding:140px 0 80px 0;
  display:flex;
  align-items:center;
}

.headertext h1{
  font-family:"Poppins", sans-serif;
  font-weight:600;
  margin:0;
}

.banner img{
  max-width:450px;
  width:100%;
}

/* ================= BUTTON ================= */

.btn{
  width:120px;
  height:35px;
  background:#e54100;
  color:#fff;
  border-radius:20px;
  border:1px solid #e54100;
  cursor:pointer;
  transition:0.3s;
}

.btn:hover{
  background:#b30404;
  border-color:#b30404;
  transform:scale(1.05);
}

/* ================= CARD HOVER ================= */

.card-body{
  box-shadow:0 5px 15px rgba(0,0,0,0.15);
  border-radius:7px;
  text-align:center;
  transition:0.3s;
}

.card-body:hover{
  background:#4c5a68;
  color:#fff;
  transform:scale(1.05);
}

/* ================= FOOTER ================= */

.footer-section{
  background:#151414;
  color:#878787;
  padding:60px 0;
}

.footer-logo img{
  max-width:200px;
}

.footer-widget-heading h3{
  color:#fff;
  font-size:20px;
  margin-bottom:20px;
}

.footer-widget ul li{
  list-style:none;
  margin-bottom:10px;
}

.footer-widget ul li a{
  color:#878787;
  text-decoration:none;
}

.footer-widget ul li a:hover{
  color:#ff5e14;
}

/* ================= RESPONSIVE ================= */

@media(max-width:768px){

  .banner{
    text-align:center;
    padding:60px 20px;
  }

  .headertext h1{
    font-size:28px;
  }

  .banner img{
    margin-top:30px;
  }

}
.services-section{
  padding:100px 0;
  background:linear-gradient(135deg,#f8fffb,#e6fff4);
}

.section-title{
  font-size:34px;
  font-weight:700;
  color:#1dbf73;
}

.section-subtitle{
  color:#555;
  margin-top:10px;
}

.service-card{
  background:rgba(255,255,255,0.7);
  backdrop-filter:blur(10px);
  border-radius:20px;
  padding:35px 25px;
  text-align:center;
  transition:0.4s ease;
  box-shadow:0 10px 25px rgba(0,0,0,0.05);
  height:100%;
}

.service-card:hover{
  transform:translateY(-12px);
  box-shadow:0 20px 40px rgba(0,0,0,0.1);
}

.service-card .icon{
  font-size:40px;
  margin-bottom:20px;
}

.service-card h5{
  font-weight:600;
  margin-bottom:15px;
}

.service-card p{
  font-size:14px;
  color:#666;
}
.services-section{
  padding:110px 0;
  background:linear-gradient(135deg,#f4fff9,#e6fff4);
  position:relative;
  overflow:hidden;
}

.section-title{
  font-size:36px;
  font-weight:700;
  color:#1dbf73;
}

.section-subtitle{
  color:#666;
  margin-top:10px;
}

/* PREMIUM CARD */

.service-card{
  background:#ffffff;
  border-radius:22px;
  padding:40px 25px;
  text-align:center;
  transition:0.4s ease;
  position:relative;
  overflow:hidden;
  height:100%;
  border:1px solid #e8f5ee;
}

/* Glow Effect */
.service-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:22px;
  padding:2px;
  background:linear-gradient(45deg,#1dbf73,#00e0a4,#1dbf73);
  -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  opacity:0;
  transition:0.4s;
}

.service-card:hover::before{
  opacity:1;
}

/* Hover Lift */
.service-card:hover{
  transform:translateY(-15px);
  box-shadow:0 25px 50px rgba(0,0,0,0.08);
}

/* Icon Style */
.service-card .icon{
  font-size:42px;
  margin-bottom:20px;
  transition:0.4s ease;
}

/* Icon Animation */
.service-card:hover .icon{
  transform:rotateY(360deg) scale(1.2);
}

.service-card h5{
  font-weight:600;
  margin-bottom:15px;
}

.service-card p{
  font-size:14px;
  color:#666;
}
.contact-section{
  padding:110px 0;
  background:linear-gradient(135deg,#ffffff,#f4fff9);
}

.contact-title{
  font-size:34px;
  font-weight:700;
  color:#1dbf73;
}

.contact-subtitle{
  color:#666;
  margin-top:10px;
}

/* Contact Info */
.contact-info{
  background:#ffffff;
  padding:35px;
  border-radius:20px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.contact-info h5{
  margin-bottom:20px;
  font-weight:600;
}

/* Contact Card */
.contact-card{
  background:rgba(255,255,255,0.8);
  backdrop-filter:blur(10px);
  padding:40px;
  border-radius:25px;
  box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

/* Input Style */
.custom-input{
  border-radius:12px;
  border:1px solid #e0e0e0;
  padding:12px 15px;
  transition:0.3s;
}

.custom-input:focus{
  border-color:#1dbf73;
  box-shadow:0 0 0 3px rgba(29,191,115,0.15);
}

/* Button */
.contact-btn{
  background:#1dbf73;
  color:#fff;
  border:none;
  padding:12px 28px;
  border-radius:30px;
  font-weight:600;
  transition:0.3s;
}

.contact-btn:hover{
  background:#159f5c;
  transform:translateY(-3px);
  box-shadow:0 10px 20px rgba(0,0,0,0.15);
}
.clients-section{
  padding:100px 0;
  background:#f8fffb;
}

.clients-title{
  font-size:34px;
  font-weight:700;
  color:#1dbf73;
}

.clients-subtitle{
  color:#666;
  margin-top:10px;
}

/* Logo Slider */
.logo-slider{
  overflow:hidden;
  position:relative;
  width:100%;
}

.logo-track{
  display:flex;
  gap:60px;
  width:calc(250px * 12);
  animation:scroll 20s linear infinite;
}

.logo-track img{
  width:150px;
  opacity:0.7;
  transition:0.3s;
}

.logo-track img:hover{
  opacity:1;
  transform:scale(1.1);
}

/* Animation */
@keyframes scroll{
  0%{
    transform:translateX(0);
  }
  100%{
    transform:translateX(-50%);
  }
}
.stats-section{
  padding:100px 0;
  background:linear-gradient(135deg,#e6fff4,#ffffff);
}

.stat-box{
  background:#ffffff;
  padding:40px 20px;
  border-radius:20px;
  box-shadow:0 15px 35px rgba(0,0,0,0.06);
  transition:0.3s;
}

.stat-box:hover{
  transform:translateY(-10px);
  box-shadow:0 25px 50px rgba(0,0,0,0.1);
}

.stat-box h2{
  font-size:40px;
  font-weight:700;
  color:#1dbf73;
}

.stat-box p{
  margin-top:10px;
  color:#555;
  font-weight:500;
}
.footer-section{
  background:#0f1f1a;
  color:#ccc;
  padding:80px 0 30px 0;
}

.footer-logo{
  color:#1dbf73;
  font-weight:700;
  margin-bottom:15px;
}

.footer-section h5{
  color:#ffffff;
  margin-bottom:20px;
}

.footer-links{
  list-style:none;
  padding:0;
}

.footer-links li{
  margin-bottom:10px;
}

.footer-links a{
  color:#ccc;
  text-decoration:none;
  transition:0.3s;
}

.footer-links a:hover{
  color:#1dbf73;
  padding-left:5px;
}

/* Social Icons */
.social-icons a{
  display:inline-block;
  margin-right:12px;
  font-size:20px;
  color:#ccc;
  transition:0.3s;
}

.social-icons a:hover{
  color:#1dbf73;
  transform:translateY(-3px);
}

.footer-bottom{
  margin-top:20px;
  font-size:14px;
  color:#888;
}
.breathing-img {
  animation: breathing 4s ease-in-out infinite;
}

@keyframes breathing {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.breathing-img {
  animation: breathing 4s ease-in-out infinite;
  transition: all 0.3s ease;
}
/* Common style */
.navbar .nav-link i {
  font-size: 18px;
  margin-left: 10px;
  transition: 0.3s ease;
}

/* WhatsApp */
.fa-whatsapp {
  color: #25D366;
}

/* Instagram */
.fa-instagram {
  color: #E1306C;
}

/* Facebook */
.fa-facebook {
  color: #1877F2;
}

/* Hover effect */
.navbar .nav-link i:hover {
  transform: scale(1.2);
}
.about-img {
  height: 380px;      /* height kammi panna */
  width: auto;
  object-fit: contain;
}
.whatsapp-float{
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float img{
  width: 35px;
}
/* ===================== Compact Form Card ===================== */
.contact-card {
    background-color: #ffffff;
    padding: 25px 20px;           /* compact padding */
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);  /* soft shadow */
    max-width: 500px;             /* compact width */
    margin: 0 auto;               /* center align */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* ===================== Compact Input Boxes*
/* ===================== DESIGN ONLY CONTACT FORM ===================== */

/* Form Card - Compact + subtle shadow */
.contact-card {
    background-color: #ffffff;
    padding: 25px 20px;           /* compact padding */
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05); /* subtle soft shadow */
    max-width: 500px;             /* compact width */
    margin: 0 auto;               /* center align */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08); /* gentle hover lift */
}

/* ===================== Input Boxes - Clean, compact ===================== */
.contact-card input[type="text"],
.contact-card input[type="email"],
.contact-card textarea {
    width: 100%;
    padding: 8px 12px;                 /* small padding */
    margin-bottom: 15px;
    border: 1px solid #ccc;            /* subtle outline */
    border-radius: 6px;
    font-size: 14px;
    background: #fafafa;               /* very light grey */
    box-shadow: none;                  /* remove colored shadows */
    transition: border-color 0.3s, background 0.3s;
}

/* Focus effect - subtle green outline */
.contact-card input[type="text"]:focus,
.contact-card input[type="email"]:focus,
.contact-card textarea:focus {
    border-color: #28a745;
    background: #fff;                  /* white on focus */
    outline: none;
}

/* Textarea height */
.contact-card textarea {
    min-height: 90px;   /* compact */
    resize: vertical;
}

/* ===================== Submit Button - compact green ===================== */
.contact-card input[type="submit"] {
    width: auto;
    padding: 10px 28px;
    background-color: #28a745;       /* plain green */
    color: #fff;
    border: none;
    border-radius: 25px;             /* pill shape */
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

/* Hover effect - subtle lift + scale */
.contact-card input[type="submit"]:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08); /* soft hover shadow */
}

/* ===================== Responsive ===================== */
@media (max-width: 767px) {
    .contact-card {
        padding: 20px 15px;
    }

    .contact-card input[type="submit"] {
        width: 100%;   /* mobile friendly */
    }
}.service-link,
.service-link:focus,
.service-link:hover,
.service-link:active {
    text-decoration: none !important;
    color: inherit !important;
}