.abt{
    display: flex;
}
.abtimg img{
    max-width: 100%;
    border-radius: 10px 80px 10px 80px;
}
.abtimg{
    width: 40%;
}
.about h5{
    margin-bottom: 30px;
}
.abtp{
    width: 60%;
    text-align: justify;
}
.abtp p{
    padding-left: 30px;
    padding-top: 40px;
}
[data-scroll-trigger] {
    opacity: 0;
    transition: all 2s ease;
}

/* Image comes from left */
.abtimg {
    transform: translateY(-120px);
}
.course-box {
    transform: translateY(-120px);
}
.departments-section {
    transform: translateY(-120px);
}
.accordion-item{
  transform: translateX(-120px);
}

/* Paragraph comes from right */
.abtp {
    transform: translateX(120px);
}
.box {
    transform: translateX(120px);
}
.service-card{
    transform: translateX(300px);
}
.mission{
  transform: translateX(300px);
}
.vission{
  transform: translateX(300px);
}
.card1{
  transform: translateY(-300px);
}
.card2{
  transform: translateY(300px);
}
.card3{
  transform: translateY(-300px);
}
.div1{
    transform: translateX(-300px);
}
.div2{
    transform: translateX(300px);
}
/* When active → visible + normal position */
[data-scroll-trigger].active {
    opacity: 1;
    transform: translateX(0);
}
.section{
    background-image: url("F:/03_PROJECTS/maria naturo/image/bg1.jpg");
    height: 300px;
    background-attachment: fixed;
    padding: 50px 160px;
    display: flex;
}
.box{
    margin: 0px 15px;
    height: 200px;
    width: 33.333%;
    border-radius: 15px;
    background-size: cover;   
    display: flex;
    justify-content: center;  /* horizontal */
    align-items: center;      /* vertical */
    color: white;             /* text visible */
    text-align: center;
    transition: 0.5s ease;
}
.box1{
  background-image: 
        linear-gradient(45deg, #ff7200 0%, rgba(75, 71, 47, 0.45) 100%),
        url("F:/03_PROJECTS/maria naturo/image/IMG_20251119_104623.jpg"); 
}
.pad{
  padding: 30px 20px !important;
}
.list{
  margin: 0px !important;
}
.accordion-content p{
  padding: 30px 10px;
}
.box2{
  background-image: 
        linear-gradient(45deg, #ff7200 0%, rgba(75, 71, 47, 0.45) 100%),
        url("F:/03_PROJECTS/maria naturo/image/IMG_20251114_155302.jpg");        
}
.box2:hover {
    background-image: 
        linear-gradient(45deg, rgba(0, 255, 0, 0.35), rgba(0, 100, 0, 0.35)),
        url("F:/03_PROJECTS/maria naturo/image/IMG_20251114_155302.jpg");  
    transition: 3s;   
}
.box3{
  background-image: 
        linear-gradient(45deg, #ff7200 0%, rgba(75, 71, 47, 0.45) 100%),
        url("F:/03_PROJECTS/maria naturo/image/IMG_20251118_121356[1].jpg");        
}
.box3:hover {
    background-image: 
        linear-gradient(45deg, rgba(0, 255, 0, 0.35), rgba(0, 100, 0, 0.35)),
        url("F:/03_PROJECTS/maria naturo/image/IMG_20251118_121356[1].jpg"); 
    transition: 3s;   
}
.box1:hover {
    background-image: 
        linear-gradient(45deg, rgba(0, 255, 0, 0.35), rgba(0, 100, 0, 0.35)),
        url("F:/03_PROJECTS/maria naturo/image/IMG_20251119_104623.jpg");  
    transition: 3s;   
}
.box:hover .tile{
    border: 2px solid white;
    padding: 10px;
}
.service-card {
    width: 300px;
    margin: 0px 10px;
    padding: 25px;
    border-radius: 25px;
    position: relative;
    color: rgb(0, 0, 0);
    text-align: justify;
    font-family: "Poppins", sans-serif;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    overflow: hidden;
}
.service-card:hover{
    background-color: green;
    color: white;
}
.service-card:hover .card-title{
    color: white;
}
.treatments{
    display: flex;
    margin-bottom: 40px;
}
.treatment{
    flex-direction: column;
    margin-top: 40px;
}
.treatment .heading{
    font-size: 38px;
    margin-bottom: 30px;
    text-align: center;
    color: green;
}
.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('F:/03_PROJECTS/maria naturo/image/bg7.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.2;   /* <-- your required opacity */
    z-index: -1;    /* keep behind text */
}
/* Top image */
.card-img img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

/* Title */
.card-title {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 600;
    color: green;
    font-weight: 400;
}

/* Description */
.card-desc {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.9;
    padding-right: 50px;
}

/* Bottom-right rounded icon */
.card-icon {
    position: absolute;
    right: -5px;       /* pushes the icon outside */
    bottom: -0px;      /* detach from the card */
    background: #ffffff;
    padding: 15px;
    border-radius: 18px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    box-shadow: 0 8px 20px rgba(0,0,0,0.2); /* floating effect */
}
.card-icon img {
    width: 32px;
}
.treatment{
    display: flex;
    padding: 0px 160px;
    overflow: hidden;
}
.service-card{
    width: 25%;
}
.section,.about{
    overflow: hidden;
}
.card-img h3{
    font-size: 65px;
}
.card-img{
    display: flex;
}
.number{
    padding: 10px;
}
.tour .service-card{
    width: 33.33%;
}
.tour .service-card .card-desc{
    margin-bottom: 10px;
    padding-right: 0px;
}
.Why h2{
    font-size: 38px;
    color: green;
    margin-bottom: 20px;
    text-align: justify;
}
.Why{
    padding: 0px 160px;
    display: flex;
    overflow: hidden;
}
.circle{
    overflow: hidden;
}
.div1{
    width: 50%;
    padding: 0px 15px;
}
.div2{
    width: 50%;
    padding: 0px 15px;
}
.points{
    padding: 34px 30px;
    border: 1px solid green;
    border-radius: 10px;
    margin-bottom: 20px;
    color: white;
    background-color: green;
}
.div2 img{

    border-radius: 10px ;
}
.images{
    display: flex;
}
.img1{
    width: 30%;
}
.img2{
    width: 70%;
}
.img1 img{
    width: 100%;
    margin-top: 150px;
}
.img2 img{
    width: 100%;
}
.img1,.img2 img{
    margin: 0px 10px;
}
.circle{
    position: absolute;
}
.circle img{
    animation: rotateCircle 10s linear infinite;
    z-index: 1;
}
:root{
  --kerala-dark:#062814;
  --kerala-green:#198754;
  --muted:#6b7b73;
  --max-width:1100px;
}

/* Header */
header{
  background:#fff;
  padding:18px 16px;
  box-shadow:0 2px 6px rgba(12,22,16,0.04);
}

.container{
  max-width:var(--max-width);
  margin:0 auto;
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
}

.logo{
  width:76px;
  height:76px;
  border-radius:8px;
  background-image:url('https://via.placeholder.com/150x150?text=Logo');
  background-size:cover;
  background-position:center;
  border:3px solid var(--kerala-green);
}

.brand h1{
  margin:0;
  font-size:20px;
  color:var(--kerala-green);
}

.brand p{
  margin:3px 0 0;
  color:var(--muted);
  font-size:13px;
}

/* Nav base */
header nav{
  display:flex;
  gap:12px;
  margin-top:10px;
  transition:0.3s ease;
}

header nav a{
  padding:8px 12px;
  border-radius:8px;
  text-decoration:none;
  color:var(--kerala-dark);
  font-weight:600;
}

header nav a:hover{
  background:#f0fdf7;
}

/* Hamburger button */
.nav-toggle{
  display:none;
  background:none;
  border:none;
  font-size:30px;
  cursor:pointer;
  color:var(--kerala-dark);
}

/* ---------- Mobile styles ---------- */
@media (max-width:768px){

  header .container{
    flex-wrap:wrap;
  }

  /* Show hamburger on mobile */
  .nav-toggle{
    display:block;
  }

  /* Hide nav by default on mobile */
  header nav{
    display:none;
    flex-direction:column;
    width:100%;
    background:#fff;
    padding:10px 0;
    border-radius:8px;
  }

  /* Show when active */
  header nav.active{
    display:flex;
  }

  header nav a{
    padding:12px 20px;
  }
  .about{
    padding: 0px 20px !important;
    margin-top: 30px;
  }
  .abt{
    flex-direction: column !important;
  }
  .abtimg,.abtp{
    width: 100%;
    
  }
  .abtp{
    margin-bottom: 20px;
  }
  .section{
    padding: 50px 20px;
    flex-direction: column;
    height: auto;
  }
  .abtp p{
    padding-left: 0px;
  }
  .box{
    width: 100%;
    background-size: cover;
    margin: 30px 0px;
  }
  .treatment{
    padding: 0px 20px;
  }
  .treatments{
    flex-direction: column;
  }
  .service-card{
    margin: 0px;
    width: 100%;
  }
  .Why{
    padding: 0px 20px;
    flex-direction: column;
  }
  .div1,.div2{
    width: 100%;
  }
  .circle img{
    width: 90%;
  }
  .treatments .service-card{
    width: 100%;
    margin-bottom: 30px;
  }
  .management{
    padding: 10px !important;
    flex-direction: column;
  }
  .card{
    width: 100% !important;
    margin: 0px !important;
  }
  .vm{
    padding: 10px !important;
  }
  .vissmiss{
    flex-direction: column;
  }
  .vission{
    width: 100% !important;
    margin: 0px !important;
    margin-bottom: 20px !important;
  }
  .mission{
    width: 100% !important;
    margin: 0px !important;
  }
  .contact{
    padding: 10px !important;
    flex-direction: column;
  }
  .add{
    padding: 10px !important;
    
  }
  .add1,.add2{
    width: 100% !important;
  }
  .contact1,.contact2{
    width: 100% !important;
    margin: 0px !important;
  }
  .treatmentss{
    flex-direction: column;
  }
  .service-card{
    width: 100% !important;
  }
}
@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.footer {
  background: #0f3d18;
  color: #ffffff;
  padding: 50px 20px 20px;
  font-family: "Poppins", sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.footer-section {
  flex: 1 1 250px;
}

.footer-logo {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #70e26d;
}

.footer-section h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #70e26d;
}

.footer-section p,
.footer-section a {
  font-size: 14px;
  line-height: 1.6;
  color: #e4ffe3;
  text-decoration: none;
}
.slider-container {
  position: relative; /* IMPORTANT */
}

/* DARK OVERLAY FOR READABILITY */
.slider-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
}

/* HEADING ON IMAGE */
.main-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  padding: 20px 30px;
  border-radius: 12px;
  
}


.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section ul li a:hover {
  color: #70e26d;
}

.social-icons i {
  font-size: 22px;
  margin-right: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.social-icons i:hover {
  color: #70e26d;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  color: #d4f8d3;
}
.contact{
  display: flex;
  padding: 0px 170px 50px 170px;

}
.contact1 h1{
  color: #30266D;
  margin: 80px 0px 32px 0px;
  line-height: 1.2;
  font-size: 3.5rem;
}
.contact1{
  width: 50%;
}
.contact1 p{
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.8;
  color: #494242;
}
.icon-rounds {
    background-color: rgb(48, 38, 109);
    padding: 10px;
    width: 40px;         /* same width */
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-rounds i {
    color: white;
    font-size: 18px;
}
.contact{
  background-color: #e6ffde;
}
.add{
  background-color: white;
  padding: 30px 30px;
  border-radius: 25px;
  display: flex;
}
.add1{
  display: flex;
  gap: 15px;
}
.address{
  border-right: 0.5px solid black;
  padding-right: 20px;
}
.address2{
  border: 0px;

}
.add2{
  margin-left: 40px;
}
        .dz-bnr-inr.style-2 .banner-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}
/* Section styling */
.contact-section {
    max-width: 900px;
    margin: auto;
    padding: 50px 20px 50px 20px;
}

.contact-section h2 {
    color: #056037;
    font-size: 40px;
    font-weight: 700;
}

.contact-section p {
    color: #555;
    margin-bottom: 30px;
    font-size: 17px;
}

/* Form Layout */
.contact-form {
    width: 100%;
}

.form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

.form-group {
    flex: 1;
}

.form-group.full {
    margin-top: 20px;
}

/* Labels */
label {
    font-weight: 600;
    color: #5b6e82;
    font-size: 16px;
    margin-bottom: 6px;
    display: block;
}

/* Input Wrapper */
.input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

/* Inputs & Textareas */
input, textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #9bb0c5;
    padding: 10px 40px 10px 0;
    font-size: 16px;
    outline: none;
    background: transparent;
}

input:focus, textarea:focus {
    border-bottom-color: #056037;
}

/* Icon styling */
.icon-round {
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgb(48, 38, 109);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-round i {
    color: white;
    font-size: 14px;
}

/* Responsive */
@media(max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}
.contact-section{
  background-color: white;
  margin-top: 30px;
  border-radius: 25px;
}
.contact1,.contact2{
  width: 50%;
  margin-left: 30px;
}
.title-bar{
  background-color:#e4ffe3;
  height: 250px;
  padding-left: 120px;
}
.title-bar h1{
  color: #30266D;
  font-size: 40px;
  
  padding-top: 100px;
}
.navigation{
  padding: 10px 30px;
  background-color: white;
  display: inline-block;
  border-radius: 50px;
  margin-top: 20px;
}
.management .imgsec{
  width: 100%;
}
.management .imgsec img{
  width: 100%;
  border-radius: 10px 80px;
}
.management{
  padding: 20px 162px;
  display: flex;
  background-color: white  ;
}
.message{
  width: 100%;
  text-align: center;
  padding: 30px 10px;
}
.card{
  width: 33.333%;
  margin: 0px 20px;
  border-radius: 10px 80px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.vm h2{
  text-align: center;
  font-size: 35px;
  margin-bottom: 30px;
}
.vm{
  background-color: white;
  padding: 40px 162px;
}
.vissmiss{
  display: flex;
}
.vission,.mission{
  width: 50%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border-radius: 10px 80px;
  border-left: 2px solid green;
  border-right: 2px solid green;
  margin: 0px 20px;
}
.mission {
  padding: 30px;
  text-align: justify;
}
.vission {
  padding: 30px;
  text-align: justify;
}
.vission h3,.mission h3{
  margin-bottom: 10px;
}
.about2{
  background-image: none;
}
.abtp2 p{
  padding-top: 20px;
}
.treatment p{
  text-align: justify;
  margin-bottom: 40px;
}
.treatmentss{
  display: flex;
  margin-bottom: 40px;
}
.treatmentss .service-card{
  width: 33.33%;
}
.nature-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Poppins", sans-serif;
  margin: 20px 0;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.nature-table thead {
  background: #2b7a41; /* Deep green */
  color: #fff;
}

.nature-table th,
.nature-table td {
  padding: 14px 18px;
  text-align: left;
  font-size: 16px;
}

.nature-table tbody tr:nth-child(even) {
  background: #eef7ee; /* light green */
}

.nature-table tbody tr:hover {
  background: #d5f3d5; /* hover effect */
  transition: 0.2s;
}

.course-section {
  padding: 60px 0;
  background: #f5fdf7;
  font-family: Arial, sans-serif;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #2b6d4a;
  margin-bottom: 10px;
}

.subtitle {
  text-align: center;
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}

.course-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.08);
  margin-bottom: 25px;
}

.course-box h3 {
  font-size: 24px;
  color: #2b6d4a;
  margin-bottom: 15px;
}

.course-box p,
.course-box li {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.scope-list li {
  margin-bottom: 12px;
}

.container {
  width: 90%;
  max-width: 1050px;
  margin: auto;
}
.departments-section {
  padding: 60px 0;
  background: #f3fbf5;
  font-family: Arial, sans-serif;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #1f6e43;
  margin-bottom: 40px;
}

/* Accordion Styles */
.accordion-item {
  background: #fff;
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.accordion-header {
  width: 100%;
  padding: 18px 20px;
  background: #1f6e43;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: 0.3s ease;
}

.accordion-header:hover {
  background: #185a36;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.35s ease;
  padding: 0 20px;
}

.accordion-content ul {
  padding: 15px 20px 20px 20px;
}

.accordion-content li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.map-wrapper {
  width: 100%;
  height: 300px;
}
.map-wrapper iframe {
  width: 100%;
  height: 300px;
  border: 0;
}