/*==========================
GENERAL
==========================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:Arial,Helvetica,sans-serif;
    color:#333;
    background:#fff;
    line-height:1.7;
}

img{
    max-width:100%;
    height:auto;
}

a{
    text-decoration:none;
}

.container{
    width:95%;
    max-width:1350px;
    margin:auto;
}

/*==========================
HEADER
==========================*/

.header{

    position:fixed;

    top:0;

    left:0;

    width:100%;

    height:90px;

    background:rgba(88,194,174,.95);

    backdrop-filter:blur(8px);

    z-index:9999;

    box-shadow:0 3px 15px rgba(0,0,0,.15);

}

.header-container{

    display:flex;

    justify-content:space-between;

    align-items:center;

    height:90px;

}

/*==========================
LOGO
==========================*/

.logo img{

    max-height:72px;

    width:auto;

}

.logo a{

    color:#fff;

    font-size:30px;

    font-weight:bold;

}

/*==========================
MENU
==========================*/

.main-navigation{

    display:flex;

    align-items:center;

}

.main-menu{

    display:flex;

    list-style:none;

    gap:28px;

    margin:0;

    padding:0;

}

.main-menu>li{

    position:relative;

}

.main-menu>li>a{

    display:block;

    color:#fff;

    padding:34px 0;

    font-size:17px;

    font-weight:600;

    transition:.3s;

}

.main-menu>li>a:hover{

    color:#fff;

    opacity:.8;

}

/*==========================
DROPDOWN
==========================*/

.main-menu .sub-menu{

    display:none;

    position:absolute;

    top:100%;

    left:0;

    min-width:230px;

    background:#fff;

    list-style:none;

    padding:0;

    margin:0;

    border-radius:6px;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(0,0,0,.18);

    z-index:99999;

}

.main-menu li:hover>.sub-menu{

    display:block;

}

.main-menu .sub-menu li{

    width:100%;

}

.main-menu .sub-menu li a{

    display:block;

    color:#333;

    padding:14px 20px;

    font-size:15px;

    border-bottom:1px solid #eee;

    transition:.3s;

}

.main-menu .sub-menu li:last-child a{

    border-bottom:none;

}

.main-menu .sub-menu li a:hover{

    background:#58c2ae;

    color:#fff;

}

/*==========================
HERO
==========================*/
.hero{

height:100vh;

width:100%;

background-image:url("https://grameenacademy.in/wp-content/uploads/2019/02/Picture-1.jpg");

background-size:cover;

background-position:center center;

background-repeat:no-repeat;

position:relative;

display:flex;

align-items:center;

justify-content:center;

}

/*==========================
ABOUT
==========================*/

.about-home{

    padding:100px 0;

    text-align:center;

}

.about-home h2{

    font-size:42px;

    color:#58c2ae;

    margin-bottom:25px;

}

.about-home p{

    max-width:900px;

    margin:auto;

    font-size:20px;

    line-height:1.8;

}

/*==========================
FOOTER
==========================*/

.footer{

  /*  background:#2c3e50;*/ 
    background: #000000;

    color:#fff;

    padding:50px 0;

    text-align:center;

}

/*==========================
RESPONSIVE
==========================*/

@media(max-width:1100px){

.main-menu{

    gap:18px;

}

.main-menu>li>a{

    font-size:15px;

}

}

@media(max-width:900px){

.main-navigation{

    display:none;

}

.logo img{

    max-height:60px;

}

.hero-content h1{

    font-size:42px;

}

.hero-content p{

    font-size:20px;

}

.hero{

    height:80vh;

}

.about-home h2{

    font-size:34px;

}

.about-home p{

    font-size:18px;

}

}
/* HERO */

.hero{

height:100vh;

width:100%;

background-image:url('/wp-content/uploads/2019/02/Picture-1.jpg');

background-size:cover;

background-position:center;

background-repeat:no-repeat;

position:relative;

display:flex;

align-items:center;

justify-content:center;

}


.hero-overlay{

position:absolute;

top:0;
left:0;

width:100%;
height:100%;

background:rgba(0,0,0,.45);

}



.hero-content{

position:relative;

z-index:2;

text-align:center;

color:white;

max-width:1000px;

}



.hero-content h1{

font-size:80px;

font-weight:700;

margin-bottom:25px;

}



.hero-content p{

font-size:26px;

line-height:1.6;

}



.hero-btn{

display:inline-block;

margin-top:35px;

padding:18px 45px;

background:#58c2ae;

color:white;

border-radius:40px;

text-decoration:none;

font-size:20px;

font-weight:bold;

}



/* SCHOOL */


.school-section{

padding:90px 8%;

background:#fff;

text-align:center;

}


.school-section h2{

font-size:55px;

color:#2f9e8c;

}



.sub-text{

font-size:22px;

max-width:900px;

margin:30px auto 60px;

color:#555;

}



.school-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}



.school-card{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,.1);

}



.school-card h3{

color:#58c2ae;

font-size:28px;

}



@media(max-width:768px){

.hero-content h1{

font-size:45px;

}

.school-grid{

grid-template-columns:1fr;

}

}
.hero{

background-image:url("https://grameenacademy.in/wp-content/uploads/2019/02/Picture-1.jpg") !important;

background-size:cover !important;

background-position:center center !important;

background-repeat:no-repeat !important;

}
/*======================================
OUR SCHOOLS
======================================*/

.schools-section{

padding:90px 0;

background:#f7f9fb;

}

.schools-container{

width:95%;

max-width:1400px;

margin:auto;

}

.section-title{

text-align:center;

font-size:52px;

font-weight:700;

margin-bottom:20px;

color:#23364d;

}

.section-description{

text-align:center;

max-width:900px;

margin:0 auto 60px;

font-size:20px;

line-height:1.8;

color:#666;

}

.schools-grid{

display:grid !important;

grid-template-columns:repeat(3,1fr) !important;

gap:35px;

align-items:stretch;

}

.school-card{

background:#fff;

border-radius:20px;

padding:40px 30px;

text-align:center;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.3s;

}

.school-card:hover{

transform:translateY(-10px);

}

.school-icon{

width:100px;

height:100px;

background:#58c2ae;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

margin:0 auto 25px;

font-size:48px;

}

.school-card h3{

font-size:30px;

margin-bottom:20px;

color:#23364d;

}

.school-card p{

font-size:17px;

line-height:1.8;

color:#666;

margin-bottom:30px;

}

.school-btn{

display:inline-block;

padding:15px 35px;

background:#58c2ae;

color:#fff;

text-decoration:none;

border-radius:40px;

font-weight:bold;

}

.school-btn:hover{

background:#2f9e8c;

}

@media(max-width:992px){

.schools-grid{

grid-template-columns:repeat(2,1fr) !important;

}

}

@media(max-width:768px){

.schools-grid{

grid-template-columns:1fr !important;

}

.section-title{

font-size:38px;

}

}
/*=====================================================
FORCE OUR SCHOOLS 3 COLUMN GRID
=====================================================*/

.schools-section{
    padding:90px 0 !important;
    background:#f7f9fb !important;
}

.schools-container{
    width:95% !important;
    max-width:1400px !important;
    margin:0 auto !important;
}

.schools-grid{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:35px !important;
    align-items:stretch !important;
    width:100% !important;
}

.schools-grid > .school-card{
    display:block !important;
    width:100% !important;
    margin:0 !important;
    background:#fff;
    border-radius:20px;
    padding:35px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.school-icon{
    width:100px;
    height:100px;
    border-radius:50%;
    background:#58c2ae;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto 25px;
    font-size:46px;
}

.school-card h3{
    font-size:30px;
    color:#23364d;
    margin:20px 0;
}

.school-card p{
    font-size:17px;
    line-height:1.8;
    color:#666;
    margin-bottom:30px;
}

.school-btn,
.school-card a{
    display:inline-block;
    padding:15px 35px;
    background:#58c2ae;
    color:#fff !important;
    border-radius:40px;
    text-decoration:none;
    font-weight:bold;
}

.school-btn:hover,
.school-card a:hover{
    background:#3ea894;
}

@media (max-width:992px){
    .schools-grid{
        grid-template-columns:repeat(2,1fr) !important;
    }
}

@media (max-width:768px){
    .schools-grid{
        grid-template-columns:1fr !important;
    }
}
/*=====================================
FEATURED COURSES
=====================================*/

.courses-section{

padding:100px 0;

background:#ffffff;

}

.courses-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.course-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.3s;

}

.course-card:hover{

transform:translateY(-8px);

}

.course-card img{

width:100%;

height:230px;

object-fit:cover;

display:block;

}

.course-content{

padding:25px;

}

.course-content h3{

font-size:22px;

margin-bottom:15px;

line-height:1.4;

}

.course-content h3 a{

color:#23364d;

text-decoration:none;

}

.course-meta{

color:#777;

margin-bottom:20px;

font-size:15px;

}

.course-btn{

display:inline-block;

padding:12px 30px;

background:#58c2ae;

color:#fff;

border-radius:30px;

font-weight:bold;

text-decoration:none;

}

.course-btn:hover{

background:#3ea894;

}

.view-all{

text-align:center;

margin-top:50px;

}

.view-all a{

display:inline-block;

padding:16px 40px;

background:#58c2ae;

color:#fff;

border-radius:40px;

font-weight:bold;

text-decoration:none;

}

.view-all a:hover{

background:#3ea894;

}

@media(max-width:1100px){

.courses-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.courses-grid{

grid-template-columns:1fr;

}

}
/*=========================================
UPCOMING EVENTS
=========================================*/

.events-section{

padding:100px 0;

background:#f8fbfa;

}

.events-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.event-card{

background:#fff;

border-radius:18px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.35s;

}

.event-card:hover{

transform:translateY(-10px);

}

.event-card img{

width:100%;

height:230px;

object-fit:cover;

display:block;

}

.event-content{

padding:25px;

}

.event-content h3{

font-size:23px;

margin-bottom:15px;

}

.event-content h3 a{

color:#23364d;

text-decoration:none;

}

.event-date{

color:#58c2ae;

font-weight:bold;

margin-bottom:15px;

}

.event-btn{

display:inline-block;

margin-top:20px;

padding:12px 30px;

background:#58c2ae;

color:#fff;

border-radius:35px;

text-decoration:none;

font-weight:bold;

}

.event-btn:hover{

background:#3ea894;

}

.view-all-events{

text-align:center;

margin-top:55px;

}

.view-all-events a{

display:inline-block;

padding:16px 40px;

background:#58c2ae;

color:#fff;

border-radius:40px;

font-weight:bold;

text-decoration:none;

}

.view-all-events a:hover{

background:#3ea894;

}

@media(max-width:1100px){

.events-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.events-grid{

grid-template-columns:1fr;

}

}
/*====================================================
SHOP SECTION
====================================================*/

.shop-section{

padding:100px 0;

background:#ffffff;

}

.shop-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.shop-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.35s;

}

.shop-card:hover{

transform:translateY(-10px);

}

.shop-card img{

width:100%;

height:260px;

object-fit:cover;

display:block;

}

.shop-content{

padding:25px;

text-align:center;

}

.shop-content h3{

font-size:22px;

margin-bottom:15px;

line-height:1.4;

}

.shop-content h3 a{

color:#23364d;

text-decoration:none;

}

.shop-price{

font-size:24px;

font-weight:bold;

color:#58c2ae;

margin:20px 0;

}

.shop-btn{

display:inline-block;

padding:14px 32px;

background:#58c2ae;

color:#fff;

border-radius:35px;

font-weight:bold;

text-decoration:none;

transition:.3s;

}

.shop-btn:hover{

background:#3ea894;

}

.view-all-shop{

text-align:center;

margin-top:55px;

}

.view-all-shop a{

display:inline-block;

padding:16px 40px;

background:#58c2ae;

color:#fff;

border-radius:40px;

font-size:18px;

font-weight:bold;

text-decoration:none;

transition:.3s;

}

.view-all-shop a:hover{

background:#3ea894;

}

/* Responsive */

@media(max-width:1200px){

.shop-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:992px){

.shop-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.shop-grid{

grid-template-columns:1fr;

}

}
/*==================================================
LATEST ARTICLES
==================================================*/

.articles-section{

padding:100px 0;

background:#f8fbfa;

}

.article-tabs{

display:flex;

justify-content:center;

gap:20px;

margin:40px 0 60px;

flex-wrap:wrap;

}

.tab-btn{

padding:14px 30px;

background:#58c2ae;

color:#fff;

border-radius:40px;

font-weight:bold;

transition:.3s;

}

.tab-btn:hover{

background:#3ea894;

}

.articles-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.article-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.35s;

}

.article-card:hover{

transform:translateY(-10px);

}

.article-card img{

width:100%;

height:240px;

object-fit:cover;

display:block;

}

.article-content{

padding:25px;

}

.article-meta{

display:flex;

justify-content:space-between;

font-size:14px;

color:#58c2ae;

margin-bottom:15px;

flex-wrap:wrap;

gap:10px;

}

.article-content h3{

font-size:23px;

margin-bottom:18px;

line-height:1.4;

}

.article-content h3 a{

color:#23364d;

text-decoration:none;

}

.article-content p{

color:#666;

line-height:1.8;

margin-bottom:25px;

}

.article-btn{

display:inline-block;

padding:12px 30px;

background:#58c2ae;

color:#fff;

border-radius:35px;

font-weight:bold;

transition:.3s;

}

.article-btn:hover{

background:#3ea894;

}

.view-all-articles{

text-align:center;

margin-top:60px;

}

.view-all-articles a{

display:inline-block;

padding:16px 40px;

background:#58c2ae;

color:#fff;

border-radius:40px;

font-size:18px;

font-weight:bold;

transition:.3s;

}

.view-all-articles a:hover{

background:#3ea894;

}

/* Responsive */

@media(max-width:1200px){

.articles-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.articles-grid{

grid-template-columns:1fr;

}

.article-meta{

flex-direction:column;

}

.article-tabs{

flex-direction:column;

align-items:center;

}

}
/*==============================
FOOTER
===============================*/

.site-footer{

background:linear-gradient(135deg,#16a085,#58c2ae);

color:#fff;

margin-top:80px;

}

.footer-container{

max-width:1400px;

margin:auto;

padding:70px 20px;

display:grid;

grid-template-columns:420px 1fr 1fr 1fr;

gap:60px;

}

.footer-logo{

width:170px;

display:block;

margin-bottom:25px;

}

.footer-about p{

font-size:18px;

line-height:1.9;

margin-bottom:18px;

display:flex;

align-items:flex-start;

gap:15px;

}

.footer-about i{

font-size:22px;

width:25px;

margin-top:5px;

color:#fff;

}

.footer-about a{

color:#fff;

text-decoration:none;

}

.footer-about a:hover{

color:#ffe082;

}

.footer-col h3{

font-size:34px;

margin-bottom:28px;

font-weight:700;

}

.footer-col ul{

margin:0;

padding:0;

list-style:none;

}

.footer-col li{

margin-bottom:18px;

}

.footer-col a{

color:#fff;

font-size:18px;

transition:.3s;

text-decoration:none;

}

.footer-col a:hover{

padding-left:8px;

color:#ffe082;

}

.footer-social{

display:flex;

gap:15px;

margin-top:30px;

}

.footer-social a{

width:52px;

height:52px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

color:#fff;

transition:.3s;

}

.facebook{

background:#1877F2;

}

.linkedin{

background:#0A66C2;

}

.youtube{

background:#FF0000;

}

.instagram{

background:linear-gradient(45deg,#F58529,#DD2A7B,#8134AF,#515BD4);

}

.footer-social a:hover{

transform:translateY(-5px) scale(1.05);

}

.footer-bottom{

background:#23364d;

text-align:center;

padding:22px;

font-size:18px;

margin-top:40px;

}

@media(max-width:991px){

.footer-container{

grid-template-columns:1fr 1fr;

}

}

@media(max-width:768px){

.footer-container{

grid-template-columns:1fr;

text-align:center;

}

.footer-about p{

justify-content:center;

text-align:left;

}

.footer-social{

justify-content:center;

}

}
/*====================================================
FEATURED COURSES
====================================================*/

.featured-courses{

padding:90px 0;

background:#ffffff;

}

.courses-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-top:50px;

}

.course-card{

background:#fff;

border-radius:18px;

overflow:hidden;

box-shadow:0 12px 35px rgba(0,0,0,.08);

transition:.35s;

display:flex;

flex-direction:column;

}

.course-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.course-card img{

width:100%;

height:240px;

object-fit:cover;

display:block;

}

.course-content{

padding:30px;

flex:1;

display:flex;

flex-direction:column;

}

.course-content h3{

font-size:24px;

margin-bottom:15px;

line-height:1.4;

}

.course-content h3 a{

color:#23364d;

text-decoration:none;

}

.course-content h3 a:hover{

color:#58c2ae;

}

.course-meta{

margin-bottom:18px;

font-size:15px;

color:#777;

}

.course-content p{

font-size:16px;

color:#666;

line-height:1.8;

flex:1;

}

.course-btn{

display:inline-block;

margin-top:25px;

background:#58c2ae;

color:#fff;

padding:14px 30px;

border-radius:35px;

font-weight:bold;

text-decoration:none;

transition:.3s;

}

.course-btn:hover{

background:#2f9e8c;

color:#fff;

}

@media(max-width:992px){

.courses-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.courses-grid{

grid-template-columns:1fr;

}

}
/*=====================================
FIX FIXED HEADER OVERLAP
=====================================*/

body{
    padding-top:90px;
}

.site-header,
header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
}

main,
.page-content,
.site-content{
    padding-top:20px;
}
/* ==========================================
OUR IMPACT
========================================== */

.impact-section{

padding:90px 0;

background:#58c2ae;

color:#fff;

text-align:center;

}

.impact-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:50px;

}

.impact-box{

padding:30px;

}

.counter{

font-size:52px;

font-weight:700;

margin-bottom:10px;

}

.impact-box span{

font-size:18px;

}

/* ==========================================
WHY US
========================================== */

.why-us{

padding:90px 0;

background:#fff;

}

.why-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:50px;

}

.why-card{

padding:35px;

border-radius:18px;

background:#f8f9fa;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.3s;

text-align:center;

font-size:18px;

}

.why-card:hover{

transform:translateY(-8px);

}

.why-card h3{

margin:20px 0 10px;

color:#2c3e50;

}

.why-card p{

color:#666;

line-height:1.7;

}

/* ==========================================
CTA
========================================== */

/* ==========================================
COMPACT CALL TO ACTION
========================================== */

.cta-section{

    padding:45px 0;

    background:linear-gradient(135deg,#2c8d78,#58c2ae);

    text-align:center;

    color:#fff;

}

.cta-section h2{

    font-size:32px;

    margin-bottom:12px;

    line-height:1.3;

    font-weight:700;

}

.cta-section p{

    font-size:18px;

    max-width:700px;

    margin:0 auto 25px;

    line-height:1.6;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:15px;

    flex-wrap:wrap;

}
/*==========================
  COMPACT FOOTER
==========================*/

.site-footer{

background:linear-gradient(135deg,#1db5a8,#59c9b8);

color:#fff;

margin-top:60px;

}

.footer-container{

max-width:1200px;

margin:auto;

display:grid;

grid-template-columns:1.4fr 1fr 1fr 1fr;

gap:45px;

padding:45px 25px;

align-items:flex-start;

}

.footer-col h3{

font-size:28px;

margin-bottom:18px;

font-weight:700;

color:#fff;

}

.footer-col ul{

margin:0;

padding:0;

list-style:none;

}

.footer-col li{

margin-bottom:10px;

}

.footer-col a{

color:#fff;

text-decoration:none;

font-size:17px;

transition:.3s;

}

.footer-col a:hover{

opacity:.75;

padding-left:6px;

}

.footer-about img{

width:130px;

height:auto;

margin-bottom:18px;

}

.footer-about p{

font-size:17px;

line-height:1.7;

margin-bottom:12px;

}

.footer-contact p{

margin:6px 0;

font-size:17px;

}

.footer-bottom{

text-align:center;

padding:18px;

background:#169a8d;

font-size:15px;

}

@media(max-width:992px){

.footer-container{

grid-template-columns:1fr 1fr;

}

}

@media(max-width:768px){

.footer-container{

grid-template-columns:1fr;

text-align:center;

}

.footer-about img{

margin:auto;

display:block;

margin-bottom:20px;

}

}
.btn-primary,
.btn-secondary{

    display:inline-block;

    padding:12px 28px;

    border-radius:40px;

    text-decoration:none;

    font-size:16px;

    font-weight:600;

    transition:.3s;

}

.btn-primary{

    background:#fff;

    color:#2c8d78;

}

.btn-primary:hover{

    background:#f3f3f3;

}

.btn-secondary{

    background:transparent;

    border:2px solid #fff;

    color:#fff;

}

.btn-secondary:hover{

    background:#fff;

    color:#2c8d78;

}

/* Mobile */

@media(max-width:768px){

.cta-section{

padding:35px 20px;

}

.cta-section h2{

font-size:26px;

}

.cta-section p{

font-size:16px;

margin-bottom:20px;

}

.btn-primary,
.btn-secondary{

width:220px;

padding:12px 20px;

}

}

/* ==========================================
RESPONSIVE
========================================== */

@media(max-width:992px){

.impact-grid,
.why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.impact-grid,
.why-grid{

grid-template-columns:1fr;

}

.counter{

font-size:42px;

}

.cta-section h2{

font-size:30px;

}

}
/* ==========================================
OUR IMPACT (COMPACT)
========================================== */

.impact-section{

    padding:50px 0;

    background:#58c2ae;

    color:#fff;

    text-align:center;

}

.impact-section .section-title{

    font-size:54px;

    margin-bottom:15px;

    color:#1f2d50;

}

.impact-section .section-description{

    max-width:700px;

    margin:0 auto 40px;

    font-size:22px;

    color:#4f5b66;

}

.impact-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:20px;

    margin-top:20px;

}

.impact-box{

    padding:15px 10px;

}

.counter{

    font-size:52px;

    font-weight:700;

    line-height:1;

    margin-bottom:10px;

}

.impact-box span{

    display:block;

    font-size:18px;

    color:#fff;

}

/* Responsive */

@media(max-width:992px){

.impact-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.impact-section{

padding:40px 20px;

}

.impact-grid{

grid-template-columns:1fr;

}

.counter{

font-size:42px;

}

.impact-section .section-title{

font-size:38px;

}

.impact-section .section-description{

font-size:18px;

}

}
/*=====================================================
   GRAMEEN ACADEMY PROFESSIONAL FOOTER
======================================================*/

.ga-footer{
    background:linear-gradient(135deg,#0d7f74,#2bb7a7);
    color:#fff;
    margin-top:60px;
    font-family:inherit;
}

.ga-footer-container{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:1.5fr 1fr 1fr 1fr;
    gap:60px;
    padding:55px 30px 35px;
}

.ga-footer-col h3{
    color:#fff;
    font-size:30px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}

.ga-footer-col h3:after{
    content:'';
    width:55px;
    height:4px;
    background:#fff;
    display:block;
    margin-top:12px;
    border-radius:5px;
    opacity:.35;
}

/* Logo */

.ga-company .custom-logo{
    width:90px;
    height:auto;
    margin-bottom:20px;
}

.ga-desc{
    font-size:17px;
    line-height:1.8;
    margin-bottom:25px;
    color:#eefdfb;
}

/* Contact */

.ga-contact-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:18px;
}

.ga-contact-item i{
    width:18px;
    margin-top:5px;
    color:#fff;
    font-size:18px;
}

.ga-contact-item span,
.ga-contact-item a{
    color:#fff;
    text-decoration:none;
    line-height:1.8;
    font-size:16px;
}

/* Links */

.ga-footer-col ul{
    margin:0;
    padding:0;
    list-style:none;
}

.ga-footer-col ul li{
    margin-bottom:15px;
}

.ga-footer-col ul li a{
    color:#fff;
    text-decoration:none;
    font-size:17px;
    transition:.3s;
}

.ga-footer-col ul li a:hover{
    color:#fff;
    padding-left:8px;
}

/* Social */

.ga-social{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.ga-social a{
    width:46px;
    height:46px;
    border-radius:50%;
    background:rgba(255,255,255,.18);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    transition:.35s;
    font-size:19px;
}

.ga-social a:hover{
    background:#fff;
    color:#16a085;
    transform:translateY(-5px);
}

/* Bottom */

.ga-footer-bottom{
    border-top:1px solid rgba(255,255,255,.15);
    text-align:center;
    padding:18px;
    margin-top:15px;
}

.ga-footer-copy{
    font-size:15px;
    color:#fff;
    opacity:.95;
}

/* Responsive */

@media(max-width:1200px){

.ga-footer-container{
grid-template-columns:1fr 1fr;
gap:40px;
}

}

@media(max-width:768px){

.ga-footer-container{
grid-template-columns:1fr;
text-align:center;
padding:45px 25px;
}

.ga-company .custom-logo{
margin:auto auto 20px;
display:block;
}

.ga-contact-item{
justify-content:center;
}

.ga-social{
justify-content:center;
}

.ga-footer-col h3:after{
margin:12px auto 0;
}

}
/*======================================
BACK TO TOP
======================================*/

#backToTop{

position:fixed;
right:25px;
bottom:25px;

width:52px;
height:52px;

border:none;
border-radius:50%;

background:#ffffff;
color:#16a085;

font-size:20px;

cursor:pointer;

box-shadow:0 10px 25px rgba(0,0,0,.18);

opacity:0;
visibility:hidden;

transition:.35s;

z-index:99999;

}

#backToTop.show{

opacity:1;
visibility:visible;

}

#backToTop:hover{

background:#16a085;
color:#fff;

transform:translateY(-5px);

}


/*======================================
SOCIAL ICON HOVER
======================================*/

.ga-social a:nth-child(1):hover{

background:#1877F2;
color:#fff;

}

.ga-social a:nth-child(2):hover{

background:#E4405F;
color:#fff;

}

.ga-social a:nth-child(3):hover{

background:#FF0000;
color:#fff;

}

.ga-social a:nth-child(4):hover{

background:#0A66C2;
color:#fff;

}

.ga-social a:nth-child(5):hover{

background:#25D366;
color:#fff;

}


/*======================================
FOOTER LINKS
======================================*/

.ga-footer a{

transition:.3s;

}

.ga-footer a:hover{

text-decoration:none;

}


/*======================================
SMALLER LOGO
======================================*/

.ga-company img{

max-width:90px;

}


/*======================================
FOOTER TITLE
======================================*/

.ga-footer h3{

letter-spacing:.5px;

}


/*======================================
COPYRIGHT
======================================*/

.ga-footer-copy{

font-size:15px;

opacity:.9;

}
