/* -----------------------------------------------
 * Author:  Chaitra A <web.chaitra@gmail.com>
 * Created: 20-08-2026
 * ----------------------------------------------- */

/* ============================================================
   HOME PAGE
   ============================================================ */

/* About Section */
.about_section {width: 100%; background-color: var(--midnight-blue); padding: 60px 0; margin-top: -8px;}
.about_section .primary_title h1 {color: var(--light-color);}
.about_section .main_contents_wrap p, .about_section .main_contents_wrap p * {color: var(--light-color) !important;}


/* Tile Section */
.title_section {width: 100%; background-color: var(--midnight-blue); padding: 40px 20px 10px 20px;}
.title_section .primary_title h1 {color: var(--light-color);}
.title_section .main_contents_wrap p, .title_section .main_contents_wrap p * {color: var(--light-color) !important;}

/* ============================================================
   RESPONSIVE / MEDIA QUERIES
   ============================================================ */

@media (max-width: 767px) {

    /* About Section */
    .about_section {margin-top: -30px;}
}
