﻿/* ============================================================
   SAMRUDDHI AGRI TECH
   GLOBAL LAYOUT
   ============================================================ */

html {
    width: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    background: #f7faf7;
    color: #243b2d;
    overflow-x: hidden;
}


/* ============================================================
   MAIN CONTENT
   ============================================================ */

.sat-main-content {
    width: 100%;
    min-height: calc(100vh - 100px);
    padding-top: 5px;
    overflow-x: hidden;
}


    /* ============================================================
   CONTAINER RESPONSIVE
   ============================================================ */

    .sat-main-content .container {
        width: 100%;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }


/* ============================================================
   FOOTER
   ============================================================ */

.sat-site-footer {
    width: 100%;
    margin-top: 50px;
    padding: 28px 0;
    background: linear-gradient( 135deg, #043e24, #075e35 );
    color: #ffffff;
}


.sat-footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}


.sat-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 5px;
}


    .sat-footer-brand strong {
        font-size: 18px;
        font-weight: 800;
    }


    .sat-footer-brand span {
        font-size: 11px;
        color: rgba(255,255,255,.75);
        letter-spacing: 1px;
        text-transform: uppercase;
    }


.sat-footer-copy {
    font-size: 12px;
    color: rgba(255,255,255,.72);
    text-align: right;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {

    .sat-main-content {
        min-height: calc(100vh - 80px);
        padding-top: 0;
    }


    .sat-site-footer {
        margin-top: 30px;
        padding: 22px 15px;
    }


    .sat-footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }


    .sat-footer-copy {
        text-align: center;
        line-height: 1.6;
    }
}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 480px) {

    .sat-main-content {
        padding-left: 0;
        padding-right: 0;
    }


    .sat-footer-brand strong {
        font-size: 16px;
    }


    .sat-footer-brand span {
        font-size: 9px;
    }


    .sat-footer-copy {
        font-size: 10px;
    }
}


/* ============================================================
   PREVENT HORIZONTAL SCROLL
   ============================================================ */

img,
video,
iframe {
    max-width: 100%;
}


table {
    max-width: 100%;
}


input,
select,
textarea,
button {
    max-width: 100%;
}body {
}
