﻿/* Features Section */
#features {
    background: #f8f9fa;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: #fff;
    padding: 5rem;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

    .feature-card:hover {
        transform: translateY(-10px);
    }

    .feature-card .icon {
        font-size: 5rem;
        margin-bottom: 3rem;
        color: #ffb700;
    }

    .feature-card h3 {
        font-size: 2.2rem;
        color: #00796b;
    }



/* Problem/Solution Section */
.solution-list {
    list-style: none;
    margin: auto;
}

    .solution-list li {
        font-family: MuktaMalar-Regular;
        margin-bottom: 1rem;
        padding-left: 3.5rem;
        position: relative;
        font-size: 2rem;
    }

        .solution-list li::before {
            content: '✔';
            position: absolute;
            left: 0;
            top: 0;
            color: #00796b;
            font-weight: bold;
            font-size: 2.5rem;
        }

.iboxBg {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 40px 20px;
}


.responsive-btn-group {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

.TamilfontGreen {
    font-family: BalooThambi2-Bold;
    color: #00796b;
    line-height: 1.5;
    font-size: 36px;
}

.no-bullets {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

    .no-bullets li {
        font-family: MuktaMalar-Regular;
        display: flex; /* ensures icon + text stay inline */
        align-items: center; /* vertically center icon with text */
        margin-bottom: 8px; /* optional spacing between items */
        color: #fff;
        font-size: 1.8rem;
    }

    .no-bullets i {
        margin-right: 10px;
        color: #fff;
        font-size: x-large;
        min-width: 24px; /* keeps icons aligned */
    }

.swal2-header {
    width: 100% !important;
    max-width: 500px;
    height: auto;
    padding: 20px;
    font-size: 1.4rem;
}

.swal2-content {
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
}

.swal2-title {
    color: green !important;
}

.slideBg {
    background: url('../../Images/space-transformed.jpeg') scroll 0 0;
    background-size: cover;
}

.marginbottom50 {
    margin-bottom: 50px;
}

.marginTop50 {
    margin-top: 50px;
}

.marginbottom100 {
    margin-bottom: 100px;
}

.marginTop100 {
    margin-top: 100px;
}

.icon-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px; /* Increased size for better visual */
    height: 60px;
    background-color: #e0f0ff;
    border-radius: 50%;
    color: #007bff;
    font-size: 24px; /* Adjust size of the icon */
    flex-shrink: 0;
    margin-bottom: 2rem;
}

    .icon-circle i {
        line-height: 0; /* Ensures no extra line height affects vertical centering */
    }

.promotionBg {
    background: #fff none repeat scroll 0 0;
    padding: 30px 20px;
    box-shadow: 0 5px 40px 0 rgba(42, 111, 199, 0.2);
    min-height: 280px;
}

.peasbg {
    background: url('../../Images/peasBg.png');
    background-size: cover;
    padding: 100px;
}

.peasbg1 {
    background: url('../../Images/peasBg1.png');
    background-size: cover;
    padding: 100px;
    background-color: #1d1d49;
}

.peasbg2 {
    background: url('../../Images/peasBg3.png');
    background-size: cover;
    padding: 100px;
}


.animated-image-container {
    position: relative;
    background: linear-gradient(to bottom, #e0f7ff, #ffffff); /* adjust as needed */
    padding: 60px 0;
    text-align: center;
    overflow: hidden;
}

.tamilfonth1 {
    font-family: BalooThambi2-Bold;
    font-size: 50px !important;
    line-height: 1.5;
    color: white;
}

.tamilfonth3 {
    font-family: HindMadurai-Bold;
    color: white;
    font-size: x-large;
}

.tamilfonth2 {
    font-family: BalooThambi2-Bold;
    font-size: 50px !important;
}

.ptamilfont {
    font-family: MuktaMalar-Regular;
    font-size: larger;
}

.tamilfonth3Dark {
    font-family: BalooThambi2-Bold;
    font-size: 36px;
}

.as_paragraph_wrapper {
    padding-left: 40px;
    border-left: 5px solid #ffb900;
    margin-top: 20px;
    margin-left: 40px;
}

/* === Base Reset if needed === */
#features img {
    max-width: 20%;
    height: auto;
    margin-bottom:3rem;
}

.pricing-plan {
    background: #edf3fe;
}



.pricingTable {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 5px 40px 0 rgba(42, 111, 199, 0.2);
    padding: 0 30px 30px;
    text-align: center;
    transition: all 0.5s ease 0s;
}

    .pricingTable .pricingTable-header {
        width: 210px;
        background: #ffb900;
        color: #fff;
        margin: -15px auto 95px;
        padding-top: 35px;
        position: relative;
    }

        .pricingTable .pricingTable-header:before {
            content: "";
            border-width: 0 0 15px 10px;
            border-style: solid;
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffb900;
            position: absolute;
            top: 0;
            left: -10px;
        }


    .pricingTable .heading {
        color: #fff;
        font-size: 22px;
        margin: 5px 0;
        position: relative;
        text-transform: uppercase;
    }

    .pricingTable .pricingTable-header:after {
        content: "";
        border-width: 15px 0 0 10px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffb900;
        position: absolute;
        top: 0;
        right: -10px;
    }

    .pricingTable .pricing-content ul {
        list-style: none;
        padding: 0;
        margin: 0 0 25px 0;
    }

    .pricingTable .heading:after {
        content: "";
        border-width: 68px 105px 0;
        border-style: solid;
        border-color: #ffb900 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        position: absolute;
        bottom: -102px;
        left: 0;
    }

.app-btn {
    background: #ffb900 none repeat scroll 0 0;
    border-radius: 30px;
    border: 1px solid #ffb900;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    margin-right: 15px;
    padding: 15px 40px;
    transition: all 0.2s ease 0s;
}


/* Rotating image animation */
.rotate-wheel {
    animation: rotateZodiac 60s linear infinite;
    max-width: 100%;
    height: auto;
}

@keyframes rotateZodiac {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}




.floating-image {
    min-width: initial; /* or use max-width:100% for responsive */
    animation: floatUpDown 3s ease-in-out infinite;
}

/* Keyframes for up-down animation */
@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px); /* move up by 20px */
    }
}


/* Mobile Padding Fix */
@media only screen and (max-width: 991px) {
    .navbar {
        margin-bottom: 0px;
    }

    .mob-container {
        padding-top: 70px;
    }
}

/* === Global container spacing adjustment for small devices === */
@media screen and (max-width: 991px) {


    .responsive-btn-group {
        flex-direction: column;
        align-items: stretch; /* makes buttons take full width */
    }

    .responsive-btn-group .btn {
        width: 100%;
    }

    .floating-image{
        width:300px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tamilfonth1 {
        font-size: 25px !important;
    }

    .tamilfonth2 {
        font-size: 25px !important;
    }

    .TamilfontGreen {
        font-size: 25px !important;
    }

    .tamilfonth3 {
        font-size: 18px !important;
        line-height: 1.5;
        font-family: HindMadurai-Regular;
    }

    .tamilfonth3Dark {
        font-family: BalooThambi2-Bold;
        font-size: 22px;
        line-height: 1.5;
        margin-top: 50px;
    }

    .ptamilfont {
        font-size: 16px !important;
    }

    .as_paragraph_wrapper {
        margin-left: 0;
        padding-left: 20px;
        border-left: 3px solid #ffb900;
    }

    .rotate-wheel {
        max-width: 100%;
        margin: 0 auto;
    }

    .promotionBg {
        min-height: auto;
        margin-bottom: 30px;
    }

    .peasbg, .peasbg1, .peasbg2 {
        padding: 20px;
    }

    .single_about h2 {
        line-height: 1.5;
    }

    .pricingTable {
        margin-bottom: 40px;
    }
}

/* === Tablet-Specific Tweaks (768px–991px) === */
@media (min-width: 768px) and (max-width: 991px) {
    .as_paragraph_wrapper {
        margin-top: 20px;
        margin-left: 0;
        padding-left: 20px;
    }
}

/* === Mobile Devices <768px === */
@media screen and (max-width: 767px) {
    .single-slide-item .row {
        flex-direction: column !important;
        margin-top: 60px !important;
    }

    .single-slide-item-tablecell {
        text-align: center;
    }

    .rotate-wheel {
        margin: 20px auto;
    }

    .home_btn a {
        display: block;
        margin: 10px auto;
        width: 80%;
    }

    .navbar-toggle {
        margin-top: 10px;
    }

    .col-md-6, .col-md-4, .col-md-8, .col-md-7, .col-md-5 {
        width: 100%;
        float: none;
    }

    .row[style*="flex-direction: row-reverse"] {
        flex-direction: column !important;
    }

    .as_paragraph_wrapper {
        border-left: none;
        border-top: 3px solid #ffb900;
        padding-top: 15px;
        padding-left: 0;
    }
}
