/*home*/

.trust-section {
    padding: 40px 0;
    background: #f9f9f9;
}

.trust-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

.trust-lead {
    max-width: 900px;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    text-align: center;
}

.vs-image-container figure,
.vs-image-container img {
    width: 100% !important;
    max-width: 100%;
}

.vs-image-container figure {
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.vs-image-container img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.20);
    object-fit: cover;
    transition: transform .3s ease;
}

.vs-image-container img:hover {
    transform: scale(1.02);
}



.wayanad-operations {
    margin-top: 40px;
}

.wayanad-operations h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.wayanad-operations ul {
    max-width: 900px;
    margin: 0 auto 30px;
    padding-left: 20px;
}

.wayanad-operations ul li {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 12px;
}


.appeal__intro {
    max-width: 900px;
    margin: 20px auto 40px;
    font-size: 18px;
    line-height: 1.7;
    color: #444;
}


.flood-relief {
    margin-top: 40px;
}

.flood-relief h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.flood-relief h3 {
    font-size: 22px;
    margin-bottom: 20px;
}


.relief-commitment-section {
    margin-top: 30px;
}

.relief-commitment-text {
    max-width: 900px;
    margin: 0 auto 25px;
    line-height: 1.7;
    font-size: 18px;
}


.relief-explore-section {
    margin: 30px 0;
}

.relief-explore-text {
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
}
section.wayanad-response h2{
  font-size:40px;
  font-weight:500;
  text-align:center;
  color:green;
} 
.vs-image-container {
    display: flex;
    gap: 20px;            
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;     
}

.vs-image-container figure {
    margin: 0;
    flex: 1 1 48%;        
    display: flex;
}

.vs-image-container img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    display: block;
    transition: transform .3s ease;
}

.vs-image-container img:hover {
    transform: scale(1.03);
}

.trust-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #207473;
} 
section.wayanad-operations h2{
      text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #207473;
  
}
.disaster-response {
  padding: 40px 20px;
  background: #f5f7fa;
  font-family: Arial, sans-serif;
}
.disaster-response h2 {
    font-size: 38px;
    color: #44c3a7;
    margin-bottom: 12px;
    font-weight: 700;

}

.disaster-response p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}
.disaster-response {
    padding: 40px 20px;
    background: #f5f7fa;
    font-family: Arial, sans-serif;
}
p, .text {
    font-size: 15px;
    line-height: 27px;
    color: white;
    margin: 0;

}
.ezhumuram-title {
  font-size: 28px;
  font-weight: 700;
  color: #44c3a7 ;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.figure {
  margin: 0;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
  background: #ffffff;
}
figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.image-wrapper {
  max-width: 1200px;      
  margin: 0 auto;
  padding: 16px;
  box-sizing: border-box;
}

.photo-figure {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
  transition: transform .22s ease, box-shadow .22s ease;
}


.photo-figure:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.14);
}
.responsive-photo {
  display: block;
  width: 50%;
  height: auto;            
  object-fit: cover;       
  vertical-align: center;
  -o-object-fit: cover;
}
.photo-figure.hero img {
  height: 420px;          
}
.photo-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: rgba(0,0,0,0.52);
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.25;
}
.photo-meta {
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
  opacity: .9;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.body {
    background: #f0f0f0;
    font-family: 'Poppins', sans-serif;
}

.newsletter-section {
    text-align: center;
    padding: 60px 20px;
    background: #f1f1f1;
}

.newsletter-section h3 {
    color: #e88b6b;
    letter-spacing: 3px;
    font-size: 20px;
    margin-bottom: 5px;
}

.newsletter-section h2 {
    color: #1c6f76;
    font-size: 32px;
    margin-bottom: 40px;
}

.newsletter-box {
    background: white;
    width: 60%;
    margin: auto;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.newsletter-box input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 50px;
}

.newsletter-box button {
    background: #6e9e9a;
    border: none;
    color: white;
    padding: 12px 35px;
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
}

.footer {
    background: #2f7878;
    padding: 60px 40px;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.footer-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
    gap: 40px;
    align-items: flex-start;
}

.footer-logo {
    width: 220px;
    margin-bottom: 20px;
}

.footer-col h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-col p, .footer-col li {
    font-size: 16px;
    line-height: 1.7;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.social-col .social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.social-icons img {
    width: 55px;
    height: 55px;
    background: white;
    padding: 10px;
    border-radius: 50%;
}

.footer-contact p {
    font-size: 18px;
    margin: 8px 0;
}

/* Main container */
.banner-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: block;
}

/* Image wrapper */
.vs-image-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.vs-image-container figure {
    margin: 0;
    padding: 0;
    width: 100%;
}


.vs-image-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; 
}

/* Basic Reset */
 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

.body {
  background: #f5f7fa;
  color: #333;
  line-height: 1.6;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}


.header {
  background: white;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.logo img {
  height: 60px;
  margin-right: 15px;
}

.header h1 {
  font-size: 30px;
  font-weight: bold;
}
village-section .village-title {
    font-size: xx-large;
    font-weight: 600;
    color: #2b9b94;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Title badge */
.village-title {
    background: #e7f2ff;
    color:#2db79b;
    display: inline-block;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
}
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem;
  }
.h2 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 20px;
    color:#2db79b;
}

.text-sub-heading {
    font-size: clamp(16px, 4vw, 48px);
    font-weight: 500;
  color: #297373;
}

.community-section {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}


.community-section p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    text-align: justify;
}

.body {
    font-size: 15px;
    line-height: 27px;
  color: #29d2a0;
}
.village-section {
    padding: 40px 0;
    background-color: #f5f5f5;   
    text-align: left;
}

.village-section .container {
    max-width: 900px;
    margin: 0 auto;
}

.village-title {
    font-size: 22px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.village-section h2 {
    font-size: 32px;
    color: #222;
    font-weight: bold;
    margin: 0;
}
.section {
  background: #fff;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  
}

.address-box {
  width: 45%;
  color: #245f5a;
  font-family: "Poppins", sans-serif;
}

.address-box .icon {
  font-size: 50px;
  margin-bottom: 10px;
}

.address-box h3 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 600;
}


.charity-content {
    max-width: 900px;
    margin: 20px auto;
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    font-family: "Segoe UI", Arial, sans-serif;
    color: #2b2b2b;
    line-height: 1.7;
}


.awareness-content {
    max-width: 900px;
    margin: 25px auto;
    padding: 25px 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
    font-family: "Segoe UI", Arial, sans-serif;
    color: #2c2c2c;
    line-height: 1.75;
}


.awareness-content h2 {
    font-size: 24px;
    color: #e76f51; 
    font-weight: 700;
    margin-bottom: 15px;
}


.awareness-content p {
    font-size: 16px;
    margin-bottom: 14px;
}


.awareness-content strong {
    color: #1fcfad;
    font-weight: 600;
}


.awareness-content ul {
    margin: 12px 0;
    padding-left: 22px;
}

.awareness-content ul li {
    margin-bottom: 8px;
    font-size: 15.5px;
}


.awareness-content .section {
    margin-top: 20px;
    padding-top: 12px;
    border-top: 1px dashed #ddd;
}


.disaster-response {
    padding: 40px 0;
    background: #fafafa;
    font-family: "Segoe UI", Arial, sans-serif;
}


.disaster-response .container {
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
}

.disaster-response h2 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #1fcfad;
}


.disaster-response h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #444;
    font-weight: 600;
}


.disaster-response p {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 18px;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 20px 0;
}
.image-container figure {
    margin: 0;
    flex: 1 1 calc(50% - 18px);
}

.responsive-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    object-fit: cover;
}

.disaster-response {
    padding: 40px 0;
    background: #fafafa;
    font-family: "Segoe UI", Arial, sans-serif;
}


.disaster-response .container {
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
}


.disaster-response h2 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #e76f51;
}


.disaster-response p {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 18px;
}


figure {
    margin: 20px auto;
    width: 100%;
    max-width: 650px;
}

.responsive-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10);
    object-fit: cover;
}


@media (max-width: 600px) {
    .disaster-response {
        padding: 30px 0;
    }
    .disaster-response h2 {
        font-size: 22px;
    }
    .disaster-response p {
        font-size: 15px;
    }
    figure {
        max-width: 100%;
    }
}
.newsletter-section {
    background: #f1f1f1;
    padding: 80px 20px;
    text-align: center;
    border-radius: 20px;
    width: 100%;
}

.newsletter-section h3 {
    color: #e59874;   
    letter-spacing: 3px;
    margin-bottom: 5px;
    font-weight: 500;
}

.newsletter-section h2 {
    color: #1f6b6a;   
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 600;
}

.newsletter-box {
    background: #ffffff;
    width: 70%;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsletter-box input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 15px 20px;
    border-radius: 50px;
}

.newsletter-box button {
    background: #6ea5a5; 
    color: #fff;
    border: none;
    font-size: 20px;
    padding: 15px 40px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s ease;
}

.newsletter-box button:hover {
    opacity: 0.85;
}

h1.wc {
    color: brown;
    font-size: 20px;
    font-family: fantasy;
}
/**home1**/
  body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
}

/* section */

.welcome-section{
width:100%;
padding:80px 8%;
background:#f5f5f5;
box-sizing:border-box;
}

/* container */

.welcome-container{
max-width:1300px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

/* text */

.welcome-text{
flex:1;
}

.welcome-text h2{
font-size:40px;
margin-bottom:25px;
color:#222;
}

.welcome-text p{
font-size:17px;
line-height:1.7;
color:black;
margin-bottom:15px;
}

/* image */

.welcome-image{
flex:1;
display:flex;
justify-content:center;
}

.welcome-image img{
width:300px;   /* control image size here */
height:auto;
object-fit:cover;
border-radius:8px;
}

/* responsive */

@media(max-width:900px){

.welcome-container{
flex-direction:column;
text-align:center;
}

.welcome-image img{
width:250px;
}

}
  /**ser1**/
.services-section{
width:100%;
padding:90px 8%;
background:#f5f5f5;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;
}

/* title */

.services-title{
text-align:center;
font-size:40px;
margin-bottom:10px;
color:#222;
}

.services-subtitle{
text-align:center;
color:#666;
margin-bottom:60px;
font-size:17px;
}

/* grid layout */

.services-container{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns:repeat(4,1fr); /* 4 cards per row */
gap:30px;
}

/* card */

.service-card{
background:#db9f5a;
padding:20px;
border-radius:12px;
text-align:center;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
transition:0.3s;
display:flex;
flex-direction:column;
justify-content:flex-start;
height:100%;
}

/* hover */

.service-card:hover{
transform:translateY(-8px);
box-shadow:0 14px 30px rgba(0,0,0,0.15);
}

/* image */

.service-img{
width:100%;
height:170px;
overflow:hidden;
border-radius:8px;
margin-bottom:15px;
}

.service-img img{
width:100%;
height:100%;
object-fit:cover;
transition:0.4s;
}

.service-card:hover img{
transform:scale(1.08);
}

/* text */

.service-card h3{
font-size:21px;
margin-bottom:10px;
color:black;
}

.service-card p{
font-size:15px;
color:black;
line-height:1.6;
}

/* responsive */

@media(max-width:1000px){
.services-container{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:600px){
.services-container{
grid-template-columns:1fr;
}
}
  /**counting**/
.stats-section{
width:100%;
padding:90px 8%;
background:#f5f5f5;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}

.stats-title{
font-size:40px;
margin-bottom:60px;
color:#222;
}

/* grid */

.stats-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:35px;
}

/* box */

.stat-box{
background:white;
padding:40px 20px;
border-radius:10px;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
transition:0.3s;
}

/* hover effect */

.stat-box:hover{
transform:translateY(-8px);
box-shadow:0 15px 30px rgba(0,0,0,0.15);
}

/* number */

.stat-box h3{
font-size:45px;
color:#ff9500;
margin-bottom:10px;
}

/* text */

.stat-box p{
font-size:18px;
color:black;
}
/**about**/
  .about-section{
width:100%;
padding:90px 8%;
background:#ffffff;
font-family:Arial, Helvetica, sans-serif;
}

.about-container{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:50px;
flex-wrap:wrap;
}

/* image */

.about-image img{
width:100%;
max-width:500px;
border-radius:10px;
object-fit:cover;
}

/* text */

.about-content{
flex:1;
}

.about-content h2{
font-size:38px;
margin-bottom:20px;
color:#222;
}

.about-content p{
font-size:17px;
line-height:1.7;
color:black;
margin-bottom:15px;
}

/* responsive */

@media(max-width:900px){

.about-container{
flex-direction:column;
text-align:center;
}

.about-image img{
max-width:100%;
}

}
/**started**/
  .history-section{
width:100%;
padding:90px 8%;
background:#f7f7f7;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}

.history-title{
font-size:40px;
margin-bottom:60px;
color:#222;
}

/* grid */

.history-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:35px;
  color: black;
}

/* box */

.history-box{
background:white;
padding:35px 25px;
border-radius:10px;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
transition:0.3s;
}

.history-box:hover{
transform:translateY(-8px);
box-shadow:0 15px 30px rgba(0,0,0,0.15);
}

/* year */

.history-box h3{
font-size:32px;
color:#ff9500;
margin-bottom:15px;
}

/* text */

.history-box p{
font-size:16px;
color:black;
line-height:1.6;
}
/**owner**/
 /* Founder Section */

.owner-section{
width:100%;
padding:90px 8%;
background:#f5f5f5;
font-family:Arial, Helvetica, sans-serif;
}

.owner-title{
text-align:center;
font-size:40px;
margin-bottom:60px;
color:#333;
}

/* layout */

.owner-container{
max-width:1100px;
margin:auto;
display:flex;
align-items:center;
justify-content:center;
gap:60px;
flex-wrap:wrap;
}

/* perfect circle image */

.owner-image{
width:260px;
height:260px;
border-radius:50%;
overflow:hidden;
box-shadow:0 12px 30px rgba(0,0,0,0.15);
}

/* image fills circle */

.owner-image img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

/* content */

.owner-content{
flex:1;
max-width:600px;
}

.owner-content h3{
font-size:30px;
margin-bottom:8px;
}

.owner-role{
font-weight:bold;
color:#b88a44;
margin-bottom:18px;
}

.owner-content p{
line-height:1.7;
color:#555;
}

/* responsive */

@media(max-width:900px){
.owner-container{
flex-direction:column;
text-align:center;
}
}
  .owner-image{
width:260px;
height:260px;
border-radius:50%;
overflow:hidden;
box-shadow:0 12px 30px rgba(0,0,0,0.15);
}

.owner-image img{
width:100%;
height:100%;
object-fit:cover;
object-position:50% 20%;
}
  .owner-image{
width:260px;
height:260px;
border-radius:50%;
overflow:hidden;
box-shadow:0 12px 30px rgba(0,0,0,0.15);
}

.owner-image img{
width:100%;
height:100%;
object-fit:cover;
object-position:center top;
transform:scale(1.8);
}
  .owner-image img{
width:100%;
height:100%;
object-fit:cover;
border-radius:50%;
}
  .mission-vision{
width:100%;
padding:90px 8%;
background:#f7f7f7;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}

.mv-title{
font-size:38px;
margin-bottom:60px;
color:#333;
}

.mv-container{
max-width:1100px;
margin:auto;
display:flex;
gap:40px;
flex-wrap:wrap;
justify-content:center;
}

.mv-card{
flex:1;
min-width:280px;
background:#fff;
padding:40px;
border-radius:10px;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
transition:0.3s;
}

.mv-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 30px rgba(0,0,0,0.15);
}

.mv-card h3{
font-size:26px;
margin-bottom:15px;
color:#b88a44;
}

.mv-card p{
font-size:16px;
line-height:1.7;
color:black;
}
 /***Details**/
  /* MAIN SECTION */

.royaloak-details{
max-width:1200px;
margin:auto;
padding:80px 6%;
font-family:Segoe UI, sans-serif;  
color:black;  
}

/* SECTION GRID */

.detail-section{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
margin-bottom:100px;
}

/* REVERSE */

.reverse{
direction:rtl;
}

.reverse .detail-content{
direction:ltr;
}

/* IMAGE CONTAINER */

.detail-image{
width:100%;
height:320px;
overflow:hidden;
border-radius:12px;
}

/* IMAGE FIX */

.detail-image img{
width:100% !important;
height:100% !important;
object-fit:cover;
display:block;
border-radius:12px;
}

/* TEXT */

.detail-content h2{
font-size:32px;
margin-bottom:15px;
color:#2c2c2c;
}

.detail-content p{
color:black;
line-height:1.7;
margin-bottom:10px;
}

.detail-content ul{
padding-left:20px;
margin-bottom:15px;
}

.detail-content li{
margin-bottom:6px;
}

/* HOVER EFFECT */

.detail-image img{
transition:0.4s;
}

.detail-image img:hover{
transform:scale(1.05);
}

/* MOBILE */

@media(max-width:900px){

.detail-section{
grid-template-columns:1fr;
}

.reverse{
direction:ltr;
}

.detail-image{
height:260px;
}

}

