/* Educamb HTML5 Template  */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Hidden Sidebar
6. Banner Section
7. Page Title
8. Section Banner
9. Section Title
10. About Section
11. Blog Section

**********************************************/




:root {
    --thm-font: 'DM Sans', sans-serif;
    --thm-font-2: 'Frank Ruhl Libre', serif;
    --thm-font-3: 'Averia Serif Libre', cursive;
    --thm-font-4: 'Inter', sans-serif;
    --thm-gray: #777777;
    --thm-gray-rgb: 119, 119, 119;
    --thm-primary: #eff7f8;
    --thm-primary-rgb: 239, 247, 248;
    --thm-black: #121212;
    --thm-black-rgb: 18, 18, 18;
    --thm-bg: #242544;
    --thm-bg-rgb: 23, 52, 90;
}



/*==============================================
   Base Css
===============================================*/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}




html,
body {
    height: 100%;
}



body {
    color: var(--thm-gray);
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--thm-font);
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}





h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242544;
    font-weight: 500;
    line-height: normal;
    font-family: var(--thm-font-2);
    margin: 0;
}

h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}



a,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
    border: none;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
}

a:focus {
    color: #dfbf48;
}

textarea:focus {
    outline: none;
}


*::-moz-selection {
    background: var(--thm-black);
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: var(--thm-black);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--thm-black);
    color: #fff;
    text-shadow: none;
}



*::placeholder {
    color: #555555;
    opacity: 1;
}

*::-moz-placeholder {
    color: #555555;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #555555;
    opacity: 1;
}





.parallax-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fancybox-image,
.fancybox-spaceball {
    border-radius: 10px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1350px;
    }
}


img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}




/*header css*/

.wrap{
max-width:1400px;
width:92%;
margin:auto;
}

/* TOPBAR */

.topbar{
background:#242544;
padding: 6px 0;
color:#fff;
font-size:12px;
}

.topbar .wrap{
display:flex;
justify-content:space-between;
align-items:center;
}

.tb-group{
display:flex;
gap:25px;
align-items:center;
}

.tb-item,
.nabh-pill{
display:flex;
align-items:center;
gap:8px;
color:white;
}

.tb-item svg,
.nabh-pill svg{
width:18px;
height:18px;
}

.nabh-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, .12);
    padding: 1px 12px;
    border-radius: 100px;
    font-weight: 500;
    color: #fff;
}
/* HEADER */

.nav{
position:sticky;
top:0;
background:#fff;
z-index:999;
box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.nav .wrap{
display:flex;
align-items:center;
justify-content:space-between;
padding:18px 0;
}

/* LOGO */

.brand{
        width: 18%;
/*display:flex;*/
/*align-items:center;*/
/*gap:14px;*/
/*color:#16372d;*/
}

.logo-mark{
width:65px;
height:65px;
background:#0c8b66;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:white;
font-size:28px;
font-weight:700;
}

.logo-text{
font-size:22px;
font-weight:600;
line-height:1.3;
}

.logo-text small{
display:block;
font-size:13px;
color:#0c8b66;
}

/* MENU */

.menu{
display:flex;
align-items:center;
gap: 20px;
margin-left: 40px;
}

.menu>a,
.has-mega>button{
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    color: #242544;
    display: flex;
    align-items: center;
    gap: 8px;
}

.has-mega{
position:relative;
}

.has-mega button svg{
width:16px;
height:16px;
}

/* MEGA MENU */

.mega{
position:absolute;
top:80px;
left:50%;
transform:translateX(-50%) translateY(20px);
background:white;
border-radius:30px;
padding:45px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
opacity:0;
visibility:hidden;
transition:.4s;
z-index:999;
}

.has-mega:hover .mega{
opacity:1;
visibility:visible;
transform:translateX(-50%) translateY(0);
}

.mega.wide{
        width: 760px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 46px;
    row-gap: 0px;
}

.mega.single{
width:280px;
display:flex;
flex-direction:column;
gap:15px;
left:0;
transform:none;
}

.has-mega:hover .mega.single{
transform:none;
}

.mcol-h{
font-size:22px;
font-weight:500;
color:#242544;
margin-bottom:10px;
}

.mega a{
display:flex;
align-items:center;
gap:12px;
padding:10px 0;
font-size:16px;
color:#62746d;
transition:.3s;
}

.mega a:hover{
color:#dfbf48;
padding-left:8px;
}

.dot{
width:8px;
height:8px;
background:#242544;
border-radius:50%;
}

/* BUTTONS */

.nav-cta{
display:flex;
align-items:center;
gap:15px;
}

.btn{
    padding: 8px 18px;
    border-radius: 40px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.btn svg{
width:18px;
height:18px;
}

.btn-ghost{
    color: #fff;
    background: #dfbf48;
}
.btn-primary:hover {
    color: #fff;
    background-color: #dfbf48;
    border-color: #dfbf48;
}
.btn:hover {
    color: #fff;
    background: #242544;
    border: 0px;
}
.btn-primary{
background:#242544;
color:#fff;
border: 0px;
}

/* TOGGLE */

.menu-toggle{
display:none;
background:none;
border:none;
cursor:pointer;
}

.menu-toggle svg{
width:28px;
height:28px;
}

/* MOBILE */

@media(max-width:992px){

.hide-sm{
display:none;
}

.menu-toggle{
display:block;
}

.menu{
position:fixed;
left:-100%;
top:0;
width:320px;
height:100vh;
background:#fff;
flex-direction:column;
align-items:flex-start;
padding:100px 25px;
overflow:auto;
transition:.4s;
z-index:9999;
gap:0;
}

.menu.active{
left:0;
}

.menu>a,
.has-mega>button{
width:100%;
padding:18px 0;
justify-content:space-between;
border-bottom:1px solid #eee;
}

.mega{
display:none !important;
position:static !important;
opacity:1 !important;
visibility:visible !important;
transform:none !important;
width:100% !important;
box-shadow:none;
border-radius:0;
padding:15px 0;
}

.has-mega.open .mega{
display:grid !important;
}

.mega.wide{
grid-template-columns:1fr;
row-gap:20px;
}

.nav-cta .btn{
display:none;
}

.logo-text{
font-size:18px;
}

.topbar{
display:none;
}

}
.topbar{
    position: relative;
    z-index: 999;
}

.nav{
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9999;
    transition: all .3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
}
/*header css end*/






/*index css*/
/*========================
 HERO SECTION
========================*/

.gs-hero{
    padding:80px 0;
    background:#f4f4f4;
    overflow:hidden;
}

.gs-container{
    max-width:1400px;
    width:92%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

/* LEFT SIDE */

.gs-left{
    width:48%;
}

.gs-tagline{
    color: #dfbf48;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.gs-left h1{
    font-size: 48px;
    line-height: normal;
    color:#242544;
    margin-bottom: 15px;
}

.gs-left h1 span{
    color:#dfbf48;
    font-style:italic;
}

.gs-left p{
    /*font-size:24px;*/
    /*line-height:1.7;*/
    /*color:#5d6d69;*/
    margin-bottom:40px;
}

/* SEARCH CARD */

.gs-search-card{
    background: #fff;
    border-radius: 15px;
    padding: 20px 25px;
    box-shadow:0 20px 40px rgba(0,0,0,.07);
}

.gs-search-card h3{
    color:#242544;
    margin-bottom: 18px;
}

.gs-search-row{
    display:flex;
    align-items:end;
    gap:20px;
}

.gs-field{
    flex:1;
}

.gs-field label{
    display:block;
    margin-bottom:10px;
    font-size:14px;
    font-weight:500;
    /*letter-spacing:2px;*/
    /*color:#3f4e4a;*/
}

.gs-field select{
    width:100%;
    height: 42px;
    border:1px solid #d8e3de;
    background:#f8fbfa;
    border-radius:18px;
    padding:0 20px;
    font-size: 16px;
    outline:none;
}

.gs-search-btn{
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 11px;
    background: #242544;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}

/* BUTTON */

.gs-book-btn{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
    background: #242544;
    color: #fff;
    padding: 8px 25px;
    border-radius: 60px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}


/* RIGHT SIDE */

.gs-right{
    width:48%;
}

.gs-slider{
    position:relative;
    border-radius:40px;
    overflow:hidden;
    height:500px;
}

.gs-slide{
    position:absolute;
    inset:0;
    opacity:0;
    transition:.5s;
}

.gs-slide.active{
    opacity:1;
}

.gs-slide img,
.gs-slide video{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* TOP BADGE */

.gs-badge{
    position:absolute;
    left:35px;
    top:35px;
    background:rgba(255,255,255,.15);
    color:#fff;
    padding:18px 28px;
    border-radius:50px;
    backdrop-filter:blur(12px);
    font-size:22px;
    font-weight:600;
    z-index:10;
}

/* BOTTOM CONTENT */

.gs-bottom-content{
    position:absolute;
    left:35px;
    bottom:35px;
    z-index:10;
    color:#fff;
}

.gs-bottom-content h2{
    font-size:90px;
    font-family:Georgia, serif;
    margin-bottom:10px;
}

.gs-bottom-content p{
    font-size:28px;
}

/* ARROWS */

.gs-prev,
.gs-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:55px;
    height:55px;
    border-radius:50%;
    background:rgba(0,0,0,.35);
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    z-index:10;
}

.gs-prev{
    left:25px;
}

.gs-next{
    right:25px;
}

/* DOTS */

.gs-dots{
    position:absolute;
    left:50%;
    bottom:30px;
    transform:translateX(-50%);
    display:flex;
    gap:12px;
    z-index:10;
}

.gs-dots span{
    width:12px;
    height:12px;
    background:#ffffff70;
    border-radius:50%;
}

.gs-dots span.active{
    background:#fff;
}

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

@media(max-width:991px){

.gs-container{
    flex-direction:column;
}

.gs-left,
.gs-right{
    width:100%;
}

.gs-left h1{
    font-size:55px;
}

.gs-left p{
    font-size:18px;
}

.gs-search-row{
    flex-direction:column;
}

.gs-slider{
    height:550px;
}

.gs-bottom-content h2{
    font-size:60px;
}

.gs-bottom-content p{
    font-size:20px;
}

}



.gs-choose-section{
    padding:100px 0;
}

.gs-small-heading{
    text-align: center;
    color: #dfbf48;
    font-weight: 500; 
    margin-bottom: 10px;
}

.gs-main-heading{
    text-align:center;
    color: #242544;
    margin-bottom:60px;
}

.gs-card-wrapper{
    max-width: 1400px;
    width: 85%;
    margin: auto;
    display: flex;
    gap: 60px;
}

.gs-card{
    flex:1;
    background:#fff;
    border-radius: 10px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.4s;
}

.gs-card:hover{
    transform:translateY(-10px);
}

.gs-card-image{
    height:200px;
}

.gs-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.gs-card-content{
    padding: 15px 15px;
}

.gs-card-content h3{
    font-size: 24px;
    color: #242544;
    margin-bottom: 15px;
}



/* Mobile */

@media(max-width:991px){

.gs-main-heading{
    font-size:45px;
}

.gs-card-wrapper{
    flex-direction:column;
}

.gs-card-image{
    height:220px;
}

}



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

.gs-about-sec{
    background: #f4f4f4;
    padding:100px 0;
}

.gs-about-wrap{
    width:90%;
    margin:auto;
    display:flex;
    align-items:center;
    gap:70px;
}


/* LEFT */

.gs-about-left{
    width:48%;
    height:650px;
    border-radius:40px;
    position:relative;
    overflow:hidden;
}

.gs-about-left::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:url(https://htiwebs.com/gsuniversity/assets/img/home/Speciality-img.png);
    background-size:24px 24px;
    background-size: cover;
    background-repeat: no-repeat;
}

.gs-years-box{
    position:absolute;
    top:30px;
    right:30px;
    width:160px;
    height:140px;
    background:#fff;
    border-radius:30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    z-index:2;
}

.gs-years-box h2{
        font-size: 50px;
    color: #242544;
    margin: 0;
}

.gs-years-box span{
    font-size: 18px;
    color: #242544;
    font-weight: 500;
}

.gs-heart-icon{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:2;
}

.gs-heart-icon img{
    width:180px;
}


/* RIGHT */

.gs-about-right{
    width:52%;
}

.gs-about-tag{
    color:#dfbf48;
    font-weight:500;
    /*margin-bottom:20px;*/
}

.gs-about-title{
    margin-bottom:30px;
}

.gs-about-desc{
    
    margin-bottom:35px;
}


/* LIST */

.gs-list-item{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 0px;
}

.gs-list-item span{
    width: 25px;
    height: 26px;
    background: #242544;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}

.gs-list-item p{
    /*flex:1;*/
    /*font-size:22px;*/
    /*line-height:1.6;*/
    /*color:#062a22;*/
}


/* BUTTON */

.gs-read-btn{
    display: inline-block;
    margin-top: 15px;
    padding: 3px 25px;
    background: #242544;
    color: #fff;
    border-radius: 60px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}


/* COUNTER BOX */

.gs-counter-row{
    display:flex;
    gap:20px;
    margin-top:45px;
}

.gs-counter-box{
    flex:1;
    background: #fff;
    border-radius: 25px;
    padding: 20px 6px;
    text-align: center;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.gs-counter-box h3{
    font-size: 35px;
    color: #242544;
    margin-bottom: 10px;
}

.gs-counter-box p{
    font-size:17px;
    font-weight: 500;
}


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

@media(max-width:991px){

.gs-about-wrap{
    flex-direction:column;
}

.gs-about-left,
.gs-about-right{
    width:100%;
}

.gs-about-left{
    height:450px;
}

.gs-about-title{
    font-size:48px;
}

.gs-about-desc,
.gs-list-item p{
    font-size:18px;
}

.gs-counter-row{
    flex-wrap:wrap;
}

.gs-counter-box{
    min-width:45%;
}

}



.gs-speciality-section{
    padding:80px 5%;
    overflow:hidden;
}

.gs-speciality-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:30px;
    margin-bottom:50px;
}

.gs-speciality-heading span{
    color: #dfbf48;
    font-weight: 500;
}

.gs-speciality-heading h2{
    /*font-size:60px;*/
    /*color:#0b2c25;*/
    /*margin:15px 0;*/
    /*line-height:1.1;*/
}

/*.gs-speciality-heading p{*/
/*    max-width:650px;*/
/*    color:#666;*/
/*    font-size:20px;*/
/*    line-height:1.8;*/
/*}*/

.gs-speciality-nav{
    display:flex;
    gap:15px;
}

.gs-speciality-arrow{
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    font-size: 20px;
    cursor: pointer;
    transition: .3s;
}

.gs-speciality-arrow:hover{
    background:#242544;
    color:#fff;
}

.gs-speciality-wrapper{
    overflow:hidden;
    width:100%;
}

.gs-speciality-track{
    display:flex;
    gap:30px;
    transition:0.6s ease;
}

.gs-speciality-card{
    min-width:calc((100% - 60px)/5);
    background:#f4f4f4;
    border-radius:10px;
    overflow:hidden;
    flex-shrink:0;
    width: 24%;
}

.gs-speciality-img{
    height:260px;
}

.gs-speciality-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.gs-speciality-content{
    padding: 15px;
}

.gs-speciality-content h3{
    font-size: 26px;
    color: #242544;
    margin-bottom: 10px;
    font-weight: 500;
}


.gs-speciality-content a{
    color:#242544;
    text-decoration:none;
    font-weight:500;
}

.gs-speciality-progress{
    width:100%;
    height:6px;
    background:#d8dfdb;
    border-radius:20px;
    overflow:hidden;
    margin-top:40px;
}

.gs-speciality-progress-fill{
    width:33%;
    height:100%;
    background:#242544;
    border-radius:20px;
    transition:.5s;
}

/* Tablet */

@media(max-width:991px){

.gs-speciality-card{
    min-width:calc((100% - 30px)/2);
}

.gs-speciality-heading h2{
    font-size:45px;
}

}

/* Mobile */

@media(max-width:767px){

.gs-speciality-top{
    flex-direction:column;
    align-items:flex-start;
}

.gs-speciality-card{
    min-width:100%;
}

.gs-speciality-heading h2{
    font-size:36px;
}

.gs-speciality-heading p{
    font-size:16px;
}

}
.gs-speciality-img{
    width:100%;
    height:215px;
    overflow:hidden;
}

.gs-speciality-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}


.gs-healing-section{
    padding:90px 5%;
    background:#f4f4f4;
    overflow:hidden;
}

.gs-healing-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:30px;
    margin-bottom:50px;
}

.gs-healing-heading span{
    color:#00785d;
    font-size:14px;
    letter-spacing:3px;
    font-weight:600;
}

.gs-healing-heading h2{
    font-size:70px;
    line-height:1.1;
    color:#06251d;
    margin:20px 0;
}

.gs-healing-heading p{
    font-size:22px;
    line-height:1.8;
    color:#55666a;
    max-width:800px;
}

.gs-healing-nav{
    display:flex;
    gap:15px;
}

.gs-healing-arrow{
    width:45px;
    height:45px;
    border-radius:50%;
    border:1px solid #bfd2ca;
    background:#fff;
    cursor:pointer;
    font-size:20px;
    color:#242544;
    transition:.3s;
}

.gs-healing-arrow:hover{
    background:#242544;
    color:#fff;
}

.gs-healing-wrapper{
    overflow:hidden;
}

.gs-healing-track{
    display:flex;
    gap:30px;
    transition:.6s ease;
}

.gs-healing-card{
    /*min-width:calc((100% - 60px)/3);*/
    width: 30%;
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    flex-shrink:0;
    /*box-shadow:0 10px 30px rgba(0,0,0,.08);*/
}

.gs-healing-image{
    /*height:320px;*/
    position:relative;
    overflow:hidden;
}

.gs-healing-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.gs-healing-overlay{
    position:absolute;
    inset:0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .15), rgb(223 191 72 / 60%));
}

.gs-healing-tag{
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgba(255, 255, 255, .18);
    backdrop-filter: blur(8px);
    color: #fff;
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 500;
    z-index: 2;
}

.gs-healing-play{
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #242544;
    font-size: 20px;
    z-index: 2;
    cursor: pointer;
    transition: .3s;
}

.gs-healing-play:hover{
    transform:translate(-50%,-50%) scale(1.08);
}

.gs-healing-content{
    padding: 15px;
}

.gs-healing-content h3{
    font-size: 26px;
    color: #242544;
    margin-bottom: 12px;
}



/* Tablet */

@media(max-width:991px){

.gs-healing-heading h2{
    font-size:50px;
}

.gs-healing-card{
    min-width:calc((100% - 30px)/2);
}

}


/* Mobile */

@media(max-width:767px){

.gs-healing-top{
    flex-direction:column;
    align-items:flex-start;
}

.gs-healing-heading h2{
    font-size:38px;
}

.gs-healing-heading p{
    font-size:17px;
}

.gs-healing-card{
    min-width:100%;
}

}

.gs-healing-wrapper{
overflow:hidden;
}

.gs-healing-track{
display:flex;
gap:60px;
}




.gs-awards-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.gs-award-card{
    background:#fff;
    border:1px solid #d8e2dc;
    border-radius:28px;
    padding:38px 12px;
    text-align:center;
    transition:.4s;
}

.gs-award-card:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.gs-award-icon{
    width:60px;
    height: 60px;
    border:2px solid #242544;
    border-radius:50%;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    margin-bottom:25px;
}

.gs-award-icon i{
    font-size:28px;
    color:#242544;
}

.gs-award-icon span{
    position:absolute;
    bottom:-12px;
    font-size:28px;
    color:#d9a22b;
}

.gs-award-card h3{
    font-size:20px;
    color:#07271f;
    margin-bottom:12px;
    font-weight:700;
    line-height:1.3;
}

.gs-award-card p{
    color:#5f6e69;
    font-size:17px;
    line-height:1.7;
}


/* Tablet */

@media(max-width:991px){

.gs-awards-grid{
    grid-template-columns:repeat(2,1fr);
}

}


/* Mobile */

@media(max-width:767px){

.gs-awards-grid{
    grid-template-columns:1fr;
}

.gs-award-card{
    padding:30px 20px;
}

}

.blog_section {
    background: #f4f4f4;
}



/*=========================
MEDIA SECTION
==========================*/
.media-section{
    background:#eef4f1;
    padding:80px 7%;
}


/*=========================
TABS
==========================*/
.media-tabs{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:50px;
}

.tab-btn{
    border: 1px solid #242544;
    background: #fff;
    padding: 1px 25px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: .4s;
}

.tab-btn.active,
.tab-btn:hover{
    background:#242544;
    color:#fff;
}


/*=========================
COMMON
==========================*/
.tab-content{
    display:none;
}

.tab-content.active{
    display:block;
}



/*=========================
BLOG SECTION
==========================*/
.blog-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.blog-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.blog-card:hover{
    transform:translateY(-10px);
}

.blog-img{
    height:260px;
    position:relative;
    background:url(https://htiwebs.com/gsuniversity/assets/img/home/Speciality-img.png) center/cover;
}

.blog2{
    background:url(https://htiwebs.com/gsuniversity/assets/img/home/Speciality-img.png) center/cover;
}

.blog3{
    background:url(https://htiwebs.com/gsuniversity/assets/img/home/Speciality-img.png) center/cover;
}

.blog-img::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.5),transparent);
}

.category{
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 0px 18px;
    border-radius: 40px;
    font-weight: 500;
    color: #242544;
    z-index: 1;
    font-size: 12px;
}

.blog-content{
    padding:30px;
}



.blog-type{
    color:#242544;
    font-weight:500;
}

.blog-content h3{
    font-size: 23px;
    margin: 12px 0 8px;
    color: #242544;
}



.blog-content a{
    margin-top: 0px;
    display: inline-block;
    color: #242544;
    text-decoration: none;
    font-weight: 500;
}
.blog-date {
    font-size: 12px;
}

/*=========================
EVENTS
==========================*/
.event-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.event-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    position:relative;
    transition:.4s;
}

.event-card:hover{
    transform:translateY(-8px);
}

.event-image img{
    width:100%;
    height:280px;
    object-fit:cover;
}

.event-content{
    padding:30px;
}

.event-tag{
    background:#dff4ec;
    color:#0b7d5e;
    padding:8px 18px;
    border-radius:30px;
}

.event-content h3{
    margin:20px 0;
    color:#082f29;
}

.event-content p{
    color:#666;
    line-height:1.8;
}

.event-content a{
    display:inline-block;
    margin-top:20px;
    color:#0b7d5e;
    text-decoration:none;
    font-weight:700;
}

.event-date{
    position:absolute;
    top:20px;
    left:20px;
    background:#0b7d5e;
    color:#fff;
    width:80px;
    height:80px;
    border-radius:20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    font-weight:600;
}

.event-date span{
    font-size:28px;
}



/*=========================
GALLERY
==========================*/
.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.gallery-card{
    border-radius:25px;
    overflow:hidden;
    position:relative;
}

.gallery-card img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.6s;
}

.gallery-card:hover img{
    transform:scale(1.1);
}



/*=========================
VIDEOS
==========================*/
.video-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.video-card{
    background:#fff;
    overflow:hidden;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.video-thumb{
    position:relative;
}

.video-thumb img{
    width:100%;
    height:320px;
    object-fit:cover;
}

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:80px;
    height:80px;
    background:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    color:#0b7d5e;
    cursor:pointer;
    animation:pulse 1.5s infinite;
}

@keyframes pulse{
    0%{
        box-shadow:0 0 0 0 rgba(11,125,94,.5);
    }

    100%{
        box-shadow:0 0 0 30px transparent;
    }
}

.video-content{
    padding:30px;
}

.video-content span{
    color:#0b7d5e;
    font-weight:700;
}

.video-content h3{
    margin:15px 0;
    color:#082f29;
}

.video-content p{
    color:#666;
    line-height:1.8;
}



/*=========================
RESPONSIVE
==========================*/
@media(max-width:991px){

.blog-grid,
.gallery-grid,
.event-grid,
.video-grid{
    grid-template-columns:1fr;
}

.blog-content h3{
    font-size:24px;
}

}
/*index css end*/



/*footer css*/

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

.gs-footer{
    background: #242544;
    color:#fff;
    overflow:hidden;
}


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

.footer-cta{
    text-align:center;
    padding:90px 20px;
    border-bottom:1px solid rgba(255,255,255,.08);
    background: #dfbf48;
}

.footer-subtitle{
    letter-spacing:3px;
    color:#bde4d5;
    font-size:14px;
    font-weight:600;
}

.footer-cta h2{
    font-size:62px;
    margin:20px 0;
    line-height:1.2;
}

.footer-cta p{
    color:#d6ebe4;
    font-size:20px;
}

.cta-btns{
    margin-top:40px;
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.book-btn{
    background:#fff;
    color:#003c31;
    padding:18px 40px;
    border-radius:60px;
    text-decoration:none;
    font-weight:700;
    transition:.4s;
}

.book-btn:hover{
    transform:translateY(-5px);
}

.call-btn{
    background:#f15b39;
    color:#fff;
    padding:18px 40px;
    border-radius:60px;
    text-decoration:none;
    font-weight:700;
    transition:.4s;
}

.call-btn:hover{
    background:#ff704e;
}


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

.footer-main{
    padding:80px 7%;
    display:grid;
    grid-template-columns:1.6fr 1fr 1fr 1fr;
    gap:60px;
}

.footer-logo{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:30px;
}

.logo-box{
    width:60px;
    height:60px;
    background:#0f8d70;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    font-weight:bold;
}

.footer-logo h3{
    margin-bottom:5px;
    font-size:30px;
}

.footer-logo span{
    color:#3dd3a6;
    font-size:13px;
}

.about-col p{
    line-height:1.9;
    color:#cde2da;
}

.footer-contact{
    list-style:none;
    margin-top:25px;
}

.footer-contact li{
    margin-bottom:18px;
    color:#dcece7;
}


/*==========================
HEADINGS
==========================*/

.footer-col h4{
    margin-bottom:30px;
    letter-spacing:2px;
    font-size:18px;
}


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

.footer-col ul{
    list-style:none;
}

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

.footer-col ul li a{
    color:#d9ece6;
    text-decoration:none;
    transition:.3s;
}

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


/*==========================
SOCIAL
==========================*/

.social-col p{
    color:#d6ebe4;
    line-height:1.8;
    margin-bottom:30px;
}

.social-icons{
    display:flex;
    gap:12px;
}

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

.social-icons a:hover{
    background:#11a57f;
    transform:translateY(-5px);
}


/*==========================
KEYWORDS
==========================*/

.footer-keywords{
    padding:0 7% 50px;
    border-top:1px solid rgba(255,255,255,.08);
}

.footer-keywords h5{
    color:#34d3a5;
    margin-bottom:25px;
    margin-top:40px;
    letter-spacing:2px;
}

.keyword-tags{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

.keyword-tags a{
    background:rgba(255,255,255,.08);
    color:#fff;
    padding:12px 20px;
    border-radius:40px;
    text-decoration:none;
    transition:.4s;
}

.keyword-tags a:hover{
    background:#0e9774;
}


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

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    padding:30px 7%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.copyright{
    color:#d7e8e2;
}

.bottom-links{
    display:flex;
    gap:30px;
}

.bottom-links a{
    color:#d7e8e2;
    text-decoration:none;
    transition:.3s;
}

.bottom-links a:hover{
    color:#34d3a5;
}


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

@media(max-width:1100px){

.footer-main{
    grid-template-columns:1fr 1fr;
}

.footer-cta h2{
    font-size:50px;
}

}


@media(max-width:768px){

.footer-main{
    grid-template-columns:1fr;
}

.footer-bottom{
    flex-direction:column;
    text-align:center;
}

.bottom-links{
    justify-content:center;
    flex-wrap:wrap;
}

.footer-cta h2{
    font-size:38px;
}

.footer-cta p{
    font-size:16px;
}

}
/*footer css end*/







.mob {
    display: none;
}
.desk {
    display: block;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .desk {
        display: none;
    }
    .mob {
    display: block;
}
}