
body {
  font-family: 'Inter', sans-serif;111
}




/*==================================Top Bar & Menu====================================*/

/* =========================
   TOP BAR
========================= */

.top-bar{

    background:#273c66;

    color:#fff;

    font-size:15px;

    position:relative;

    z-index:1000;
}

/* CONTACT */

.top-contact{

    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:10px;
}

.top-contact a{

    color:#fff;

    text-decoration:none;

    transition:0.3s ease;
}

.top-contact a:hover{

    color:#00aaff;
}

/* RIGHT */

.topbar-right{

    display:flex;

    justify-content:flex-end;

    align-items:center;
}

/* SOCIAL */

.top-social{

    display:flex;

    align-items:center;

    gap:12px;
}

.top-social a{

    width:36px;

    height:36px;

    border-radius:50%;

    background:rgba(255,255,255,0.12);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    transition:0.4s ease;

    text-decoration:none;
}

.top-social a:hover{

    background:#f85722;

    transform:translateY(-4px);
}

/* =========================
   HEADER
========================= */

.main-header{

    background:#fff;

    position:relative;

    z-index:999;

    box-shadow:
    0 2px 20px rgba(0,0,0,0.04);
}

/* LOGO */

.navbar-brand img{

    height:86px;
}

/* NAVBAR */

.navbar{

    padding:0;
}

.navbar-nav .nav-link{

    color:#394459;

    font-size:17px;

    font-weight:600;

    padding:35px 18px;

    position:relative;

    transition:0.3s ease;
    gap: 20px;
}

/* MENU ITEMS GAP */

.navbar-nav{

    gap:12px;
}

/* NAV LINK SPACING */

.navbar-nav .nav-link{

    padding-left:18px !important;

    padding-right:18px !important;
}

.navbar-nav .nav-link:hover,

.navbar-nav .nav-link.active{

    color:#f85722;
}

/* UNDERLINE */

.navbar-nav .nav-link::after{

    content:"";

    position:absolute;

    left:18px;

    bottom:24px;

    width:0;

    height:2px;

    background:#f85722;

    transition:0.4s ease;
}

.navbar-nav .nav-link:hover::after,

.navbar-nav .nav-link.active::after{

    width:calc(100% - 36px);
}

/* =========================
   MEGA MENU
========================= */

.mega-menu{

    position:relative;
}

/* =========================
   MEGA MENU ALIGN FIX
========================= */

.mega-menu-content{

    position:absolute;

    top:100%;

    left:50%;

    transform:translateX(-50%) translateY(15px);

    width:1000px;

    max-width:95vw;

    background:#fff;

    border-radius:22px;

    padding:35px;

    opacity:0;

    visibility:hidden;

    transition:0.4s ease;

    box-shadow:
    0 20px 60px rgba(0,0,0,0.12);

    z-index:999;
}

/* HOVER */

@media(min-width:992px){

    .mega-menu:hover .mega-menu-content{

        opacity:1;

        visibility:visible;

        transform:translateX(-50%) translateY(0);
    }

}

/* TITLE */

.mega-title{

    margin-bottom:18px;
}

.mega-title a{

    font-size:18px;

    font-weight:700;

    color:#273c66;

    text-decoration:none;
}

/* LIST */

.mega-list{

    list-style:none;

    padding:0;

    margin:0;
}

.mega-list li{

    margin-bottom:10px;
}

.mega-list li a{

    color:#555;

    text-decoration:none;

    transition:0.3s ease;

    display:block;

    padding:8px 12px;

    border-radius:10px;
}

.mega-list li a:hover{

    background:#f85722;

    color:#fff;
}

/* =========================
   BUTTON
========================= */

.premium-nav-btn{

    background:linear-gradient(
        135deg,
        #f85722,
        #ff7b52
    );

    color:#fff;

    padding:14px 30px;

    border-radius:60px;

    text-decoration:none;

    font-weight:700;

    display:inline-flex;

    align-items:center;

    gap:10px;

    transition:0.4s ease;
}

.premium-nav-btn:hover{

    color:#fff;

    transform:translateY(-4px);
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    /* TOPBAR */

    .top-contact{

        justify-content:center;

        text-align:center;
    }

    .topbar-right{

        justify-content:center;
    }

    /* HEADER */

    .navbar-toggler{

        border:none;

        background:#273c66;

        color:#fff;

        padding:10px 14px;

        border-radius:10px;
    }

    .navbar-collapse{

        background:#273c66;

        margin-top:15px;

        padding:20px;

        border-radius:20px;
    }

    .navbar-nav .nav-link{

        color:#fff;

        padding:14px 0;

        border-bottom:
        1px solid rgba(255,255,255,0.08);
    }

    .navbar-nav .nav-link::after{

        display:none;
    }

    /* MEGA MENU */

    .mega-menu-content{

        position:static;

        width:100%;

        opacity:1;

        visibility:visible;

        transform:none;

        display:none;

        background:#1f3156;

        margin-top:12px;

        padding:20px;

        box-shadow:none;
    }

    .mega-menu.mobile-open .mega-menu-content{

        display:block;
    }

    .mega-title a{

        color:#fff;
    }

    .mega-list li a{

        color:#fff;
    }

    .premium-nav-btn{

        width:100%;

        justify-content:center;

        margin-top:20px;
    }
}



/*................slider section...............*/

.hero-slider{
    width:100%;
    overflow:hidden;
}

.carousel-item{
    height:90vh;
    min-height:650px;
    background-size:cover;
    background-position:center center;
    position:relative;
}

.carousel-caption{
    position:absolute;
    left:8%;
    top:50%;
    transform:translateY(-50%);
    bottom:auto;
    max-width:650px;
    text-align:left;
}

.carousel-caption h1{
    font-size:60px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:20px;
}

.carousel-caption p{
    font-size:28px;
    margin-bottom:25px;
}

.hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 28px;
    font-size:16px;
    font-weight:600;
    text-decoration:none;
    border-radius:8px;
}


@media(max-width:991px){

.carousel-item{
    height:75vh;
    min-height:550px;
}

.carousel-caption{
    max-width:80%;
}

.carousel-caption h1{
    font-size:42px;
}

.carousel-caption p{
    font-size:22px;
}

}

@media(max-width:767px){

.carousel-item{
    height:65vh;
    min-height:500px;

    background-position:80% center !important;
}

.carousel-caption{
    left:20px;
    right:20px;
    max-width:100%;
    text-align:center;
}

.carousel-caption h1{
    font-size:28px;
    margin-bottom:12px;
}

.carousel-caption p{
    font-size:16px;
    margin-bottom:18px;
}

.hero-btn{
    padding:10px 20px;
    font-size:14px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    width:20px;
    height:20px;
}

}



/*================================Hero Section Here======================================*/


/* PREMIUM INNER HERO */

.inner-hero{

    position:relative;

    min-height:450px;

    display:flex;

    align-items:center;

    background-size:cover;

    background-position:center center;

    background-repeat:no-repeat;

    overflow:hidden;
}

/* DARK OVERLAY */

.inner-hero .hero-overlay{

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        90deg,
        rgba(15,23,42,.85) 0%,
        rgba(15,23,42,.55) 45%,
        rgba(15,23,42,.25) 100%
    );

    z-index:1;
}

/* CONTENT */

.hero-content{

    position:relative;

    z-index:2;

    max-width:700px;
}

.hero-title{

    color:#fff;

    font-size:58px;

    font-weight:800;

    line-height:1.2;

    margin-bottom:18px;
}

.hero-desc{

    color:rgba(255,255,255,.92);

    font-size:20px;

    line-height:1.8;

    margin-bottom:25px;
}

/* BREADCRUMB */

.custom-breadcrumb{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:14px 22px;

    border-radius:50px;

    background:rgba(255,255,255,.10);

    backdrop-filter:blur(10px);

    margin:0;
}

.custom-breadcrumb a{

    color:#fff;

    text-decoration:none;
}

.custom-breadcrumb .active{

    color:#ff7b42;
}

/* TABLET */

@media(max-width:991px){

    .inner-hero{

        min-height:380px;
    }

    .hero-title{

        font-size:42px;
    }

    .hero-desc{

        font-size:17px;
    }
}

/* MOBILE */

@media(max-width:767px){

    .inner-hero{

        min-height:320px;

        text-align:center;

        background-position:center center;
    }

    .hero-content{

        max-width:100%;
    }

    .hero-title{

        font-size:32px;

        margin-bottom:12px;
    }

    .hero-desc{

        font-size:15px;

        line-height:1.7;

        margin-bottom:18px;
    }

    .custom-breadcrumb{

        padding:10px 15px;

        font-size:13px;

        justify-content:center;
    }
}

/* SMALL MOBILE */

@media(max-width:480px){

    .inner-hero{

        min-height:280px;
    }

    .hero-title{

        font-size:28px;
    }

    .hero-desc{

        font-size:14px;
    }
}




/*.....................................==============================================================.*/

.feature-cards-full {
  margin-top: 0px;   /* slider se chipka hua */
  position: relative;
  z-index: 10;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/* common card */
.feature-card {
  height: 270px;
  background-size: cover;
  background-position: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: 0.4s ease;
}

/* overlay */
.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: 0.4s;
}

/* different overlay colors */
.overlay-1::before { background: rgba(39, 60, 102, 0.85); }
.overlay-2::before { background: rgba(15, 118, 110, 0.85); }
.overlay-3::before { background: rgba(124, 45, 18, 0.85); }
.overlay-4::before { background: rgba(30, 58, 138, 0.85); }

.feature-content {
  position: relative;
  z-index: 2;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feature-content i {
  font-size: 46px;
  margin-bottom: 15px;
  color: #f85722;
}

.feature-content h4 {
  font-size: 20px;
  font-weight: 600;
}

/* hover effect */
.feature-card:hover {
  transform: translateY(-8px);
}

.feature-card:hover::before {
  opacity: 0.95;
}

@media (max-width: 991px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-cards-full {
    margin-top: -60px;
  }
}

@media (max-width: 575px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    height: 220px;
  }
  .feature-cards-full {
    margin-top: -30px;
  }
}


/*.........about section start here............*/


.about-premium {
  padding: 100px 0;
}

.about-wrapper {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* LEFT COLUMN */
.about-left {
  background: url('assets/images/about-bg.jpg') center/cover no-repeat;
  position: relative;
  border-radius: 12px;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.about-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(39, 60, 102, 0.85);
  border-radius: 12px;
}

.about-left-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 60px;
}

.about-tag {
  display: inline-block;
  color: #38bdf8;
  font-weight: 600;
  margin-bottom: 12px;
}

.about-left h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-left p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.theme-btn {
  display: inline-block;
  background: #38bdf8;
  color: #000;
  padding: 14px 34px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.theme-btn:hover {
  background: #fff;
  color: #273c66;
}

/* RIGHT COLUMN */
.about-counters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.counter-card {
  text-align: center;
  padding: 35px 15px;
  border-radius: 10px;
  color: #000;
}

.counter-card h3 {
  font-size: 32px;
  font-weight: 700;
}

.counter-card p {
  margin-top: 5px;
  font-size: 15px;
}

.c1 { background: #fbf8cc; }
.c2 { background: #e9fbd5; }
.c3 { background: #dcf1fd; }

/* IMAGES */
.about-images{

    display:flex;

    gap:25px;

    align-items:center;
}

.about-images img{

    width:50%;

    border-radius:28px;

    box-shadow:
    0 15px 40px rgba(0,0,0,0.10);

    transition:0.6s ease;

    animation:floatImage 4s ease-in-out infinite;
}

.about-images img:nth-child(2){

    animation-delay:2s;
}

.about-images img:hover{

    transform:scale(1.04) rotate(-1deg);

    box-shadow:
    0 20px 55px rgba(0,0,0,0.18);
}

@keyframes floatImage{

    0%{

        transform:translateY(0px);
    }

    50%{

        transform:translateY(-12px);
    }

    100%{

        transform:translateY(0px);
    }
}


@media(max-width:767px){

    .about-images{

        flex-direction:column;
    }

    .about-images img{

        width:100%;
    }
}

.about-images img:first-child {
  height: 319px;
}

.about-images img:last-child {
  height: 319px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .about-wrapper {
    grid-template-columns: 1fr;
  }

  .about-left {
    min-height: 420px;
  }

  .about-counters {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .about-counters {
    grid-template-columns: 1fr;
  }

  .about-images {
    grid-template-columns: 1fr;
  }

  .about-images img {
    height: 220px !important;
  }
}


.about-left {
  position: relative;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* overlay */
.about-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(39 60 102 / 0%);
}

/* content above overlay */
.about-left-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 60px;
}



/*...............University section here.........*/

/* =========================
   PREMIUM SECTION HEADER
========================= */

.premium-section-header{

    position:relative;

    margin-bottom:70px;

    z-index:1;
}

/* TAG */

.premium-section-header .section-tag{

    display:inline-block;

    padding:10px 24px;

    background:rgba(108,192,74,0.12);

    color:#6cc04a;

    font-size:14px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    border-radius:50px;

    margin-bottom:22px;

    position:relative;

    overflow:hidden;
}

/* TAG GLOW */

.premium-section-header .section-tag::before{

    content:"";

    position:absolute;

    top:0;

    left:-100%;

    width:100%;

    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.7),
        transparent
    );

    transition:0.8s;
}

.premium-section-header .section-tag:hover::before{

    left:100%;
}

/* HEADING */

.premium-section-header h2{

    font-size:52px;

    font-weight:800;

    color:#0b1c39;

    line-height:1.2;

    margin-bottom:22px;

    position:relative;
}

/* HIGHLIGHT */

.premium-section-header h2 span{

    color:#6cc04a;

    position:relative;
}

/* UNDERLINE EFFECT */

.premium-section-header h2 span::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:100%;

    height:6px;

    background:rgba(108,192,74,0.25);

    border-radius:20px;
}

/* PARAGRAPH */

.premium-section-header p{

    max-width:760px;

    margin:auto;

    font-size:18px;

    line-height:1.9;

    color:#6b7280;
}

/* MOBILE */

@media(max-width:991px){

    .premium-section-header h2{

        font-size:40px;
    }
}

@media(max-width:767px){

    .premium-section-header{

        margin-bottom:45px;
    }

    .premium-section-header h2{

        font-size:30px;
    }

    .premium-section-header p{

        font-size:15px;

        line-height:1.7;
    }

    .premium-section-header .section-tag{

        font-size:12px;

        padding:8px 18px;
    }
}


/* ===== Popular Universities Section ===== */
.popular-universities {
  padding: 100px 20px;
  background: #f5f7fb;
}

/* Section Header */
.section-header {
  max-width: 650px;
  margin: 0 auto 60px;
}

.section-header .section-tag {
  display: inline-block;
  color: #f85722;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.section-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #273c66;
  margin-bottom: 12px;
}

.section-header p {
  color: #6b7280;
  font-size: 16px;
}

/* Grid */
.popular-universities-carousel {
  display: block;
}


/* Card */
/* =========================   UNIVERSITY CARD PREMIUM  ========================= */



.uni-slider-card{

    background:#fff;

    border-radius:28px;

    overflow:hidden;

    box-shadow:
    0 10px 35px rgba(0,0,0,0.08);

    transition:0.4s ease;

    height:100%;

    display:flex;

    flex-direction:column;
}

/* FIX SLIDER HEIGHT */

.owl-carousel .owl-stage{

    display:flex;
}

.owl-carousel .owl-item{

    display:flex;
}

/* IMAGE */

.uni-slider-image{

    width:100%;

    height:240px;

    overflow:hidden;

    flex-shrink:0;
}

.uni-slider-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

    transition:0.5s ease;
}

/* IMAGE HOVER */

.uni-slider-card:hover .uni-slider-image img{

    transform:scale(1.08);
}

/* CONTENT */

.uni-slider-content{

    padding:24px;

    flex:1;

    display:flex;

    flex-direction:column;

    justify-content:space-between;
}

/* TITLE */

.uni-slider-content h4{

    font-size:22px;

    font-weight:700;

    color:#0b1c39;

    margin-bottom:12px;

    line-height:1.4;

    min-height:35px;
}

/* LOCATION */

.uni-slider-content span{

    display:block;

    font-size:15px;

    color:#777;

    margin-bottom:20px;
}

/* BUTTON */

.uni-slider-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 28px;

    border-radius:50px;

    background:#f85722;

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:0.4s ease;
}

/* BUTTON HOVER */

.uni-slider-btn:hover{

    background:#0b1c39;

    color:#fff;

    transform:translateY(-3px);
}

/* CARD HOVER */

.uni-slider-card:hover{

    transform:translateY(-8px);
}

/* MOBILE */

@media(max-width:767px){

    .uni-slider-image{

        height:210px;
    }

    .uni-slider-content{

        padding:20px;
    }

    .uni-slider-content h4{

        font-size:20px;

        min-height:auto;
    }
}


.uni-slider-desc{

    font-size:15px;

    color:#666;

    line-height:1.7;

    margin-bottom:20px;

    display:-webkit-box;

    -webkit-line-clamp:2;

    -webkit-box-orient:vertical;

    overflow:hidden;

    min-height:52px;
}

/* =========================
   OWL DOTS DESIGN
========================= */

.popular-universities-carousel .owl-dots{

    text-align:center;

    margin-top:35px;
}

/* NORMAL DOT */

.popular-universities-carousel .owl-dot span{

    width:12px;

    height:12px;

    margin:5px;

    background:#cfcfcf !important;

    border-radius:50%;

    display:block;

    transition:0.4s ease;
}

/* ACTIVE DOT */

.popular-universities-carousel .owl-dot.active span{

    width:35px;

    border-radius:30px;

    background:#f85722 !important;
}

/* HOVER */

.popular-universities-carousel .owl-dot:hover span{

    background:#0b1c39 !important;
}



/*.................call to action.................*/

.admission-open-section {
  height: 100vh;          /* 🔑 FULL PAGE */
  width: 100%;
}


.admission-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}


/* LEFT IMAGE */
.admission-left {
  height: 100%;
}

.admission-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* 🔑 full cover */
  max-height: 580px;
}


/* RIGHT SIDE */
.admission-right {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;   /* vertical center */
  max-height: 580px;
}


.admission-overlay {
  position: absolute;
  inset: 0;
  background: rgb(39 60 102 / 8%);
}

.admission-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 80px 60px;
  max-width: 600px;
}


.admission-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.admission-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
}

/* BUTTON */
.admission-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #38bdf8;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s ease;
}

.admission-btn:hover {
  background: #fff;
  color: #273c66;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .admission-open-section {
    height: auto;          /* 🔑 mobile pe natural height */
  }

  .admission-wrapper {
    grid-template-columns: 1fr;
  }

  .admission-left {
    height: 300px;
  }

  .admission-content {
    padding: 60px 30px;
  }
}


/*..............................*/


/* =========================
   PREMIUM COURSE CARD
========================= */

.premium-course-card{

    position:relative;

    background:#fff;

    border-radius:30px;

    overflow:hidden;

    box-shadow:
    0 12px 40px rgba(0,0,0,0.08);

    transition:0.5s ease;

    height:100%;

    display:flex;

    flex-direction:column;
}

/* HOVER */

.premium-course-card:hover{

    transform:translateY(-12px);

    box-shadow:
    0 20px 60px rgba(0,0,0,0.14);
}

/* IMAGE */

.premium-course-img{

    position:relative;

    height:240px;

    overflow:hidden;
}

.premium-course-img img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:0.7s ease;
}

/* IMAGE HOVER */

.premium-course-card:hover .premium-course-img img{

    transform:scale(1.08);
}

/* CONTENT */

.premium-course-content{

    padding:28px;

    flex:1;

    display:flex;

    flex-direction:column;
}

/* BADGES */

.course-badges{

    display:flex;

    gap:10px;

    flex-wrap:wrap;

    margin-bottom:18px;
    justify-content:space-between;
}

.course-badges span{

    padding:8px 16px;

    background:rgba(108,192,74,0.12);

    color:#6cc04a;

    border-radius:50px;

    font-size:13px;

    font-weight:600;
}

/* TITLE */

.premium-course-content h5{

    font-size:21px;

    font-weight:700;

    color:#0b1c39;

    margin-bottom:15px;

    line-height:1.4;
}

/* DESCRIPTION */

.premium-course-content p{

    color:#6b7280;

    font-size:15px;

    line-height:1.8;

    margin-bottom:25px;

    flex:1;
}

/* BUTTON */

.course-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:13px 28px;

    border-radius:50px;

    background:#0b1c39;

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:0.4s ease;
}

/* BUTTON HOVER */

.course-btn:hover{

    background:#6cc04a;

    color:#fff;

    transform:translateY(-3px);
}

/* MOBILE */

@media(max-width:767px){

    .premium-course-img{

        height:210px;
    }

    .premium-course-content{

        padding:22px;
    }

    .premium-course-content h5{

        font-size:20px;
    }
} 



/* =========================
   PREMIUM BUTTON
========================= */

.premium-course-btn{

    position:relative;

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:16px 38px;

    background:linear-gradient(
        135deg,
        #6cc04a,
        #4ea52b
    );

    color:#fff;

    font-size:16px;

    font-weight:700;

    text-decoration:none;

    border-radius:60px;

    overflow:hidden;

    transition:0.5s ease;

    box-shadow:
    0 12px 35px rgba(108,192,74,0.35);
}

/* ICON */

.premium-course-btn i{

    font-size:18px;

    transition:0.4s ease;
}

/* HOVER */

.premium-course-btn:hover{

    transform:translateY(-6px);

    color:#fff;

    box-shadow:
    0 18px 45px rgba(108,192,74,0.45);
}

/* ICON MOVE */

.premium-course-btn:hover i{

    transform:translateX(6px);
}

/* SHINE EFFECT */

.premium-course-btn::before{

    content:"";

    position:absolute;

    top:0;

    left:-100%;

    width:100%;

    height:100%;

    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.4),
        transparent
    );

    transition:0.8s;
}

.premium-course-btn:hover::before{

    left:100%;
}

/* MOBILE */

@media(max-width:767px){

    .premium-course-btn{

        padding:14px 30px;

        font-size:15px;
    }
}


/*..................................*/


/* =========================
   PREMIUM FAQ SECTION
========================= */

.faq-section{

    position:relative;

    background:
    linear-gradient(
        135deg,
        #f8fbff,
        #eef5ff
    );

    overflow:hidden;

    padding:100px 0;
}

/* =========================
   PREMIUM HEADING
========================= */

.faq-left .section-tag{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 24px;

    background:rgba(108,192,74,0.12);

    color:#6cc04a;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:22px;
}

/* HEADING */

.faq-left .section-title{

    font-size:56px;

    font-weight:800;

    line-height:1.15;

    color:#0b1c39;

    margin-bottom:22px;

    position:relative;
}

/* HIGHLIGHT */

.faq-left .section-title span{

    color:#6cc04a;

    position:relative;
}

.faq-left .section-title span::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:100%;

    height:8px;

    background:rgba(108,192,74,0.22);

    border-radius:20px;
}

/* DESCRIPTION */

.faq-left .section-desc{

    font-size:17px;

    line-height:1.9;

    color:#6b7280;

    max-width:560px;
}

/* =========================
   FAQ ITEM
========================= */

.faq-item{

    background:#fff;

    border-radius:22px;

    margin-bottom:18px;

    overflow:hidden;

    box-shadow:
    0 12px 35px rgba(0,0,0,0.06);

    transition:0.4s ease;
}

.faq-item:hover{

    transform:translateY(-4px);
}

.faq-question{

    width:100%;

    border:none;

    background:none;

    padding:24px 28px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    font-size:18px;

    font-weight:700;

    color:#0b1c39;

    cursor:pointer;
}

/* ICON */

.faq-icon{

    width:40px;

    height:40px;

    border-radius:50%;

    background:#f85722;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    transition:0.4s ease;
}

.faq-item.active .faq-icon{

    background:#0b1c39;

    transform:rotate(180deg);
}

/* ANSWER */

.faq-answer{

    display:none;

    padding:0 28px 24px;

    color:#6b7280;

    line-height:1.9;

    font-size:15px;
}

.faq-item.active .faq-answer{

    display:block;
}

/* =========================
   VIDEO BOX
========================= */

.faq-video-box{

    position:relative;

    height:500px;

    border-radius:35px;

    overflow:hidden;

    box-shadow:
    0 20px 60px rgba(0,0,0,0.14);
}

/* VIDEO IMAGE */

.faq-video-bg{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:0.7s ease;
}

/* HOVER */

.faq-video-box:hover .faq-video-bg{

    transform:scale(1.08);
}

/* OVERLAY */

.faq-video-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(
        to top,
        rgba(11,28,57,0.7),
        rgba(11,28,57,0.25)
    );
}

/* PLAY BUTTON */

.video-play-btn{

    position:absolute;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    width:90px;

    height:90px;

    border:none;

    border-radius:50%;

    background:#f85722;

    color:#fff;

    font-size:34px;

    z-index:2;

    cursor:pointer;

    transition:0.4s ease;

    animation:pulse 2s infinite;
}

.video-play-btn:hover{

    background:#fff;

    color:#0b1c39;

    transform:translate(-50%,-50%) scale(1.08);
}

/* PULSE */

@keyframes pulse{

    0%{

        box-shadow:
        0 0 0 0 rgba(108,192,74,0.6);
    }

    70%{

        box-shadow:
        0 0 0 25px rgba(108,192,74,0);
    }

    100%{

        box-shadow:
        0 0 0 0 rgba(108,192,74,0);
    }
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .faq-left .section-title{

        font-size:42px;
    }

    .faq-video-box{

        height:400px;
    }
}

@media(max-width:767px){

    .faq-section{

        padding:70px 0;
    }

    .faq-left .section-title{

        font-size:32px;
    }

    .faq-question{

        font-size:16px;

        padding:20px;
    }

    .faq-answer{

        padding:0 20px 20px;
    }

    .faq-video-box{

        height:300px;

        border-radius:25px;
    }

    .video-play-btn{

        width:75px;

        height:75px;

        font-size:26px;
    }
}






/*..............testimonial...................*/

/* =========================
   TESTIMONIAL SECTION
========================= */

.premium-testimonial-section{

    padding:100px 0;

    background:#f8fbff;
}

/* CARD */

.testimonial-card{

    background:#fff;

    border-radius:28px;

    padding:30px;

    box-shadow:
    0 10px 35px rgba(0,0,0,0.08);

    transition:0.4s ease;

    width:100%;

    height:100%;

    min-height:320px;

    display:flex;

    flex-direction:column;

    justify-content:space-between;
}

.testimonial-card:hover{

    transform:translateY(-8px);
}

/* TOP */

.testimonial-top{

    display:flex;

    align-items:center;

    gap:16px;

    margin-bottom:20px;
}

/* IMAGE */

.testimonial-top img{

    width:70px !important;

    min-width:70px !important;

    max-width:70px !important;

    height:70px;

    border-radius:50%;

    object-fit:cover;

    display:block;

    flex-shrink:0;
}

/* NAME */

.testimonial-top h4{

    font-size:22px;

    font-weight:700;

    color:#0b1c39;

    margin-bottom:4px;
}

.testimonial-top span{

    color:#6cc04a;

    font-size:14px;

    font-weight:600;
}

/* TEXT */

.testimonial-card p{

    font-size:15px;

    line-height:1.9;

    color:#6b7280;

    margin-bottom:25px;

    flex-grow:1;
}

/* RATING */

.testimonial-rating{

    color:#ffb400;

    font-size:20px;

    letter-spacing:3px;
}

.testimonial-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 18px 45px rgba(0,0,0,0.12);
}

/* DOTS */

.testimonial-carousel .owl-dots{

    text-align:center;

    margin-top:40px;
}

.testimonial-carousel .owl-dot span{

    width:12px;

    height:12px;

    background:#ccc !important;

    border-radius:50%;

    margin:5px;

    transition:0.4s ease;
}

.testimonial-carousel .owl-dot.active span{

    width:35px;

    border-radius:30px;

    background:#6cc04a !important;
}

.testimonial-carousel .owl-stage{

    display:flex;
}

.testimonial-carousel .owl-item{

    display:flex;

    height:auto;
}


@media(max-width:767px){

    .testimonial-card{

        min-height:auto;

        padding:24px;
    }

    .testimonial-top h4{

        font-size:18px;
    }
}









/*............Footer Here............*/


.edu-footer {
  position: relative;
  background: url("assets/images/footer-bg.jpg") center/cover no-repeat;
  padding: 70px 0 0;
  color: #cfd8e3;
}

.footer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 40, 0.92);
}

/* Widgets */
.footer-widget {
  position: relative;
}

.footer-logo {
  width: 100px;
  margin-bottom: 20px;
}

.footer-widget p {
  font-size: 15px;
  line-height: 1.7;
}

/* Titles */
.footer-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
  background: #ff5722;
  border-radius: 2px;
}

/* Lists */
.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-widget ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

.footer-links li {
  position: relative;
  padding-left: 20px;
}

.footer-links li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #ff5722;
}

.footer-contact li::before {
  display: none !important;
}


.footer-links li:not(:has(i))::before {
  content: "›";
}

.footer-widget ul li a {
  color: #cfd8e3;
  text-decoration: none;
  transition: 0.3s;
}

.footer-widget ul li a:hover {
  color: #ff5722;
  padding-left: 5px;
}

/* Contact */
.footer-contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.footer-contact i {
  color: #ff5722;
  margin-top: 4px;
}

/* Social */
.footer-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1);
  color: #fff;
  margin-right: 8px;
  transition: 0.3s;
  margin-left: 12px;
    margin-top: 20px;
}

.footer-social a:hover {
  background: #ff5722;
}

/* Bottom Bar */
.footer-bottom {
  margin-top: 60px;
  padding: 20px 0;
  background: rgba(0,0,0,0.4);
  position: relative;
  z-index: 3;   /* 🔑 overlay ke upar */
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .text-md-end {
    text-align: center !important;
    margin-top: 10px;
  }
}


/* =========================
   FOOTER POLICY LINKS
========================= */

.footer-policy-links{

    display:flex;

    justify-content:end;

    align-items:center;

    gap:22px;

    flex-wrap:wrap;
}

/* LINKS */

.footer-policy-links a{

    position:relative;

    color:#fff;

    font-size:15px;

    font-weight:500;

    text-decoration:none;

    transition:0.4s ease;
}

/* HOVER */

.footer-policy-links a:hover{

    color:#ff5722;
}

/* UNDERLINE EFFECT */

.footer-policy-links a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-5px;

    width:0;

    height:2px;

    background:#ff5722;

    transition:0.4s ease;
}

.footer-policy-links a:hover::after{

    width:100%;
}

/* MOBILE */

@media(max-width:767px){

    .footer-policy-links{

        justify-content:center;

        gap:15px;

        margin-top:10px;
    }

    .footer-policy-links a{

        font-size:14px;
    }
}




/*...............Breathcrum page here............*/


/* =========================
   PREMIUM PAGE HERO
========================= */

.page-hero{

    position:relative;

    padding:150px 0 90px;

    overflow:hidden;

    background:
    linear-gradient(
        135deg,
        rgba(20,30,60,0.9),
        rgba(39,60,102,0.20)
    ),
    url("https://images.pexels.com/photos/207691/pexels-photo-207691.jpeg");

    background-size:cover;

    background-position:center;

    background-attachment:fixed;

    z-index:1;
}

/* OVERLAY */

.page-hero .hero-overlay{

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        180deg,
        rgba(0,0,0,0.08),
        rgba(0,0,0,0.20)
    );

    z-index:1;
}

/* CONTENT */

.page-hero .container{

    position:relative;

    z-index:3;
}

/* SUB TITLE */

.hero-subtitle{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 22px;

    border-radius:60px;

    background:rgba(255,255,255,0.10);

    border:1px solid rgba(255,255,255,0.15);

    backdrop-filter:blur(10px);

    color:#fff;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:28px;
}

.hero-subtitle::before{

    content:"";

    width:10px;

    height:10px;

    border-radius:50%;

    background:#f85722;
}

/* TITLE */

.hero-title{

    font-size:55px;

    font-weight:900;

    line-height:1.15;

    color:#fff;

    margin-bottom:28px;

    letter-spacing: 2px;

    max-width:850px;
}

/* GRADIENT TEXT */

.hero-title span{

    background:
    linear-gradient(
        90deg,
        #f85722,
        #ffb199
    );

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;
}

/* DESCRIPTION */

.hero-desc{

    font-size:19px;

    line-height:1.9;

    color:rgba(255,255,255,0.88);

    max-width:720px;

    margin-bottom:35px;
}

/* BREADCRUMB */

.breadcrumb{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:14px 24px;

    border-radius:60px;

    background:rgba(255,255,255,0.08);

    border:1px solid rgba(255,255,255,0.12);

    backdrop-filter:blur(10px);
}

.breadcrumb a{

    color:#fff;

    text-decoration:none;

    transition:0.3s ease;

    font-weight:500;
}

.breadcrumb a:hover{

    color:#f85722;
}

.breadcrumb-item.active{

    color:#f85722;
}

/* FLOATING SHAPES */

.page-hero .hero-shape{

    position:absolute;

    border-radius:50%;

    background:rgba(255,255,255,0.06);

    z-index:2;

    animation:floatHero 6s ease-in-out infinite;
}

.page-hero .shape-1{

    width:120px;

    height:120px;

    top:18%;

    right:10%;
}

.page-hero .shape-2{

    width:70px;

    height:70px;

    bottom:18%;

    right:20%;

    animation-delay:1s;
}

.page-hero .shape-3{

    width:180px;

    height:180px;

    bottom:-60px;

    left:-60px;

    animation-delay:2s;
}

/* ANIMATION */

@keyframes floatHero{

    0%{

        transform:translateY(0px);
    }

    50%{

        transform:translateY(-18px);
    }

    100%{

        transform:translateY(0px);
    }
}

/* RESPONSIVE */

@media(max-width:991px){

    .page-hero{

        padding:150px 0 100px;

        background-attachment:scroll;
    }

    .hero-title{

        font-size:54px;
    }

    .hero-desc{

        font-size:17px;
    }
}

@media(max-width:576px){

    .page-hero{

        padding:130px 0 80px;
    }

    .hero-title{

        font-size:38px;

        line-height:1.3;
    }

    .hero-desc{

        font-size:15px;

        line-height:1.8;
    }

    .breadcrumb{

        flex-wrap:wrap;

        gap:8px;

        padding:12px 18px;
    }

    .hero-subtitle{

        font-size:12px;

        padding:8px 16px;
    }
}




/*...............university listing pahe here............*/


/* =========================
   UNIVERSITY LISTING
========================= */

.university-listing-section{

    padding:120px 0;

    background:
    linear-gradient(
        180deg,
        #f8fbff 0%,
        #eef4ff 100%
    );

    position:relative;

    overflow:hidden;
}

/* BACKGROUND SHAPES */

.university-listing-section::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(248,87,34,0.08);

    top:-120px;

    left:-120px;
}

.university-listing-section::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    border-radius:50%;

    background:rgba(39,60,102,0.08);

    bottom:-120px;

    right:-120px;
}

/* =========================
   SECTION HEADING
========================= */

.section-heading{

    margin-bottom:70px;

    position:relative;

    z-index:2;
}

.section-heading .sub-title{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(248,87,34,0.12);

    color:#f85722;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;
}

.section-heading h2{

    font-size:52px;

    font-weight:900;

    color:#1c274c;

    margin:22px 0 18px;

    line-height:1.2;
}

.section-heading p{

    color:#667085;

    max-width:700px;

    margin:auto;

    font-size:17px;

    line-height:1.9;
}

/* =========================
   UNIVERSITY CARD
========================= */

.university-card{

    position:relative;

    background:#fff;

    border-radius:28px;

    overflow:hidden;

    height:100%;
    display:flex;
    flex-direction:column;

    transition:0.45s ease;

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);

    border:1px solid rgba(0,0,0,0.04);

    z-index:2;
}

.university-card:hover{

    transform:translateY(-12px);

    box-shadow:
    0 30px 80px rgba(0,0,0,0.12);
}

/* IMAGE */

.university-img{

    position:relative;

    overflow:hidden;
}

.university-img img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:0.6s ease;
}

.university-card:hover .university-img img{

    transform:scale(1.08);
}

/* OVERLAY */

.university-img::after{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:120px; /* sirf niche overlay */

/*    background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.05));*/
    z-index:1;
}

/* RANKING */

.university-img .ranking{

    position:absolute;

    top:18px;

    left:18px;

    z-index:2;

    padding:8px 18px;

    border-radius:50px;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff8a5c
    );

    color:#fff;

    font-size:14px;

    font-weight:700;

    box-shadow:
    0 8px 20px rgba(248,87,34,0.35);
}

/* RANKING & BADGE FIX */

.university-img .ranking,
.uni-badge{

    z-index:2;
}

/* TOP BADGE */

.uni-badge{

    position:absolute;

    bottom:200px;

    right:18px;

    z-index:2;

    background:rgba(255,255,255,0.18);

    backdrop-filter:blur(10px);

    padding:8px 16px;

    border-radius:50px;

    color:#fff;

    font-size:13px;

    font-weight:600;
}

/* CONTENT */

.university-content{

    padding-top:20px;
    flex:1;

    display:flex;

    flex-direction:column;
    text-align: left;
}

.university-content h4{

    font-size:22px;

    font-weight:800;

    color:#1c274c;

    margin-bottom:12px;

    line-height:1.4;
}

/* LOCATION */

.location{

    display:flex;

    align-items:center;

    gap:10px;

    color:#f85722;

    font-size:15px;

    font-weight:600;

    margin-bottom:18px;
}

.location i{

    width:35px;

    height:35px;

    border-radius:50%;

    background:rgba(248,87,34,0.12);

    display:flex;

    align-items:center;

    justify-content:center;
}

/* DESCRIPTION */

.desc{

    font-size:14px;

    line-height:1.9;

    color:#667085;

    margin-bottom:10px;
    min-height:90px;
}

/* INFO BOX */

.uni-info{

    display:flex;

    gap:15px;

    margin-bottom:28px;
}

.uni-info-box{

    flex:1;

    background:#f8fbff;

    border-radius:18px;

    padding:15px;

    text-align:center;
}

.uni-info-box h5{

    font-size:22px;

    font-weight:800;

    color:#1c274c;

    margin-bottom:5px;
}

.uni-info-box span{

    font-size:13px;

    color:#667085;
}

/* FOOTER */

.card-footer{

    display:flex;
    margin-top:auto;

    align-items:center;

    justify-content:space-between;

    border:none;

    padding:0;

    background:none;
}

.courses{

    font-size:15px;

    font-weight:700;

    color:#1c274c;
}

/* BUTTON */

.btn-view{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:14px 24px;

    border-radius:50px;

    background:
    linear-gradient(
        135deg,
        #273c66,
        #1d3557
    );

    color:#fff;

    font-size:14px;

    font-weight:700;

    text-decoration:none;

    transition:0.4s ease;
    white-space:nowrap;
}

.btn-view:hover{

    color:#fff;

    transform:translateY(-4px);

    box-shadow:
    0 12px 30px rgba(39,60,102,0.25);
}

.btn-view i{

    transition:0.4s ease;
}

.btn-view:hover i{

    transform:translateX(4px);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .section-heading h2{

        font-size:40px;
    }

    .university-content h4{

        font-size:24px;
    }
}

@media(max-width:576px){

    .university-listing-section{

        padding:80px 0;
    }

    .section-heading h2{

        font-size:30px;
    }

    .section-heading p{

        font-size:15px;
    }

    .university-img img{

        height:220px;
    }

    .university-content{

        padding:22px;
    }

    .card-footer{

        flex-direction:column;

        align-items:flex-start;

        gap:18px;
    }

    .btn-view{

        width:100%;

        justify-content:center;
    }
}


/*....................courses listing here.............*/


/* HERO */
.courses-hero {
  background: url("https://study-domain.com/wp-content/uploads/2019/10/Low-Tuition-Universities-in-Luxembourg-with-Tuition-Fees.jpg") center/cover no-repeat;
}




/* =========================
   COURSE LISTING SECTION
========================= */

.course-listing-section{

    padding:120px 0;

    background:
    linear-gradient(
        180deg,
        #f8fbff 0%,
        #eef4ff 100%
    );

    position:relative;

    overflow:hidden;
}

/* BACKGROUND SHAPES */

.course-listing-section::before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    border-radius:50%;

    background:rgba(248,87,34,0.08);

    top:-180px;

    left:-120px;
}

.course-listing-section::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    border-radius:50%;

    background:rgba(39,60,102,0.08);

    bottom:-120px;

    right:-100px;
}

/* =========================
   SECTION HEADING
========================= */

.section-heading{

    margin-bottom:70px;

    position:relative;

    z-index:2;
}

.section-heading .sub-title{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(248,87,34,0.12);

    color:#f85722;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:20px;
}

.section-heading h2{

    font-size:54px;

    font-weight:900;

    color:#1c274c;

    line-height:1.2;

    margin-bottom:18px;
}

.section-heading p{

    max-width:650px;

    margin:auto;

    color:#667085;

    font-size:17px;

    line-height:1.9;
}

/* =========================
   FILTER BUTTONS
========================= */

.sub-category-filter{

    margin-bottom:60px;

    position:relative;

    z-index:2;
}

.sub-category-filter a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:14px 28px;

    border-radius:50px;

    background:#fff;

    border:1px solid rgba(0,0,0,0.08);

    color:#1c274c;

    font-size:15px;

    font-weight:700;

    text-decoration:none;

    transition:0.4s ease;

    margin:6px;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.05);
}

.sub-category-filter a:hover{

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff9a6c
    );

    color:#fff;

    transform:translateY(-4px);

    box-shadow:
    0 18px 40px rgba(248,87,34,0.25);
}

/* =========================
   COURSE CARD
========================= */

.course-card{

    position:relative;

    background:#fff;

    border-radius:30px;

    overflow:hidden;

    height:100%;

    transition:0.45s ease;

    border:1px solid rgba(0,0,0,0.05);

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);

    z-index:2;
}

/* HOVER */

.course-card:hover{

    transform:translateY(-12px);

    box-shadow:
    0 30px 70px rgba(0,0,0,0.12);
}

/* IMAGE */

.course-img{

    position:relative;

    overflow:hidden;
}

.course-img img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:0.5s ease;
}

.course-card:hover .course-img img{

    transform:scale(1.08);
}

/* TAG */

.course-tag{

    position:absolute;

    top:18px;

    left:18px;

    padding:10px 18px;

    border-radius:50px;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff9a6c
    );

    color:#fff;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    box-shadow:
    0 12px 30px rgba(248,87,34,0.28);
}

/* CONTENT */

.course-content{

    padding:35px 30px;
}

/* TITLE */

.course-content h4{

    font-size:28px;

    font-weight:800;

    color:#1c274c;

    line-height:1.4;

    margin-bottom:15px;

    min-height:55px;
}

/* META */

.course-meta{

    display:flex;

    align-items:center;

    gap:10px;

    color:#f85722;

    font-size:15px;

    font-weight:700;

    margin-bottom:18px;
}

.course-meta i{

    font-size:16px;
}

/* DESCRIPTION */

.course-desc{

    color:#667085;

    font-size:15px;

    line-height:1.9;

    margin-bottom:5px;

    min-height:75px;
}

/* FOOTER */

.course-footer{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:15px;

    flex-wrap:wrap;

    padding-top:20px;

    border-top:1px solid #eef2f7;
}

/* PRICE */

.course-price{

    font-size:18px;

    font-weight:800;

    color:#1c274c;
}

/* BUTTON */

.btn-course{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:14px 26px;

    border-radius:50px;

    background:
    linear-gradient(
        135deg,
        #273c66,
        #1d3557
    );

    color:#fff;

    font-size:14px;

    font-weight:700;

    text-decoration:none;

    transition:0.4s ease;
}

.btn-course:hover{

    color:#fff;

    transform:translateY(-4px);

    box-shadow:
    0 15px 35px rgba(39,60,102,0.28);
}

/* NO COURSE */

.no-course{

    text-align:center;

    font-size:24px;

    font-weight:700;

    color:#1c274c;

    margin-top:30px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .course-listing-section{

        padding:90px 0;
    }

    .section-heading h2{

        font-size:42px;
    }

    .course-content{

        padding:30px 25px;
    }

    .course-content h4{

        font-size:24px;

        min-height:auto;
    }
}

@media(max-width:576px){

    .course-listing-section{

        padding:70px 0;
    }

    .section-heading h2{

        font-size:32px;
    }

    .section-heading p{

        font-size:15px;
    }

    .course-card{

        border-radius:24px;
    }

    .course-img img{

        height:220px;
    }

    .course-content{

        padding:24px 20px;
    }

    .course-desc{

        min-height:auto;
    }

    .course-footer{

        flex-direction:column;

        align-items:flex-start;
    }

    .btn-course{

        width:100%;
    }
}




/*....................about page here.....................*/


.about-hero {
  position: relative;
  background-image: url("https://kelley.iu.edu/images/bloomington/background/ksb-ugrad-advising-appt-banner-1800x600.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 140px 0 110px;
  color: #fff;
}

.about-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.4)
  );
}

.about-hero .container {
  position: relative;
  z-index: 2;
}

.about-hero .hero-title {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 10px;
}

.about-hero .hero-desc {
  font-size: 18px;
  max-width: 560px;
  opacity: 0.9;
}

/* Breadcrumb */
.about-hero .breadcrumb {
  display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 24px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.about-hero .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.about-hero .breadcrumb-item.active {
  color: #ddd;
}

.about-intro-section {
  padding: 40px 0;
  background: #ffffff;
}

.about-intro-section .sub-title {
  color: #f85722;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
}

.about-intro-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0 20px;
}

.about-intro-section p {
  font-size: 16px;
  color: #555;
  line-height: 1.4;
}

.about-img img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

/* Primary button */
.btn-main {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: #f85722;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  border:#fff;
}

.btn-main:hover {
  background: #0d6efd;
}

.btn-main.light {
  background: #fff;
  color: #000;
}

.btn-main.light:hover {
  background: #000;
  color: #fff;
}


.mission-section {
  padding: 90px 0;
  background: #f8f9fc;
}

.mission-card {
  background: #fff;
  padding: 40px;
  border-radius: 22px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.08);
  height: 100%;
}

.mission-card h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.mission-card p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}


.why-choose-section {
  padding: 100px 0;
  background: #ffffff;
}

.why-choose-section .section-heading {
  margin-bottom: 60px;
}

.choose-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0,0,0,0.07);
  transition: 0.4s;
  height: 100%;
}

.choose-card i {
  font-size: 42px;
  color: #f85722;
  margin-bottom: 20px;
}

.choose-card h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.choose-card p {
  font-size: 15px;
  color: #555;
}

.choose-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}


.stats-section {
  padding: 90px 0;
  background: linear-gradient(90deg, #f85722, #ae2f05);
  color: #fff;
}

.stats-section h3 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 5px;
}

.stats-section p {
  font-size: 15px;
  letter-spacing: 0.5px;
}


.about-cta {
  padding: 100px 0;
  background: #f85722;
  color: #fff;
}

.about-cta h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
}

.about-cta p {
  font-size: 17px;
  opacity: 0.9;
}

@media (max-width: 992px) {
  .about-hero .hero-title {
    font-size: 42px;
  }

  .about-intro-section h2 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .about-hero {
    padding: 110px 0 90px;
  }

  .about-hero .hero-title {
    font-size: 32px;
  }

  .about-intro-section {
    padding: 70px 0;
  }

  .why-choose-section {
    padding: 70px 0;
  }
}



/*............Contact page...................*/

/* HERO */
.contact-hero {
  position: relative;
  padding: 140px 0 110px;
  background: url("https://studentportal.gu.se/sites/default/files/styles/100_10_5_xlarge_1x/public/2023-02/Goteborgs-Universitet-vintern-2022-Fotograf-NatalieGreppi-tryck-28.jpg?h=a51a5cf9&itok=TT4nWonp") center/cover no-repeat;
  color: #fff;
}

.contact-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
}

.contact-hero .container {
  position: relative;
  z-index: 2;
}

.contact-hero .hero-title {
  font-size: 56px;
  font-weight: 800;
}

.contact-hero .hero-desc {
  font-size: 18px;
  opacity: 0.9;
}

/* INFO CARDS */
.contact-info-section {
  padding: 80px 0;
  background: #f8f9fc;
}

.contact-info-card {
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: 0.4s;
}

.contact-info-card i {
  font-size: 38px;
  color: #f85722;
  margin-bottom: 15px;
}

.contact-info-card:hover {
  transform: translateY(-12px);
}

/* FORM */
.contact-form-section {
  padding: 100px 0;
}

.contact-image img {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.contact-form-box {
  background: #fff;
  padding: 50px;
  border-radius: 25px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.1);
}

.contact-form-box h2 {
  font-size: 36px;
  font-weight: 800;
}

.contact-form-box p {
  color: #555;
  margin-bottom: 25px;
}

/* MAP */
.contact-map iframe {
  width: 100%;
  height: 450px;
  border: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-hero .hero-title {
    font-size: 34px;
  }
  .contact-form-box {
    padding: 35px;
  }
}




/*.................University details pahe....................*/


.university-hero {
  background: url("https://www.belmont.edu/stories/articles/2024/_images/banner-yardbarkercampus.jpg") center/cover no-repeat;
}

/* Overview */
/* =========================
   UNIVERSITY OVERVIEW
========================= */

.university-overview{

    padding:120px 0;

    background:
    linear-gradient(
        180deg,
        #f8fbff 0%,
        #eef4ff 100%
    );

    position:relative;

    overflow:hidden;
}

/* BACKGROUND SHAPES */

.university-overview::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(248,87,34,0.08);

    top:-150px;

    left:-120px;
}

.university-overview::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    border-radius:50%;

    background:rgba(39,60,102,0.08);

    bottom:-120px;

    right:-100px;
}

/* =========================
   IMAGE
========================= */

.university-image{

    position:relative;

    border-radius:35px;

    overflow:hidden;

    box-shadow:
    0 30px 80px rgba(0,0,0,0.12);

    z-index:2;
}

.university-image img{

    width:100%;

    height:650px;

    object-fit:cover;

    transition:0.6s ease;
}

.university-image:hover img{

    transform:scale(1.05);
}

/* OVERLAY */

.university-image::after{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:
    linear-gradient(
        to top,
        rgba(0,0,0,0.40),
        rgba(0,0,0,0.05)
    );
}

/* BADGE */

.university-image::before{

    content:"Top Ranked University";

    position:absolute;

    top:25px;

    left:25px;

    z-index:2;

    padding:10px 22px;

    border-radius:50px;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff8d61
    );

    color:#fff;

    font-size:14px;

    font-weight:700;

    box-shadow:
    0 12px 30px rgba(248,87,34,0.35);
}

/* =========================
   CONTENT
========================= */

.university-overview .sub-title{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(248,87,34,0.12);

    color:#f85722;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:22px;
}

.university-overview h2{

    font-size:54px;

    font-weight:900;

    color:#1c274c;

    line-height:1.2;

    margin-bottom:25px;
}

.university-overview p{

    font-size:17px;

    line-height:2;

    color:#667085;

    margin-bottom:35px;
}

/* =========================
   INFO BOXES
========================= */

.university-info{

    list-style:none;

    padding:0;

    margin:0 0 40px;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;
}

.university-info li{

    background:#fff;

    padding:22px;

    border-radius:22px;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.06);

    transition:0.4s ease;

    border:1px solid rgba(0,0,0,0.04);

    position:relative;

    overflow:hidden;
}

.university-info li:hover{

    transform:translateY(-6px);

    box-shadow:
    0 18px 45px rgba(0,0,0,0.10);
}

/* TOP LINE */

.university-info li::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:
    linear-gradient(
        90deg,
        #f85722,
        #273c66
    );
}

.university-info li strong{

    display:block;

    font-size:15px;

    color:#f85722;

    margin-bottom:8px;

    font-weight:700;
}

/* =========================
   BUTTON
========================= */

.btn-main{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:18px 38px;

    border-radius:60px;

    background:
    linear-gradient(
        135deg,
        #273c66,
        #1d3557
    );

    color:#fff;

    text-decoration:none;

    font-size:16px;

    font-weight:700;

    transition:0.45s ease;

    box-shadow:
    0 15px 35px rgba(39,60,102,0.25);
}

.btn-main::after{

    content:"→";

    font-size:18px;

    transition:0.4s ease;
}

.btn-main:hover{

    color:#fff;

    transform:translateY(-5px);
}

.btn-main:hover::after{

    transform:translateX(5px);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .university-overview{

        padding:90px 0;
    }

    .university-overview h2{

        font-size:40px;
    }

    .university-image img{

        height:500px;
    }
}

@media(max-width:767px){

    .university-overview h2{

        font-size:32px;
    }

    .university-overview p{

        font-size:15px;
    }

    .university-image img{

        height:350px;
    }

    .university-info{

        grid-template-columns:1fr;
    }

    .btn-main{

        width:100%;

        justify-content:center;
    }
}


/* =========================
   UNIVERSITY META SECTION
========================= */

.university-meta{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:22px;

    margin-top:45px;
}

/* META BOX */

.meta-box{

    position:relative;

    background:#fff;

    border-radius:24px;

    padding:28px 24px;

    overflow:hidden;

    transition:0.45s ease;

    border:1px solid rgba(0,0,0,0.05);

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);
}

/* TOP BORDER EFFECT */

.meta-box::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:
    linear-gradient(
        90deg,
        #f85722,
        #273c66
    );
}

/* HOVER */

.meta-box:hover{

    transform:translateY(-10px);

    box-shadow:
    0 25px 60px rgba(0,0,0,0.12);
}

/* ICON CIRCLE */

.meta-box::after{

    content:"";

    position:absolute;

    width:80px;

    height:80px;

    border-radius:50%;

    background:rgba(248,87,34,0.08);

    right:-20px;

    bottom:-20px;
}

/* TITLE */

.meta-title{

    display:block;

    font-size:14px;

    font-weight:700;

    color:#f85722;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:12px;

    position:relative;

    z-index:2;
}

/* VALUE */

.meta-value{

    display:block;

    font-size:22px;

    font-weight:800;

    color:#1c274c;

    line-height:1.5;

    position:relative;

    z-index:2;

    word-break:break-word;
}

/* =========================
   BUTTON
========================= */

.btn-university{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:18px 36px;

    border-radius:60px;

    background:
    linear-gradient(
        135deg,
        #273c66,
        #1d3557
    );

    color:#fff;

    text-decoration:none;

    font-size:16px;

    font-weight:700;

    transition:0.45s ease;

    box-shadow:
    0 15px 40px rgba(39,60,102,0.25);
}

.btn-university::after{

    content:"↗";

    font-size:18px;

    transition:0.4s ease;
}

.btn-university:hover{

    color:#fff;

    transform:translateY(-5px);

    box-shadow:
    0 25px 55px rgba(39,60,102,0.35);
}

.btn-university:hover::after{

    transform:translateX(5px) translateY(-3px);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

    .university-meta{

        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){

    .university-meta{

        grid-template-columns:repeat(2,1fr);

        gap:18px;
    }

    .meta-box{

        padding:22px 18px;
    }

    .meta-value{

        font-size:18px;
    }
}

@media(max-width:576px){

    .university-meta{

        grid-template-columns:1fr;
    }

    .btn-university{

        width:100%;

        justify-content:center;
    }
}


/* =========================
   UNIVERSITY STATS
========================= */

.university-stats{

    padding:110px 0;

    background:
    linear-gradient(
        135deg,
        #1c274c 0%,
        #273c66 50%,
        #344b7d 100%
    );

    position:relative;

    overflow:hidden;
}

/* BACKGROUND EFFECT */

.university-stats::before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    border-radius:50%;

    background:rgba(255,255,255,0.05);

    top:-180px;

    left:-120px;
}

.university-stats::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    border-radius:50%;

    background:rgba(248,87,34,0.12);

    bottom:-140px;

    right:-100px;
}

/* =========================
   STAT CARD
========================= */

.stat-card{

    position:relative;

    background:rgba(255,255,255,0.08);

    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,0.12);

    border-radius:30px;

    padding:45px 25px;

    overflow:hidden;

    transition:0.45s ease;

    z-index:2;

    height:100%;
}

/* HOVER */

.stat-card:hover{

    transform:translateY(-12px);

    background:rgba(255,255,255,0.12);

    box-shadow:
    0 25px 60px rgba(0,0,0,0.25);
}

/* TOP GLOW */

.stat-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:
    linear-gradient(
        90deg,
        #f85722,
        #ffffff
    );
}

/* ICON */

.stat-icon{

    width:85px;

    height:85px;

    border-radius:50%;

    margin:auto auto 28px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff9a6c
    );

    box-shadow:
    0 15px 35px rgba(248,87,34,0.35);
}

.stat-icon i{

    color:#fff;

    font-size:34px;
}

/* NUMBER */

.stat-card h3{

    font-size:52px;

    font-weight:900;

    color:#fff;

    margin-bottom:15px;

    line-height:1;
}

/* LABEL */

.stat-card p{

    color:rgba(255,255,255,0.80);

    font-size:18px;

    font-weight:500;

    margin:0;

    letter-spacing:1px;
}

/* SMALL GLOW */

.stat-card::after{

    content:"";

    position:absolute;

    width:120px;

    height:120px;

    border-radius:50%;

    background:rgba(255,255,255,0.06);

    right:-30px;

    bottom:-30px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .university-stats{

        padding:90px 0;
    }

    .stat-card{

        padding:38px 20px;
    }

    .stat-card h3{

        font-size:42px;
    }
}

@media(max-width:576px){

    .university-stats{

        padding:70px 0;
    }

    .stat-card{

        border-radius:24px;
    }

    .stat-card h3{

        font-size:36px;
    }

    .stat-card p{

        font-size:16px;
    }

    .stat-icon{

        width:70px;

        height:70px;
    }

    .stat-icon i{

        font-size:28px;
    }
}








/* =========================
   UNIVERSITY COURSES
========================= */

.university-courses{

    padding:120px 0;

    background:
    linear-gradient(
        180deg,
        #f8fbff 0%,
        #eef4ff 100%
    );

    position:relative;

    overflow:hidden;
}

/* BACKGROUND SHAPES */

.university-courses::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(248,87,34,0.08);

    top:-140px;

    left:-120px;
}

.university-courses::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    border-radius:50%;

    background:rgba(39,60,102,0.08);

    bottom:-120px;

    right:-100px;
}

/* =========================
   SECTION HEADING
========================= */

.university-courses .section-heading{

    margin-bottom:70px;

    position:relative;

    z-index:2;
}

.university-courses .sub-title{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(248,87,34,0.12);

    color:#f85722;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:18px;
}

.university-courses h2{

    font-size:52px;

    font-weight:900;

    color:#1c274c;

    line-height:1.2;

    margin-bottom:15px;
}

/* =========================
   COURSE CARD
========================= */

.course-box{

    position:relative;

    background:#fff;

    border-radius:30px;

    padding:40px 35px;

    overflow:hidden;

    height:100%;

    transition:0.45s ease;

    border:1px solid rgba(0,0,0,0.05);

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);

    z-index:2;
}

/* TOP LINE */

.course-box::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:
    linear-gradient(
        90deg,
        #f85722,
        #273c66
    );
}

/* BG CIRCLE */

.course-box::after{

    content:"";

    position:absolute;

    width:130px;

    height:130px;

    border-radius:50%;

    background:rgba(248,87,34,0.06);

    right:-40px;

    bottom:-40px;
}

/* HOVER */

.course-box:hover{

    transform:translateY(-12px);

    box-shadow:
    0 30px 70px rgba(0,0,0,0.12);
}

/* ICON */

.course-icon{

    width:85px;

    height:85px;

    border-radius:24px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:30px;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff9a6c
    );

    box-shadow:
    0 15px 35px rgba(248,87,34,0.30);
}

.course-icon i{

    color:#fff;

    font-size:34px;
}

/* TITLE */

.course-box h5{

    font-size:28px;

    font-weight:800;

    color:#1c274c;

    margin-bottom:18px;

    line-height:1.4;

    position:relative;

    z-index:2;
}

/* DESCRIPTION */

.course-box p{

    color:#667085;

    font-size:14px;

    line-height:1.7;

    margin-bottom:28px;

    position:relative;

    z-index:2;

    min-height:120px;
}

/* BUTTON */

.course-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    text-decoration:none;

    padding:14px 26px;

    border-radius:50px;

    background:
    linear-gradient(
        135deg,
        #273c66,
        #1d3557
    );

    color:#fff;

    font-size:14px;

    font-weight:700;

    transition:0.4s ease;

    position:relative;

    z-index:2;
}

.course-btn:hover{

    color:#fff;

    transform:translateY(-4px);

    box-shadow:
    0 15px 35px rgba(39,60,102,0.25);
}

.course-btn i{

    transition:0.4s ease;
}

.course-btn:hover i{

    transform:translateX(5px);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .university-courses{

        padding:90px 0;
    }

    .university-courses h2{

        font-size:40px;
    }

    .course-box{

        padding:35px 28px;
    }

    .course-box h5{

        font-size:24px;
    }
}

@media(max-width:576px){

    .university-courses{

        padding:70px 0;
    }

    .university-courses h2{

        font-size:30px;
    }

    .course-box{

        border-radius:24px;

        padding:28px 22px;
    }

    .course-box p{

        min-height:auto;
    }

    .course-btn{

        width:100%;

        justify-content:center;
    }
}



/* =========================
   ADMISSION PROCESS
========================= */

.admission-process{

    padding:120px 0;

    background:
    linear-gradient(
        180deg,
        #ffffff 0%,
        #f5f8ff 100%
    );

    position:relative;

    overflow:hidden;
}

/* BACKGROUND SHAPES */

.admission-process::before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    border-radius:50%;

    background:rgba(248,87,34,0.08);

    top:-180px;

    left:-120px;
}

.admission-process::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    border-radius:50%;

    background:rgba(39,60,102,0.08);

    bottom:-140px;

    right:-100px;
}

/* =========================
   SECTION HEADING
========================= */

.admission-process .section-heading{

    margin-bottom:80px;

    position:relative;

    z-index:2;
}

.admission-process .sub-title{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(248,87,34,0.12);

    color:#f85722;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:18px;
}

.admission-process h2{

    font-size:52px;

    font-weight:900;

    color:#1c274c;

    margin-bottom:15px;
}

/* =========================
   PROCESS CARD
========================= */

.process-step{

    position:relative;

    background:#fff;

    border-radius:30px;

    padding:45px 30px;

    text-align:center;

    overflow:hidden;

    height:100%;

    transition:0.45s ease;

    border:1px solid rgba(0,0,0,0.05);

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);

    z-index:2;
}

/* TOP BORDER */

.process-step::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:
    linear-gradient(
        90deg,
        #f85722,
        #273c66
    );
}

/* BIG NUMBER BG */

.process-step::after{

    content:"";

    position:absolute;

    width:130px;

    height:130px;

    border-radius:50%;

    background:rgba(248,87,34,0.06);

    right:-35px;

    bottom:-35px;
}

/* HOVER */

.process-step:hover{

    transform:translateY(-12px);

    box-shadow:
    0 30px 70px rgba(0,0,0,0.12);
}

/* STEP NUMBER */

.process-step span{

    width:90px;

    height:90px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 28px;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff9a6c
    );

    color:#fff;

    font-size:30px;

    font-weight:800;

    box-shadow:
    0 15px 35px rgba(248,87,34,0.30);

    position:relative;

    z-index:2;
}

/* TITLE */

.process-step h6{

    font-size:24px;

    font-weight:800;

    color:#1c274c;

    margin-bottom:15px;

    position:relative;

    z-index:2;
}

/* DESCRIPTION */

.process-step p{

    color:#667085;

    font-size:15px;

    line-height:1.8;

    margin:0;

    position:relative;

    z-index:2;
}

/* CONNECTING LINE */

@media(min-width:992px){

    .process-step{

        position:relative;
    }

    .process-step::marker{

        display:none;
    }

    .col-md-3:not(:last-child) .process-step .step-line{

        position:absolute;

        top:50%;

        right:-60px;

        width:120px;

        height:2px;

        background:
        linear-gradient(
            90deg,
            #f85722,
            #273c66
        );
    }
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .admission-process{

        padding:90px 0;
    }

    .admission-process h2{

        font-size:40px;
    }

    .process-step{

        padding:38px 25px;
    }

    .process-step h6{

        font-size:22px;
    }
}

@media(max-width:576px){

    .admission-process{

        padding:70px 0;
    }

    .admission-process h2{

        font-size:30px;
    }

    .process-step{

        border-radius:24px;

        padding:30px 22px;
    }

    .process-step span{

        width:75px;

        height:75px;

        font-size:24px;
    }

    .process-step h6{

        font-size:20px;
    }
}



/* =========================
   WHY UNIVERSITY SECTION
========================= */

.why-university{

    padding:120px 0;

    background:
    linear-gradient(
        180deg,
        #f7faff 0%,
        #eef4ff 100%
    );

    position:relative;

    overflow:hidden;
}

/* BACKGROUND SHAPES */

.why-university::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(248,87,34,0.08);

    top:-180px;

    left:-120px;
}

.why-university::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    border-radius:50%;

    background:rgba(39,60,102,0.08);

    bottom:-120px;

    right:-100px;
}

/* =========================
   CARD
========================= */

.why-card{

    position:relative;

    background:#fff;

    border-radius:30px;

    padding:50px 35px;

    text-align:center;

    overflow:hidden;

    height:100%;

    transition:0.45s ease;

    border:1px solid rgba(0,0,0,0.05);

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);

    z-index:2;
}

/* TOP LINE */

.why-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:
    linear-gradient(
        90deg,
        #f85722,
        #273c66
    );
}

/* BG CIRCLE */

.why-card::after{

    content:"";

    position:absolute;

    width:140px;

    height:140px;

    border-radius:50%;

    background:rgba(248,87,34,0.06);

    right:-40px;

    bottom:-40px;
}

/* HOVER */

.why-card:hover{

    transform:translateY(-12px);

    box-shadow:
    0 30px 70px rgba(0,0,0,0.12);
}

/* ICON BOX */

.why-card i{

    width:95px;

    height:95px;

    border-radius:28px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 30px;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff9a6c
    );

    color:#fff;

    font-size:36px;

    box-shadow:
    0 18px 40px rgba(248,87,34,0.28);

    transition:0.4s ease;

    position:relative;

    z-index:2;
}

/* ICON HOVER */

.why-card:hover i{

    transform:
    rotateY(180deg)
    scale(1.08);
}

/* TITLE */

.why-card h5{

    font-size:28px;

    font-weight:800;

    color:#1c274c;

    margin-bottom:16px;

    position:relative;

    z-index:2;
}

/* TEXT */

.why-card p{

    font-size:15px;

    color:#667085;

    line-height:1.9;

    margin:0;

    position:relative;

    z-index:2;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .why-university{

        padding:90px 0;
    }

    .why-card{

        padding:40px 28px;
    }

    .why-card h5{

        font-size:24px;
    }
}

@media(max-width:576px){

    .why-university{

        padding:70px 0;
    }

    .why-card{

        border-radius:24px;

        padding:35px 22px;
    }

    .why-card i{

        width:80px;

        height:80px;

        font-size:30px;
    }

    .why-card h5{

        font-size:22px;
    }
}





/* =========================
   UNIVERSITY CTA SECTION
========================= */

.university-cta{

    position:relative;

    padding:130px 0;

    overflow:hidden;

    background:
    linear-gradient(
        135deg,
        #1c274c 0%,
        #273c66 45%,
        #f85722 100%
    );
}

/* OVERLAY */

.university-cta::before{

    content:"";

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        rgba(255,255,255,0.03),
        rgba(255,255,255,0.02)
    );

    z-index:1;
}

/* GLOW EFFECT */

.university-cta::after{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:rgba(255,255,255,0.08);

    top:-180px;

    right:-150px;

    filter:blur(20px);
}

/* CONTENT */

.university-cta .container{

    position:relative;

    z-index:2;
}

/* HEADING */

.university-cta h2{

    font-size:62px;

    font-weight:900;

    color:#fff;

    line-height:1.2;

    margin-bottom:20px;

    letter-spacing:-1px;
}

/* DESCRIPTION */

.university-cta p{

    max-width:720px;

    margin:0 auto 40px;

    color:rgba(255,255,255,0.88);

    font-size:19px;

    line-height:1.9;
}

/* BUTTON */

.university-cta .btn-main{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    padding:18px 42px;

    border-radius:70px;

    background:#fff;

    color:#1c274c;

    font-size:17px;

    font-weight:800;

    text-decoration:none;

    transition:0.4s ease;

    box-shadow:
    0 18px 45px rgba(0,0,0,0.25);
}

/* ICON */

.university-cta .btn-main::after{

    content:"→";

    font-size:20px;

    transition:0.3s ease;
}

/* HOVER */

.university-cta .btn-main:hover{

    transform:translateY(-6px);

    background:#f85722;

    color:#fff;

    box-shadow:
    0 25px 60px rgba(0,0,0,0.35);
}

.university-cta .btn-main:hover::after{

    transform:translateX(5px);
}

/* FLOATING SHAPES */

.university-cta .shape{

    position:absolute;

    border-radius:50%;

    background:rgba(255,255,255,0.08);

    animation:floatShape 6s ease-in-out infinite;
}

.university-cta .shape.one{

    width:90px;

    height:90px;

    top:18%;

    left:10%;
}

.university-cta .shape.two{

    width:60px;

    height:60px;

    bottom:18%;

    left:20%;

    animation-delay:1s;
}

.university-cta .shape.three{

    width:120px;

    height:120px;

    bottom:10%;

    right:12%;

    animation-delay:2s;
}

/* ANIMATION */

@keyframes floatShape{

    0%{

        transform:translateY(0px);
    }

    50%{

        transform:translateY(-18px);
    }

    100%{

        transform:translateY(0px);
    }
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .university-cta{

        padding:100px 0;
    }

    .university-cta h2{

        font-size:46px;
    }

    .university-cta p{

        font-size:17px;
    }
}

@media(max-width:576px){

    .university-cta{

        padding:80px 0;
    }

    .university-cta h2{

        font-size:34px;

        line-height:1.3;
    }

    .university-cta p{

        font-size:15px;

        margin-bottom:30px;
    }

    .university-cta .btn-main{

        width:100%;

        padding:16px 28px;

        font-size:16px;
    }
}









/*................course details page here...............*/


.course-hero {
  position: relative;
  background-image: url("https://proforientator.ru/upload/webp/100/upload/img/publications/stati/gosv-n11.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 140px 0 110px;
  color: #fff;
}

/*==================================
COURSE OVERVIEW PREMIUM
==================================*/

.course-overview{
    position: relative;
    padding: 110px 0;
    background:
    linear-gradient(rgba(248,249,252,0.96), rgba(248,249,252,0.96)),
    url("https://images.unsplash.com/photo-1523240795612-9a054b0db644?q=80&w=1600&auto=format&fit=crop");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* SHAPES */

.course-overview::before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:320px;
    height:320px;
    border-radius:50%;
    background: rgba(248,87,34,0.08);
}

.course-overview::after{
    content:"";
    position:absolute;
    bottom:-100px;
    left:-100px;
    width:250px;
    height:250px;
    border-radius:50%;
    background: rgba(13,110,253,0.06);
}

/* IMAGE */

.course1-image{
    position:relative;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 30px 70px rgba(0,0,0,0.15);
}

.course1-image img{
    width:100%;
    height:100%;
    min-height:520px;
    object-fit:cover;
    transition:0.5s;
}

.course1-image:hover img{
    transform:scale(1.06);
}

/* FLOAT CARD */

.course1-image::after{
    content:"Top Rated Course";
    position:absolute;
    bottom:25px;
    left:25px;
    background:rgba(255,255,255,0.95);
    backdrop-filter:blur(10px);
    padding:12px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    color:#111;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
}

/* CONTENT */

.course-overview .sub-title{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(248,87,34,0.12);
    color:#f85722;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:22px;
    text-transform:uppercase;
}

.course-overview h2{
    font-size:44px;
    line-height:1.2;
    font-weight:800;
    color:#111;
    margin-bottom:16px;
    letter-spacing:1px;
}

.course-subtitle{
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}

/* INFO BOX */

.course-info{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    padding:0;
    margin:0 0 40px;
    list-style:none;
}

.course-info li{
    position:relative;
    background:#fff;
    border-radius:18px;
    padding:20px 22px;
    border:1px solid rgba(0,0,0,0.06);
    box-shadow:0 12px 35px rgba(0,0,0,0.05);
    transition:0.35s;
}

.course-info li:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(0,0,0,0.10);
}

.course-info strong{
    display:block;
    font-size:13px;
    color:#f85722;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:8px;
}

.course-info li{
    font-size:16px;
    font-weight:600;
    color:#111;
}

/* BUTTON */

.btn-main{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:18px 38px;
    border-radius:60px;
    background:linear-gradient(135deg,#f85722,#ff7b4d);
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    letter-spacing:0.5px;
    transition:0.4s;
    box-shadow:0 15px 35px rgba(248,87,34,0.28);
}

.btn-main::after{
    content:"→";
    transition:0.3s;
}

.btn-main:hover{
    color:#fff;
    transform:translateY(-5px);
    box-shadow:0 22px 45px rgba(248,87,34,0.35);
}

.btn-main:hover::after{
    transform:translateX(4px);
}

/* RESPONSIVE */

@media(max-width:991px){

    .course-overview{
        padding:80px 0;
    }

    .course-overview h2{
        font-size:38px;
    }

    .course1-image img{
        min-height:400px;
    }

    .course-info{
        grid-template-columns:1fr;
    }

}

@media(max-width:576px){

    .course-overview h2{
        font-size:30px;
    }

    .course1-image img{
        min-height:320px;
    }

    .btn-main{
        width:100%;
        justify-content:center;
    }

}





/*==================================
COURSE HIGHLIGHTS PREMIUM
==================================*/

.course-highlights{
    position: relative;
    padding: 110px 0;
    background:
    linear-gradient(rgba(10,15,35,0.92), rgba(10,15,35,0.92)),
    url("https://images.unsplash.com/photo-1523240795612-9a054b0db644?q=80&w=1600&auto=format&fit=crop");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* SHAPE EFFECT */

.course-highlights::before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(248,87,34,0.12);
}

.course-highlights::after{
    content:"";
    position:absolute;
    bottom:-100px;
    left:-100px;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(255,255,255,0.04);
}

/* BOX */

.highlight-box{
    position:relative;
    height:100%;
    padding:45px 25px;
    border-radius:28px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.12);
    backdrop-filter:blur(12px);
    transition:0.4s;
    overflow:hidden;
    z-index:1;
}

/* GLOW EFFECT */

.highlight-box::before{
    content:"";
    position:absolute;
    top:-80px;
    right:-80px;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(248,87,34,0.18);
    transition:0.4s;
}

.highlight-box:hover{
    transform:translateY(-12px);
    border-color:rgba(248,87,34,0.45);
    box-shadow:0 25px 60px rgba(0,0,0,0.35);
}

.highlight-box:hover::before{
    transform:scale(1.2);
}

/* NUMBER */

.highlight-box h3{
    position:relative;
    font-size:56px;
    font-weight:800;
    color:#fff;
    margin-bottom:15px;
    line-height:1;
    z-index:2;
}

/* TEXT */

.highlight-box p{
    position:relative;
    font-size:17px;
    color:rgba(255,255,255,0.82);
    margin:0;
    font-weight:500;
    letter-spacing:0.5px;
    z-index:2;
}

/* OPTIONAL ICON STYLE */

.highlight-box i{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:70px;
    height:70px;
    border-radius:50%;
    background:rgba(248,87,34,0.15);
    color:#f85722;
    font-size:28px;
    margin-bottom:22px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .course-highlights{
        padding:80px 0;
    }

    .highlight-box{
        padding:35px 20px;
    }

    .highlight-box h3{
        font-size:46px;
    }

}

@media(max-width:576px){

    .highlight-box h3{
        font-size:38px;
    }

    .highlight-box p{
        font-size:15px;
    }

}





/*==================================
COURSE ELIGIBILITY PREMIUM
==================================*/

.course-eligibility{
    position: relative;
    padding: 110px 0;
    background:#f8f9fc;
    overflow:hidden;
}

/* BACKGROUND SHAPES */

.course-eligibility::before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(248,87,34,0.08);
}

.course-eligibility::after{
    content:"";
    position:absolute;
    bottom:-100px;
    left:-100px;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(13,110,253,0.06);
}

/* CARD */

.info-card{
    position:relative;
    height:100%;
    background:#fff;
    border-radius:30px;
    padding:45px 40px;
    box-shadow:0 18px 55px rgba(0,0,0,0.08);
    overflow:hidden;
    transition:0.4s;
    z-index:1;
    border:1px solid rgba(0,0,0,0.05);
}

/* TOP GLOW */

.info-card::before{
    content:"";
    position:absolute;
    top:-100px;
    right:-100px;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(248,87,34,0.08);
    transition:0.4s;
}

.info-card:hover{
    transform:translateY(-10px);
    box-shadow:0 28px 70px rgba(0,0,0,0.12);
}

.info-card:hover::before{
    transform:scale(1.2);
}

/* HEADING */

.info-card h4{
    position:relative;
    font-size:30px;
    font-weight:800;
    color:#111;
    margin-bottom:30px;
    padding-bottom:16px;
    z-index:2;
}

.info-card h4::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:70px;
    height:4px;
    border-radius:10px;
    background:linear-gradient(90deg,#f85722,#ff9d7a);
}

/* LIST */

.custom-list1{
    padding:0;
    margin:0;
    list-style:none;
}

.custom-list1 li{
    position:relative;
    padding:18px 20px 18px 58px;
    margin-bottom:16px;
    background:#f8f9fc;
    border-radius:18px;
    color:#444;
    font-size:16px;
    font-weight:500;
    line-height:1.7;
    transition:0.3s;
    border:1px solid rgba(0,0,0,0.04);
}

.custom-list1 li:hover{
    transform:translateX(8px);
    background:#fff;
    box-shadow:0 12px 30px rgba(0,0,0,0.08);
}

/* ICON */

.custom-list1 li::before{
    content:"✔";
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
    width:28px;
    height:28px;
    border-radius:50%;
    background:rgba(248,87,34,0.12);
    color:#f85722;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:700;
}

/* PARAGRAPH */

.info-card p{
    font-size:17px;
    color:#555;
    line-height:1.9;
    margin:0;
}

.info-card strong{
    color:#f85722;
    font-weight:700;
}

/* RESPONSIVE */

@media(max-width:991px){

    .course-eligibility{
        padding:80px 0;
    }

    .info-card{
        padding:35px 28px;
    }

    .info-card h4{
        font-size:26px;
    }

}

@media(max-width:576px){

    .info-card{
        padding:28px 22px;
        border-radius:22px;
    }

    .info-card h4{
        font-size:22px;
    }

    .custom-list1 li{
        font-size:15px;
        padding:16px 16px 16px 52px;
    }

}






/*==================================
COURSE SYLLABUS PREMIUM
==================================*/

.course-syllabus{
    position: relative;
    padding: 110px 0;
    background:
    linear-gradient(rgba(248,249,252,0.96), rgba(248,249,252,0.96)),
    url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=1600&auto=format&fit=crop");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* BACKGROUND SHAPES */

.course-syllabus::before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(248,87,34,0.08);
}

.course-syllabus::after{
    content:"";
    position:absolute;
    bottom:-100px;
    left:-100px;
    width:250px;
    height:250px;
    border-radius:50%;
    background:rgba(13,110,253,0.05);
}

/* SECTION HEADING */

.course-syllabus .section-heading{
    margin-bottom:60px;
}

.course-syllabus .sub-title{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(248,87,34,0.12);
    color:#f85722;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:18px;
    text-transform:uppercase;
}

.course-syllabus h2{
    font-size:48px;
    font-weight:800;
    color:#111;
    letter-spacing:-1px;
    margin-bottom:15px;
}

/* WRAPPER */

.syllabus-wrapper{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    width:100%;
}

/* CARD */

.syllabus-box{
    position:relative;
    height:100%;
    background:#fff;
    border-radius:28px;
    padding:38px 35px;
    overflow:hidden;
    box-shadow:0 18px 55px rgba(0,0,0,0.08);
    transition:0.4s;
    border:1px solid rgba(0,0,0,0.05);
}

/* GLOW EFFECT */

.syllabus-box::before{
    content:"";
    position:absolute;
    top:-80px;
    right:-80px;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(248,87,34,0.08);
    transition:0.4s;
}

.syllabus-box:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 70px rgba(0,0,0,0.12);
}

.syllabus-box:hover::before{
    transform:scale(1.2);
}

/* TITLE */

.syllabus-box h6{
    position:relative;
    font-size:28px;
    font-weight:800;
    color:#111;
    margin-bottom:28px;
    padding-bottom:14px;
    z-index:2;
}

.syllabus-box h6::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:70px;
    height:4px;
    border-radius:20px;
    background:linear-gradient(90deg,#f85722,#ff9d7a);
}

/* LIST */

.custom-list1{
    padding:0;
    margin:0;
    list-style:none;
}

.custom-list1 li{
    position:relative;
    padding:16px 18px 16px 55px;
    margin-bottom:16px;
    background:#f8f9fc;
    border-radius:18px;
    font-size:15px;
    font-weight:500;
    line-height:1.7;
    color:#444;
    transition:0.3s;
    border:1px solid rgba(0,0,0,0.04);
}

.custom-list1 li:hover{
    transform:translateX(8px);
    background:#fff;
    box-shadow:0 12px 30px rgba(0,0,0,0.08);
}

/* ICON */

.custom-list1 li::before{
    content:"✓";
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    width:28px;
    height:28px;
    border-radius:50%;
    background:rgba(248,87,34,0.12);
    color:#f85722;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:700;
}

/* RESPONSIVE */

@media(max-width:991px){

    .course-syllabus{
        padding:80px 0;
    }

    .syllabus-wrapper{
        grid-template-columns:1fr;
    }

    .course-syllabus h2{
        font-size:38px;
    }

    .syllabus-box{
        padding:32px 26px;
    }

}

@media(max-width:576px){

    .course-syllabus h2{
        font-size:30px;
    }

    .syllabus-box{
        padding:26px 20px;
        border-radius:22px;
    }

    .syllabus-box h6{
        font-size:22px;
    }

    .custom-list1 li{
        font-size:14px;
        padding:14px 14px 14px 50px;
    }

}





/*==================================
COURSE CAREER PREMIUM
==================================*/

.course-career{
    position: relative;
    padding: 110px 0;
    background:
    linear-gradient(rgba(10,15,35,0.94), rgba(10,15,35,0.94)),
    url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?q=80&w=1600&auto=format&fit=crop");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* BACKGROUND SHAPES */

.course-career::before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(248,87,34,0.12);
}

.course-career::after{
    content:"";
    position:absolute;
    bottom:-100px;
    left:-100px;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(255,255,255,0.04);
}

/* SECTION HEADING */

.course-career .section-heading{
    margin-bottom:65px;
}

.course-career .sub-title{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(248,87,34,0.14);
    color:#f85722;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:18px;
    text-transform:uppercase;
}

.course-career h2{
    font-size:50px;
    font-weight:800;
    color:#000;
    margin-bottom:18px;
    letter-spacing:-1px;
}

.course-career .section-heading p{
    max-width:650px;
    margin:auto;
    color:rgb(61 61 61 / 72%);
    font-size:17px;
    line-height:1.8;
}

/* CAREER CARD */

.career-card{
    position:relative;
    height:100%;
    padding:38px 32px;
    border-radius:28px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.12);
    backdrop-filter:blur(12px);
    overflow:hidden;
    transition:0.4s;
    z-index:1;
}

/* GLOW EFFECT */

.career-card::before{
    content:"";
    position:absolute;
    top:-80px;
    right:-80px;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(248,87,34,0.18);
    transition:0.4s;
}

.career-card:hover{
    transform:translateY(-12px);
    border-color:rgba(248,87,34,0.35);
    box-shadow:0 28px 70px rgba(0,0,0,0.35);
}

.career-card:hover::before{
    transform:scale(1.2);
}

/* TITLE */

.career-card h5{
    position:relative;
    font-size:28px;
    font-weight:800;
    color:#000;
    margin-bottom:28px;
    padding-bottom:16px;
    z-index:2;
}

.career-card h5::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:70px;
    height:4px;
    border-radius:20px;
    background:linear-gradient(90deg,#f85722,#ff9d7a);
}

/* LIST */

.career-card .custom-list{
    padding:0;
    margin:0;
    list-style:none;
}

.career-card .custom-list li{
    position:relative;
    padding:16px 18px 16px 55px;
/*    margin-bottom:16px;*/
    background:rgba(255,255,255,0.08);
    border-radius:18px;
    color:rgb(19 17 17 / 86%);
    font-size:14px;
    font-weight:500;
    line-height:1.7;
    transition:0.3s;
    border:1px solid rgba(255,255,255,0.06);
}

.career-card .custom-list li:hover{
    transform:translateX(8px);
    background:rgba(255,255,255,0.12);
}

/* ICON */

.career-card .custom-list li::before{
    content:"★";
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    width:28px;
    height:28px;
    border-radius:50%;
    background:rgba(248,87,34,0.16);
    color:#f85722;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:700;
}

/* RESPONSIVE */

@media(max-width:991px){

    .course-career{
        padding:80px 0;
    }

    .course-career h2{
        font-size:38px;
    }

    .career-card{
        padding:32px 25px;
    }

}

@media(max-width:576px){

    .course-career h2{
        font-size:30px;
    }

    .career-card{
        padding:26px 20px;
        border-radius:22px;
    }

    .career-card h5{
        font-size:22px;
    }

    .career-card .custom-list li{
        font-size:14px;
        padding:14px 14px 14px 50px;
    }

}





/*==================================
COURSE CTA PREMIUM
==================================*/

.course-cta{
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:
    linear-gradient(rgba(10,15,35,0.82), rgba(10,15,35,0.82)),
    url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=1600&auto=format&fit=crop");
    background-size: cover;
    background-position: center;
}

/* SHAPES */

.course-cta::before{
    content:"";
    position:absolute;
    top:-120px;
    left:-120px;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(248,87,34,0.16);
}

.course-cta::after{
    content:"";
    position:absolute;
    bottom:-100px;
    right:-100px;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(255,255,255,0.05);
}

/* CTA BOX */

.course-cta .container{
    position:relative;
    z-index:2;
}

.course-cta .text-center{
    max-width:950px;
    margin:auto;
    padding:70px 60px;
    border-radius:36px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.12);
    backdrop-filter:blur(14px);
    box-shadow:0 30px 80px rgba(0,0,0,0.35);
}

/* HEADING */

.course-cta h2{
    font-size:58px;
    font-weight:800;
    color:#fff;
    line-height:1.2;
    margin-bottom:22px;
    letter-spacing:-1px;
}

/* TEXT */

.course-cta p{
    max-width:680px;
    margin:0 auto 38px;
    font-size:18px;
    line-height:1.9;
    color:rgba(255,255,255,0.78);
}

/* BUTTON */

.course-cta .btn-main{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:18px 42px;
    border-radius:60px;
    background:linear-gradient(135deg,#f85722,#ff7b4d);
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    letter-spacing:0.5px;
    transition:0.4s;
    box-shadow:0 18px 40px rgba(248,87,34,0.35);
}

.course-cta .btn-main::after{
    content:"→";
    transition:0.3s;
}

.course-cta .btn-main:hover{
    transform:translateY(-6px);
    color:#fff;
    box-shadow:0 25px 55px rgba(248,87,34,0.45);
}

.course-cta .btn-main:hover::after{
    transform:translateX(4px);
}

/* RESPONSIVE */

@media(max-width:991px){

    .course-cta{
        padding:90px 0;
    }

    .course-cta .text-center{
        padding:55px 35px;
    }

    .course-cta h2{
        font-size:42px;
    }

}

@media(max-width:576px){

    .course-cta{
        padding:70px 0;
    }

    .course-cta .text-center{
        padding:42px 22px;
        border-radius:24px;
    }

    .course-cta h2{
        font-size:30px;
    }

    .course-cta p{
        font-size:15px;
        margin-bottom:28px;
    }

    .course-cta .btn-main{
        width:100%;
    }

}







/*...............registration page..............*/


/* HERO */
.register-hero {
  position: relative;
  background: url("https://www.ouac.on.ca/wp-content/uploads/2023/06/Depositphotos_385883822_L-1.jpg") center/cover no-repeat;
  padding: 140px 0 110px;
  color: #fff;
}

.register-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.75), rgba(0,0,0,0.4));
}

.register-hero .container {
  position: relative;
  z-index: 2;
}

.register-title {
  font-size: 56px;
  font-weight: 800;
}

.register-subtitle {
  font-size: 18px;
  opacity: 0.9;
}

/* FORM SECTION */
.register-section {
  padding: 100px 0;
  background: #f8f9fc;
}

.register-form-box {
  background: #fff;
  padding: 50px;
  border-radius: 25px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.1);
}

.register-form-box h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
}

.register-form-box p {
  color: #666;
  margin-bottom: 30px;
}

/* INPUTS */
.register-form-box .form-control {
  height: 52px;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-size: 15px;
}

.register-form-box textarea.form-control {
  height: auto;
}

.register-form-box .form-control:focus {
  border-color: #0d6efd;
  box-shadow: none;
}

/* BUTTON */
.btn-register {
  background: #f85722;
  border: none;
  color: #fff;
  padding: 14px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-register:hover {
  background: #0d6efd;
}

/* RIGHT INFO */
.register-info {
  background: #f85722;
  padding: 40px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
}

.register-info img {
  width: 100%;
  border-radius: 18px;
  margin-bottom: 25px;
}

.register-info ul {
  list-style: none;
  padding: 0;
}

.register-info ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .register-title {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .register-hero {
    padding: 110px 0 90px;
  }

  .register-title {
    font-size: 32px;
  }

  .register-form-box {
    padding: 35px;
  }
}




/*......................*/


/* THANK YOU PAGE */
.thankyou-section {
  position: relative;
  min-height: 100vh;
  background: url('/assets/images/thankyou-bg.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 100px 0;
}

.thankyou-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(13,110,253,0.85),
    rgba(0,0,0,0.75)
  );
}

.thankyou-section .container {
  position: relative;
  z-index: 2;
}

/* BOX */
.thankyou-box {
  background: #fff;
  padding: 60px 50px;
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.2);
  animation: fadeUp 1s ease forwards;
}

/* ICON */
.thankyou-icon {
  font-size: 80px;
  color: #f85722;
  margin-bottom: 20px;
}

.thankyou-box h1 {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 15px;
}

.thankyou-message {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

/* INFO */
.thankyou-info {
  background: #f8f9fc;
  padding: 25px;
  border-radius: 18px;
  margin-bottom: 35px;
}

.thankyou-info p {
  font-weight: 600;
  margin-bottom: 10px;
}

.thankyou-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.thankyou-info ul li {
  font-size: 15px;
  margin-bottom: 8px;
  color: #444;
}

/* ACTIONS */
.thankyou-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* BUTTONS (reuse global if exists) */
.btn-main {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  background: #f85722;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-main:hover {
  background: #0d6efd;
}

.btn-main.light {
  background: #e9ecef;
  color: #f85722;
}

.btn-main.light:hover {
  background: #000;
  color: #fff;
}

/* ANIMATION */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .thankyou-box {
    padding: 40px 30px;
  }

  .thankyou-box h1 {
    font-size: 32px;
  }

  .thankyou-actions {
    flex-direction: column;
  }
}


.university-meta{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
margin-top:30px;
padding: 20px;
}

.meta-box{
background:#ffffff;
border-radius:10px;
padding:18px 20px;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
transition:0.3s;
border-left:4px solid #1e73be;
}

.meta-box:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.meta-title{
display:block;
font-size:13px;
color:#777;
margin-bottom:4px;
text-transform:uppercase;
}

.meta-value{
font-size:16px;
font-weight:600;
color:#222;
}

.btn-university{
display:inline-block;
padding:12px 26px;
background:#1e73be;
color:#fff;
text-decoration:none;
border-radius:6px;
font-weight:600;
transition:0.3s;
margin: 20px;
}

.btn-university:hover{
background:#0c5aa6;
color:#fff;
}





.university-card{
background:#fff;
border-radius:10px;
padding:25px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
height:100%;
}

.uni-logo img{
height:70px;
margin-bottom:15px;
}

.uni-content h4{
font-size:20px;
font-weight:600;
margin-bottom:10px;
}

.uni-meta{
font-size:14px;
color:#666;
margin-bottom:5px;
}


/*...................career card..................*/


.course-career{
padding:70px 0;
background:#f8f9fa;
}

.career-card{
background:#fff;
padding:25px;
text-align:left;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
transition:.3s;
min-height: 255px;
}

.career-card i{
font-size:30px;
color:#ff6b35;
margin-bottom:10px;
}

.career-card:hover{
transform:translateY(-5px);
}






/*..........................*/

.filter-box{
background:#fff;
padding:20px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
margin-bottom:20px;
}







/*...................about.....................*/

.container{
width:90%;
max-width:1200px;
margin:auto;
}

.about-section{
padding:100px 0;
background:#f9fbff;
}

.about-header{
text-align:center;
margin-bottom:60px;
}

.about-header h1{
font-size:42px;
margin-bottom:20px;
}

.about-header p{
max-width:750px;
margin:auto;
font-size:17px;
line-height:1.7;
color:#666;
}

.about-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.about-card{
background:#fff;
padding:35px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:.4s;
}

.about-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.role-section{
padding:90px 0;
background:#fff;
}

.section-title{
text-align:center;
font-size:34px;
margin-bottom:50px;
}

.role-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.role-box{
background:#f4f7ff;
padding:20px;
border-radius:10px;
text-align:center;
font-weight:500;
transition:.3s;
}

.role-box:hover{
background:#f85722;
color:#fff;
transform:scale(1.05);
}

.mission-section{
padding:100px 0;
background:#f9fbff;
}

.mission-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
}

.mission-card{
background:#fff;
padding:40px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:.4s;
}

.mission-card:hover{
transform:translateY(-8px);
}

.disclaimer-section{
padding:60px 0;
background:#111;
color:#fff;
text-align:center;
}

.disclaimer-section p{
max-width:800px;
margin:auto;
opacity:.8;
}

@media (max-width:992px){

.about-grid{
grid-template-columns:1fr 1fr;
}

.role-grid{
grid-template-columns:1fr 1fr;
}

}

@media (max-width:600px){

.about-grid{
grid-template-columns:1fr;
}

.role-grid{
grid-template-columns:1fr;
}

.mission-grid{
grid-template-columns:1fr;
}

.about-header h1{
font-size:30px;
}

}

.about-card,
.role-box,
.mission-card{
animation:fadeUp 1s ease;
}

@keyframes fadeUp{
0%{
opacity:0;
transform:translateY(40px);
}
100%{
opacity:1;
transform:translateY(0);
}
}



/*...............contact....................*/

.contact-page{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f4f7fb;
    padding:40px 20px;
}

.contact-container{
    width:100%;
    max-width:600px;
    background:#fff;
    padding:40px;
    border-radius:12px;
    box-shadow:0 15px 40px rgba(0,0,0,0.1);
    text-align:center;
}

.contact-container h2{
    font-size:32px;
    margin-bottom:10px;
}

.contact-container p{
    color:#666;
    margin-bottom:30px;
}

.contact-form .form-group{
    margin-bottom:20px;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:14px;
    border-radius:8px;
    border:1px solid #ddd;
    font-size:15px;
    transition:0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus{
    border-color:#4a7dff;
    outline:none;
}

.contact-form button{
    width:100%;
    padding:14px;
    background:#f85722;
    color:#fff;
    border:none;
    border-radius:8px;
    font-size:16px;
    cursor:pointer;
    transition:0.3s;
}

.contact-form button:hover{
    background:#a44b2d;
}

@media (max-width:600px){

.contact-container{
    padding:25px;
}

.contact-container h2{
    font-size:26px;
}

}





/* Submenu position */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  display: none;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}



/*>>>>>>>>>>>>>>>>>>>>>mega menu>>>>>>>>>>>>>>>>>>>>*/

.navbar{
    position:relative;
}

.mega-menu{
    position:static;
}

.mega-menu-content{
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%);

    width:1400px;
    max-width:95vw;

    background:#fff;
    border-radius:20px;
    padding:30px;

    display:none;
    z-index:9999;

    box-shadow:0 20px 60px rgba(0,0,0,.12);
}

.mega-menu:hover .mega-menu-content{
    display:block;
}

/* DESKTOP HOVER */

@media(min-width:992px){

    .mega-menu:hover .mega-menu-content{

        display:block;
    }

}

/* MOBILE */

@media(max-width:991px){

    .mega-menu-content{

        position:static;

        transform:none;

        width:100%;

        box-shadow:none;

        border-radius:15px;

        margin-top:12px;
    }

}

.mega-menu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px; /* gap cover */
}

/* Show on hover */
/*.mega-menu:hover .mega-menu-content {
  display: block;
}*/

/* Title */
.mega-title {
  font-weight: 600;
  margin-bottom: 10px;
}

/* List */
.mega-list {
  list-style: none;
  padding: 0;
}

.mega-list li {
  margin-bottom: 6px;
}

.mega-list li a {
  text-decoration: none;
  color: #555;
  font-size: 14px;
}

.mega-list li a:hover {
  color: #000;
}

/*.mega-menu-content .container {
  padding-top: 20px;
}*/

@media (max-width: 991px) {

  .mega-menu-content {
    position: static;
    display: none;
    width: 100%;
    box-shadow: none;
  }

  .mega-menu.active .mega-menu-content {
    display: block;
  }

}


.mega-menu > a i {
  transition: 0.3s;
}

.mega-menu:hover > a i {
  transform: rotate(180deg);
}

.mega-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid #f1f1f1;
  position: relative;
}

/* Highlight line effect */
.mega-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 40px;
  height: 2px;
  background: #f85722; /* theme color */
}



.mega-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-list li {
  margin-bottom: 8px;
}

.mega-list li a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #555;
  font-size: 14px;
  padding: 6px 8px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

/* icon before text */
.mega-list li a::before {
  content: "➤";
  font-size: 10px;
  color: #007bff;
  transition: 0.3s;
}

/* hover effect */
.mega-list li a:hover {
  background: #f8f9fa;
  color: #000;
  transform: translateX(5px);
}

/* icon move on hover */
.mega-list li a:hover::before {
  transform: translateX(3px);
}

.mega-list li {
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}


.mega-title a {
  text-decoration: none;
  color: #000;
}

.mega-title a:hover {
  color: #007bff;
}

.mega-list li a {
  text-decoration: none;
  color: #555;
}

.mega-list li a:hover {
  color: #007bff;
}





.syllabus-box {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.syllabus-box h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.syllabus-box ol {
  padding-left: 18px;
}

.syllabus-box li {
  margin-bottom: 5px;
}



.syllabus-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.syllabus-item {
  width: calc(33.33% - 14px); /* 🔥 3 column */
}

.syllabus-box {
  background: #f8f9fa;
  padding: 40;
  border-radius: 8px;
  height: 100%;
}

/* Tablet */
@media (max-width: 992px) {
  .syllabus-item {
    width: calc(50% - 10px);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .syllabus-item {
    width: 100%;
  }
}


.custom-list {
  list-style: none; /* ❌ default bullet hatao */
  padding-left: 0;
}

.custom-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
}

.custom-list li::before {
  content: "➤"; /* 🔥 arrow icon */
  position: absolute;
  left: 0;
  color: #007bff; /* color change kar sakte ho */
  font-size: 14px;
}



/*=======================Header Social icon========================*/

/* =========================
   TOPBAR SOCIAL ICONS
========================= */

.topbar-social-wrap{

    display:flex;

    justify-content:end;

    align-items:center;

    gap:12px;

    flex-wrap:wrap;
    padding: 8px;
}

/* SOCIAL ICON */

.top-social-icon{

    width:40px;

    height:40px;

    border-radius:50%;

    background:rgba(255,255,255,0.12);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:15px;

    text-decoration:none;

    transition:0.4s ease;

    border:1px solid rgba(255,255,255,0.12);
}

/* HOVER */

.top-social-icon:hover{

    background:#6cc04a;

    color:#fff;

    transform:translateY(-4px);

    box-shadow:
    0 10px 25px rgba(108,192,74,0.35);
}

/* MOBILE */

@media(max-width:767px){

    .topbar-social-wrap{

        justify-content:center;

        margin-top:10px;
    }

    .top-social-icon{

        width:36px;

        height:36px;

        font-size:14px;
    }
}



/* =========================
   NAVBAR BUTTON
========================= */

.navbar-btn-wrap{

    display:flex;

    align-items:center;

    margin-left:25px;
}

/* BUTTON */

.premium-nav-btn{

    position:relative;

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:14px 30px;

    background: linear-gradient(135deg, #f85722, #d03300);

    color:#fff;

    font-size:15px;

    font-weight:700;

    text-decoration:none;

    border-radius:60px;

    overflow:hidden;

    transition:0.4s ease;

    box-shadow:
    0 12px 30px rgba(108,192,74,0.28);
}

.navbar-btn-wrap a{
  color: #fff;
}

/* ICON */

.premium-nav-btn i{

    transition:0.4s ease;
}

/* HOVER */

.premium-nav-btn:hover{

    color:#fff;

    transform:translateY(-4px);

    box-shadow:
    0 18px 40px rgba(108,192,74,0.35);
}

.premium-nav-btn:hover i{

    transform:translateX(5px);
}

/* SHINE EFFECT */

.premium-nav-btn::before{

    content:"";

    position:absolute;

    top:0;

    left:-100%;

    width:100%;

    height:100%;

    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.35),
        transparent
    );

    transition:0.8s ease;
}

.premium-nav-btn:hover::before{

    left:100%;
}

/* MOBILE */

@media(max-width:991px){

    .navbar-btn-wrap{

        margin-top:18px;

        margin-left:0;

        width:100%;
    }

    .premium-nav-btn{

        width:100%;

        justify-content:center;
    }
}








/*============================================univerity life====================================*/

/* =========================
   UNIVERSITY LIFE PAGE
========================= */

.university-life-banner{

    padding:100px 0;

    background:
    linear-gradient(
        135deg,
        #f8fbff,
        #eef5ff
    );
}

/* TAG */

.life-tag{

    display:inline-block;

    background:#eaf2ff;

    color:#0d6efd;

    padding:10px 22px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:20px;
}

/* HEADING */

.life-banner-content h1{

    font-size:60px;

    font-weight:800;

    line-height:1.2;

    color:#1f2c4c;

    margin-bottom:25px;
}

.life-banner-content h1 span{

    color:#f85722;
}

/* TEXT */

.life-banner-content p{

    font-size:18px;

    color:#666;

    line-height:1.9;

    margin-bottom:35px;
}

/* BUTTON */

.life-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:16px 34px;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff7b52
    );

    color:#fff;

    border-radius:60px;

    text-decoration:none;

    font-weight:700;

    transition:0.4s ease;
}

.life-btn:hover{

    color:#fff;

    transform:translateY(-5px);
}

/* IMAGE */

.life-banner-image img{

    width:100%;

    border-radius:30px;

    box-shadow:
    0 20px 60px rgba(0,0,0,0.12);

    animation:floatImage 4s ease-in-out infinite;
}

/* =========================
   SECTION
========================= */

.campus-life-section,

.life-gallery-section{

    padding:65px 0;
}

/* CARD */

.life-card{

    background:#fff;

    padding:40px 30px;

    border-radius:24px;

    text-align:center;

    transition:0.4s ease;

    box-shadow:
    0 10px 35px rgba(0,0,0,0.06);

    height:100%;
}

.life-card:hover{

    transform:translateY(-10px);
}

/* ICON */

.life-icon{

    width:80px;

    height:80px;

    margin:auto;

    border-radius:50%;

    background:#f85722;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

    margin-bottom:25px;
}

/* GALLERY */

.gallery-card{

    overflow:hidden;

    border-radius:24px;
}

.gallery-card img{

    width:100%;

    transition:0.5s ease;
}

.gallery-card:hover img{

    transform:scale(1.08);
}

/* CTA */

.life-cta-section{

    padding:30px 0;
}

.life-cta-box{

    background:
    linear-gradient(
        135deg,
        #273c66,
        #1f3156
    );

    padding:80px 40px;

    border-radius:30px;

    text-align:center;

    color:#fff;
}

.life-cta-box h2{

    font-size:48px;

    font-weight:800;

    margin-bottom:20px;
}

.life-cta-box p{

    font-size:18px;

    margin-bottom:35px;
}

/* ANIMATION */

@keyframes floatImage{

    0%{

        transform:translateY(0px);
    }

    50%{

        transform:translateY(-12px);
    }

    100%{

        transform:translateY(0px);
    }
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .university-life-banner,

    .campus-life-section,

    .life-gallery-section,

    .life-cta-section{

        padding:70px 0;
    }

    .life-banner-content h1{

        font-size:38px;
    }

    .life-banner-image{

        margin-top:40px;
    }

    .life-cta-box h2{

        font-size:32px;
    }
}



/*============================Graduation Page=================================*/


/* =========================
   GRADUATION PAGE
========================= */

.graduation-hero{

    padding:100px 0;

    background:
    linear-gradient(
        135deg,
        #f8fbff,
        #eef5ff
    );
}

/* CONTENT */

.grad-tag{

    display:inline-block;

    background:#eaf2ff;

    color:#0d6efd;

    padding:10px 22px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:20px;
}

.grad-content h1{

    font-size:58px;

    font-weight:800;

    line-height:1.2;

    color:#1f2c4c;

    margin-bottom:25px;
}

.grad-content h1 span{

    color:#f85722;
}

.grad-content p{

    font-size:18px;

    color:#666;

    line-height:1.9;

    margin-bottom:35px;
}

/* BUTTONS */

.grad-btns{

    display:flex;

    gap:18px;

    flex-wrap:wrap;
}

.grad-btn{

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff7b52
    );

    color:#fff;

    padding:16px 34px;

    border-radius:60px;

    text-decoration:none;

    font-weight:700;

    transition:0.4s ease;
}

.grad-btn:hover{

    color:#fff;

    transform:translateY(-5px);
}

.grad-btn-outline{

    border:2px solid #273c66;

    color:#273c66;

    padding:16px 34px;

    border-radius:60px;

    text-decoration:none;

    font-weight:700;

    transition:0.4s ease;
}

.grad-btn-outline:hover{

    background:#273c66;

    color:#fff;
}

/* IMAGE */

.grad-image img{

    width:100%;

    border-radius:30px;

    box-shadow:
    0 20px 60px rgba(0,0,0,0.12);
}

/* SECTION */

.grad-course-section,

.why-grad-section,

.admission-process,

.career-section{

    padding:40px 0;
}

/* COURSE CARD */

.grad-course-card{

    background:#fff;

    padding:35px 30px;

    border-radius:24px;

    box-shadow:
    0 10px 35px rgba(0,0,0,0.06);

    transition:0.4s ease;

    height:100%;
}

.grad-course-card:hover{

    transform:translateY(-10px);
}

.grad-course-card h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;
}

.grad-course-card p{

    color:#666;

    line-height:1.8;
}

.grad-course-card span{

    display:inline-block;

    margin-top:15px;

    background:#f4f6fb;

    padding:10px 18px;

    border-radius:40px;

    font-weight:600;
}

/* WHY CARD */

.why-grad-card{

    background:#fff;

    padding:40px 30px;

    text-align:center;

    border-radius:24px;

    transition:0.4s ease;

    box-shadow:
    0 10px 35px rgba(0,0,0,0.06);

    height:100%;
}

.why-grad-card:hover{

    transform:translateY(-10px);
}

.why-grad-card i{

    width:80px;

    height:80px;

    border-radius:50%;

    background:#f85722;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto;

    font-size:32px;

    margin-bottom:25px;
}

/* PROCESS */

.process-card{

    background:#fff;

    text-align:center;

    padding:45px 30px;

    border-radius:24px;

    box-shadow:
    0 10px 35px rgba(0,0,0,0.06);

    position:relative;
}

.process-card span{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#273c66;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto;

    font-size:24px;

    font-weight:700;

    margin-bottom:20px;
}

/* CAREER */

.career-box{

    background:
    linear-gradient(
        135deg,
        #273c66,
        #1f3156
    );

    padding:70px;

    border-radius:30px;

    color:#fff;
}

.career-box h2{

    font-size:44px;

    font-weight:800;

    margin-bottom:20px;
}

.career-box p{

    font-size:18px;

    line-height:1.9;
}

/* MOBILE */

@media(max-width:991px){

    .graduation-hero,

    .grad-course-section,

    .why-grad-section,

    .admission-process,

    .career-section{

        padding:70px 0;
    }

    .grad-content h1{

        font-size:38px;
    }

    .grad-image{

        margin-top:40px;
    }

    .career-box{

        padding:40px 25px;
    }

    .career-box h2{

        font-size:32px;
    }
}




/* =========================
   EXTRA GRADUATION DESIGN
========================= */

/* =========================
   PREMIUM UNIVERSITY SECTION
========================= */

.top-university-section{

    padding:70px 0;

    background:
    linear-gradient(
        180deg,
        #f8fbff 0%,
        #ffffff 100%
    );

    position:relative;

    overflow:hidden;
}

/* BACKGROUND SHAPES */

.top-university-section::before{

    content:"";

    position:absolute;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(248,87,34,0.05);

    top:-120px;

    left:-120px;
}

.top-university-section::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(39,60,102,0.05);

    bottom:-150px;

    right:-150px;
}

/* =========================
   HEADER
========================= */

.top-university-section .section-header{

    position:relative;

    z-index:2;
}

.top-university-section .section-tag{

    display:inline-block;

    padding:10px 24px;

    border-radius:50px;

    background:#fff;

    color:#f85722;

    font-weight:700;

    box-shadow:
    0 10px 25px rgba(0,0,0,0.06);

    margin-bottom:18px;
}

.top-university-section h2{

    font-size:52px;

    font-weight:800;

    color:#1f2c4c;

    margin-bottom:18px;
}

.top-university-section p{

    font-size:18px;

    color:#666;

    max-width:750px;

    margin:auto;

    line-height:1.9;
}

/* =========================
   UNIVERSITY CARD
========================= */

.top-uni-card{

    background:#fff;

    border-radius:28px;

    overflow:hidden;

    position:relative;

    transition:0.5s ease;

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);

    height:100%;

    z-index:2;
}

/* HOVER EFFECT */

.top-uni-card:hover{

    transform:
    translateY(-12px);

    box-shadow:
    0 25px 60px rgba(0,0,0,0.12);
}

/* IMAGE */

.top-uni-card img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:0.6s ease;
}

.top-uni-card:hover img{

    transform:scale(1.08);
}

/* CONTENT */

.top-uni-content{

    padding:28px;
}

/* UNIVERSITY NAME */

.top-uni-content h4{

    font-size:20px;

    font-weight:800;

    color:#1f2c4c;

    margin-bottom:14px;

    transition:0.3s ease;
}

.top-uni-card:hover h4{

    color:#f85722;
}

/* DESCRIPTION */

.top-uni-content p{

    font-size:14px;

    line-height:1.8;

    color:#666;

    margin-bottom:22px;
}

/* BUTTON */

.top-uni-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    text-decoration:none;

    color:#273c66;

    font-weight:700;

    transition:0.3s ease;
}

.top-uni-btn i{

    transition:0.3s ease;
}

.top-uni-btn:hover{

    color:#f85722;
}

.top-uni-btn:hover i{

    transform:translateX(5px);
}

/* RATING BADGE */

.uni-badge{

    position:absolute;

    top:18px;

    right:18px;

    background:#fff;

    padding:10px 14px;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    color:#f85722;

    box-shadow:
    0 10px 25px rgba(0,0,0,0.08);
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .top-university-section{

        padding:70px 0;
    }

    .top-university-section h2{

        font-size:38px;
    }

    .top-uni-card img{

        height:220px;
    }
}

@media(max-width:576px){

    .top-university-section h2{

        font-size:30px;
    }

    .top-university-section p{

        font-size:15px;
    }

    .top-uni-content{

        padding:22px;
    }

    .top-uni-content h4{

        font-size:21px;
    }
}

/* SPECIALIZATION */

/* =========================
   PREMIUM SPECIALIZATION SECTION
========================= */

.specialization-section{

    padding:110px 0;

    background:
    linear-gradient(
        180deg,
        #ffffff 0%,
        #f7faff 100%
    );

    position:relative;

    overflow:hidden;
}

/* SHAPES */

.specialization-section::before{

    content:"";

    position:absolute;

    width:260px;

    height:260px;

    border-radius:50%;

    background:rgba(248,87,34,0.05);

    top:-120px;

    right:-120px;
}

.specialization-section::after{

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    border-radius:50%;

    background:rgba(39,60,102,0.04);

    bottom:-150px;

    left:-150px;
}

/* =========================
   SPECIALIZATION BOX
========================= */

.specialization-box{

    position:relative;

    background:#fff;

    padding:40px 35px;

    border-radius:30px;

    overflow:hidden;

    transition:0.5s ease;

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);

    height:100%;

    z-index:2;
}

/* TOP BORDER EFFECT */

.specialization-box::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:6px;

    background:
    linear-gradient(
        90deg,
        #f85722,
        #ff9a7a
    );
}

/* HOVER */

.specialization-box:hover{

    transform:
    translateY(-12px);

    box-shadow:
    0 25px 60px rgba(0,0,0,0.12);
}

/* ICON */

.specialization-icon{

    width:85px;

    height:85px;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    color:#fff;

    margin-bottom:28px;

    background:
    linear-gradient(
        135deg,
        #273c66,
        #3d5b94
    );
}

/* TITLE */

.specialization-box h4{

    font-size:28px;

    font-weight:800;

    color:#1f2c4c;

    margin-bottom:25px;
}

/* LIST */

.specialization-box ul{

    padding:0;

    margin:0;

    list-style:none;
}

.specialization-box ul li{

    position:relative;

    padding-left:34px;

    margin-bottom:18px;

    font-size:16px;

    color:#555;

    font-weight:500;
}

/* CUSTOM ICON */

.specialization-box ul li::before{

    content:"✓";

    position:absolute;

    left:0;

    top:0;

    width:22px;

    height:22px;

    border-radius:50%;

    background:#f85722;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:12px;

    font-weight:700;
}

/* BUTTON */

.specialization-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:20px;

    color:#273c66;

    font-weight:700;

    text-decoration:none;

    transition:0.3s ease;
}

.specialization-btn i{

    transition:0.3s ease;
}

.specialization-btn:hover{

    color:#f85722;
}

.specialization-btn:hover i{

    transform:translateX(5px);
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .specialization-section{

        padding:70px 0;
    }

    .specialization-box{

        padding:35px 28px;
    }

    .specialization-box h4{

        font-size:24px;
    }
}

@media(max-width:576px){

    .specialization-box{

        border-radius:24px;
    }

    .specialization-icon{

        width:70px;

        height:70px;

        font-size:28px;
    }

    .specialization-box h4{

        font-size:22px;
    }
}

/* TABLE */

/* =========================
   PREMIUM CAREER SECTION
========================= */

.career-table-section{

    padding:110px 0;

    background:
    linear-gradient(
        180deg,
        #f8fbff 0%,
        #ffffff 100%
    );

    position:relative;

    overflow:hidden;
}

/* BACKGROUND SHAPES */

.career-table-section::before{

    content:"";

    position:absolute;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(248,87,34,0.05);

    top:-120px;

    left:-120px;
}

.career-table-section::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(39,60,102,0.05);

    bottom:-150px;

    right:-150px;
}

/* =========================
   TABLE WRAPPER
========================= */

.career-table-wrapper{

    position:relative;

    z-index:2;

    overflow-x:auto;

    border-radius:30px;

    box-shadow:
    0 20px 60px rgba(0,0,0,0.08);

    background:#fff;
}

/* TABLE */

.career-table{

    width:100%;

    border-collapse:collapse;

    min-width:750px;
}

/* TABLE HEADER */

.career-table thead{

    background:
    linear-gradient(
        135deg,
        #273c66,
        #3d5b94
    );
}

.career-table th{

    color:#fff;

    padding:24px 28px;

    font-size:18px;

    font-weight:700;

    text-align:left;

    border:none;
}

/* TABLE BODY */

.career-table tbody tr{

    transition:0.3s ease;

    border-bottom:1px solid #eef2f7;
}

.career-table tbody tr:hover{

    background:#f8fbff;

    transform:scale(1.01);
}

/* TABLE DATA */

.career-table td{

    padding:24px 28px;

    font-size:16px;

    color:#555;

    vertical-align:middle;
}

/* COURSE NAME */

.career-table td:first-child{

    font-size:20px;

    font-weight:800;

    color:#1f2c4c;
}

/* SALARY BADGE */

.salary-badge{

    display:inline-block;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff8a63
    );

    color:#fff;

    padding:10px 18px;

    border-radius:50px;

    font-size:14px;

    font-weight:700;
}

/* ICON BEFORE CAREER */

.career-option{

    display:flex;

    align-items:center;

    gap:10px;
}

.career-option i{

    width:32px;

    height:32px;

    border-radius:50%;

    background:#eef4ff;

    color:#273c66;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:14px;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .career-table-section{

        padding:70px 0;
    }

    .career-table th,

    .career-table td{

        padding:18px;
    }

    .career-table td:first-child{

        font-size:18px;
    }
}

@media(max-width:576px){

    .career-table{

        min-width:650px;
    }

    .career-table th{

        font-size:16px;
    }

    .career-table td{

        font-size:14px;
    }
}

/* BENEFITS */

/* =========================
   PREMIUM BENEFITS SECTION
========================= */

.student-benefits-section{

    padding:110px 0;

    position:relative;

    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        #ffffff 0%,
        #f7faff 100%
    );
}

/* SHAPES */

.student-benefits-section::before{

    content:"";

    position:absolute;

    width:260px;

    height:260px;

    border-radius:50%;

    background:rgba(248,87,34,0.05);

    top:-100px;

    left:-100px;
}

.student-benefits-section::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(39,60,102,0.05);

    bottom:-140px;

    right:-140px;
}

/* =========================
   BENEFIT CARD
========================= */

.benefit-card{

    position:relative;

    background:#fff;

    border-radius:28px;

    padding:45px 30px;

    text-align:center;

    overflow:hidden;

    transition:0.5s ease;

    height:100%;

    z-index:2;

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);
}

/* TOP LINE */

.benefit-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:6px;

    background:
    linear-gradient(
        90deg,
        #f85722,
        #ff956f
    );
}

/* HOVER */

.benefit-card:hover{

    transform:
    translateY(-12px);

    box-shadow:
    0 25px 60px rgba(0,0,0,0.12);
}

/* ICON BOX */

.benefit-card i{

    width:95px;

    height:95px;

    border-radius:24px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto;

    margin-bottom:28px;

    font-size:38px;

    color:#fff;

    background:
    linear-gradient(
        135deg,
        #273c66,
        #3f5e98
    );

    transition:0.4s ease;
}

/* ICON ANIMATION */

.benefit-card:hover i{

    transform:
    rotateY(180deg)
    scale(1.08);

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff956f
    );
}

/* TITLE */

.benefit-card h4{

    font-size:23px;

    font-weight:800;

    color:#1f2c4c;

    margin-bottom:14px;
}

/* DESCRIPTION */

.benefit-card p{

    font-size:13px;

    line-height:1.8;

    color:#666;

    margin:0;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .student-benefits-section{

        padding:70px 0;
    }

    .benefit-card{

        padding:35px 24px;
    }

    .benefit-card h4{

        font-size:22px;
    }
}

@media(max-width:576px){

    .benefit-card i{

        width:78px;

        height:78px;

        font-size:30px;
    }

    .benefit-card{

        border-radius:22px;
    }
}

/* FAQ */

/* =========================
   PREMIUM FAQ SECTION
========================= */

.graduation-faq-section{

    padding:110px 0;

    position:relative;

    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        #f8fbff 0%,
        #ffffff 100%
    );
}

/* BACKGROUND SHAPES */

.graduation-faq-section::before{

    content:"";

    position:absolute;

    width:260px;

    height:260px;

    border-radius:50%;

    background:rgba(248,87,34,0.05);

    top:-100px;

    left:-100px;
}

.graduation-faq-section::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(39,60,102,0.05);

    bottom:-150px;

    right:-150px;
}

/* =========================
   FAQ WRAPPER
========================= */

.grad-faq-wrapper{

    max-width:950px;

    margin:auto;

    position:relative;

    z-index:2;
}

/* FAQ ITEM */

.grad-faq-item{

    background:#fff;

    border-radius:24px;

    margin-bottom:24px;

    overflow:hidden;

    transition:0.4s ease;

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);

    border:1px solid #eef2f7;
}

/* ACTIVE ITEM */

.grad-faq-item.active{

    box-shadow:
    0 20px 55px rgba(0,0,0,0.10);

    border-color:#f85722;
}

/* QUESTION BUTTON */

.grad-faq-question{

    width:100%;

    background:none;

    border:none;

    outline:none;

    padding:28px 32px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

    font-size:22px;

    font-weight:700;

    color:#1f2c4c;

    cursor:pointer;

    transition:0.3s ease;

    text-align:left;
}

/* HOVER */

.grad-faq-question:hover{

    color:#f85722;
}

/* PLUS ICON */

.grad-faq-question span{

    min-width:46px;

    width:46px;

    height:46px;

    border-radius:50%;

    background:
    linear-gradient(
        135deg,
        #273c66,
        #3f5e98
    );

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    font-weight:400;

    transition:0.4s ease;
}

/* ACTIVE ICON */

.grad-faq-item.active .grad-faq-question span{

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff956f
    );

    transform:rotate(180deg);
}

/* ANSWER */

.grad-faq-answer{

    padding:0 32px 28px;

    font-size:17px;

    line-height:1.9;

    color:#666;

    display:none;
}

/* FIRST ACTIVE ANSWER */

.grad-faq-item.active .grad-faq-answer{

    display:block;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .graduation-faq-section{

        padding:70px 0;
    }

    .grad-faq-question{

        font-size:19px;

        padding:24px;
    }

    .grad-faq-answer{

        padding:0 24px 24px;

        font-size:15px;
    }
}

@media(max-width:576px){

    .grad-faq-question{

        font-size:17px;

        line-height:1.6;
    }

    .grad-faq-question span{

        min-width:40px;

        width:40px;

        height:40px;

        font-size:24px;
    }

    .grad-faq-item{

        border-radius:20px;
    }
}






/* =========================
   PREMIUM COURSE SECTION
========================= */

.grad-course-section{

    padding:110px 0;

    position:relative;

    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        #ffffff 0%,
        #f7faff 100%
    );
}

/* SHAPES */

.grad-course-section::before{

    content:"";

    position:absolute;

    width:260px;

    height:260px;

    border-radius:50%;

    background:rgba(248,87,34,0.05);

    top:-100px;

    right:-100px;
}

.grad-course-section::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(39,60,102,0.05);

    bottom:-150px;

    left:-150px;
}

/* =========================
   COURSE CARD
========================= */

.grad-course-card{

    position:relative;
    display:flex;
    flex-direction:column;

    background:#fff;

    border-radius:30px;

    padding:40px 30px;

    overflow:hidden;

    transition:0.5s ease;

    height:100%;

    z-index:2;

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);

    border:1px solid #eef2f7;
}

/* DESCRIPTION KO FLEX DO */

.grad-course-card p{

    flex-grow:1;
}

.course-btn{

    margin-top:auto;
}

/* TOP BORDER */

.grad-course-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:6px;

    background:
    linear-gradient(
        90deg,
        #f85722,
        #ff956f
    );
}

/* HOVER */

.grad-course-card:hover{

    transform:
    translateY(-12px);

    box-shadow:
    0 25px 60px rgba(0,0,0,0.12);
}

/* ICON */

.course-icon{

    width:85px;

    height:85px;

    border-radius:24px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:28px;

    font-size:34px;

    color:#fff;

    background:
    linear-gradient(
        135deg,
        #273c66,
        #3f5e98
    );

    transition:0.4s ease;
}

.grad-course-card:hover .course-icon{

    transform:
    rotateY(180deg)
    scale(1.08);

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff956f
    );
}

/* TITLE */

.grad-course-card h4{

    font-size:28px;

    font-weight:800;

    color:#1f2c4c;

    margin-bottom:16px;
}

/* DESCRIPTION */

.grad-course-card p{

    font-size:15px;

    line-height:1.9;

    color:#666;

    margin-bottom:28px;
}

/* DURATION */

.course-duration{

    display:inline-block;

    background:#eef4ff;

    color:#273c66;

    padding:12px 20px;

    border-radius:50px;

    font-size:14px;

    font-weight:700;
}

/* BUTTON */

.course-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:25px;

    text-decoration:none;

    color:#fff;

    font-weight:700;

    transition:0.3s ease;
}

.course-btn i{

    transition:0.3s ease;
}

.course-btn:hover{

    color:#f85722;
}

.course-btn:hover i{

    transform:translateX(5px);
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .grad-course-section{

        padding:70px 0;
    }

    .grad-course-card{

        padding:35px 25px;
    }

    .grad-course-card h4{

        font-size:24px;
    }
}

@media(max-width:576px){

    .course-icon{

        width:75px;

        height:75px;

        font-size:28px;
    }

    .grad-course-card{

        border-radius:24px;
    }

    .grad-course-card h4{

        font-size:22px;
    }
}



/* =========================
   PREMIUM WHY GRADUATION
========================= */

.why-grad-section{

    padding:110px 0;

    position:relative;

    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        #f8fbff 0%,
        #ffffff 100%
    );
}

/* BACKGROUND SHAPES */

.why-grad-section::before{

    content:"";

    position:absolute;

    width:260px;

    height:260px;

    border-radius:50%;

    background:rgba(248,87,34,0.05);

    top:-120px;

    left:-120px;
}

.why-grad-section::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(39,60,102,0.05);

    bottom:-150px;

    right:-150px;
}

/* =========================
   CARD
========================= */

.why-grad-card{

    position:relative;

    background:#fff;

    padding:45px 30px;

    border-radius:30px;

    overflow:hidden;

    text-align:center;

    transition:0.5s ease;

    height:100%;

    z-index:2;

    border:1px solid #eef2f7;

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);
}

/* TOP BORDER */

.why-grad-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:6px;

    background:
    linear-gradient(
        90deg,
        #f85722,
        #ff956f
    );
}

/* HOVER */

.why-grad-card:hover{

    transform:
    translateY(-12px);

    box-shadow:
    0 25px 60px rgba(0,0,0,0.12);
}

/* ICON */

.why-grad-card i{

    width:95px;

    height:95px;

    border-radius:24px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto;

    margin-bottom:28px;

    font-size:38px;

    color:#fff;

    background:
    linear-gradient(
        135deg,
        #273c66,
        #3f5e98
    );

    transition:0.5s ease;
}

/* ICON HOVER */

.why-grad-card:hover i{

    transform:
    rotateY(180deg)
    scale(1.08);

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff956f
    );
}

/* TITLE */

.why-grad-card h4{

    font-size:22px;

    font-weight:800;

    color:#1f2c4c;

    margin-bottom:16px;
}

/* TEXT */

.why-grad-card p{

    font-size:15px;

    line-height:1.9;

    color:#666;

    margin:0;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .why-grad-section{

        padding:70px 0;
    }

    .why-grad-card{

        padding:35px 25px;
    }

    .why-grad-card h4{

        font-size:22px;
    }
}

@media(max-width:576px){

    .why-grad-card{

        border-radius:24px;
    }

    .why-grad-card i{

        width:78px;

        height:78px;

        font-size:30px;
    }

    .why-grad-card h4{

        font-size:20px;
    }
}



/* =========================
   PREMIUM ADMISSION PROCESS
========================= */

.admission-process{

    padding:110px 0;

    position:relative;

    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        #ffffff 0%,
        #f7faff 100%
    );
}

/* BACKGROUND SHAPES */

.admission-process::before{

    content:"";

    position:absolute;

    width:260px;

    height:260px;

    border-radius:50%;

    background:rgba(248,87,34,0.05);

    top:-120px;

    left:-120px;
}

.admission-process::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(39,60,102,0.05);

    bottom:-150px;

    right:-150px;
}

/* =========================
   PROCESS CARD
========================= */

.process-card{

    position:relative;

    background:#fff;

    padding:45px 30px;

    border-radius:30px;

    overflow:hidden;

    text-align:center;

    transition:0.5s ease;

    height:100%;

    z-index:2;

    border:1px solid #eef2f7;

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);
}

/* TOP BORDER */

.process-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:6px;

    background:
    linear-gradient(
        90deg,
        #f85722,
        #ff956f
    );
}

/* HOVER */

.process-card:hover{

    transform:
    translateY(-12px);

    box-shadow:
    0 25px 60px rgba(0,0,0,0.12);
}

/* STEP NUMBER */

.process-card span{

    width:95px;

    height:95px;

    border-radius:24px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto;

    margin-bottom:28px;

    font-size:34px;

    font-weight:800;

    color:#fff;

    background:
    linear-gradient(
        135deg,
        #273c66,
        #3f5e98
    );

    transition:0.5s ease;
}

/* NUMBER HOVER */

.process-card:hover span{

    transform:
    rotateY(180deg)
    scale(1.08);

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff956f
    );
}

/* TITLE */

.process-card h4{

    font-size:24px;

    font-weight:800;

    color:#1f2c4c;

    line-height:1.5;

    margin:0;
}

/* CONNECTOR LINE */

.process-card::after{

    content:"";

    position:absolute;

    top:90px;

    right:-50px;

    width:100px;

    height:2px;

    background:
    linear-gradient(
        90deg,
        #f85722,
        transparent
    );
}

/* LAST CARD LINE REMOVE */

.col-lg-3:last-child .process-card::after{

    display:none;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .admission-process{

        padding:70px 0;
    }

    .process-card{

        padding:35px 25px;
    }

    .process-card h4{

        font-size:20px;
    }

    .process-card::after{

        display:none;
    }
}

@media(max-width:576px){

    .process-card{

        border-radius:24px;
    }

    .process-card span{

        width:78px;

        height:78px;

        font-size:28px;
    }

    .process-card h4{

        font-size:18px;
    }
}




/* MOBILE */

@media(max-width:991px){

    .top-university-section,
    .specialization-section,
    .career-table-section,
    .student-benefits-section,
    .graduation-faq-section{

        padding:40px 0;
    }

}


/* =========================
   PREMIUM HERO SECTION
========================= */

.graduation-hero{

    position:relative;

    overflow:hidden;

    padding:40px 0;

    min-height:auto;

    background:
    linear-gradient(
        135deg,
        #ffffff 0%,
        #f5f8ff 50%,
        #eef3ff 100%
    );
}

/* SHAPES */

.hero-shape{

    position:absolute;

    border-radius:50%;

    z-index:1;
}

.hero-shape-1{

    width:180px;

    height:180px;

    top:-60px;

    left:-60px;

    background:rgba(248,87,34,0.06);
}

.hero-shape-2{

    width:220px;

    height:220px;

    bottom:-80px;

    right:-80px;

    background:rgba(39,60,102,0.05);
}

/* CONTENT */

.grad-content{

    position:relative;

    z-index:2;
}

.grad-tag{

    display:inline-block;

    background:#fff;

    color:#f85722;

    padding:12px 24px;

    border-radius:50px;

    font-weight:700;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.06);

    margin-bottom:25px;
}

.grad-content h1{

    font-size:52px;

    line-height:1.2;

    margin-bottom:20px;
}



.grad-content h1 span{

    color:#f85722;
}

.grad-content p{

    font-size:17px;

    line-height:1.8;

    margin-bottom:25px;
}

/* FEATURES */

.hero-features{

    margin-bottom:35px;
}

.hero-feature{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:15px;

    font-weight:600;

    color:#273c66;
}

.hero-feature i{

    color:#f85722;

    font-size:18px;
}

/* BUTTONS */

.grad-btns{

    display:flex;

    gap:18px;

    flex-wrap:wrap;
}

.grad-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff7b52
    );

    color:#fff;

    padding:16px 34px;

    border-radius:60px;

    text-decoration:none;

    font-weight:700;

    transition:0.4s ease;
}

.grad-btn:hover{

    transform:translateY(-5px);

    color:#fff;
}

.grad-btn-outline{

    border:2px solid #273c66;

    color:#273c66;

    padding:16px 34px;

    border-radius:60px;

    text-decoration:none;

    font-weight:700;

    transition:0.4s ease;
}

.grad-btn-outline:hover{

    background:#273c66;

    color:#fff;
}

/* IMAGE */

.hero-image-wrapper{

    position:relative;

    max-width:520px;

    margin-left:auto;
}

.hero-main-img{

    width:100%;

    height:520px;

    object-fit:cover;

    border-radius:30px;

    box-shadow:
    0 20px 50px rgba(0,0,0,0.10);
}

/* FLOAT CARDS */

.hero-floating-card{

    position:absolute;

    background:#fff;

    padding:18px 22px;

    border-radius:18px;

    box-shadow:
    0 15px 40px rgba(0,0,0,0.12);

    text-align:center;
}

.hero-floating-card h4{

    font-size:28px;

    font-weight:800;

    color:#f85722;

    margin-bottom:5px;
}

.hero-floating-card p{

    margin:0;

    font-size:15px;

    color:#666;
}

.card-one{

    top:25px;

    left:-20px;
}

.card-two{

    bottom:25px;

    right:-20px;
}

/* BUTTONS */

.grad-btn,
.grad-btn-outline{

    padding:14px 28px;

    font-size:15px;
}

/* ANIMATION */

@keyframes floatHero{

    0%{

        transform:translateY(0px);
    }

    50%{

        transform:translateY(-12px);
    }

    100%{

        transform:translateY(0px);
    }
}

/* MOBILE */

@media(max-width:991px){

    .graduation-hero{

        padding:60px 0;
    }

    .grad-content{

        text-align:center;
    }

    .grad-content h1{

        font-size:38px;
    }

    .hero-features{

        display:flex;

        flex-direction:column;

        align-items:center;
    }

    .grad-btns{

        justify-content:center;
        padding-bottom: 15px;
    }

    .hero-image-wrapper{

        margin-top:50px auto 0;
    }

    .hero-main-img{

        height:420px;
    }

    .card-one{

        left:0;
    }

    .card-two{

        right:0;
    }
}

@media(max-width:576px){

    .grad-content h1{

        font-size:30px;
    }

    .hero-floating-card{

        padding:14px 16px;
    }

    .hero-floating-card h4{

        font-size:22px;
    }
}





/* =========================    PREMIUM ATHLETICS HERO   ========================= */

.athletics-hero{

    position:relative;

    padding:120px 0;

    overflow:hidden;

    background:
    linear-gradient(
        135deg,
        #0f172a 0%,
        #1e3a5f 50%,
        #273c66 100%
    );
}

/* BACKGROUND SHAPES */

.athletics-hero::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(248,87,34,0.12);

    top:-180px;

    left:-120px;

    filter:blur(10px);
}

.athletics-hero::after{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:rgba(255,255,255,0.04);

    bottom:-220px;

    right:-180px;
}

/* =========================
   CONTENT
========================= */

.athletics-hero-content{

    position:relative;

    z-index:2;
}

/* TAG */

.athletics-hero .section-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(255,255,255,0.12);

    backdrop-filter:blur(10px);

    color:#fff;

    font-size:14px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:24px;
}

/* HEADING */

.athletics-hero-content h1{

    font-size:68px;

    line-height:1.15;

    font-weight:900;

    color:#fff;

    margin-bottom:28px;
}

/* GRADIENT TEXT */

.athletics-hero-content h1 span{

    background:
    linear-gradient(
        90deg,
        #f85722,
        #ffb199
    );

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;
}

/* PARAGRAPH */

.athletics-hero-content p{

    font-size:18px;

    line-height:2;

    color:rgba(255,255,255,0.82);

    margin-bottom:40px;

    max-width:620px;
}

/* BUTTON */

.hero-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:18px 38px;

    border-radius:60px;

    text-decoration:none;

    font-size:16px;

    font-weight:700;

    color:#fff;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff956f
    );

    box-shadow:
    0 15px 40px rgba(248,87,34,0.35);

    transition:0.4s ease;
}

.hero-btn:hover{

    transform:
    translateY(-6px);

    color:#0a0303;

    box-shadow:
    0 20px 50px rgba(248,87,34,0.50);
}

/* =========================
   IMAGE
========================= */

.athletics-hero-image{

    position:relative;

    z-index:2;

    text-align:center;
}

/* GLOW EFFECT */

.athletics-hero-image::before{

    content:"";

    position:absolute;

    width:100%;

    height:100%;

    border-radius:40px;

    background:
    linear-gradient(
        135deg,
        rgba(248,87,34,0.30),
        rgba(255,255,255,0.05)
    );

    top:20px;

    left:20px;

    z-index:-1;

    filter:blur(10px);
}

/* IMAGE */

.athletics-hero-image img{

    width:100%;

    max-width:560px;

    border-radius:40px;

    object-fit:cover;

    box-shadow:
    0 25px 70px rgba(0,0,0,0.35);

    transition:0.5s ease;
}

/* IMAGE HOVER */

.athletics-hero-image img:hover{

    transform:
    scale(1.03)
    rotate(-1deg);
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .athletics-hero{

        padding:90px 0 70px;
    }

    .athletics-hero-content{

        text-align:center;

        margin-bottom:50px;
    }

    .athletics-hero-content h1{

        font-size:48px;
    }

    .athletics-hero-content p{

        margin:auto auto 35px;
    }
}

@media(max-width:576px){

    .athletics-hero{

        padding:70px 0 60px;
    }

    .athletics-hero-content h1{

        font-size:36px;
    }

    .athletics-hero-content p{

        font-size:15px;

        line-height:1.9;
    }

    .hero-btn{

        padding:15px 28px;

        font-size:14px;
    }

    .athletics-hero-image img{

        border-radius:25px;
    }
}



/* =========================
   PREMIUM ATHLETICS ABOUT
========================= */

.athletics-about{

    position:relative;

    padding:110px 0;

    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        #ffffff 0%,
        #f8fbff 100%
    );
}

/* BACKGROUND SHAPES */

.athletics-about::before{

    content:"";

    position:absolute;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(248,87,34,0.06);

    top:-120px;

    left:-120px;
}

.athletics-about::after{

    content:"";

    position:absolute;

    width:340px;

    height:340px;

    border-radius:50%;

    background:rgba(39,60,102,0.05);

    bottom:-160px;

    right:-160px;
}

/* =========================
   IMAGE SIDE
========================= */

.about-athletics-image{

    position:relative;

    z-index:2;
}

/* GLOW */

.about-athletics-image::before{

    content:"";

    position:absolute;

    width:100%;

    height:100%;

    border-radius:40px;

    background:
    linear-gradient(
        135deg,
        rgba(248,87,34,0.25),
        rgba(39,60,102,0.12)
    );

    top:20px;

    left:20px;

    z-index:-1;

    filter:blur(8px);
}

/* IMAGE */

.about-athletics-image img{

    width:100%;

    border-radius:40px;

    object-fit:cover;

    box-shadow:
    0 25px 70px rgba(0,0,0,0.12);

    transition:0.5s ease;
}

/* HOVER */

.about-athletics-image img:hover{

    transform:
    scale(1.03)
    rotate(-1deg);
}

/* =========================
   CONTENT SIDE
========================= */

.about-athletics-content{

    position:relative;

    z-index:2;
}

/* TAG */

.about-athletics-content .section-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:
    linear-gradient(
        135deg,
        rgba(248,87,34,0.12),
        rgba(248,87,34,0.18)
    );

    color:#f85722;

    font-size:14px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:22px;
}

/* TITLE */

.about-athletics-content h2{

    font-size:52px;

    line-height:1.2;

    font-weight:900;

    color:#1f2c4c;

    margin-bottom:28px;
}

/* PARAGRAPH */

.about-athletics-content p{

    font-size:17px;

    line-height:2;

    color:#666;

    margin-bottom:35px;
}

/* =========================
   LIST
========================= */

.about-athletics-content ul{

    padding:0;

    margin:0;

    list-style:none;
}

.about-athletics-content ul li{

    position:relative;

    padding-left:65px;

    margin-bottom:24px;

    font-size:17px;

    font-weight:600;

    color:#273c66;
}

/* ICON */

.about-athletics-content ul li::before{

    content:"✓";

    position:absolute;

    left:0;

    top:-2px;

    width:42px;

    height:42px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff956f
    );

    color:#fff;

    font-size:18px;

    font-weight:700;

    box-shadow:
    0 10px 25px rgba(248,87,34,0.25);
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .athletics-about{

        padding:80px 0;
    }

    .about-athletics-content{

        text-align:center;
    }

    .about-athletics-content h2{

        font-size:40px;
    }

    .about-athletics-content ul li{

        text-align:left;
    }
}

@media(max-width:576px){

    .athletics-about{

        padding:70px 0;
    }

    .about-athletics-content h2{

        font-size:32px;
    }

    .about-athletics-content p{

        font-size:15px;

        line-height:1.9;
    }

    .about-athletics-image img{

        border-radius:24px;
    }

    .about-athletics-content ul li{

        font-size:15px;

        padding-left:55px;
    }

    .about-athletics-content ul li::before{

        width:36px;

        height:36px;

        font-size:15px;
    }
}



/* =========================
   PREMIUM SPORTS SECTION
========================= */

.sports-category-section{

    position:relative;

    padding:110px 0;

    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        #f8fbff 0%,
        #ffffff 100%
    );
}

/* BACKGROUND SHAPES */

.sports-category-section::before{

    content:"";

    position:absolute;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(248,87,34,0.06);

    top:-120px;

    left:-120px;
}

.sports-category-section::after{

    content:"";

    position:absolute;

    width:340px;

    height:340px;

    border-radius:50%;

    background:rgba(39,60,102,0.05);

    bottom:-160px;

    right:-160px;
}

/* =========================
   SPORTS CARD
========================= */

.sports-card{

    position:relative;

    overflow:hidden;

    border-radius:32px;

    background:#fff;

    transition:0.5s ease;

    box-shadow:
    0 20px 60px rgba(0,0,0,0.08);

    height:100%;
}

/* IMAGE */

.sports-card img{

    width:100%;

    height:320px;

    object-fit:cover;

    transition:0.7s ease;
}

/* OVERLAY */

.sports-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        180deg,
        rgba(0,0,0,0.05) 0%,
        rgba(0,0,0,0.75) 100%
    );

    z-index:1;
}

/* CONTENT */

.sports-card h4{

    position:absolute;

    left:30px;

    bottom:28px;

    z-index:2;

    color:#fff;

    font-size:30px;

    font-weight:800;

    margin:0;

    transition:0.4s ease;
}

/* SMALL TAG */

.sports-card h4::before{

    content:"Sports Program";

    display:block;

    font-size:13px;

    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;

    color:#ffb199;

    margin-bottom:8px;
}

/* HOVER */

.sports-card:hover{

    transform:
    translateY(-12px);

    box-shadow:
    0 30px 70px rgba(0,0,0,0.18);
}

/* IMAGE HOVER */

.sports-card:hover img{

    transform:
    scale(1.08)
    rotate(-1deg);
}

/* TITLE MOVE */

.sports-card:hover h4{

    transform:translateY(-8px);
}

/* BORDER GLOW */

.sports-card::after{

    content:"";

    position:absolute;

    inset:0;

    border-radius:32px;

    padding:2px;

    background:
    linear-gradient(
        135deg,
        rgba(248,87,34,0.8),
        rgba(255,255,255,0)
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

    mask-composite:exclude;

    opacity:0;

    transition:0.4s ease;
}

/* SHOW BORDER ON HOVER */

.sports-card:hover::after{

    opacity:1;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .sports-category-section{

        padding:80px 0;
    }

    .sports-card img{

        height:280px;
    }

    .sports-card h4{

        font-size:24px;
    }
}

@media(max-width:576px){

    .sports-category-section{

        padding:70px 0;
    }

    .sports-card{

        border-radius:24px;
    }

    .sports-card img{

        height:240px;
    }

    .sports-card h4{

        left:22px;

        bottom:22px;

        font-size:22px;
    }

    .sports-card::after{

        border-radius:24px;
    }
}




/* =========================
   PREMIUM SPORTS GALLERY
========================= */

.sports-gallery-section{

    position:relative;

    padding:110px 0;

    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        #ffffff 0%,
        #f7faff 100%
    );
}

/* BACKGROUND SHAPES */

.sports-gallery-section::before{

    content:"";

    position:absolute;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(248,87,34,0.06);

    top:-120px;

    left:-120px;
}

.sports-gallery-section::after{

    content:"";

    position:absolute;

    width:340px;

    height:340px;

    border-radius:50%;

    background:rgba(39,60,102,0.05);

    bottom:-160px;

    right:-160px;
}

/* =========================
   GALLERY CARD
========================= */

.gallery-card{

    position:relative;

    overflow:hidden;

    border-radius:32px;

    transition:0.5s ease;

    height:100%;

    box-shadow:
    0 20px 60px rgba(0,0,0,0.08);
}

/* IMAGE */

.gallery-card img{

    width:100%;

    height:420px;

    object-fit:cover;

    transition:0.7s ease;

    display:block;
}

/* DARK OVERLAY */

.gallery-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        180deg,
        rgba(0,0,0,0.05) 0%,
        rgba(0,0,0,0.75) 100%
    );

    z-index:1;

    opacity:0.9;

    transition:0.4s ease;
}

/* SPORTS TEXT */

.gallery-card::after{

    content:"Campus Sports";

    position:absolute;

    left:30px;

    bottom:28px;

    z-index:2;

    color:#fff;

    font-size:28px;

    font-weight:800;

    letter-spacing:1px;
}

/* HOVER */

.gallery-card:hover{

    transform:
    translateY(-12px);

    box-shadow:
    0 30px 70px rgba(0,0,0,0.18);
}

/* IMAGE ZOOM */

.gallery-card:hover img{

    transform:
    scale(1.08)
    rotate(-1deg);
}

/* OVERLAY EFFECT */

.gallery-card:hover::before{

    background:
    linear-gradient(
        180deg,
        rgba(248,87,34,0.15) 0%,
        rgba(0,0,0,0.80) 100%
    );
}

/* BORDER GLOW */

.gallery-card .gallery-border{

    position:absolute;

    inset:0;

    border-radius:32px;

    border:2px solid transparent;

    transition:0.4s ease;

    z-index:3;
}

.gallery-card:hover .gallery-border{

    border-color:rgba(248,87,34,0.8);
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .sports-gallery-section{

        padding:80px 0;
    }

    .gallery-card img{

        height:340px;
    }

    .gallery-card::after{

        font-size:24px;
    }
}

@media(max-width:576px){

    .sports-gallery-section{

        padding:70px 0;
    }

    .gallery-card{

        border-radius:24px;
    }

    .gallery-card img{

        height:260px;
    }

    .gallery-card::after{

        left:22px;

        bottom:22px;

        font-size:20px;
    }

    .gallery-card .gallery-border{

        border-radius:24px;
    }
}




/* =========================
   PREMIUM SPORTS CTA
========================= */

.sports-cta-section{

    position:relative;

    padding:110px 0;

    overflow:hidden;

    background:
    linear-gradient(
        135deg,
        #0f172a 0%,
        #1e3a5f 50%,
        #273c66 100%
    );
}

/* BACKGROUND SHAPES */

.sports-cta-section::before{

    content:"";

    position:absolute;

    width:380px;

    height:380px;

    border-radius:50%;

    background:rgba(248,87,34,0.12);

    top:-160px;

    left:-120px;

    filter:blur(10px);
}

.sports-cta-section::after{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    border-radius:50%;

    background:rgba(255,255,255,0.04);

    bottom:-220px;

    right:-180px;
}

/* =========================
   CTA BOX
========================= */

.sports-cta-box{

    position:relative;

    z-index:2;

    text-align:center;

    padding:80px 60px;

    border-radius:40px;

    overflow:hidden;

    background:
    linear-gradient(
        135deg,
        rgba(255,255,255,0.10),
        rgba(255,255,255,0.05)
    );

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,0.12);

    box-shadow:
    0 25px 70px rgba(0,0,0,0.25);
}

/* TOP GLOW */

.sports-cta-box::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    border-radius:50%;

    background:rgba(248,87,34,0.18);

    top:-100px;

    right:-60px;

    filter:blur(15px);
}

/* BOTTOM GLOW */

.sports-cta-box::after{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:rgba(255,255,255,0.06);

    bottom:-80px;

    left:-60px;
}

/* =========================
   TITLE
========================= */

.sports-cta-box h2{

    position:relative;

    z-index:2;

    font-size:58px;

    line-height:1.2;

    font-weight:900;

    color:#fff;

    margin-bottom:24px;
}

/* PARAGRAPH */

.sports-cta-box p{

    position:relative;

    z-index:2;

    max-width:760px;

    margin:auto;

    font-size:18px;

    line-height:2;

    color:rgba(255,255,255,0.82);

    margin-bottom:40px;
}

/* =========================
   BUTTON
========================= */

.cta-btn{

    position:relative;

    z-index:2;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    padding:18px 42px;

    border-radius:60px;

    text-decoration:none;

    font-size:16px;

    font-weight:700;

    color:#fff;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff956f
    );

    box-shadow:
    0 18px 40px rgba(248,87,34,0.35);

    transition:0.4s ease;
}

/* BUTTON ICON */

.cta-btn::after{

    content:"→";

    font-size:18px;

    transition:0.3s ease;
}

/* HOVER */

.cta-btn:hover{

    color:#fff;

    transform:
    translateY(-6px);

    box-shadow:
    0 25px 55px rgba(248,87,34,0.50);
}

.cta-btn:hover::after{

    transform:translateX(5px);
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .sports-cta-section{

        padding:80px 0;
    }

    .sports-cta-box{

        padding:60px 35px;
    }

    .sports-cta-box h2{

        font-size:42px;
    }

    .sports-cta-box p{

        font-size:16px;
    }
}

@media(max-width:576px){

    .sports-cta-section{

        padding:70px 0;
    }

    .sports-cta-box{

        padding:50px 25px;

        border-radius:28px;
    }

    .sports-cta-box h2{

        font-size:30px;
    }

    .sports-cta-box p{

        font-size:15px;

        line-height:1.9;
    }

    .cta-btn{

        width:100%;

        padding:16px 25px;

        font-size:15px;
    }
}






/*============================================ Social ==================================*/


/* =========================
   PREMIUM SOCIAL HERO
========================= */

.social-hero-section{

    position:relative;

    padding:120px 0;

    overflow:hidden;

    background:
    linear-gradient(
        135deg,
        #0f172a 0%,
        #1d3557 45%,
        #273c66 100%
    );
}

/* BACKGROUND GLOW */

.social-hero-section::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(248,87,34,0.14);

    top:-180px;

    left:-120px;

    filter:blur(10px);
}

.social-hero-section::after{

    content:"";

    position:absolute;

    width:520px;

    height:520px;

    border-radius:50%;

    background:rgba(255,255,255,0.04);

    bottom:-240px;

    right:-200px;
}

/* =========================
   CONTENT
========================= */

.social-hero-content{

    position:relative;

    z-index:2;
}

/* TAG */

.social-hero-content .section-tag{

    display:inline-block;

    padding:10px 24px;

    border-radius:60px;

    background:rgba(255,255,255,0.12);

    backdrop-filter:blur(12px);

    color:#fff;

    font-size:14px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:24px;
}

/* TITLE */

.social-hero-content h1{

    font-size:70px;

    line-height:1.1;

    font-weight:900;

    color:#fff;

    margin-bottom:28px;
}

/* GRADIENT TEXT */

.social-hero-content h1 span{

    background:
    linear-gradient(
        90deg,
        #f85722,
        #ffb199
    );

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;
}

/* PARAGRAPH */

.social-hero-content p{

    font-size:18px;

    line-height:2;

    color:rgba(255,255,255,0.82);

    margin-bottom:42px;

    max-width:650px;
}

/* BUTTON */

.hero-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:18px 40px;

    border-radius:60px;

    text-decoration:none;

    font-size:16px;

    font-weight:700;

    color:#fff;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff956f
    );

    box-shadow:
    0 18px 40px rgba(248,87,34,0.35);

    transition:0.4s ease;
}

.hero-btn:hover{

    color:#000;

    transform:
    translateY(-6px);

    box-shadow:
    0 24px 55px rgba(248,87,34,0.50);
}

/* =========================
   IMAGE
========================= */

.social-hero-image{

    position:relative;

    z-index:2;

    text-align:center;
}

/* BACK LAYER */

.social-hero-image::before{

    content:"";

    position:absolute;

    width:100%;

    height:100%;

    border-radius:40px;

    background:
    linear-gradient(
        135deg,
        rgba(248,87,34,0.25),
        rgba(255,255,255,0.06)
    );

    top:20px;

    left:20px;

    z-index:-1;

    filter:blur(10px);
}

/* IMAGE */

.social-hero-image img{

    width:100%;

    max-width:560px;

    border-radius:40px;

    object-fit:cover;

    box-shadow:
    0 30px 80px rgba(0,0,0,0.35);

    transition:0.6s ease;
}

/* IMAGE HOVER */

.social-hero-image img:hover{

    transform:
    scale(1.04)
    rotate(-1deg);
}

/* FLOATING CARD */

.social-hero-image::after{

    content:"5000+ Active Students";

    position:absolute;

    bottom:30px;

    left:-20px;

    padding:16px 26px;

    border-radius:20px;

    background:#fff;

    color:#273c66;

    font-size:15px;

    font-weight:700;

    box-shadow:
    0 15px 40px rgba(0,0,0,0.18);
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .social-hero-section{

        padding:90px 0 70px;
    }

    .social-hero-content{

        text-align:center;

        margin-bottom:50px;
    }

    .social-hero-content h1{

        font-size:48px;
    }

    .social-hero-content p{

        margin:auto auto 35px;
    }

    .social-hero-image::after{

        left:20px;

        bottom:20px;
    }
}

@media(max-width:576px){

    .social-hero-section{

        padding:70px 0 60px;
    }

    .social-hero-content h1{

        font-size:36px;
    }

    .social-hero-content p{

        font-size:15px;

        line-height:1.9;
    }

    .hero-btn{

        width:100%;

        justify-content:center;

        padding:16px 25px;

        font-size:15px;
    }

    .social-hero-image img{

        border-radius:24px;
    }

    .social-hero-image::after{

        position:static;

        display:inline-block;

        margin-top:20px;

        width:100%;
    }
}



/* =========================    PREMIUM SOCIAL ABOUT========================= */

.social-about-section{

    position:relative;

    padding:110px 0;

    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        #ffffff 0%,
        #f7faff 100%
    );
}

/* BACKGROUND SHAPES */

.social-about-section::before{

    content:"";

    position:absolute;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(248,87,34,0.06);

    top:-120px;

    left:-120px;
}

.social-about-section::after{

    content:"";

    position:absolute;

    width:340px;

    height:340px;

    border-radius:50%;

    background:rgba(39,60,102,0.05);

    bottom:-160px;

    right:-160px;
}

/* =========================
   IMAGE SIDE
========================= */

.social-about-image{

    position:relative;

    z-index:2;
}

/* GLOW EFFECT */

.social-about-image::before{

    content:"";

    position:absolute;

    width:100%;

    height:100%;

    border-radius:40px;

    background:
    linear-gradient(
        135deg,
        rgba(248,87,34,0.25),
        rgba(39,60,102,0.10)
    );

    top:20px;

    left:20px;

    z-index:-1;

    filter:blur(10px);
}

/* IMAGE */

.social-about-image img{

    width:100%;

    border-radius:40px;

    object-fit:cover;

    box-shadow:
    0 25px 70px rgba(0,0,0,0.12);

    transition:0.6s ease;
}

/* IMAGE HOVER */

.social-about-image img:hover{

    transform:
    scale(1.03)
    rotate(-1deg);
}

/* FLOATING BOX */

.social-about-image::after{

    content:"100+ Student Communities";

    position:absolute;

    bottom:25px;

    left:-20px;

    padding:16px 26px;

    border-radius:20px;

    background:#fff;

    color:#273c66;

    font-size:15px;

    font-weight:700;

    box-shadow:
    0 15px 40px rgba(0,0,0,0.15);
}

/* =========================
   CONTENT SIDE
========================= */

.social-about-content{

    position:relative;

    z-index:2;
}

/* TAG */

.social-about-content .section-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:
    linear-gradient(
        135deg,
        rgba(248,87,34,0.10),
        rgba(248,87,34,0.18)
    );

    color:#f85722;

    font-size:14px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:24px;
}

/* TITLE */

.social-about-content h2{

    font-size:54px;

    line-height:1.2;

    font-weight:900;

    color:#1f2c4c;

    margin-bottom:28px;
}

/* PARAGRAPH */

.social-about-content p{

    font-size:17px;

    line-height:2;

    color:#666;

    margin-bottom:38px;
}

/* =========================
   LIST
========================= */

.social-about-content ul{

    list-style:none;

    padding:0;

    margin:0;
}

.social-about-content ul li{

    position:relative;

    padding-left:68px;

    margin-bottom:24px;

    font-size:17px;

    font-weight:600;

    color:#273c66;
}

/* ICON */

.social-about-content ul li::before{

    content:"✓";

    position:absolute;

    left:0;

    top:-2px;

    width:44px;

    height:44px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff956f
    );

    color:#fff;

    font-size:18px;

    font-weight:700;

    box-shadow:
    0 12px 30px rgba(248,87,34,0.28);
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .social-about-section{

        padding:80px 0;
    }

    .social-about-content{

        text-align:center;
    }

    .social-about-content h2{

        font-size:40px;
    }

    .social-about-content ul li{

        text-align:left;
    }

    .social-about-image::after{

        left:20px;
    }
}

@media(max-width:576px){

    .social-about-section{

        padding:70px 0;
    }

    .social-about-content h2{

        font-size:32px;
    }

    .social-about-content p{

        font-size:15px;

        line-height:1.9;
    }

    .social-about-image img{

        border-radius:24px;
    }

    .social-about-image::after{

        position:static;

        display:inline-block;

        margin-top:20px;

        width:100%;
    }

    .social-about-content ul li{

        font-size:15px;

        padding-left:56px;
    }

    .social-about-content ul li::before{

        width:36px;

        height:36px;

        font-size:15px;
    }
}



/* =========================
   PREMIUM SOCIAL ACTIVITIES
========================= */

.social-activity-section{

    position:relative;

    padding:110px 0;

    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        #f8fbff 0%,
        #ffffff 100%
    );
}

/* BACKGROUND SHAPES */

.social-activity-section::before{

    content:"";

    position:absolute;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(248,87,34,0.06);

    top:-120px;

    left:-120px;
}

.social-activity-section::after{

    content:"";

    position:absolute;

    width:340px;

    height:340px;

    border-radius:50%;

    background:rgba(39,60,102,0.05);

    bottom:-160px;

    right:-160px;
}

/* =========================
   ACTIVITY CARD
========================= */

.activity-card{

    position:relative;

    overflow:hidden;

    border-radius:32px;

    background:#fff;

    transition:0.5s ease;

    box-shadow:
    0 20px 60px rgba(0,0,0,0.08);

    height:100%;
}

/* IMAGE */

.activity-card img{

    width:100%;

    height:340px;

    object-fit:cover;

    transition:0.7s ease;
}

/* OVERLAY */

.activity-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        180deg,
        rgba(0,0,0,0.05) 0%,
        rgba(0,0,0,0.78) 100%
    );

    z-index:1;

    transition:0.4s ease;
}

/* TITLE */

.activity-card h4{

    position:absolute;

    left:28px;

    bottom:28px;

    z-index:2;

    color:#fff;

    font-size:28px;

    font-weight:800;

    margin:0;

    transition:0.4s ease;
}

/* SMALL LABEL */

.activity-card h4::before{

    content:"Campus Activity";

    display:block;

    font-size:12px;

    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;

    color:#ffb199;

    margin-bottom:10px;
}

/* HOVER */

.activity-card:hover{

    transform:
    translateY(-12px);

    box-shadow:
    0 30px 75px rgba(0,0,0,0.18);
}

/* IMAGE HOVER */

.activity-card:hover img{

    transform:
    scale(1.08)
    rotate(-1deg);
}

/* TITLE MOVE */

.activity-card:hover h4{

    transform:translateY(-8px);
}

/* OVERLAY CHANGE */

.activity-card:hover::before{

    background:
    linear-gradient(
        180deg,
        rgba(248,87,34,0.12) 0%,
        rgba(0,0,0,0.82) 100%
    );
}

/* PREMIUM BORDER */

.activity-card::after{

    content:"";

    position:absolute;

    inset:0;

    border-radius:32px;

    padding:2px;

    background:
    linear-gradient(
        135deg,
        rgba(248,87,34,0.8),
        rgba(255,255,255,0)
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

    mask-composite:exclude;

    opacity:0;

    transition:0.4s ease;
}

/* SHOW BORDER */

.activity-card:hover::after{

    opacity:1;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .social-activity-section{

        padding:80px 0;
    }

    .activity-card img{

        height:300px;
    }

    .activity-card h4{

        font-size:24px;
    }
}

@media(max-width:576px){

    .social-activity-section{

        padding:70px 0;
    }

    .activity-card{

        border-radius:24px;
    }

    .activity-card img{

        height:240px;
    }

    .activity-card h4{

        left:22px;

        bottom:22px;

        font-size:20px;
    }

    .activity-card::after{

        border-radius:24px;
    }
}


/* =========================
   PREMIUM SOCIAL CTA
========================= */

.social-cta-section{

    position:relative;

    padding:110px 0;

    overflow:hidden;

    background:
    linear-gradient(
        135deg,
        #0f172a 0%,
        #1d3557 45%,
        #273c66 100%
    );
}

/* BACKGROUND SHAPES */

.social-cta-section::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(248,87,34,0.14);

    top:-180px;

    left:-120px;

    filter:blur(12px);
}

.social-cta-section::after{

    content:"";

    position:absolute;

    width:520px;

    height:520px;

    border-radius:50%;

    background:rgba(255,255,255,0.04);

    bottom:-260px;

    right:-220px;
}

/* =========================
   CTA BOX
========================= */

.social-cta-box{

    position:relative;

    z-index:2;

    text-align:center;

    padding:90px 60px;

    border-radius:40px;

    overflow:hidden;

    background:
    linear-gradient(
        135deg,
        rgba(255,255,255,0.10),
        rgba(255,255,255,0.05)
    );

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,0.12);

    box-shadow:
    0 25px 80px rgba(0,0,0,0.28);
}

/* TOP GLOW */

.social-cta-box::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    border-radius:50%;

    background:rgba(248,87,34,0.18);

    top:-100px;

    right:-60px;

    filter:blur(15px);
}

/* BOTTOM GLOW */

.social-cta-box::after{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:rgba(255,255,255,0.06);

    bottom:-80px;

    left:-60px;
}

/* =========================
   TITLE
========================= */

.social-cta-box h2{

    position:relative;

    z-index:2;

    font-size:58px;

    line-height:1.2;

    font-weight:900;

    color:#fff;

    margin-bottom:24px;
}

/* PARAGRAPH */

.social-cta-box p{

    position:relative;

    z-index:2;

    max-width:760px;

    margin:auto;

    font-size:18px;

    line-height:2;

    color:rgba(255,255,255,0.82);

    margin-bottom:42px;
}

/* =========================
   BUTTON
========================= */

.social-cta-box .cta-btn{

    position:relative;

    z-index:2;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    padding:18px 42px;

    border-radius:60px;

    text-decoration:none;

    font-size:16px;

    font-weight:700;

    color:#fff;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff956f
    );

    box-shadow:
    0 18px 40px rgba(248,87,34,0.35);

    transition:0.4s ease;
}

/* ICON */

.social-cta-box .cta-btn::after{

    content:"→";

    font-size:18px;

    transition:0.3s ease;
}

/* HOVER */

.social-cta-box .cta-btn:hover{

    color:#fff;

    transform:
    translateY(-6px);

    box-shadow:
    0 25px 55px rgba(248,87,34,0.50);
}

.social-cta-box .cta-btn:hover::after{

    transform:translateX(5px);
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .social-cta-section{

        padding:80px 0;
    }

    .social-cta-box{

        padding:65px 35px;
    }

    .social-cta-box h2{

        font-size:42px;
    }

    .social-cta-box p{

        font-size:16px;
    }
}

@media(max-width:576px){

    .social-cta-section{

        padding:70px 0;
    }

    .social-cta-box{

        padding:50px 25px;

        border-radius:28px;
    }

    .social-cta-box h2{

        font-size:30px;
    }

    .social-cta-box p{

        font-size:15px;

        line-height:1.9;
    }

    .social-cta-box .cta-btn{

        width:100%;

        padding:16px 25px;

        font-size:15px;
    }
}








/*======================================FAQ Page Here ===============================*/


/* =========================
   FAQ HERO
========================= */

.faq-hero-section{

    padding:120px 0 100px;

    background:
    linear-gradient(
        135deg,
        #0f172a 0%,
        #1d3557 50%,
        #273c66 100%
    );

    text-align:center;

    color:#fff;
}

.faq-hero-content h1{

    font-size:70px;

    font-weight:900;

    margin-bottom:25px;
}

.faq-hero-content p{

    max-width:760px;

    margin:auto;

    font-size:18px;

    line-height:2;

    color:rgba(255,255,255,0.82);
}

/* =========================
   MAIN FAQ
========================= */

.main-faq-section{

    padding:110px 0;

    background:#f8fbff;
}

/* SIDEBAR */

.faq-sidebar{

    background:#fff;

    padding:40px;

    border-radius:30px;

    box-shadow:
    0 15px 50px rgba(0,0,0,0.08);

    position:sticky;

    top:120px;
}

.faq-sidebar h4{

    font-size:32px;

    font-weight:800;

    margin-bottom:18px;

    color:#273c66;
}

.faq-sidebar p{

    color:#666;

    line-height:1.9;

    margin-bottom:25px;
}

.faq-sidebar ul{

    list-style:none;

    padding:0;

    margin:0 0 30px;
}

.faq-sidebar ul li{

    padding-left:35px;

    position:relative;

    margin-bottom:16px;

    color:#273c66;

    font-weight:600;
}

.faq-sidebar ul li::before{

    content:"✓";

    position:absolute;

    left:0;

    color:#f85722;

    font-weight:700;
}

/* BUTTON */

.faq-contact-btn{

    display:inline-block;

    width:100%;

    text-align:center;

    padding:16px 25px;

    border-radius:50px;

    text-decoration:none;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff956f
    );

    color:#fff;

    font-weight:700;

    transition:0.4s ease;
}

.faq-contact-btn:hover{

    color:#fff;

    transform:translateY(-4px);
}

/* =========================
   FAQ ITEMS
========================= */

.faq-wrapper{

    display:flex;

    flex-direction:column;

    gap:20px;
}

.faq-item{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    box-shadow:
    0 12px 35px rgba(0,0,0,0.06);

    transition:0.4s ease;
}

.faq-item.active{

    box-shadow:
    0 20px 50px rgba(248,87,34,0.12);
}

/* QUESTION */

.faq-question{

    width:100%;

    border:none;

    background:none;

    padding:28px 30px;

    text-align:left;

    display:flex;

    align-items:center;

    justify-content:space-between;

    font-size:20px;

    font-weight:700;

    color:#273c66;

    cursor:pointer;
}

.faq-question span{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#f85722;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    flex-shrink:0;
}

/* ANSWER */

.faq-answer{

    max-height:0;

    overflow:hidden;

    transition:0.4s ease;

    padding:0 30px;

    color:#666;

    line-height:2;
}

.faq-item.active .faq-answer{

    padding:0 30px 30px;
}

/* =========================
   CTA SECTION
========================= */

.faq-cta-section{

    padding:100px 0;

    background:#fff;
}

.faq-cta-box{

    background:
    linear-gradient(
        135deg,
        #273c66,
        #1d3557
    );

    padding:80px 40px;

    border-radius:40px;

    color:#fff;
}

.faq-cta-box h2{

    font-size:52px;

    font-weight:900;

    margin-bottom:20px;
}

.faq-cta-box p{

    max-width:700px;

    margin:auto;

    line-height:2;

    color:rgba(255,255,255,0.82);

    margin-bottom:35px;
}

.faq-btn{

    display:inline-block;

    padding:18px 40px;

    border-radius:50px;

    text-decoration:none;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff956f
    );

    color:#fff;

    font-weight:700;

    transition:0.4s ease;
}

.faq-btn:hover{

    color:#fff;

    transform:translateY(-5px);
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .faq-hero-content h1{

        font-size:48px;
    }

    .faq-sidebar{

        margin-bottom:40px;

        position:relative;

        top:0;
    }
}

@media(max-width:576px){

    .faq-hero-section{

        padding:90px 0 70px;
    }

    .faq-hero-content h1{

        font-size:34px;
    }

    .faq-question{

        font-size:16px;

        padding:22px;
    }

    .faq-answer{

        font-size:14px;
    }

    .faq-cta-box{

        padding:50px 25px;
    }

    .faq-cta-box h2{

        font-size:32px;
    }

    .faq-btn{

        width:100%;

        text-align:center;
    }
}








/*===========================================Term & Condition ==============================*/


/* =========================
   TERMS HERO
========================= */

.terms-hero-section{

    padding:120px 0 100px;

    background:
    linear-gradient(
        135deg,
        #0f172a 0%,
        #1d3557 50%,
        #273c66 100%
    );

    text-align:center;

    color:#fff;
}

.terms-hero-content h1{

    font-size:68px;

    font-weight:900;

    margin-bottom:22px;
}

.terms-hero-content p{

    max-width:760px;

    margin:auto;

    font-size:18px;

    line-height:2;

    color:rgba(255,255,255,0.82);
}

/* =========================
   TERMS MAIN
========================= */

.terms-main-section{

    padding:110px 0;

    background:#f8fbff;
}

.terms-wrapper{

    display:flex;

    flex-direction:column;

    gap:25px;
}

/* TERMS BOX */

.terms-box{

    background:#fff;

    padding:40px;

    border-radius:28px;

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);

    transition:0.4s ease;

    border-left:5px solid #f85722;
}

.terms-box:hover{

    transform:translateY(-6px);

    box-shadow:
    0 22px 55px rgba(0,0,0,0.10);
}

.terms-box h3{

    font-size:28px;

    font-weight:800;

    color:#273c66;

    margin-bottom:18px;
}

.terms-box p{

    color:#666;

    line-height:2;

    font-size:16px;

    margin:0;
}

/* =========================
   CTA SECTION
========================= */

.terms-cta-section{

    padding:100px 0;

    background:#fff;
}

.terms-cta-box{

    padding:80px 40px;

    border-radius:40px;

    background:
    linear-gradient(
        135deg,
        #273c66,
        #1d3557
    );

    color:#fff;
}

.terms-cta-box h2{

    font-size:52px;

    font-weight:900;

    margin-bottom:20px;
}

.terms-cta-box p{

    max-width:700px;

    margin:auto;

    line-height:2;

    color:rgba(255,255,255,0.82);

    margin-bottom:35px;
}

.terms-btn{

    display:inline-block;

    padding:18px 40px;

    border-radius:50px;

    text-decoration:none;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff956f
    );

    color:#fff;

    font-weight:700;

    transition:0.4s ease;
}

.terms-btn:hover{

    color:#fff;

    transform:translateY(-5px);
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .terms-hero-content h1{

        font-size:48px;
    }

    .terms-box{

        padding:30px;
    }

    .terms-box h3{

        font-size:24px;
    }
}

@media(max-width:576px){

    .terms-hero-section{

        padding:90px 0 70px;
    }

    .terms-hero-content h1{

        font-size:34px;
    }

    .terms-box{

        padding:25px;
    }

    .terms-box h3{

        font-size:20px;
    }

    .terms-box p{

        font-size:14px;
    }

    .terms-cta-box{

        padding:50px 25px;
    }

    .terms-cta-box h2{

        font-size:32px;
    }

    .terms-btn{

        width:100%;

        text-align:center;
    }
}








/*====================================== Privacy Policy ===============================*/


/* =========================
   PRIVACY HERO
========================= */

.privacy-hero-section{

    padding:120px 0 100px;

    background:
    linear-gradient(
        135deg,
        #0f172a 0%,
        #1d3557 50%,
        #273c66 100%
    );

    text-align:center;

    color:#fff;
}

.privacy-hero-content h1{

    font-size:68px;

    font-weight:900;

    margin-bottom:22px;
}

.privacy-hero-content p{

    max-width:760px;

    margin:auto;

    font-size:18px;

    line-height:2;

    color:rgba(255,255,255,0.82);
}

/* =========================
   MAIN SECTION
========================= */

.privacy-main-section{

    padding:110px 0;

    background:#f8fbff;
}

.privacy-wrapper{

    display:flex;

    flex-direction:column;

    gap:25px;
}

/* BOX */

.privacy-box{

    background:#fff;

    padding:40px;

    border-radius:28px;

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);

    border-left:5px solid #f85722;

    transition:0.4s ease;
}

.privacy-box:hover{

    transform:translateY(-6px);

    box-shadow:
    0 22px 60px rgba(0,0,0,0.10);
}

.privacy-box h3{

    font-size:28px;

    font-weight:800;

    color:#273c66;

    margin-bottom:18px;
}

.privacy-box p{

    font-size:16px;

    line-height:2;

    color:#666;

    margin:0;
}

/* =========================
   CTA SECTION
========================= */

.privacy-cta-section{

    padding:100px 0;

    background:#fff;
}

.privacy-cta-box{

    padding:80px 40px;

    border-radius:40px;

    background:
    linear-gradient(
        135deg,
        #273c66,
        #1d3557
    );

    color:#fff;
}

.privacy-cta-box h2{

    font-size:52px;

    font-weight:900;

    margin-bottom:20px;
}

.privacy-cta-box p{

    max-width:700px;

    margin:auto;

    line-height:2;

    color:rgba(255,255,255,0.82);

    margin-bottom:35px;
}

.privacy-btn{

    display:inline-block;

    padding:18px 40px;

    border-radius:50px;

    text-decoration:none;

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff956f
    );

    color:#fff;

    font-weight:700;

    transition:0.4s ease;
}

.privacy-btn:hover{

    color:#fff;

    transform:translateY(-5px);
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .privacy-hero-content h1{

        font-size:48px;
    }

    .privacy-box{

        padding:30px;
    }

    .privacy-box h3{

        font-size:24px;
    }
}

@media(max-width:576px){

    .privacy-hero-section{

        padding:90px 0 70px;
    }

    .privacy-hero-content h1{

        font-size:34px;
    }

    .privacy-box{

        padding:25px;
    }

    .privacy-box h3{

        font-size:20px;
    }

    .privacy-box p{

        font-size:14px;
    }

    .privacy-cta-box{

        padding:50px 25px;
    }

    .privacy-cta-box h2{

        font-size:32px;
    }

    .privacy-btn{

        width:100%;

        text-align:center;
    }
}








/*================================  Pagination Here  ===================================*/


/* =========================
   PAGINATION
========================= */

.pagination-wrapper{

    margin-top:70px;

    display:flex;

    justify-content:center;
}

.custom-pagination{

    display:flex;

    align-items:center;

    gap:12px;

    list-style:none;

    padding:0;

    margin:0;

    flex-wrap:wrap;
    padding-bottom: 55px;
}

.custom-pagination li a{

    width:50px;

    height:50px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#fff;

    color:#1c274c;

    font-size:16px;

    font-weight:700;

    text-decoration:none;

    border:1px solid rgba(0,0,0,0.08);

    transition:0.4s ease;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.05);
}

.custom-pagination li a:hover{

    background:
    linear-gradient(
        135deg,
        #f85722,
        #ff9a6c
    );

    color:#fff;

    transform:translateY(-4px);
}

.custom-pagination li a.active{

    background:
    linear-gradient(
        135deg,
        #273c66,
        #1d3557
    );

    color:#fff;

    border-color:transparent;

    box-shadow:
    0 15px 35px rgba(39,60,102,0.25);
}








/*=============================================Student Login Here=====================================*/


/*==================================
STUDENT LOGIN PAGE
==================================*/

.student-login-section{
    position:relative;
    padding:120px 0;
    min-height:100vh;
    overflow:hidden;
    background:
    linear-gradient(rgba(10,15,35,0.92), rgba(10,15,35,0.92)),
    url("https://images.unsplash.com/photo-1523240795612-9a054b0db644?q=80&w=1600&auto=format&fit=crop");
    background-size:cover;
    background-position:center;
}

/* SHAPES */

.login-bg-shape{
    position:absolute;
    border-radius:50%;
}

.shape-1{
    width:320px;
    height:320px;
    top:-100px;
    left:-100px;
    background:rgba(248,87,34,0.16);
}

.shape-2{
    width:250px;
    height:250px;
    bottom:-80px;
    right:-80px;
    background:rgba(255,255,255,0.05);
}

/* WRAPPER */

.student-login-wrapper{
    display:grid;
    grid-template-columns:1fr 480px;
    gap:50px;
    align-items:center;
}

/* LEFT SIDE */

.login-left{
    color:#fff;
}

.login-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(248,87,34,0.14);
    color:#f85722;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:25px;
    text-transform:uppercase;
}

.login-left h1{
    font-size:62px;
    font-weight:800;
    line-height:1.15;
    margin-bottom:25px;
}

.login-left p{
    font-size:17px;
    line-height:1.9;
    color:rgba(255,255,255,0.76);
    max-width:650px;
}

/* FEATURES */

.login-features{
    margin-top:45px;
}

.feature-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:25px;
    padding:22px;
    border-radius:22px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(10px);
}

.feature-item i{
    width:62px;
    height:62px;
    border-radius:18px;
    background:rgba(248,87,34,0.14);
    color:#f85722;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    flex-shrink:0;
}

.feature-item h5{
    color:#fff;
    font-size:20px;
    margin-bottom:6px;
    font-weight:700;
}

.feature-item span{
    color:rgba(255,255,255,0.70);
    font-size:14px;
}

/* RIGHT CARD */

.login-card{
    position:relative;
    padding:45px;
    border-radius:30px;
    background:rgba(255,255,255,0.10);
    border:1px solid rgba(255,255,255,0.12);
    backdrop-filter:blur(18px);
    box-shadow:0 30px 70px rgba(0,0,0,0.35);
}

.login-card-header{
    text-align:center;
    margin-bottom:35px;
}

.login-card-header h2{
    color:#fff;
    font-size:36px;
    font-weight:800;
    margin-bottom:10px;
}

.login-card-header p{
    color:rgba(255,255,255,0.70);
}

/* FORM */

.form-group1{
    margin-bottom:24px;
}

.form-group1 label{
    display:block;
    color:#fff;
    font-size:14px;
    margin-bottom:10px;
    font-weight:600;
}

.input-box{
    position:relative;
}

.input-box i{
    position:absolute;
    top:50%;
    left:18px;
    transform:translateY(-50%);
    color:#f85722;
    font-size:15px;
}

.input-box input{
    width:100%;
    height:60px;
    border:none;
    outline:none;
    border-radius:18px;
    padding:0 20px 0 52px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.08);
    color:#fff;
    font-size:15px;
}

.input-box input::placeholder{
    color:rgba(255,255,255,0.55);
}

.input-box input:focus{
    border-color:#f85722;
}

/* OPTIONS */

.login-options{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.remember-box{
    display:flex;
    align-items:center;
    gap:8px;
}

.remember-box label{
    color:rgba(255,255,255,0.75);
    margin:0;
    font-size:14px;
}

.login-options a{
    color:#f85722;
    text-decoration:none;
    font-size:14px;
}

/* BUTTON */

.login-btn{
    width:100%;
    height:60px;
    border:none;
    border-radius:18px;
    background:linear-gradient(135deg,#f85722,#ff7b4d);
    color:#fff;
    font-size:16px;
    font-weight:700;
    transition:0.4s;
    box-shadow:0 18px 40px rgba(248,87,34,0.35);
}

.login-btn:hover{
    transform:translateY(-4px);
}

/* FOOTER */

.login-footer{
    margin-top:28px;
    text-align:center;
}

.login-footer p{
    color:rgba(255,255,255,0.72);
    margin:0;
}

.login-footer a{
    color:#f85722;
    text-decoration:none;
    font-weight:700;
}

/* RESPONSIVE */

@media(max-width:991px){

    .student-login-section{
        padding:80px 0;
    }

    .student-login-wrapper{
        grid-template-columns:1fr;
    }

    .login-left{
        text-align:center;
    }

    .login-left h1{
        font-size:44px;
    }

}

@media(max-width:576px){

    .login-left h1{
        font-size:32px;
    }

    .login-card{
        padding:30px 22px;
        border-radius:24px;
    }

    .login-card-header h2{
        font-size:28px;
    }

    .login-options{
        flex-direction:column;
        gap:12px;
        align-items:flex-start;
    }

}






/*=============================Student Dashboard===============================================*/


.student-dashboard{
    background:#f4f7fb;
    min-height:100vh;
}

.dashboard-container{
    display:flex;
}

.dashboard-sidebar{
    width:280px;
    height:100vh;
    background:#111827;
    padding:30px;
    color:#fff;
    position:fixed;
    left:0;
    top:0;
    overflow-y:auto;
    z-index:999;
}

.sidebar-logo h2{
    font-size:28px;
    font-weight:700;
    margin-bottom:40px;
}

.sidebar-menu{
    list-style:none;
    padding:0;
    margin:0;
}

.sidebar-menu li{
    margin-bottom:15px;
}

.sidebar-menu li a{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 18px;
    border-radius:12px;
    color:#d1d5db;
    text-decoration:none;
    transition:.3s;
    font-weight:500;
}

.sidebar-menu li a:hover,
.sidebar-menu li.active a{
    background:#2563eb;
    color:#fff;
}

.dashboard-main{
    flex:1;
    padding:40px;
    margin-left:300px;
}

html{
    scroll-behavior:smooth;
}

.premium-topbar{
    display:flex;
    justify-content:space-between;
    gap:30px;
    background:linear-gradient(135deg,#2563eb,#1e40af);
    border-radius:30px;
    padding:45px;
    color:#fff;
    margin-bottom:35px;
    position:relative;
    overflow:hidden;
}

.welcome-tag{
    background:rgba(255,255,255,0.15);
    padding:8px 18px;
    border-radius:30px;
    display:inline-block;
    margin-bottom:20px;
    font-size:14px;
}

.premium-topbar h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.premium-topbar p{
    max-width:650px;
    line-height:1.8;
    opacity:.9;
}

.topbar-actions{
    margin-top:30px;
    display:flex;
    gap:15px;
}

.topbar-btn{
    background:#fff;
    color:#111827;
    padding:14px 24px;
    border-radius:14px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.topbar-btn:hover{
    transform:translateY(-3px);
}

.secondary-btn{
    background:rgba(255,255,255,0.15);
    color:#fff;
}








@media(max-width:991px){

    .premium-topbar{
        flex-direction:column;
        padding:25px;
        border-radius:25px;
        gap:30px;
    }

    .topbar-content{
        width:100%;
    }

    .premium-topbar h2{
        font-size:30px;
        line-height:1.3;
        margin-bottom:12px;
    }

    .premium-topbar p{
        font-size:15px;
        line-height:1.7;
    }

    .topbar-actions{
        flex-direction:column;
        width:100%;
        gap:15px;
    }

    .topbar-btn{
        width:100%;
        justify-content:center;
        text-align:center;
        padding:15px;
        border-radius:14px;
    }

    .premium-profile-card{
        width:100%;
        padding:25px;
        border-radius:22px;
    }

    .profile-avatar{
        width:85px;
        height:85px;
    }

    .profile-avatar img{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .premium-profile-card h4{
        font-size:22px;
        margin-top:15px;
    }

    .profile-progress{
        margin-top:20px;
    }

    .dashboard-cards{
        grid-template-columns:1fr;
        gap:20px;
    }

    .dashboard-card{
        padding:22px;
    }

    .dashboard-bottom-grid{
        grid-template-columns:1fr;
    }

    .student-info-grid{
        grid-template-columns:1fr;
    }

}









.premium-profile-card{
    width:320px;
    background:rgba(255,255,255,0.12);
    border:1px solid rgba(255,255,255,0.2);
    backdrop-filter:blur(15px);
    border-radius:25px;
    padding:30px;
    text-align:center;
}

.profile-avatar{
    width:90px;
    height:90px;
    background:#fff;
    color:#2563eb;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:34px;
    font-weight:700;
    margin-bottom:20px;
}

.profile-progress{
    margin-top:25px;
    text-align:left;
}

.progress-label{
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
}

.progress-bar-custom{
    height:10px;
    background:rgba(255,255,255,0.2);
    border-radius:30px;
    overflow:hidden;
}

.progress-fill{
    width:80%;
    height:100%;
    background:#fff;
    border-radius:30px;
}

.dashboard-bottom-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:30px;
    margin-top:35px;
}

.activity-box,
.quick-info-box{
    background:#fff;
    border-radius:25px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.box-header{
    margin-bottom:25px;
}

.activity-item{
    display:flex;
    gap:18px;
    margin-bottom:25px;
}

.activity-icon{
    width:55px;
    height:55px;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
}

.blue-bg{
    background:#2563eb;
}

.green-bg{
    background:#059669;
}

.quick-info-item{
    display:flex;
    justify-content:space-between;
    padding:16px 0;
    border-bottom:1px solid #eee;
}

.active-status{
    color:#059669;
}

.profile-avatar{
    width:100px;
    height:100px;
    border-radius:50%;
    overflow:hidden;
    border:4px solid rgba(255,255,255,0.2);
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

.profile-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.student-avatar{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#2563eb;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:700;
}

.dashboard-cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-bottom:35px;
}

.dashboard-card{
    background:#fff;
    border-radius:20px;
    padding:25px;
    display:flex;
    align-items:center;
    gap:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.card-icon{
    width:65px;
    height:65px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
}

.blue{
    background:#2563eb;
}

.green{
    background:#059669;
}

.orange{
    background:#ea580c;
}

.red{
    background:#dc2626;
}

.dashboard-content-box{
    background:#fff;
    border-radius:25px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.content-header{
    margin-bottom:30px;
}

.student-info-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.info-item span{
    color:#6b7280;
    font-size:14px;
}

.info-item h5{
    font-size:18px;
    margin-top:8px;
    font-weight:600;
}

.status-badge{
    display:inline-block;
    background:#dcfce7;
    color:#166534;
    padding:8px 16px;
    border-radius:30px;
}



.mobile-menu-btn{
    display:none;
    width:50px;
    height:50px;
    border:none;
    border-radius:12px;
    background:#fff;
    color:#111827;
    font-size:20px;
    margin-bottom:20px;
}

@media(max-width:991px){

    .dashboard-sidebar{
        left:-100%;
        transition:.4s;
        width:280px;
    }

    .dashboard-sidebar.active{
        left:0;
    }

    .dashboard-main{
        margin-left:0;
        padding:20px;
    }

    .mobile-menu-btn{
        display:flex;
        align-items:center;
        justify-content:center;
    }

    .premium-topbar{
        flex-direction:column;
        padding:25px;
    }

    .premium-profile-card{
        width:100%;
    }

    .dashboard-cards{
        grid-template-columns:1fr;
    }

    .dashboard-bottom-grid{
        grid-template-columns:1fr;
    }

    .student-info-grid{
        grid-template-columns:1fr;
    }

    .premium-topbar h2{
        font-size:28px;
    }
}


.sidebar-close-btn{
    display:none;
}

@media(max-width:991px){

    .sidebar-close-btn{
        display:flex;
        align-items:center;
        justify-content:center;
        width:45px;
        height:45px;
        background:#1f2937;
        color:#fff;
        border-radius:10px;
        margin-left:auto;
        margin-bottom:20px;
        cursor:pointer;
        font-size:20px;
    }

}



*{
    box-sizing:border-box;
}

body{
    overflow-x:hidden;
}

.student-dashboard{
    overflow:hidden;
}

.dashboard-main{
    width:100%;
    max-width:100%;
}

.premium-topbar{
    width:100%;
    max-width:100%;
}

.topbar-content{
    width:100%;
    max-width:100%;
}

.premium-profile-card{
    max-width:100%;
}

.dashboard-cards{
    width:100%;
}

.dashboard-card{
    width:100%;
}

.topbar-actions{
    width:100%;
}







.dashboard-bottom-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:30px;
    margin-top:35px;
}

.activity-box,
.quick-info-box{
    background:#fff;
    border-radius:28px;
    padding:30px;
    box-shadow:0 10px 40px rgba(0,0,0,0.05);
    position:relative;
    overflow:hidden;
}

.section-mini-title{
    display:inline-block;
    background:#eff6ff;
    color:#2563eb;
    padding:7px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:12px;
}

.box-header h3{
    font-size:28px;
    font-weight:700;
    margin:0;
}

.activity-list{
    margin-top:30px;
}

.activity-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
}

.activity-item:last-child{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
}

.activity-icon{
    min-width:60px;
    height:60px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
}

.blue-bg{
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
}

.green-bg{
    background:linear-gradient(135deg,#059669,#047857);
}

.orange-bg{
    background:linear-gradient(135deg,#ea580c,#c2410c);
}

.activity-content{
    flex:1;
}

.activity-content h5{
    font-size:18px;
    font-weight:700;
    margin:0 0 8px 0;
    line-height:1.3;
    padding-top: 15px;
}

.activity-content p{
    color:#64748b;
    margin-bottom:10px;
    line-height:1.3;
}

.activity-time{
    color:#94a3b8;
    font-size:14px;
}

.quick-info-list{
    margin-top:25px;
}

.quick-info-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 0;
    border-bottom:1px solid #f1f5f9;
    gap:15px;
}

.quick-info-item:last-child{
    border-bottom:none;
}

.quick-info-left{
    display:flex;
    align-items:center;
    gap:12px;
}

.quick-info-left i{
    width:42px;
    height:42px;
    border-radius:12px;
    background:#eff6ff;
    color:#2563eb;
    display:flex;
    align-items:center;
    justify-content:center;
}

.quick-info-left span{
    font-weight:600;
    color:#334155;
}

.quick-info-item strong{
    font-size:15px;
    text-align:right;
}

.active-status{
    background:#dcfce7;
    color:#166534;
    padding:8px 14px;
    border-radius:30px;
    font-size:14px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .dashboard-bottom-grid{
        grid-template-columns:1fr;
    }

    .activity-box,
    .quick-info-box{
        padding:22px;
        border-radius:22px;
    }

    .box-header h3{
        font-size:24px;
    }

    .activity-item{
        gap:14px;
    }

    .activity-icon{
        min-width:52px;
        height:52px;
        font-size:18px;
    }

    .quick-info-item{
        flex-direction:column;
        align-items:flex-start;
    }

    .quick-info-item strong{
        text-align:left;
    }

}



.dashboard-content-box{
    background:#fff;
    border-radius:28px;
    padding:30px;
    box-shadow:0 10px 40px rgba(0,0,0,0.05);
    margin-top:30px;
}

.content-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.content-header h3{
    font-size:26px;
    font-weight:700;
    margin:0;
}

.section-tag{
    background:#eff6ff;
    color:#2563eb;
    padding:6px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

.student-info-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.info-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:18px;
    border-radius:18px;
    background:#f8fafc;
    transition:.3s;
}

.info-item:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.info-icon{
    width:50px;
    height:50px;
    border-radius:14px;
    background:#eff6ff;
    color:#2563eb;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.info-content span{
    font-size:13px;
    color:#64748b;
}

.info-content h5{
    margin:5px 0 0 0;
    font-size:16px;
    font-weight:600;
    color:#111827;
}

/* STATUS */
.status-badge{
    display:inline-block;
    padding:6px 14px;
    border-radius:30px;
    font-size:13px;
    background:#dcfce7;
    color:#166534;
}

/* RESPONSIVE */
@media(max-width:991px){

    .student-info-grid{
        grid-template-columns:1fr;
    }

    .dashboard-content-box{
        padding:22px;
        border-radius:20px;
    }

    .content-header h3{
        font-size:22px;
    }

    .info-item{
        padding:15px;
    }

}






/*================================ Student Profile =================================*/


.dashboard-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.dashboard-header h2{
    font-size:32px;
    font-weight:700;
}

.dashboard-header p{
    color:#64748b;
    margin-top:8px;
}

.header-profile{
    display:flex;
    align-items:center;
    gap:12px;
    background:#fff;
    padding:10px 18px;
    border-radius:16px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.header-profile img{
    width:100px;
    height:100px;
    border-radius:50%;
    object-fit:cover;
}

.profile-form-card{
    background:#fff;
    border-radius:28px;
    padding:35px;
    box-shadow:0 10px 40px rgba(0,0,0,0.05);
}

.form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.form-group{
    display:flex;
    flex-direction:column;
}

.form-group label{
    font-size:14px;
    font-weight:600;
    margin-bottom:10px;
    color:#334155;
}

.form-group input,
.form-group textarea{
    border:1px solid #e2e8f0;
    border-radius:14px;
    padding:15px;
    font-size:15px;
    outline:none;
    transition:.3s;
    background:#f8fafc;
}

.form-group input:focus,
.form-group textarea:focus{
    border-color:#2563eb;
    background:#fff;
}

.full-width{
    margin-top:25px;
}

.save-btn{
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    color:#fff;
    border:none;
    padding:16px 30px;
    border-radius:14px;
    font-size:16px;
    font-weight:600;
    margin-top:30px;
    cursor:pointer;
    transition:.3s;
}

.save-btn:hover{
    transform:translateY(-2px);
}

/* RESPONSIVE */

@media(max-width:991px){

    .dashboard-header{
        flex-direction:column;
        align-items:flex-start;
        gap:20px;
    }

    .form-grid{
        grid-template-columns:1fr;
    }

    .profile-form-card{
        padding:22px;
    }

}

.dashboard-main{
    margin-left:280px;
    width:calc(100% - 280px);
    min-height:100vh;
    padding:30px;
    background:#f8fafc;
}

.dashboard-sidebar{
    width:280px;
    position:fixed;
    left:0;
    top:0;
    height:100vh;
}

@media(max-width:991px){

    .dashboard-sidebar{
        position:fixed;
        left:-280px;
        top:0;
        width:280px;
        height:100vh;
        z-index:9999;
        transition:.4s;
    }

    .dashboard-sidebar.active{
        left:0;
    }

    .dashboard-main{
        margin-left:0;
        width:100%;
        padding:15px;
    }

}

.student-dashboard{
    display:flex;
    width:100%;
}



.sidebar-menu li.active a{
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    color:#fff;
}

.sidebar-menu li.active a i{
    color:#fff;
}

.success-alert{
    background:#dcfce7;
    color:#166534;
    padding:15px 20px;
    border-radius:14px;
    margin-bottom:25px;
    font-weight:600;
}



/*==========================================Password===========================*/


.password-card{
    background:#fff;
    border-radius:28px;
    padding:35px;
    box-shadow:0 10px 40px rgba(0,0,0,0.05);
    margin-top:30px;
}

.error-alert{
    background:#fee2e2;
    color:#991b1b;
    padding:15px 20px;
    border-radius:14px;
    margin-bottom:20px;
    font-weight:600;
}

.success-alert{
    background:#dcfce7;
    color:#166534;
    padding:15px 20px;
    border-radius:14px;
    margin-bottom:20px;
    font-weight:600;
}




/*==================================================================================*/


.progress-bar-custom{
    width:100%;
    height:10px;
    background:#e2e8f0;
    border-radius:30px;
    overflow:hidden;
    margin-top:10px;
}

.progress-fill{
    height:100%;
    border-radius:30px;
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    transition:1s ease;
}

.profile-status-text{
    margin-top:10px;
    color:#64748b;
    font-size:14px;
}




/*======================================== Upload Document=================================*/


.upload-card{
    background:#fff;
    border-radius:28px;
    padding:35px;
    box-shadow:0 10px 40px rgba(0,0,0,0.05);
}

.upload-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.upload-box{
    background:#f8fafc;
    padding:25px;
    border-radius:18px;
    border:2px dashed #cbd5e1;
}

.upload-box label{
    display:block;
    font-weight:600;
    margin-bottom:15px;
}

.upload-box input{
    width:100%;
}

.preview-btn{
    display:inline-block;
    margin-top:15px;
    background:#2563eb;
    color:#fff;
    padding:10px 18px;
    border-radius:10px;
    text-decoration:none;
    font-size:14px;
}

@media(max-width:991px){

    .upload-grid{
        grid-template-columns:1fr;
    }

}



/*==================================================================================*/

.document-preview{
    margin-top:30px;
}

.document-preview img{
    width:100%;
    max-width:120px;
    height:110px;
    object-fit:cover;
    border-radius:12px;
    border:1px solid #e2e8f0;
    display:block;
}

.pdf-preview{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:#ef4444;
    color:#fff;
    text-decoration:none;
    padding:18px;
    border-radius:14px;
    font-weight:600;
}

.pdf-preview i{
    font-size:22px;
}



/*```css id="download-btn-css"*/
.download-btn{
    background:linear-gradient(135deg,#dc3545,#ff4d4d);
    color:#fff !important;
    border:none;
}

.download-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(220,53,69,0.25);
}




/*===============================================================================================================*/



.profile-section{
    background:#fff;
    padding:25px;
    border-radius:18px;
    margin-bottom:25px;
    box-shadow:0 4px 20px rgba(0,0,0,0.05);
}

.section-title{
    margin-bottom:20px;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
}

.section-title h4{
    font-size:20px;
    font-weight:700;
    color:#111827;
}


/*```css id="compact-table-css"*/
.academic-table th,
.academic-table td{
    padding:8px;
    font-size:13px;
    white-space:nowrap;
}

.academic-table .form-control{
    min-width:75px;
    padding:6px 1px;
    font-size:13px;
}

.academic-table{
    table-layout:fixed;
    width:100%;
}


@media (max-width: 768px) {

    .academic-table thead {
        display: none;
    }

    .academic-table,
    .academic-table tbody,
    .academic-table tr,
    .academic-table td {
        display: block;
        width: 100%;
    }

    .academic-table tr {
        margin-bottom: 15px;
        border: 1px solid #eee;
        padding: 10px;
        border-radius: 10px;
        background: #fff;
    }

    .academic-table td {
        text-align: left;
        padding: 8px 0;
        border: none;
    }

    .academic-table td::before {
        content: attr(data-label);
        font-weight: 600;
        display: block;
        margin-bottom: 5px;
        color: #555;
    }

}

















/* --- PREMIUM ADMISSION BLOG ARCHITECTURE CSS --- */

/* Base & Typography Settings */
/*=========================
    BLOG SECTION
==========================*/

.blog-section1{
    padding:90px 0;
    background:#f7f9fc;
    position:relative;
    overflow:hidden;
}

.blog-section1::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(0,102,255,.05);
    border-radius:50%;
    top:-220px;
    left:-220px;
}

.blog-section1::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(0,102,255,.04);
    border-radius:50%;
    right:-150px;
    bottom:-150px;
}

.blog-container1{
    max-width:1450px;
    margin:auto;
    padding:0 15px;
    position:relative;
    z-index:2;
}

/*=========================
    HEADER
==========================*/

.blog-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:60px;
    gap:30px;
    flex-wrap:wrap;
}

.blog-tagline{
    display:inline-block;
    padding:8px 18px;
    background:#eaf2ff;
    color:#0d6efd;
    border-radius:40px;
    font-size:14px;
    font-weight:600;
    letter-spacing:.5px;
    margin-bottom:18px;
}

.blog-main-title{
    font-size:48px;
    line-height:1.2;
    font-weight:700;
    color:#111827;
    margin:0;
}

.btn-view-all{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:16px 32px;
    border-radius:50px;
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
    box-shadow:0 15px 35px rgba(13,110,253,.25);
}

.btn-view-all:hover{
    background:#084ec7;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 20px 45px rgba(13,110,253,.35);
}

/*=========================
    GRID
==========================*/

.blog-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

/*=========================
    CARD
==========================*/

.blog-card1{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    text-decoration:none;
    color:#222;
    display:flex;
    flex-direction:column;
    transition:.4s ease;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
    border:1px solid #edf1f7;
    height:100%;
}

.blog-card1:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

/*=========================
    IMAGE
==========================*/

.image-frame{
    position:relative;
    overflow:hidden;
    aspect-ratio:1200/850;
}

.blog-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
    display: block;
}

.blog-card1:hover .blog-image{
    transform: scale(1.08);
}

.category-badge{
    position:absolute;
    top:18px;
    left:18px;
    background:#0d6efd;
    color:#fff;
    padding:8px 16px;
    border-radius:40px;
    font-size:13px;
    font-weight:600;
    z-index:2;
    box-shadow:0 8px 20px rgba(13,110,253,.35);
}

/*=========================
    CONTENT
==========================*/

.meta-row,
.card-post-title1,
.card-excerpt,
.read-link{
    margin-left:28px;
    margin-right:28px;
}

.meta-row{
    display:flex;
    align-items:center;
    gap:12px;
    color:#6b7280;
    font-size:14px;
    margin-top:24px;
}

.meta-dot{
    width:5px;
    height:5px;
    background:#b6bcc8;
    border-radius:50%;
}

.card-post-title1{
    font-size:28px;
    line-height:1.35;
    margin-top:18px;
    margin-bottom:18px;
    color:#111827;
    transition:.3s;
}

.blog-card1:hover .card-post-title1{
    color:#0d6efd;
}

.card-excerpt{
    color:#6b7280;
    line-height:1.8;
    margin-bottom:30px;
    font-size:16px;
}

.read-link{
    margin-top:auto;
    padding-bottom:28px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-weight:600;
    color:#0d6efd;
    transition:.3s;
}

.blog-card1:hover .read-link{
    letter-spacing:.4px;
}

.read-link span:last-child{
    transition:.3s;
}

.blog-card1:hover .read-link span:last-child{
    transform:translateX(6px);
}

/*=========================
    RESPONSIVE
==========================*/

@media(max-width:1199px){

    .blog-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .blog-main-title{
        font-size:40px;
    }

}

@media(max-width:767px){

    .blog-section1{
        padding:70px 0;
    }

    .blog-header{
        text-align:center;
        justify-content:center;
    }

    .header-right-block{
        width:100%;
    }

    .btn-view-all{
        width:100%;
        justify-content:center;
    }

    .blog-main-title{
        font-size:32px;
        line-height:1.3;
    }

    .blog-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .blog-image{
        height:220px;
    }

    .card-post-title1{
        font-size:24px;
    }

}






/*========================================Blog Listing==========================*/

.blog-main-section{
    background:#f8fafc;
}

.premium-search-wrapper{
    margin-bottom:40px;
}

.premium-search-box{
    background:#fff;
    border-radius:70px;
    padding:10px;
    display:flex;
    align-items:center;
    box-shadow:
    0 15px 40px rgba(0,0,0,.08);
    border:1px solid #edf2f7;
    transition:.3s;
}

.premium-search-box:hover{
    transform:translateY(-2px);
    box-shadow:
    0 20px 50px rgba(0,0,0,.12);
}

.search-icon{
    width:55px;
    height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#283e6a;
    font-size:20px;
}

.premium-search-box input{
    flex:1;
    border:none;
    outline:none;
    background:none;
    font-size:16px;
    padding:0 10px;
}

.premium-search-box input::placeholder{
    color:#9ca3af;
}

.premium-search-box button{
    border:none;
    background: linear-gradient(135deg, #273c66, #294273);
    color:#fff;
    font-weight:600;
    padding:15px 35px;
    border-radius:50px;
    transition:.3s;
}

.premium-search-box button:hover{
    transform:scale(1.05);
}

@media(max-width:768px){

.premium-search-box{
    flex-direction:column;
    border-radius:25px;
    padding:20px;
    gap:15px;
}

.search-icon{
    display:none;
}

.premium-search-box input{
    width:100%;
    border:1px solid #eee;
    border-radius:12px;
    padding:15px;
}

.premium-search-box button{
    width:100%;
}

}

.trending-searches{
    margin-top:15px;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
}

.trending-searches a{
    text-decoration:none;
    background:#f3f6fb;
    color:#333;
    padding:8px 15px;
    border-radius:30px;
    font-size:14px;
    transition:.3s;
}

.trending-searches a:hover{
    background:#0d6efd;
    color:#fff;
}

/* Tablet */

@media (max-width: 768px){

    .trending-searches{
        gap:8px;
        margin-top:12px;
    }

    .trending-searches span{
        width:100%;
        font-size:14px;
        font-weight:600;
        margin-bottom:5px;
    }

    .trending-searches a{
        padding:7px 12px;
        font-size:13px;
    }

}

/* Mobile */

@media (max-width: 576px){

    .trending-searches{
        gap:6px;
    }

    .trending-searches span{
        width:100%;
        font-size:13px;
        margin-bottom:8px;
    }

    .trending-searches a{
        font-size:12px;
        padding:6px 10px;
        border-radius:20px;
        white-space:nowrap;
    }

}









.blog-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.blog-card:hover{
    transform:translateY(-8px);
}

.blog-image img{
    width:100%;
    height:266px;
    object-fit:cover;
}

.blog-content{
    padding:25px;
}

.category-badge{
    background:#eef4ff;
    color:#273c66;
    padding:6px 15px;
    border-radius:30px;
    font-size:14px;
}

.blog-content h3{
    margin-top:15px;
    font-size:24px;
    font-weight:700;
}

.read-more{
    color:#273c66;
    text-decoration:none;
    font-weight:600;
}

.sidebar-card{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.blog-card-link{
    text-decoration:none;
    color:inherit;
    display:block;
}





.category-card{
    background:#fff;
    border-radius:25px;
    padding:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    border:1px solid #eef2f7;
    margin-bottom: 35px;
}

.sidebar-title{
    margin-bottom:25px;
}

.sidebar-title h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:5px;
}

.sidebar-title span{
    color:#6b7280;
    font-size:14px;
}

.category-items{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.category-items a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-decoration:none;
    padding:15px 18px;
    border-radius:15px;
    background:#f8fafc;
    color:#1f2937;
    transition:.3s;
    border:1px solid transparent;
}

.category-items a:hover{
    background:#273c66;
    color:#fff;
    transform:translateX(5px);
}

.category-items a small{
    background:#fff;
    color:#273c66;
    min-width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-weight:600;
}

.category-items a:hover small{
    background:#fff;
    color:#0d6efd;
}

/* Mobile View */

@media (max-width: 768px){

    .category-card{
        padding:20px;
        border-radius:20px;
    }

    .sidebar-title{
        margin-bottom:20px;
    }

    .sidebar-title h4{
        font-size:20px;
    }

    .sidebar-title span{
        font-size:12px;
    }

    .category-items{
        gap:10px;
    }

    .category-items a{
        padding:12px 15px;
        border-radius:12px;
        font-size:14px;
    }

    .category-items a small{
        min-width:28px;
        width:28px;
        height:28px;
        font-size:12px;
    }

}

/* Extra Small Mobile */

@media (max-width: 576px){

    .category-card{
        padding:15px;
        border-radius:15px;
        margin-bottom: 35px;
    }

    .sidebar-title h4{
        font-size:18px;
    }

    .category-items a{
        padding:12px;
        font-size:13px;
    }

    .category-items a:hover{
        transform:none;
    }

    .category-items a small{
        min-width:25px;
        width:25px;
        height:25px;
        font-size:11px;
    }

}











.popular-blog-card{
    background:#fff;
    border-radius:25px;
    padding:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    border:1px solid #eef2f7;
}

.popular-post{
    display:flex;
    gap:15px;
    text-decoration:none;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #f1f5f9;
    transition:.3s;
}

.popular-post:last-child{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
}

.popular-post:hover{
    transform:translateX(5px);
}

.popular-img{
    position:relative;
    flex-shrink:0;
}

.popular-img img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:15px;
}

.popular-number{
    position:absolute;
    top:-8px;
    right:-8px;
    width:28px;
    height:28px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    font-size:13px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.popular-content{
    flex:1;
}

.popular-category{
    display:inline-block;
    background:#eef4ff;
    color:#0d6efd;
    font-size:12px;
    padding:4px 10px;
    border-radius:30px;
    margin-bottom:8px;
}

.popular-content h6{
    color:#111827;
    font-size:15px;
    font-weight:700;
    line-height:1.5;
    margin-bottom:8px;
    transition:.3s;
}

.popular-post:hover h6{
    color:#0d6efd;
}

.popular-content small{
    color:#6b7280;
    font-size:13px;
}

.popular-content i{
    margin-right:5px;
}

.sidebar-title{
    position:relative;
    margin-bottom:25px;
}

.sidebar-title::after{
    content:'';
    width:60px;
    height:4px;
    border-radius:10px;
    background:linear-gradient(90deg,#0d6efd,#4f46e5);
    position:absolute;
    left:0;
    bottom:-10px;
}

@media (max-width: 768px){

    .popular-blog-card{
        padding:20px;
    }

    .popular-post{
        gap:12px;
        padding-bottom:15px;
        margin-bottom:15px;
    }

    .popular-img img{
        width:70px;
        height:70px;
    }

    .popular-number{
        width:22px;
        height:22px;
        font-size:11px;
        top:-5px;
        right:-5px;
    }

    .popular-content h6{
        font-size:14px;
        line-height:1.4;
        margin-bottom:5px;
    }

    .popular-category{
        font-size:10px;
        padding:3px 8px;
        margin-bottom:5px;
    }

    .popular-content small{
        font-size:11px;
    }

}


.premium-pagination{
    margin-top:60px;
}

.premium-pagination .pagination{
    gap:10px;
}

.premium-pagination .page-link{

    width:50px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:none;
    border-radius:15px;

    background:#fff;
    color:#273c66;

    font-weight:600;

    box-shadow:
    0 10px 25px rgba(0,0,0,.08);

    transition:.3s;
}

.premium-pagination .page-link:hover{

    background:#273c66;
    color:#fff;

    transform:translateY(-3px);

}

.premium-pagination .active .page-link{

    background:linear-gradient(
    135deg,
    #273c66,
    #415a8a
    );

    color:#fff;

}

.prev-btn,
.next-btn{

    width:55px !important;
    height:55px !important;

    border-radius:50% !important;

}

@media(max-width:576px){

    .premium-pagination .pagination{
        gap:6px;
    }

    .premium-pagination .page-link{

        width:40px;
        height:40px;

        font-size:14px;

    }

    .prev-btn,
    .next-btn{

        width:45px !important;
        height:45px !important;

    }

}

.results-info{
    color:#64748b;
    font-size:15px;
}










/*==============================================================================*/


.premium-blog-details{
    background:#fff;
    padding:40px;
    border-radius:30px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
}

.blog-top-meta{
    display:flex;
    gap:20px;
    align-items:center;
    flex-wrap:wrap;
    margin-bottom:20px;
}

.blog-category{
    background:#eef4ff;
    color:#273c66;
    padding:8px 18px;
    border-radius:50px;
    font-weight:600;
}

.blog-main-title{
    font-size:48px;
    font-weight:800;
    line-height:1.3;
    margin-bottom:25px;
}

.blog-share-top{
    display:flex;
    gap:10px;
    margin-bottom:25px;
}

.blog-share-top a{
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f5f7fb;
    color:#273c66;
    text-decoration:none;
    transition:.3s;
}

.blog-share-top a:hover{
    background:#273c66;
    color:#fff;
}

.blog-featured-wrap img{
    width:100%;
    height:550px;
    object-fit:cover;
    border-radius:25px;
}

.blog-short-desc{
    background:#f8fafc;
    padding:25px;
    border-left:5px solid #0d6efd;
    border-radius:15px;
    margin:30px 0;
    font-size:18px;
    font-weight:500;
}

.table-of-content{
    background:#f8fafc;
    padding:30px;
    border-radius:20px;
    margin-bottom:35px;
}

.table-of-content h4{
    margin-bottom:15px;
    font-weight:700;
}

.table-of-content ul{
    margin:0;
    padding-left:20px;
}

.blog-content-area{
    font-size:18px;
    line-height:2;
}

.blog-content-area h2{
    font-size:34px;
    margin-top:40px;
    font-weight:700;
}

.blog-content-area h3{
    font-size:28px;
    margin-top:30px;
    font-weight:700;
}

.blog-content-area img{
    max-width:100%;
    border-radius:20px;
    margin:25px 0;
}

.blog-cta-box{
    margin:50px 0;
    background:linear-gradient(135deg,#0d6efd,#273c66);
    color:#fff;
    text-align:center;
    padding:50px;
    border-radius:25px;
}

.blog-cta-box h3{
    font-size:32px;
    margin-bottom:10px;
}

.author-box{
    background:#f8fafc;
    border-radius:25px;
    padding:30px;
    display:flex;
    gap:20px;
    align-items:center;
}

.author-avatar i{
    font-size:70px;
    color:#273c66;
}


@media(max-width:768px){

.premium-blog-details{
    padding:20px;
}

.blog-main-title{
    font-size:28px;
}

.blog-featured-wrap img{
    height:250px;
}

.blog-content-area{
    font-size:16px;
}

.blog-content-area h2{
    font-size:26px;
}

.blog-content-area h3{
    font-size:22px;
}

.blog-cta-box{
    padding:25px;
}

.author-box{
    flex-direction:column;
    text-align:center;
}

}



.comment-form-box,
.comments-list{
    background:#fff;
    padding:35px;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-top:40px;
}

.comment-form-box h3,
.comments-list h3{
    margin-bottom:25px;
    font-weight:700;
}

.single-comment{
    padding:20px;
    border-bottom:1px solid #eee;
}

.single-comment:last-child{
    border-bottom:none;
}

.single-comment h5{
    margin-bottom:5px;
    font-weight:700;
}

.single-comment small{
    color:#777;
}

.single-comment p{
    margin-top:10px;
    line-height:1.8;
}





/*===========================================================Careers Here=========================================*/

.career-banner{

background:#273c66;

padding:90px 0;

text-align:center;

color:#fff;

}

.career-banner h1{

font-size:52px;

font-weight:700;

margin-bottom:10px;

}

.career-banner p{

font-size:18px;

opacity:.9;

}

.career-section{

padding:90px 0;

background:#f8f9fb;

}

.section-title{

margin-bottom:60px;

}

.section-title h6{

color:#ff8c00;

font-weight:700;

letter-spacing:2px;

text-transform:uppercase;

margin-bottom:10px;

}

.section-title h2{

font-size:42px;

font-weight:700;

color:#273c66;

}

.section-title p{

color:#777;

max-width:700px;

margin:auto;

}

.career-card{

background:#fff;

border-radius:18px;

padding:35px;

box-shadow:0 12px 35px rgba(0,0,0,.07);

transition:.35s;

height:100%;

display:flex;

flex-direction:column;

}

.career-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(39,60,102,.15);

}

.career-top{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:25px;

}

.career-top h3{

font-size:24px;

font-weight:700;

color:#273c66;

margin:0;

}

.job-type{

background:#ff8c00;

color:#fff;

padding:8px 18px;

border-radius:30px;

font-size:14px;

font-weight:600;

}

.career-meta{

display:flex;

flex-wrap:wrap;

gap:25px;

margin-bottom:18px;

}

.career-meta span{

font-size:15px;

color:#555;

}

.career-meta i{

color:#ff8c00;

margin-right:8px;

}

.career-card p{

color:#666;

line-height:28px;

margin:20px 0;

flex-grow:1;

}

.career-footer{

display:flex;

gap:15px;

margin-top:20px;

}

.details-btn1{

flex:1;

text-align:center;

padding:14px;

border:2px solid #273c66;

border-radius:10px;

text-decoration:none;

font-weight:600;

color:#273c66;

transition:.3s;

}

.details-btn1:hover{

background:#273c66;

color:#fff;

}

.apply-btn1{

flex:1;

text-align:center;

padding:14px;

background:#ff8c00;

color:#fff;

border-radius:10px;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.apply-btn1:hover{

background:#273c66;

color:#fff;

}

@media(max-width:991px){

.career-banner{

padding:70px 20px;

}

.career-banner h1{

font-size:38px;

}

.section-title h2{

font-size:34px;

}

}

@media(max-width:576px){

.career-footer{

flex-direction:column;

}

.career-top{

flex-direction:column;

align-items:flex-start;

gap:15px;

}

}


/*============================================Careers Details=============================================================*/

```css
/*==========================
Career Banner
===========================*/

.career-banner{
    background:#273c66;
    padding:90px 0;
    text-align:center;
    color:#fff;
}

.career-banner h1{
    font-size:48px;
    font-weight:700;
    margin-bottom:12px;
}

.breadcrumb-area{
    font-size:15px;
    color:#d7dff1;
}

.breadcrumb-area a{
    color:#fff;
    text-decoration:none;
}

.breadcrumb-area span{
    margin:0 8px;
}


/*==========================
Career Details
===========================*/

.career-details-area{
    padding:80px 0;
    background:#f7f8fc;
}

.career-detail-card{
    background:#fff;
    border-radius:18px;
    padding:45px;
    box-shadow:0 12px 40px rgba(0,0,0,.06);
}


/*==========================
Job Header
===========================*/

.job-header{
    border-bottom:1px solid #ececec;
    padding-bottom:30px;
    margin-bottom:35px;
}

.job-badge{
    display:inline-block;
    background:#ff8a00;
    color:#fff;
    padding:8px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.job-header h2{
    color:#273c66;
    font-size:38px;
    font-weight:700;
    margin-bottom:20px;
}

.job-info{
    display:flex;
    flex-wrap:wrap;
    gap:30px;
}

.job-info span{
    color:#555;
    font-size:15px;
}

.job-info i{
    color:#ff8a00;
    margin-right:8px;
}


/*==========================
Content
===========================*/

.content-block{
    margin-bottom:45px;
}

.content-block h3{
    color:#273c66;
    font-size:28px;
    margin-bottom:20px;
    position:relative;
    padding-bottom:10px;
}

.content-block h3:after{
    content:"";
    width:70px;
    height:3px;
    background:#ff8a00;
    position:absolute;
    left:0;
    bottom:0;
}

.content-block p{
    color:#555;
    line-height:30px;
    margin-bottom:18px;
}

.content-block ul{
    padding-left:20px;
}

.content-block ul li{
    margin-bottom:12px;
    color:#555;
    line-height:28px;
}

.content-block h1,
.content-block h2,
.content-block h4,
.content-block h5,
.content-block h6{
    color:#273c66;
    margin-top:25px;
    margin-bottom:15px;
    font-weight:700;
}

.content-block strong{
    color:#222;
}

.content-block img{
    max-width:100%;
    border-radius:12px;
    margin:20px 0;
}


/*==========================
Sidebar
===========================*/

.job-sidebar{
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 12px 40px rgba(0,0,0,.06);
    position:sticky;
    top:120px;
}

.job-sidebar h4{
    color:#273c66;
    margin-bottom:25px;
    font-weight:700;
}

.job-sidebar ul{
    list-style:none;
    padding:0;
    margin:0;
}

.job-sidebar ul li{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 0;
    border-bottom:1px solid #ececec;
}

.job-sidebar ul li strong{
    color:#273c66;
}

.job-sidebar ul li span{
    color:#666;
    text-align:right;
}


/*==========================
Apply Button
===========================*/

.apply-btn{
    display:block;
    width:100%;
    margin-top:30px;
    text-align:center;
    background:#ff8a00;
    color:#fff;
    text-decoration:none;
    padding:15px;
    border-radius:10px;
    font-weight:600;
    transition:.35s;
}

.apply-btn:hover{
    background:#273c66;
    color:#fff;
}


/*==========================
Related Jobs
===========================*/

.related-jobs{
    margin-top:35px;
    padding-top:30px;
    border-top:1px solid #e5e5e5;
    background:transparent;
    box-shadow:none;
    border-radius:0;
    padding-left:0;
    padding-right:0;
    border-bottom:1px solid #ececec;
    padding:18px 0;
}

.related-jobs h4{
    color:#273c66;
    margin-bottom:25px;
}

.related-item{
    border-bottom:1px solid #ececec;
    padding:15px 0;
}

.related-item:last-child{
    border-bottom:none;
}

.related-item h5{
    margin-bottom:6px;
    font-size:17px;
}

.related-item h5 a{
    color:#273c66;
    text-decoration:none;
    transition:0.3s;
}

.related-item h5 a:hover{
    color:#ff8a00;
}

.related-item p{
    margin:0;
    color:#777;
    font-size:14px;
}


/*==========================
Responsive
===========================*/

@media(max-width:991px){

.job-sidebar{
    position:relative;
    top:0;
    margin-top:35px;
}

.career-detail-card{
    padding:30px;
}

.job-header h2{
    font-size:30px;
}

}

@media(max-width:767px){

.career-banner{
    padding:70px 20px;
}

.career-banner h1{
    font-size:34px;
}

.job-info{
    flex-direction:column;
    gap:12px;
}

.job-header h2{
    font-size:28px;
}

.content-block h3{
    font-size:24px;
}

}



.apply-job-section{

padding:80px 0;

background:#f8f9fb;

}

.apply-card{

background:#fff;

padding:45px;

border-radius:18px;

box-shadow:0 15px 45px rgba(0,0,0,.08);

}

.apply-card h2{

color:#273c66;

font-weight:700;

margin-bottom:10px;

}

.apply-card p{

color:#666;

margin-bottom:30px;

}

.apply-card label{

font-weight:600;

margin-bottom:8px;

display:block;

color:#273c66;

}

.apply-card .form-control{

height:52px;

border-radius:10px;

border:1px solid #ddd;

}

.apply-card textarea.form-control{

height:auto;

}

.apply-card .form-control:focus{

border-color:#ff8a00;

box-shadow:none;

}

.career-submit-btn{

background:#ff8a00;

border:none;

padding:15px 40px;

border-radius:10px;

color:#fff;

font-size:17px;

font-weight:600;

transition:.3s;

}

.career-submit-btn:hover{

background:#273c66;

}

