/*==================================================
        TAGORE COLLEGE PREMIUM CSS V2
        PART 1 - GLOBAL + HEADER
==================================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:Arial,sans-serif;
    background:#f6fbff;
    color:#222;
    overflow-x:hidden;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

section{
    width:100%;
    position:relative;
}

/*========================
      HEADER
========================*/

.tg-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    background:rgba(8,28,78,.82);
    backdrop-filter:blur(16px);
    border-bottom:1px solid rgba(255,255,255,.08);
    transition:.35s;
}

.tg-header.scrolled{
    background:#08204f;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.tg-container{
    max-width:1400px;
    margin:auto;
    padding:14px 28px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/*========================
      LOGO
========================*/

.tg-logo{
    display:flex;
    align-items:center;
    gap:15px;
}

.tg-logo-box{
    width:64px;
    height:64px;
    background:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    box-shadow:0 0 25px rgba(0,170,255,.35);
}

.tg-logo-box img{
    width:50px;
}

.tg-logo-text h2{
    color:#fff;
    font-size:24px;
    font-weight:700;
}

.tg-logo-text p{
    color:#bfe8ff;
    font-size:13px;
    letter-spacing:2px;
}

/*========================
      RIGHT AREA
========================*/

.tg-right{
    display:flex;
    align-items:center;
    gap:20px;
}

/*========================
      BUTTON
========================*/

.tg-btn{
    padding:12px 24px;
    border-radius:40px;
    background:linear-gradient(90deg,#00b8ff,#006eff);
    color:#fff;
    font-weight:700;
    transition:.35s;
    box-shadow:0 12px 28px rgba(0,110,255,.30);
}

.tg-btn:hover{
    transform:translateY(-3px);
}

/*========================
      MENU
========================*/

.tg-navbar{
    display:flex;
    align-items:center;
    gap:28px;
}

.tg-navbar a{
    color:#fff;
    font-size:16px;
    font-weight:600;
    position:relative;
    transition:.3s;
}

.tg-navbar a:hover{
    color:#62d9ff;
}

.tg-navbar a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-6px;
    width:0;
    height:3px;
    border-radius:20px;
    background:#00c8ff;
    transition:.35s;
}

.tg-navbar a:hover::after{
    width:100%;
}

/*========================
    HAMBURGER
========================*/

.tg-menu{
    display:none;
    flex-direction:column;
    gap:5px;
    cursor:pointer;
}

.tg-menu span{
    width:30px;
    height:3px;
    border-radius:20px;
    background:#fff;
    transition:.35s;
}

.tg-menu.active span:nth-child(1){
    transform:rotate(45deg) translate(6px,6px);
}

.tg-menu.active span:nth-child(2){
    opacity:0;
}

.tg-menu.active span:nth-child(3){
    transform:rotate(-45deg) translate(6px,-6px);
}

/*========================
    MOBILE
========================*/

@media(max-width:991px){

.tg-btn{
    display:none;
}

.tg-menu{
    display:flex;
    z-index:100001;
}

.tg-container{
    padding:12px 18px;
}

.tg-logo-box{
    width:56px;
    height:56px;
}

.tg-logo-box img{
    width:42px;
}

.tg-logo-text h2{
    font-size:20px;
}

.tg-logo-text p{
    font-size:11px;
}

.tg-navbar{
    position:fixed;
    top:0;
    right:0;
    width:290px;
    height:100vh;
    background:linear-gradient(180deg,#071731,#0B2EA8);
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:22px;
    padding:110px 30px;
    transform:translateX(100%);
    transition:.4s;
    box-shadow:-15px 0 40px rgba(0,0,0,.30);
}

.tg-navbar.active{
    transform:translateX(0);
}

.tg-navbar a{
    width:100%;
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

}
/*==================================================
        PREMIUM HERO SECTION V2
==================================================*/

.hero{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    padding:130px 20px 90px;
    background:
    linear-gradient(rgba(6,25,75,.75),rgba(10,65,170,.55)),
    url("../images/college.jpg") center center/cover no-repeat;
}

.hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top left,
    rgba(0,183,255,.25),
    transparent 45%),
    radial-gradient(circle at bottom right,
    rgba(255,255,255,.12),
    transparent 40%);
    animation:heroMove 12s ease-in-out infinite alternate;
}

.hero::after{
    content:"";
    position:absolute;
    width:550px;
    height:550px;
    background:rgba(0,170,255,.18);
    border-radius:50%;
    filter:blur(120px);
    right:-120px;
    top:-100px;
}

.hero-content{
    position:relative;
    z-index:5;
    max-width:1200px;
    width:100%;
    text-align:center;
    color:#fff;
}

.hero-badge{
    display:inline-block;
    padding:12px 30px;
    border-radius:50px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.25);
    backdrop-filter:blur(12px);
    color:#fff;
    font-size:16px;
    font-weight:700;
    margin-bottom:25px;
}

.hero-content h1{
    font-size:68px;
    font-weight:800;
    line-height:1.1;
    text-shadow:0 10px 30px rgba(0,0,0,.45);
}

.hero-content h1 span{
    display:block;
    margin-top:12px;
    color:#7adcff;
    font-size:42px;
    letter-spacing:3px;
}

.hero-content p{
    max-width:760px;
    margin:25px auto;
    font-size:21px;
    line-height:1.8;
    color:#eef9ff;
}

/*================ BUTTONS ================*/

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    margin-top:40px;
}

.hero-btn{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    min-width:190px;
    padding:16px 34px;
    border-radius:50px;
    font-size:17px;
    font-weight:700;
    transition:.35s;
}

.hero-primary{
    background:linear-gradient(90deg,#00c8ff,#006dff);
    color:#fff;
    box-shadow:0 18px 40px rgba(0,110,255,.35);
}

.hero-primary:hover{
    transform:translateY(-6px);
}

.hero-secondary{
    background:rgba(255,255,255,.12);
    color:#fff;
    border:1px solid rgba(255,255,255,.30);
    backdrop-filter:blur(12px);
}

.hero-secondary:hover{
    background:#fff;
    color:#0B2EA8;
}

/*================ STATS ================*/

.hero-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-top:70px;
}

.stat-box{
    padding:28px;
    border-radius:22px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,.18);
    transition:.35s;
}

.stat-box:hover{
    transform:translateY(-8px);
    background:rgba(255,255,255,.18);
}

.stat-box h3{
    font-size:38px;
    color:#FFD54F;
    margin-bottom:10px;
}

.stat-box span{
    color:#fff;
    font-size:17px;
}

/*================ ANIMATION ================*/

@keyframes heroMove{

0%{
transform:translateY(0);
}

100%{
transform:translateY(-35px);
}

}

/*================ MOBILE ================*/

@media(max-width:991px){

.hero{
padding:110px 18px 60px;
}

.hero-content h1{
font-size:42px;
}

.hero-content h1 span{
font-size:24px;
letter-spacing:2px;
}

.hero-content p{
font-size:16px;
}

.hero-buttons{
flex-direction:column;
align-items:center;
}

.hero-btn{
width:100%;
max-width:300px;
}

.hero-stats{
grid-template-columns:1fr;
gap:18px;
margin-top:45px;
}

.stat-box{
padding:22px;
}

}
/*==================================================
        PREMIUM SERVICES + NOTICE V2
==================================================*/

/*========================
      SERVICES
========================*/

.services{
    padding:90px 20px;
    background:linear-gradient(180deg,#f8fcff,#edf6ff,#ffffff);
}

.services h2{
    text-align:center;
    font-size:42px;
    font-weight:800;
    color:#0B2EA8;
    margin-bottom:15px;
}

.service-text{
    max-width:750px;
    margin:0 auto 60px;
    text-align:center;
    font-size:18px;
    color:#666;
    line-height:1.8;
}

.service-grid{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.service-card{
    position:relative;
    background:#fff;
    border-radius:25px;
    padding:35px 28px;
    text-align:center;
    overflow:hidden;
    transition:.35s;
    border:1px solid rgba(0,140,255,.10);
    box-shadow:0 15px 40px rgba(0,80,180,.08);
}

.service-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#00c8ff,#005eff);
}

.service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(0,80,180,.18);
}

.service-icon{
    width:78px;
    height:78px;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#00b8ff,#006eff);
    color:#fff;
    font-size:34px;
    box-shadow:0 15px 35px rgba(0,123,255,.30);
    transition:.35s;
}

.service-card:hover .service-icon{
    transform:rotate(10deg) scale(1.12);
}

.service-card h3{
    margin:22px 0 12px;
    color:#0B2EA8;
    font-size:24px;
}

.service-card p{
    color:#666;
    font-size:15px;
    line-height:1.8;
}

/*========================
      NOTICE
========================*/

.notice-section{
    width:min(1200px,92%);
    margin:90px auto;
}

.notice-title{
    padding:18px;
    border-radius:20px 20px 0 0;
    text-align:center;
    color:#fff;
    font-size:30px;
    font-weight:700;
    background:linear-gradient(90deg,#006dff,#00bfff);
}

.notice-box{
    background:#fff;
    border-radius:0 0 20px 20px;
    border:1px solid rgba(0,123,255,.10);
    box-shadow:0 15px 40px rgba(0,80,180,.08);
    height:300px;
    overflow:hidden;
    padding:20px;
}

.notice-box marquee{
    height:260px;
}

.notice-box p{
    background:#f5fbff;
    border-left:5px solid #009dff;
    border-radius:12px;
    padding:14px 18px;
    margin-bottom:14px;
    color:#333;
    transition:.3s;
}

.notice-box p:hover{
    background:#e9f6ff;
    transform:translateX(8px);
}

/*========================
      MOBILE
========================*/

@media(max-width:991px){

.services{
    padding:60px 16px;
}

.services h2{
    font-size:30px;
}

.service-text{
    font-size:16px;
    margin-bottom:35px;
}

.service-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.service-card{
    padding:28px 22px;
}

.notice-title{
    font-size:22px;
}

.notice-box{
    height:220px;
}

.notice-box marquee{
    height:180px;
}

}
/*==================================================
        PREMIUM FOOTER + FINAL EFFECTS
==================================================*/

/*========================
        FOOTER
========================*/

.footer{
    background:linear-gradient(135deg,#04163d,#0B2EA8,#0d5bdb);
    color:#fff;
    padding:80px 20px 25px;
    position:relative;
    overflow:hidden;
}

.footer::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-150px;
    right:-120px;
    filter:blur(80px);
}

.footer-container{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:45px;
    position:relative;
    z-index:2;
}

.footer-box h2{
    font-size:30px;
    margin-bottom:18px;
}

.footer-box h3{
    font-size:22px;
    margin-bottom:18px;
}

.footer-box p{
    color:#dcecff;
    line-height:1.9;
    margin-bottom:12px;
}

.footer-box a{
    display:block;
    color:#fff;
    margin-bottom:12px;
    transition:.3s;
}

.footer-box a:hover{
    color:#7fdcff;
    padding-left:8px;
}

.copyright{
    margin-top:45px;
    border-top:1px solid rgba(255,255,255,.15);
    padding-top:20px;
    text-align:center;
    color:#d8ecff;
}

/*========================
     SCROLL TO TOP
========================*/

.scroll-top{
    position:fixed;
    right:20px;
    bottom:20px;
    width:50px;
    height:50px;
    border-radius:50%;
    background:linear-gradient(135deg,#00b8ff,#006eff);
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    box-shadow:0 12px 30px rgba(0,110,255,.35);
    transition:.35s;
    z-index:999;
}

.scroll-top:hover{
    transform:translateY(-5px) scale(1.08);
}

/*========================
     CUSTOM SCROLLBAR
========================*/

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-track{
    background:#eef7ff;
}

::-webkit-scrollbar-thumb{
    background:linear-gradient(#00b8ff,#005dff);
    border-radius:20px;
}

/*========================
       SELECTION
========================*/

::selection{
    background:#00b8ff;
    color:#fff;
}

/*========================
     FADE ANIMATION
========================*/

.fade-up{
    animation:fadeUp .8s ease both;
}

@keyframes fadeUp{

from{
    opacity:0;
    transform:translateY(40px);
}

to{
    opacity:1;
    transform:translateY(0);
}

}

/*========================
      MOBILE
========================*/

@media(max-width:991px){

.footer{
    padding:60px 18px 20px;
}

.footer-container{
    grid-template-columns:1fr;
    gap:30px;
    text-align:center;
}

.footer-box h2{
    font-size:24px;
}

.footer-box h3{
    font-size:20px;
}

.footer-box p,
.footer-box a{
    font-size:15px;
}

.scroll-top{
    width:45px;
    height:45px;
    right:15px;
    bottom:15px;
}

}

/*========================
 PERFORMANCE FIX
========================*/

html,
body{
    overflow-x:hidden;
}

img{
    max-width:100%;
    height:auto;
}

*{
    -webkit-tap-highlight-color:transparent;
}
.swiper-pagination,
.owl-dots,
.slick-dots{
    display:none !important;
}