/* styles.css */
:root {
    /* Primary Colors */
    --deep-maroon: #800000; /* Deep Maroon */
    --gold: #ffd700; /* Gold */

    /* Secondary Colors */
    --ivory-white: #fffff0; /* Ivory White */
    --leaf-green: #228b22; /* Leaf Green */
}
/* 


/* 
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: var(--ivory-white);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.611);
}

th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #7b0a0a;
}

th {
    background-color: var(--ivory-white);
}

tr:nth-child(even) {
    background-color: var(--ivory-white);
} */

/* Media Queries */
/* @media (max-width: 768px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }

    thead tr {
        display: none;
    }

    tr {
        margin-bottom: 10px;
    }

    td {
        padding-left: 50%;
        text-align: right;
        position: relative;
    }

    td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: bold;
        text-align: left;
    }
} */


/* styles.css */

/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: var(--ivory-white);
} */

.containerr {
    
    background-color: #539b9900;
    width: 90%;
    margin: 20px auto;
    overflow-x: auto;
}

.header {
    text-align: center;
    margin-bottom: 20px;
}
/* 
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #9b535300;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.645);
}

th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #dddddda5;
}

td {
    background-color: var(--table-cell-bg, transparent); /* Use CSS variable for flexibility */
/* }

th {
    background-color: #f4f4f400;
}

tr:nth-child(even) {
    background-color: rgba(245, 222, 179, 0);
} * */



/* Media Queries */
/* For tablets and below */



/* Default styles */

@media (max-width: 768px){
    table {
        width: 80%;
        margin: auto;
        border-collapse: collapse;
    }
}

.elementor-container {
    /* max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px; */
}

.elementor-cta {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 50px;
        padding-right: 50px;
        padding-top: 80px;
        padding-bottom: 80px;
    border-radius: 8px;
    background-color: #ffd090bd;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.elementor-cta__bg-wrapper {
    position: relative;
    flex: 1 1 auto;
    overflow: hidden;
    height: 300px; /* Adjust as needed */
}

.elementor-cta__bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.elementor-cta__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust overlay color and opacity */
}

.elementor-cta__content {
    flex: 1 1 auto;
    padding: 30px;
    color: #ffffff;
}

.elementor-cta__title {
}

.elementor-cta__description {
font-size: 18px; font-family: poppines;
}

/* Media queries for responsiveness */

@media (max-width: 768px) {
    .elementor-cta {
      
    }

    .elementor-cta__content {
        padding: 20px;
    }
}
/* 
about-god */
/* styles.css */


.containerss {
    
    width: 100%;
    background-color:#ffd090;
    padding-left: 50px;
        padding-right: 50px;
        padding-top: 80px;
        padding-bottom: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}

header {
    margin-bottom: 20px;
}

h1 {
    font-size: 2rem;
    color: var(--leaf-green);
}

main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.god-card {
    background-color: var(--deep-maroon);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 20px;
    max-width: 300px;
    text-align: center;
}

.god-card img {
    width: 100%;
    border-radius: 8px;
}

.god-card h2 {
    font-size: 20px;
    color:var(--gold);
    margin: 10px 0;
}



footer {
    font-size: 0.9rem;
    color: #999;
}

/* Media Queries */
@media (max-width: 600px) {
    h1 {
        font-size: 1.5rem;
    }

    .god-card {
        max-width: 100%;
        margin: 10px 0;
    }

    .god-card h2 {
        font-size: 20px;
        font-family: poppines;
    }

  
}



/* 
about-god-end */

/* media query */
@media (min-width: 769px) and (max-width: 1024px){

    .slide img {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 481px) and (max-width: 768px){
    .slide img {
        width: 100%;
        height: auto;
    }
    .elementor-cta {
        position: relative;
        overflow: hidden;
        display: block;
        flex-wrap: wrap;
        align-items: center;
        border-radius: 8px;
        background-color: var(--deep-maroon);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }
    .table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        background-color: #9b535300;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.645);
    }
    td {
        padding: 12px;
        text-align: center;
        border-bottom: 1px solid #dddddda5;
    }
}

@media (min-width: 320px) and (max-width: 480px){
    .slide img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 320px) and (max-width: 480px){
    .slide img {
        width: 100%;
        height: auto;
    }
}
.social-icon {
    list-style: none; /* Remove default list styling */
    display: flex; /* Align items horizontally */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

.social-icon__item {
    margin-right: 15px; /* Space between icons */
    font-size: 24px; /* Adjust icon size */
}

.social-icon__item a {
    color: #fdfdfd; /* Icon color */
    text-decoration: none; /* Remove underline from links */
    transition: color 0.3s; /* Smooth color transition on hover */
}

.social-icon__item a:hover {
    color: #ff6f61; /* Change color on hover */
}
