/* =========================
GOOGLE FONT
========================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/* =========================
VISION PAGE
========================= */

.vision-banner{
  width: 100%;
  overflow: hidden;
  background: #f4f4f4;
}

.vision-banner img{
  width: 100%;
  height: clamp(180px, 31vw, 420px);
  display: block;
  object-fit: cover;
  object-position: center;
}

.vision-content-section{
  padding: 90px 0;
  background: linear-gradient(to bottom, #ffffff, #f7fbff);
}

.vision-image-box{
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.1);
}

.vision-image-box img{
  width: 100%;
  min-height: 330px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.vision-content{
  padding-left: 20px;
}

.vision-mini-title{
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(214, 0, 0, 0.1);
  color: #d60000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.vision-content h1{
  margin-bottom: 22px;
  color: #0b1c39;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
}

.vision-content p{
  margin-bottom: 18px;
  color: #5f6875;
  font-size: 16px;
  line-height: 1.9;
}

.vision-points{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.vision-point{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.vision-point i{
  color: #d60000;
  font-size: 20px;
}

.vision-point span{
  color: #0b1c39;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.mission-content-section{
  padding: 90px 0;
  background: #ffffff;
}

.mission-image-box{
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.1);
}

.mission-image-box img{
  width: 100%;
  min-height: 330px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.mission-content{
  padding-left: 20px;
}

.mission-mini-title{
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(255, 189, 35, 0.18);
  color: #d60000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.mission-content h2{
  margin-bottom: 22px;
  color: #0b1c39;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.25;
}

.mission-content p{
  margin-bottom: 18px;
  color: #5f6875;
  font-size: 16px;
  line-height: 1.9;
}

.mission-points{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.mission-point{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(214, 0, 0, 0.08);
  border-radius: 8px;
  background: #f9fbff;
}

.mission-point i{
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, #d60000, #ff4d4d);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.mission-point span{
  color: #0b1c39;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

@media(max-width: 991px){

  .vision-content-section{
    padding: 70px 0;
  }

  .mission-content-section{
    padding: 70px 0;
  }

  .vision-content{
    padding-left: 0;
  }

  .mission-content{
    padding-left: 0;
  }

  .vision-content h1{
    font-size: 36px;
  }

  .mission-content h2{
    font-size: 36px;
  }

}

@media(max-width: 768px){

  .vision-banner img{
    height: 220px;
  }

  .vision-content h1{
    font-size: 30px;
  }

  .vision-points{
    grid-template-columns: 1fr;
  }

  .mission-content h2{
    font-size: 30px;
  }

  .mission-points{
    grid-template-columns: 1fr;
  }

}

@media(max-width: 576px){

  .vision-banner img{
    height: 170px;
  }

  .vision-content-section{
    padding: 55px 0;
  }

  .vision-image-box img{
    min-height: 240px;
  }

  .mission-content-section{
    padding: 55px 0;
  }

  .mission-image-box img{
    min-height: 240px;
  }

  .vision-content h1{
    font-size: 25px;
  }

  .mission-content h2{
    font-size: 25px;
  }

  .vision-content p{
    font-size: 15px;
  }

  .mission-content p{
    font-size: 15px;
  }

  .vision-point{
    align-items: flex-start;
  }

}

body{
  font-family: 'Poppins', sans-serif;
}


/* =========================
TOP HEADER
========================= */
/* =========================
/* =========================
TOP HEADER
========================= */

.top-header{
  width: 100%;
  background: linear-gradient(90deg,#c40000,#001f5c);
  padding: 12px 0;
  position: relative;
  z-index: 999;
}


/* WRAPPER */

.top-header-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}


/* LEFT */

.top-left p{
  color: white;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.top-left span{
  color: #ffcc00;
  font-weight: 700;
}


/* RIGHT */

.top-right{
  display: flex;
  align-items: center;
  gap: 15px;
}


/* ICONS */

.top-right a{
  width: 38px;
  height: 38px;
  border-radius: 50%;

  background: rgba(255,255,255,0.12);

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;

  color: white;
  font-size: 18px;

  transition: 0.4s ease;
}


/* HOVER EFFECT */

.top-right a:hover{
  background: white;
  color: #d60000;

  transform: translateY(-4px) scale(1.08);

  box-shadow: 0 8px 20px rgba(255,255,255,0.25);
}


/* =========================
RESPONSIVE
========================= */

@media(max-width:768px){

  .top-header{
    padding: 10px 0;
  }

  .top-left p{
    font-size: 13px;
  }

  .top-right{
    gap: 10px;
  }

  .top-right a{
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

}


@media(max-width:576px){

  .top-header-wrapper{
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .top-left p{
    font-size: 12px;
    line-height: 1.6;
  }

}


/* =========================
MANAGEMENT PAGE
========================= */

.management-banner{
  width: 100%;
  overflow: hidden;
  background: #f7f7f7;
}

.management-banner img{
  width: 100%;
  height: clamp(190px, 31vw, 410px);
  display: block;
  object-fit: cover;
  object-position: center;
}

.management-section{
  padding: 42px 0 95px;
  background: linear-gradient(to bottom, #ffffff, #f8fbff);
}

.management-breadcrumb{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 55px;
  color: #8b949e;
  font-size: 18px;
}

.management-breadcrumb a{
  color: #8b949e;
  text-decoration: none;
  transition: 0.3s ease;
}

.management-breadcrumb a:hover,
.management-breadcrumb strong{
  color: #22b46f;
}

.management-message{
  position: relative;
}

.chairman-photo-wrap{
  position: relative;
  max-width: 390px;
  margin: 0 auto;
  padding: 12px;
  border: 1px solid #e6b42f;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.chairman-photo-wrap::before{
  content: "";
  position: absolute;
  left: -34px;
  bottom: -34px;
  width: 85%;
  height: 85%;
  border-left: 7px solid #6d8ae8;
  border-bottom: 7px solid #6d8ae8;
  z-index: 0;
}

.chairman-photo-wrap::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -38px;
  width: 76px;
  height: 76px;
  background: #cbd4e1;
  transform: translateY(-50%) rotate(45deg);
  z-index: 0;
}

.chairman-photo{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 470px;
  display: block;
  object-fit: cover;
  object-position: center top;
  background: #f4f4f4;
}

.chairman-content{
  position: relative;
  z-index: 2;
}

.chairman-content h1{
  margin-bottom: 28px;
  color: #ed2b0f;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
}

.chairman-content p{
  margin-bottom: 20px;
  color: #000000;
  font-size: 20px;
  line-height: 1.55;
  text-align: justify;
}

.chairman-content strong{
  font-weight: 800;
}

.chairman-signature{
  margin-top: 38px;
  padding-left: 26px;
  border-left: 4px solid #e6b42f;
}

.chairman-signature h2{
  margin: 0 0 6px;
  color: #173b5f;
  font-size: 26px;
  font-weight: 800;
}

.chairman-signature span,
.chairman-signature small{
  display: block;
  color: #173b5f;
  font-size: 20px;
  line-height: 1.45;
}

.chairman-signature small{
  color: #71808d;
  font-size: 17px;
}

@media(max-width: 991px){

  .management-section{
    padding: 36px 0 75px;
  }

  .management-breadcrumb{
    margin-bottom: 40px;
  }

  .chairman-content h1{
    font-size: 34px;
  }

  .chairman-content p{
    font-size: 18px;
  }

}

@media(max-width: 768px){

  .management-banner img{
    height: 220px;
  }

  .management-breadcrumb{
    font-size: 16px;
  }

  .chairman-photo-wrap::before,
  .chairman-photo-wrap::after{
    display: none;
  }

  .chairman-photo{
    height: 380px;
  }

  .chairman-content h1{
    font-size: 30px;
  }

  .chairman-content p{
    font-size: 16px;
    text-align: left;
  }

}

@media(max-width: 576px){

  .management-banner img{
    height: 170px;
  }

  .management-section{
    padding: 28px 0 58px;
  }

  .management-breadcrumb{
    gap: 7px;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .chairman-photo{
    height: 310px;
  }

  .chairman-content h1{
    font-size: 25px;
  }

  .chairman-signature{
    padding-left: 18px;
  }

  .chairman-signature h2{
    font-size: 22px;
  }

  .chairman-signature span{
    font-size: 17px;
  }

  .chairman-signature small{
    font-size: 14px;
  }

}


/* =========================
NAVBAR
========================= */

/* =========================
GOOGLE FONT
========================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


/* =========================
GLOBAL CSS
========================= */



/* =========================
NAVBAR
========================= */

/* =========================
NAVBAR FIX HEIGHT
========================= */
/* =========================
NAVBAR
========================= */
/* =========================
GOOGLE FONT
========================= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}



/* =========================
NAVBAR
========================= */

.institute-navbar{

background:#ffffff;

height:88px;

display:flex;

align-items:center;

padding:0;

box-shadow:
0 4px 20px rgba(0,0,0,0.06);

z-index:999;
}




/* =========================
CONTAINER
========================= */

.navbar-container{

max-width:1380px;

display:flex;

align-items:center;

justify-content:space-between;

flex-wrap:wrap;

position:relative;
}




/* =========================
LOGO AREA
========================= */

.institute-brand{

display:flex;

align-items:center;

gap:10px;

text-decoration:none;

min-width:260px;
}




/* LOGO */

.institute-brand img{

width:105px;
height:105px;

object-fit:contain;

transition:0.3s;
}

.institute-brand img:hover{

transform:scale(1.04);
}




/* TEXT */

.brand-text h5{

margin:0;

font-size:24px;

font-weight:800;

color:#0b1c39;

line-height:1;
}

.brand-text span{

font-size:11px;

font-weight:600;

color:#d60000;

letter-spacing:0.6px;
}




/* =========================
MENU WRAPPER
========================= */

.navbar-menu-wrapper{

flex:1;

display:flex;

justify-content:center;

align-items:center;
}




/* =========================
CENTER MENU
========================= */

.navbar-center-menu{

display:flex;

align-items:center;

gap:4px;

margin:0 auto;
}




/* =========================
NAV LINKS
========================= */

.nav-link{

font-size:14px;

font-weight:600;

color:#0b1c39 !important;

padding:10px 14px !important;

border-radius:8px;

transition:0.3s;

white-space:nowrap;
}




/* HOVER */

.nav-link:hover{

background:#d60000;

color:white !important;

transform:translateY(-1px);
}




/* =========================
DROPDOWN
========================= */

.dropdown-menu{

border:none;

border-radius:14px;

padding:10px;

margin-top:15px;

box-shadow:
0 10px 25px rgba(0,0,0,0.08);
}




/* ITEM */

.dropdown-item{

padding:10px 14px;

border-radius:8px;

font-size:14px;

font-weight:500;

transition:0.3s;
}




/* HOVER */

.dropdown-item:hover{

background:#d60000;

color:white;
}




/* =========================
RIGHT BUTTONS
========================= */

.navbar-auth-buttons{

display:flex;

align-items:center;

gap:12px;

min-width:220px;

justify-content:flex-end;
}




/* LOGIN */

.navbar-login-btn{

padding:11px 24px;

border-radius:50px;

border:2px solid #d60000;

text-decoration:none;

font-size:14px;

font-weight:700;

color:#d60000;

transition:0.3s;
}




/* LOGIN HOVER */

.navbar-login-btn:hover{

background:#d60000;

color:white;
}




/* SIGNUP */

.navbar-signup-btn{

padding:12px 24px;
 white-space: nowrap;
border-radius:50px;

text-decoration:none;

font-size:14px;

font-weight:700;

background:linear-gradient(
135deg,
#d60000,
#0b1c39
);

color:white;

transition:0.4s;

box-shadow:
0 6px 18px rgba(214,0,0,0.2);
}




/* HOVER */

.navbar-signup-btn:hover{

transform:translateY(-2px);

background:linear-gradient(
135deg,
#0b1c39,
#d60000
);

color:white;
}




/* =========================
TOGGLER
========================= */

.navbar-toggler{

border:none;

box-shadow:none !important;
}




/* ICON */

.navbar-toggler-icon{

background-image:none;

width:26px;
height:3px;

background:#d60000;

position:relative;

border-radius:5px;
}




/* BEFORE AFTER */

.navbar-toggler-icon::before,
.navbar-toggler-icon::after{

content:"";

position:absolute;

width:26px;
height:3px;

background:#d60000;

left:0;

border-radius:5px;
}

.navbar-toggler-icon::before{

top:-7px;
}

.navbar-toggler-icon::after{

top:7px;
}




/* =========================
COMPACT DESKTOP
========================= */

@media(max-width:1199px) and (min-width:992px){

.institute-brand{

min-width:205px;

gap:8px;
}

.institute-brand img{

width:78px;
height:78px;
}

.brand-text h5{

font-size:18px;
}

.brand-text span{

font-size:9px;
}

.nav-link{

font-size:12px;

padding:8px 7px !important;
}

.navbar-center-menu{

gap:2px;
}

.navbar-auth-buttons{

gap:8px;

min-width:auto;
}

.navbar-login-btn,
.navbar-signup-btn{

padding:9px 14px;

font-size:12px;
}

}




/* =========================
TABLET
========================= */

@media(max-width:1199.98px){

.institute-navbar{

height:auto;

min-height:78px;
}



.navbar-menu-wrapper{

flex-basis:100%;

width:100%;

display:flex;

flex-direction:column;

align-items:stretch;

background:white;

padding:24px;

margin-top:18px;

border-radius:18px;

box-shadow:
0 10px 30px rgba(0,0,0,0.08);

text-align:center;

order:3;
}



.navbar-center-menu{

flex-direction:column;

align-items:stretch;

width:100%;

gap:10px;

margin-bottom:18px;
}



.nav-link{

width:100%;
}



.navbar-auth-buttons{

justify-content:center;

flex-direction:column;

align-items:stretch;

margin-top:10px;

min-width:0;

width:100%;
}



.institute-brand{

min-width:auto;
}

}


/* =========================
MOBILE NAVBAR STACK FIX
========================= */

@media(max-width:1199.98px){

.navbar-expand-lg .navbar-collapse.navbar-menu-wrapper,
.navbar-expand-xl .navbar-collapse.navbar-menu-wrapper{

display:none !important;
}

.navbar-expand-lg .navbar-collapse.navbar-menu-wrapper.show,
.navbar-expand-lg .navbar-collapse.navbar-menu-wrapper.collapsing,
.navbar-expand-xl .navbar-collapse.navbar-menu-wrapper.show,
.navbar-expand-xl .navbar-collapse.navbar-menu-wrapper.collapsing{

display:flex !important;

flex-direction:column !important;

align-items:stretch !important;

justify-content:flex-start !important;

flex-basis:100% !important;

width:100% !important;
}

.navbar-menu-wrapper .navbar-center-menu{

display:flex !important;

flex-direction:column !important;

align-items:stretch !important;

width:100% !important;

margin:0 0 16px 0 !important;
}

.navbar-menu-wrapper .nav-item,
.navbar-menu-wrapper .nav-link{

width:100% !important;
}

.navbar-menu-wrapper .navbar-auth-buttons{

display:flex !important;

flex-direction:column !important;

align-items:stretch !important;

justify-content:flex-start !important;

width:100% !important;

min-width:0 !important;

margin:0 !important;

gap:10px !important;
}

.navbar-menu-wrapper .navbar-login-btn,
.navbar-menu-wrapper .navbar-signup-btn{

display:block !important;

width:100% !important;

text-align:center !important;
}

}




/* =========================
MOBILE
========================= */

@media(max-width:768px){

.institute-brand img{

width:72px;
height:72px;
}



.brand-text h5{

font-size:18px;
}



.brand-text span{

font-size:9px;
}

}




/* =========================
SMALL MOBILE
========================= */

@media(max-width:576px){

.institute-navbar{

min-height:74px;
}



.institute-brand img{

width:58px;
height:58px;
}



.brand-text h5{

font-size:15px;
}



.brand-text span{

font-size:8px;
}



.navbar-login-btn,
.navbar-signup-btn{

width:100%;

text-align:center;
}

}

/* =========================
GLOBAL CSS
========================= */
/* =========================
HERO SLIDER FIXED VERSION
========================= */

.hero-slider{
  width: 100%;
  overflow: hidden;
}


/* MAIN SLIDER */

#mainSlider{
  width: 100%;
}


/* EACH SLIDE */

.carousel-item{
  width: 100%;
}


/* BACKGROUND */

.slider-bg{
  width: 100%;
  min-height: 100vh;

  display: flex;
  align-items: center;

  position: relative;

  overflow: hidden;

  padding: 80px 0;

  background-image: var(--slider-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.4s ease;
}


/* OVERLAY */

.slider-bg::before{
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background:
  linear-gradient(90deg,
  rgba(4, 15, 31, 0.78),
  rgba(4, 15, 31, 0.54) 48%,
  rgba(214, 0, 0, 0.26));

  z-index: 1;
}

.slider-bg:hover{
  animation: bannerImageChange 7s infinite;
}

@keyframes bannerImageChange{
  0%, 28%{
    background-image: var(--slider-image);
  }

  34%, 61%{
    background-image: var(--slider-hover-1);
  }

  67%, 94%{
    background-image: var(--slider-hover-2);
  }

  100%{
    background-image: var(--slider-image);
  }
}


/* SLIDE 1 */

.slider1{
  --slider-image: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=1971&auto=format&fit=crop");
  --slider-hover-1: url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1970&auto=format&fit=crop");
  --slider-hover-2: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?q=80&w=1970&auto=format&fit=crop");
  background-position: center;
}


/* SLIDE 2 */

.slider2{
  --slider-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?q=80&w=1972&auto=format&fit=crop");
  --slider-hover-1: url("https://images.unsplash.com/photo-1515879218367-8466d910aaa4?q=80&w=1974&auto=format&fit=crop");
  --slider-hover-2: url("https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=1974&auto=format&fit=crop");
  background-position: center;
}


/* SLIDE 3 */

.slider3{
  --slider-image: url("https://images.unsplash.com/photo-1523240795612-9a054b0db644?q=80&w=1970&auto=format&fit=crop");
  --slider-hover-1: url("https://images.unsplash.com/photo-1523580846011-d3a5bc25702b?q=80&w=1974&auto=format&fit=crop");
  --slider-hover-2: url("https://images.unsplash.com/photo-1524178232363-1fb2b075b655?q=80&w=1970&auto=format&fit=crop");
  background-position: center;
}


/* SLIDE 4 */

.slider4{
  --slider-image: url("https://images.unsplash.com/photo-1581092160607-ee22621dd758?q=80&w=1974&auto=format&fit=crop");
  --slider-hover-1: url("https://images.unsplash.com/photo-1551434678-e076c223a692?q=80&w=1970&auto=format&fit=crop");
  --slider-hover-2: url("https://images.unsplash.com/photo-1517048676732-d65bc937f952?q=80&w=1974&auto=format&fit=crop");
  background-position: center;
}


/* SLIDE 5 */

.slider5{
  --slider-image: url("https://images.unsplash.com/photo-1516321497487-e288fb19713f?q=80&w=1974&auto=format&fit=crop");
  --slider-hover-1: url("https://images.unsplash.com/photo-1543269865-cbf427effbad?q=80&w=1974&auto=format&fit=crop");
  --slider-hover-2: url("https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?q=80&w=1974&auto=format&fit=crop");
  background-position: center;
}


/* CONTENT */

.slider-content{
  position: relative;
  z-index: 2;

  color: white;

  max-width: 820px;
}

.hero-slider .row > .col-lg-7{
  width: 74%;
}

.hero-slider .row > .col-lg-5{
  display: none;
}


/* SUBTITLE */

.slider-content h5{
  color: #ffcc00;

  font-size: 22px;
  font-weight: 600;

  margin-bottom: 18px;

  text-transform: uppercase;
}


/* TITLE */

.slider-content h1{
  font-size: 62px;
  font-weight: 800;

  line-height: 1.2;

  margin-bottom: 25px;
}


/* DESCRIPTION */

.slider-content p{
  font-size: 18px;

  line-height: 1.8;

  margin-bottom: 35px;

  color: #f1f1f1;
}


/* BUTTONS */

.slider-btns{
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}


/* BUTTON */

.slider-btn1,
.slider-btn2{
  padding: 14px 34px;

  border-radius: 8px;

  text-decoration: none;

  font-weight: 600;

  transition: 0.4s ease;
}


/* BTN 1 */

.slider-btn1{
  background: #d60000;
  color: white;
}

.slider-btn1:hover{
  background: white;
  color: #d60000;
}


/* BTN 2 */

.slider-btn2{
  border: 2px solid white;
  color: white;
}

.slider-btn2:hover{
  background: white;
  color: #111;
}


/* =========================
FIXED STUDENT IMAGE
========================= */

.slider-image{
  position: relative;
  z-index: 2;

  text-align: center;
}


/* IMAGE FIX */

.slider-image img{

  width: 100%;
  max-width: 500px;

  object-fit: contain;

  animation: none !important;

  transform: none !important;
}


/* REMOVE ALL FLOAT */

@keyframes floatImage{
  0%{
    transform: none;
  }

  100%{
    transform: none;
  }
}


/* CONTROLS */

.carousel-control-prev,
.carousel-control-next{
  width: 5%;
  z-index: 5;
}


/* ICONS */

.carousel-control-prev-icon,
.carousel-control-next-icon{

  width: 45px;
  height: 45px;

  border-radius: 50%;

  background-color: rgba(255,255,255,0.2);

  background-size: 45%;
}


/* INDICATORS */

.carousel-indicators{
  bottom: 25px;
}

.carousel-indicators button{

  width: 12px !important;
  height: 12px !important;

  border-radius: 50%;

  background-color: white !important;

  opacity: 0.5;
}

.carousel-indicators .active{
  opacity: 1;
  background: #ffcc00 !important;
}


/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

  .hero-slider .row > .col-lg-7{
    width: 100%;
  }

  .slider-bg{
    min-height: auto;

    padding: 120px 0 80px;

    text-align: center;
  }

  .slider-content{
    margin-bottom: 50px;
  }

  .slider-content h1{
    font-size: 46px;
  }

  .slider-btns{
    justify-content: center;
  }

}


@media(max-width:768px){

  .slider-content h5{
    font-size: 16px;
  }

  .slider-content h1{
    font-size: 34px;
  }

  .slider-content p{
    font-size: 15px;
  }

  .slider-image img{
    max-width: 320px;
  }

}


@media(max-width:576px){

  .slider-bg{
    padding: 100px 0 70px;
  }

  .slider-content h1{
    font-size: 28px;
  }

  .slider-btn1,
  .slider-btn2{
    width: 100%;
    text-align: center;
  }

  .carousel-control-prev,
  .carousel-control-next{
    display: none;
  }

}


/* =========================
NOTICE + ABOUT SECTION
========================= */

.about-notice-section{

  padding: 100px 0;

  background:
  linear-gradient(to bottom,
  #f8fbff,
  #ffffff);
}


/* =========================
NOTICE BOARD
========================= */

.notice-board{

  background: white;

  border-radius: 22px;

  overflow: hidden;

  box-shadow:
  0 10px 30px rgba(0,0,0,0.08);

  height: 100%;
}


/* TITLE */

.section-title{

  background:
  linear-gradient(90deg,#d60000,#0b1c39);

  padding: 18px 22px;
}

.section-title h2{

  color: white;

  margin: 0;

  font-size: 24px;
  font-weight: 700;
}


/* NOTICE SCROLL */

.notice-scroll{

  height: 520px;

  overflow: hidden;

  position: relative;

  padding: 20px;
}


/* AUTO SCROLL */

.notice-scroll{
  animation: scrollNotice 18s linear infinite;
}

.notice-scroll:hover{
  animation-play-state: paused;
}


/* NOTICE ITEM */

.notice-item{

  display: flex;

  gap: 16px;

  align-items: flex-start;

  padding: 18px;

  margin-bottom: 18px;

  border-radius: 16px;

  background: #f8fbff;

  transition: 0.4s ease;
}


/* HOVER */

.notice-item:hover{

  transform: translateY(-5px);

  background: #eef5ff;
}


/* DATE */

.notice-date{

  min-width: 75px;

  background: #d60000;

  color: white;

  text-align: center;

  border-radius: 12px;

  padding: 12px 8px;

  font-size: 14px;
  font-weight: 700;
}


/* LINK */

.notice-item a{

  color: #0b1c39;

  text-decoration: none;

  font-size: 15px;
  font-weight: 600;

  line-height: 1.7;

  transition: 0.3s;
}

.notice-item a:hover{
  color: #d60000;
}


/* =========================
ABOUT SECTION
========================= */

.about-wrapper{

  background: white;

  border-radius: 24px;

  padding: 35px;

  box-shadow:
  0 10px 35px rgba(0,0,0,0.08);

  position: relative;

  overflow: hidden;
}


/* IMAGE */

.about-image{

  position: relative;
}

.about-image img{

  width: 100%;

  border-radius: 22px;

  height: 100%;

  object-fit: cover;
}


/* EXPERIENCE */

.experience-box{

  position: absolute;

  bottom: 20px;
  left: -20px;

  background:
  linear-gradient(135deg,#d60000,#ff3c3c);

  color: white;

  padding: 18px 22px;

  border-radius: 18px;

  box-shadow:
  0 10px 25px rgba(214,0,0,0.3);
}

.experience-box h3{

  margin: 0;

  font-size: 34px;
  font-weight: 800;
}

.experience-box p{

  margin: 0;

  font-size: 14px;
}


/* CONTENT */

.about-content{
  padding-left: 20px;
}


/* MINI TITLE */

.mini-title{

  display: inline-block;

  background: rgba(214,0,0,0.1);

  color: #d60000;

  padding: 8px 18px;

  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;

  margin-bottom: 18px;
}


/* HEADING */

.about-content h2{

  font-size: 42px;

  font-weight: 800;

  color: #0b1c39;

  line-height: 1.3;

  margin-bottom: 22px;
}


/* PARAGRAPH */

.about-content p{

  color: #666;

  font-size: 16px;

  line-height: 1.9;

  margin-bottom: 18px;
}


/* FEATURES */

.about-features{

  display: grid;

  grid-template-columns: repeat(2,1fr);

  gap: 16px;

  margin-top: 30px;
}


/* FEATURE */

.feature-box{

  display: flex;

  align-items: center;

  gap: 12px;

  background: #f8fbff;

  padding: 14px 16px;

  border-radius: 14px;

  transition: 0.3s ease;
}

.feature-box:hover{

  background: #eef5ff;

  transform: translateY(-3px);
}


/* ICON */

.feature-box i{

  color: #d60000;

  font-size: 20px;
}


/* TEXT */

.feature-box span{

  font-size: 15px;

  font-weight: 600;

  color: #0b1c39;
}


/* BUTTONS */

.about-btns{

  display: flex;

  gap: 16px;

  margin-top: 35px;

  flex-wrap: wrap;
}


/* BTN */

.about-btn1,
.about-btn2{

  padding: 14px 30px;

  border-radius: 10px;

  text-decoration: none;

  font-weight: 600;

  transition: 0.4s ease;
}


/* BTN 1 */

.about-btn1{

  background: #d60000;

  color: white;
}

.about-btn1:hover{

  background: #0b1c39;

  color: white;
}


/* BTN 2 */

.about-btn2{

  border: 2px solid #d60000;

  color: #d60000;
}

.about-btn2:hover{

  background: #d60000;

  color: white;
}


/* NOTICE ANIMATION */

@keyframes scrollNotice{

  0%{
    transform: translateY(0);
  }

  100%{
    transform: translateY(-50%);
  }

}


/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

  .about-content{
    padding-left: 0;
    margin-top: 40px;
  }

  .about-content h2{
    font-size: 34px;
  }

}


@media(max-width:768px){

  .about-notice-section{
    padding: 70px 0;
  }

  .about-content h2{
    font-size: 28px;
  }

  .about-features{
    grid-template-columns: 1fr;
  }

  .notice-scroll{
    height: 420px;
  }

}


@media(max-width:576px){

  .about-wrapper{
    padding: 22px;
  }

  .section-title h2{
    font-size: 20px;
  }

  .about-content h2{
    font-size: 24px;
  }

  .about-btn1,
  .about-btn2{
    width: 100%;
    text-align: center;
  }

  .experience-box{
    left: 10px;
    bottom: 10px;
  }

}


/* =========================
COURSES SECTION
========================= */
.courses-section{
  padding: 100px 0;
  background: linear-gradient(to bottom, #ffffff, #f5f9ff);
}

/* HEADING */
.courses-heading{
  margin-bottom: 60px;
}

/* MINI TITLE */
.mini-title{
  display: inline-block;
  background: rgba(214,0,0,0.1);
  color: #d60000;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

/* MAIN TITLE */
.courses-heading h2{
  font-size: 48px;
  font-weight: 800;
  color: #0b1c39;
  line-height: 1.3;
  margin-bottom: 18px;
}

/* PARAGRAPH */
.courses-heading p{
  max-width: 700px;
  margin: auto;
  color: #666;
  font-size: 17px;
  line-height: 1.8;
}

/* =========================
COURSE CARD
========================= */

.course-card{
  background: white;
  border-radius: 22px;
  overflow: hidden;
  transition: 0.4s ease;
  height: 100%;
  box-shadow: 0 10px 35px rgba(0,0,0,0.06);
  position: relative;
}

.course-card:hover{
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* IMAGE WRAPPER */
.course-image a{
  display: block;
  overflow: hidden;
}

.course-image img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.5s ease;
}

.course-card:hover .course-image img{
  transform: scale(1.1);
}

/* TAG */
.course-tag{
  position: absolute;
  top: 18px;
  left: 18px;
  background: #d60000;
  color: white;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
}

/* CONTENT */
.course-content{
  padding: 28px;
}

.course-content h3{
  font-size: 28px;
  font-weight: 700;
  color: #0b1c39;
  margin-bottom: 14px;
}

.course-content p{
  color: #666;
  line-height: 1.8;
  margin-bottom: 25px;
}

/* INFO */
.course-info{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}

.course-info span{
  font-size: 14px;
  color: #555;
  font-weight: 600;
}

.course-info i{
  color: #d60000;
  margin-right: 5px;
}

/* FOOTER */
.course-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.course-footer h4{
  color: #d60000;
  font-size: 28px;
  font-weight: 800;
}

/* BUTTON */
.course-footer a{
  background: #0b1c39;
  color: white;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.4s ease;
}

.course-footer a:hover{
  background: #d60000;
}

/* RESPONSIVE */
@media(max-width:991px){
  .courses-heading h2{ font-size: 38px; }
}

@media(max-width:768px){
  .courses-section{ padding: 70px 0; }
  .courses-heading h2{ font-size: 30px; }
  .course-content h3{ font-size: 24px; }
}

@media(max-width:576px){
  .courses-heading h2{ font-size: 24px; }
  .courses-heading p{ font-size: 15px; }
  .course-content{ padding: 22px; }

  .course-footer{
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }

  .course-footer a{
    width: 100%;
    text-align: center;
  }
}
/* =========================
STUDENT PORTAL SECTION
========================= */

.student-portal-section{

  padding: 100px 0;

  background:
  linear-gradient(to right,
  #f7fbff,
  #eef5ff);
}


/* =========================
LEFT CONTENT
========================= */

.portal-left{
  position: relative;
}


/* MINI TITLE */

.portal-mini-title{

  display: inline-block;

  background: rgba(214,0,0,0.1);

  color: #d60000;

  padding: 8px 18px;

  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 1px;

  margin-bottom: 20px;
}


/* TITLE */

.portal-left h2{

  font-size: 48px;

  font-weight: 800;

  color: #0b1c39;

  line-height: 1.3;

  margin-bottom: 20px;
}


/* TEXT */

.portal-left p{

  color: #666;

  line-height: 1.9;

  font-size: 16px;

  margin-bottom: 35px;
}


/* FEATURES */

.portal-features{
  margin-bottom: 35px;
}


/* FEATURE */

.portal-feature{

  display: flex;

  align-items: center;

  gap: 14px;

  margin-bottom: 18px;
}


/* ICON */

.portal-feature i{

  color: #d60000;

  font-size: 20px;
}


/* TEXT */

.portal-feature span{

  color: #0b1c39;

  font-weight: 600;

  font-size: 15px;
}


/* BUTTON */

.portal-btn{

  display: inline-block;

  background: #d60000;

  color: white;

  padding: 15px 34px;

  border-radius: 12px;

  text-decoration: none;

  font-weight: 600;

  transition: 0.4s ease;
}


/* HOVER */

.portal-btn:hover{

  background: #0b1c39;

  color: white;

  transform: translateY(-3px);
}


/* =========================
PORTAL GRID
========================= */

.portal-grid{

  display: grid;

  grid-template-columns: repeat(2,1fr);

  gap: 25px;
}


/* CARD */

.portal-card{

  background: white;

  padding: 35px 28px;

  border-radius: 24px;

  box-shadow:
  0 10px 30px rgba(0,0,0,0.06);

  transition: 0.4s ease;

  position: relative;

  overflow: hidden;
}


/* HOVER */

.portal-card:hover{

  transform: translateY(-10px);

  box-shadow:
  0 18px 40px rgba(0,0,0,0.12);
}


/* TOP BORDER EFFECT */

.portal-card::before{

  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 5px;

  background:
  linear-gradient(to right,
  #d60000,
  #0b1c39);
}


/* ICON */

.portal-icon{

  width: 75px;
  height: 75px;

  background:
  linear-gradient(135deg,
  #d60000,
  #ff4d4d);

  border-radius: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 25px;

  box-shadow:
  0 10px 20px rgba(214,0,0,0.25);
}


/* ICON */

.portal-icon i{

  color: white;

  font-size: 32px;
}


/* TITLE */

.portal-card h3{

  font-size: 24px;

  font-weight: 700;

  color: #0b1c39;

  margin-bottom: 15px;
}


/* TEXT */

.portal-card p{

  color: #666;

  line-height: 1.8;

  margin-bottom: 22px;
}


/* LINK */

.portal-card a{

  text-decoration: none;

  color: #d60000;

  font-weight: 700;

  transition: 0.3s;
}


/* HOVER */

.portal-card a:hover{
  color: #0b1c39;
}


/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

  .portal-left{
    margin-bottom: 30px;
  }

  .portal-left h2{
    font-size: 38px;
  }

}


@media(max-width:768px){

  .student-portal-section{
    padding: 70px 0;
  }

  .portal-grid{
    grid-template-columns: 1fr;
  }

  .portal-left h2{
    font-size: 30px;
  }

}


@media(max-width:576px){

  .portal-left h2{
    font-size: 24px;
  }

  .portal-card{
    padding: 28px 22px;
  }

  .portal-card h3{
    font-size: 20px;
  }

  .portal-btn{
    width: 100%;
    text-align: center;
  }

}


/* =========================
WHY CHOOSE SECTION
========================= */

.why-choose-section{

  padding: 100px 0;

  background:
  linear-gradient(to bottom,
  #ffffff,
  #f5f9ff);

  overflow: hidden;
}


/* =========================
IMAGE AREA
========================= */

.choose-image-wrapper{

  position: relative;
}


/* MAIN IMAGE */

.main-choose-image{

  width: 100%;

  border-radius: 28px;

  object-fit: cover;

  box-shadow:
  0 18px 40px rgba(0,0,0,0.12);
}


/* FLOATING CARD */

.floating-card{

  position: absolute;

  bottom: 30px;
  left: -20px;

  background: white;

  padding: 24px 28px;

  border-radius: 20px;

  box-shadow:
  0 15px 35px rgba(0,0,0,0.12);

  animation: floatCard 3s ease-in-out infinite;
}


/* TEXT */

.floating-card h3{

  font-size: 42px;

  color: #d60000;

  font-weight: 800;

  margin-bottom: 5px;
}

.floating-card p{

  margin: 0;

  color: #555;

  font-weight: 600;
}


/* BADGE */

.success-badge{

  position: absolute;

  top: 25px;
  right: -20px;

  background:
  linear-gradient(135deg,
  #0b1c39,
  #1d3557);

  color: white;

  padding: 16px 22px;

  border-radius: 18px;

  display: flex;

  align-items: center;

  gap: 12px;

  box-shadow:
  0 10px 25px rgba(0,0,0,0.2);
}


/* ICON */

.success-badge i{

  font-size: 28px;

  color: #ffd43b;
}


/* TEXT */

.success-badge span{

  font-size: 14px;

  font-weight: 600;
}


/* FLOAT ANIMATION */

@keyframes floatCard{

  0%{
    transform: translateY(0px);
  }

  50%{
    transform: translateY(-10px);
  }

  100%{
    transform: translateY(0px);
  }

}


/* =========================
RIGHT CONTENT
========================= */

.choose-content{
  position: relative;
}


/* MINI TITLE */

.choose-mini-title{

  display: inline-block;

  background: rgba(214,0,0,0.1);

  color: #d60000;

  padding: 8px 18px;

  border-radius: 50px;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 1px;

  margin-bottom: 18px;
}


/* TITLE */

.choose-content h2{

  font-size: 46px;

  font-weight: 800;

  color: #0b1c39;

  line-height: 1.3;

  margin-bottom: 22px;
}


/* TEXT */

.choose-text{

  color: #666;

  line-height: 1.9;

  font-size: 16px;

  margin-bottom: 35px;
}


/* FEATURES */

.choose-features{
  margin-bottom: 35px;
}


/* ITEM */

.choose-item{

  display: flex;

  align-items: flex-start;

  gap: 18px;

  margin-bottom: 25px;
}


/* ICON BOX */

.choose-icon{

  width: 70px;
  height: 70px;

  min-width: 70px;

  background:
  linear-gradient(135deg,
  #d60000,
  #ff4d4d);

  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow:
  0 10px 25px rgba(214,0,0,0.2);
}


/* ICON */

.choose-icon i{

  color: white;

  font-size: 30px;
}


/* TITLE */

.choose-item h4{

  font-size: 22px;

  font-weight: 700;

  color: #0b1c39;

  margin-bottom: 8px;
}


/* TEXT */

.choose-item p{

  margin: 0;

  color: #666;

  line-height: 1.7;
}


/* BUTTON */

.choose-btn{

  display: inline-block;

  background:
  linear-gradient(135deg,
  #d60000,
  #ff4d4d);

  color: white;

  padding: 15px 34px;

  border-radius: 12px;

  text-decoration: none;

  font-weight: 600;

  transition: 0.4s ease;
}


/* HOVER */

.choose-btn:hover{

  background:
  linear-gradient(135deg,
  #0b1c39,
  #1d3557);

  color: white;

  transform: translateY(-4px);
}


/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

  .choose-content h2{
    font-size: 38px;
  }

  .floating-card{
    left: 10px;
  }

  .success-badge{
    right: 10px;
  }

}


@media(max-width:768px){

  .why-choose-section{
    padding: 70px 0;
  }

  .choose-content h2{
    font-size: 30px;
  }

  .choose-item{
    gap: 14px;
  }

  .choose-icon{
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .choose-icon i{
    font-size: 26px;
  }

}


@media(max-width:576px){

  .choose-content h2{
    font-size: 24px;
  }

  .choose-item h4{
    font-size: 18px;
  }

  .floating-card{

    padding: 18px 20px;
  }

  .floating-card h3{
    font-size: 30px;
  }

  .success-badge{

    padding: 12px 15px;

    gap: 8px;
  }

  .success-badge span{
    font-size: 11px;
  }

}


/* =========================
GALLERY SECTION
========================= */

.gallery-section{

  padding: 100px 0;

  background:
  linear-gradient(135deg,
  #0b1c39,
  #13284d);

  position: relative;

  overflow: hidden;
}


/* =========================
HEADING
========================= */

.gallery-heading{

  margin-bottom: 60px;
}


/* MINI TITLE */

.gallery-mini-title{

  display: inline-block;

  background:
  rgba(255,255,255,0.12);

  color: #ffffff;

  padding: 8px 20px;

  border-radius: 50px;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 1px;

  margin-bottom: 18px;

  backdrop-filter: blur(10px);
}


/* TITLE */

.gallery-heading h2{

  font-size: 48px;

  font-weight: 800;

  color: white;

  line-height: 1.3;

  margin-bottom: 18px;
}


/* TEXT */

.gallery-heading p{

  max-width: 700px;

  margin: auto;

  color: rgba(255,255,255,0.75);

  font-size: 17px;

  line-height: 1.9;
}


/* =========================
GALLERY CARD
========================= */

.gallery-card{

  position: relative;

  overflow: hidden;

  border-radius: 24px;

  cursor: pointer;

  height: 100%;

  box-shadow:
  0 15px 35px rgba(0,0,0,0.2);
}


/* IMAGE */

.gallery-card img{

  width: 100%;

  height: 320px;

  object-fit: cover;

  transition: 0.5s ease;
}


/* LARGE CARD */

.large-card img{
  height: 664px;
}


/* OVERLAY */

.gallery-overlay{

  position: absolute;

  left: 0;
  bottom: 0;

  width: 100%;

  padding: 30px 25px;

  background:
  linear-gradient(to top,
  rgba(0,0,0,0.9),
  rgba(0,0,0,0));

  transition: 0.4s ease;
}


/* TITLE */

.gallery-overlay h3{

  color: white;

  font-size: 28px;

  font-weight: 700;

  margin-bottom: 10px;
}


/* TEXT */

.gallery-overlay p{

  color: rgba(255,255,255,0.75);

  margin: 0;

  line-height: 1.7;
}


/* HOVER */

.gallery-card:hover img{

  transform: scale(1.1);
}


/* GLOW EFFECT */

.gallery-card:hover{

  box-shadow:
  0 20px 45px rgba(0,0,0,0.35);
}


/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

  .gallery-heading h2{
    font-size: 38px;
  }

  .large-card img{
    height: 320px;
  }

}


@media(max-width:768px){

  .gallery-section{
    padding: 70px 0;
  }

  .gallery-heading{
    margin-bottom: 40px;
  }

  .gallery-heading h2{
    font-size: 30px;
  }

  .gallery-card img{
    height: 280px;
  }

  .large-card img{
    height: 280px;
  }

  .gallery-overlay h3{
    font-size: 22px;
  }

}


@media(max-width:576px){

  .gallery-heading h2{
    font-size: 24px;
  }

  .gallery-heading p{
    font-size: 15px;
  }

  .gallery-card img{
    height: 240px;
  }

  .large-card img{
    height: 240px;
  }

  .gallery-overlay{
    padding: 20px;
  }

  .gallery-overlay h3{
    font-size: 18px;
  }

}
/* =========================
VIEW MORE BUTTON
========================= */

.view-more-btn{

  display: inline-block;

  background:
  linear-gradient(135deg,
  #d60000,
  #ff4d4d);

  color: white;

  padding: 15px 38px;

  border-radius: 12px;

  text-decoration: none;

  font-size: 16px;

  font-weight: 600;

  transition: 0.4s ease;

  box-shadow:
  0 10px 25px rgba(214,0,0,0.3);
}


/* HOVER */

.view-more-btn:hover{

  background:
  linear-gradient(135deg,
  #ffffff,
  #f1f1f1);

  color: #0b1c39;

  transform: translateY(-5px);

  box-shadow:
  0 18px 35px rgba(255,255,255,0.2);
}


/* =========================
REGISTER PAGE
========================= */

.register-page{
  background: #ededed;
  min-height: 100vh;
}

.register-section{
  min-height: 100vh;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-wrapper{
  width: min(1620px, calc(100% - 40px));
  min-height: calc(100vh - 40px);
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 30px;
}

.register-image-box{
  background: #ffffff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  padding-top: 35px;
}

.register-image-box img{
  width: min(100%, 930px);
  height: auto;
  max-height: calc(100vh - 40px);
  object-fit: contain;
  object-position: center;
}

.register-form-card{
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  padding: 40px;
  align-self: stretch;
  font-family: Arial, sans-serif;
}

.register-form-card h1{
  color: #0d1b2a;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 28px;
}

.register-form-card form{
  width: 100%;
}

.register-form-card .form-group{
  margin-bottom: 22px;
}

.register-form-card label{
  display: block;
  color: #050505;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.register-form-card label span{
  color: #d62626;
}

.register-form-card input{
  width: 100%;
  height: 47px;
  border: 1px solid #d4dbe3;
  border-radius: 7px;
  padding: 8px 15px;
  color: #111111;
  font-size: 20px;
  outline: none;
  transition: 0.2s ease;
}

.register-form-card input:focus{
  border-color: #12c0df;
  box-shadow: 0 0 0 3px rgba(18,192,223,0.14);
}

.email-otp-row{
  display: flex;
  align-items: stretch;
}

.email-otp-row input{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.email-otp-row button{
  width: 110px;
  border: none;
  border-radius: 0 7px 7px 0;
  background: #13bfe0;
  color: #000000;
  font-size: 20px;
  cursor: pointer;
}

.submit-row{
  text-align: center;
  margin-top: 8px;
}

.submit-row button{
  min-width: 133px;
  min-height: 49px;
  border: none;
  background: #1d4f9b;
  color: #ffffff;
  font-size: 23px;
  cursor: pointer;
}

.email-otp-row button:hover,
.submit-row button:hover{
  filter: brightness(0.96);
}

@media(max-width: 1100px){

  .register-wrapper{
    grid-template-columns: 1fr;
  }

  .register-image-box{
    min-height: 430px;
    padding-top: 24px;
  }

}

@media(max-width: 576px){

  .register-section{
    padding: 12px 0;
  }

  .register-wrapper{
    width: calc(100% - 24px);
    gap: 16px;
  }

  .register-image-box{
    min-height: 300px;
    padding-top: 16px;
  }

  .register-form-card{
    padding: 24px 18px;
  }

  .register-form-card h1{
    font-size: 25px;
  }

  .register-form-card label,
  .register-form-card input,
  .email-otp-row button{
    font-size: 17px;
  }

  .email-otp-row button{
    width: 96px;
  }

}





.main-footer{

  background:
  linear-gradient(135deg,
  #071224,
  #0b1c39);

  position: relative;

  overflow: hidden;
}


/* ===================================
TOP AREA
=================================== */

.footer-top{

  padding: 100px 0 60px;

  border-bottom:
  1px solid rgba(255,255,255,0.08);
}


/* ===================================
LOGO
=================================== */

.footer-logo{

  display: flex;

  align-items: center;

  gap: 15px;

  margin-bottom: 25px;
}


/* IMAGE */

.footer-logo img{

  width: 75px;
  height: 75px;

  object-fit: contain;
}


/* TITLE */

.footer-logo h3{

  color: white;

  font-size: 28px;

  font-weight: 700;

  margin: 0;
}


/* SUBTITLE */

.footer-logo span{

  color:
  rgba(255,255,255,0.65);

  font-size: 14px;
}
/* FOOTER LOGO SIZE ONLY */

.footer-logo img{

  width: 130px;
  height: 130px;

  object-fit: contain;
}


/* MOBILE RESPONSIVE */

@media(max-width:576px){

  .footer-logo img{

    width: 90px;
    height: 90px;
  }

}

/* ===================================
ABOUT TEXT
=================================== */

.footer-about-text{

  color:
  rgba(255,255,255,0.72);

  line-height: 1.9;

  margin-bottom: 30px;
}


/* ===================================
SOCIAL
=================================== */

.footer-social{

  display: flex;

  gap: 14px;
}


/* LINK */

.footer-social a{

  width: 48px;
  height: 48px;

  border-radius: 50%;

  background:
  rgba(255,255,255,0.08);

  color: white;

  display: flex;

  align-items: center;

  justify-content: center;

  text-decoration: none;

  font-size: 20px;

  transition: 0.4s ease;
}


/* HOVER */

.footer-social a:hover{

  background:
  linear-gradient(135deg,
  #d60000,
  #ff4d4d);

  transform:
  translateY(-5px);
}


/* ===================================
WIDGET
=================================== */

.footer-widget h4{

  color: white;

  font-size: 24px;

  font-weight: 700;

  margin-bottom: 28px;

  position: relative;
}


/* UNDERLINE */

.footer-widget h4::after{

  content: "";

  position: absolute;

  left: 0;
  bottom: -10px;

  width: 60px;
  height: 3px;

  background:
  linear-gradient(135deg,
  #d60000,
  #ff4d4d);

  border-radius: 50px;
}


/* ===================================
LINKS
=================================== */

.footer-links{

  list-style: none;

  padding: 0;

  margin: 0;
}


/* ITEM */

.footer-links li{

  margin-bottom: 16px;
}


/* LINK */

.footer-links li a{

  color:
  rgba(255,255,255,0.72);

  text-decoration: none;

  transition: 0.4s ease;

  position: relative;
}


/* HOVER */

.footer-links li a:hover{

  color: white;

  padding-left: 8px;
}


/* ===================================
CONTACT ITEM
=================================== */

.contact-item{

  display: flex;

  align-items: flex-start;

  gap: 14px;

  margin-bottom: 22px;
}


/* ICON */

.contact-item i{

  color: #ff4d4d;

  font-size: 20px;

  margin-top: 4px;
}


/* TEXT */

.contact-item span{

  color:
  rgba(255,255,255,0.72);

  line-height: 1.7;
}


/* ===================================
BOTTOM
=================================== */

.footer-bottom{

  padding: 25px 0;
}


/* WRAPPER */

.footer-bottom-wrapper{

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;
}


/* COPYRIGHT */

.footer-bottom-wrapper p{

  color:
  rgba(255,255,255,0.65);

  margin: 0;
}


/* LINKS */

.footer-bottom-links{

  display: flex;

  gap: 25px;
}


/* LINK */

.footer-bottom-links a{

  color:
  rgba(255,255,255,0.65);

  text-decoration: none;

  transition: 0.4s ease;
}


/* HOVER */

.footer-bottom-links a:hover{

  color: white;
}


/* ===================================
RESPONSIVE
=================================== */

@media(max-width:991px){

  .footer-top{
    padding: 80px 0 40px;
  }

}


@media(max-width:768px){

  .footer-bottom-wrapper{

    flex-direction: column;

    text-align: center;
  }

}


@media(max-width:576px){

  .footer-logo h3{
    font-size: 22px;
  }

  .footer-widget h4{
    font-size: 20px;
  }

  .footer-bottom-links{
    flex-direction: column;
    gap: 10px;
  }

}


/* =========================
STAFF PAGE
========================= */

.staff-hero{
  padding: 42px 0 70px;
  background:
    linear-gradient(135deg, rgba(11, 28, 57, 0.92), rgba(214, 0, 0, 0.86)),
    url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=1600&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.staff-breadcrumb{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 45px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.staff-breadcrumb a{
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
}

.staff-breadcrumb a:hover,
.staff-breadcrumb strong{
  color: #ffcc00;
}

.staff-hero-content{
  max-width: 760px;
}

.staff-hero-content span{
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.13);
  color: #ffcc00;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.staff-hero-content h1{
  margin-bottom: 18px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
}

.staff-hero-content p{
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.8;
}

.staff-section{
  padding: 90px 0;
  background: linear-gradient(to bottom, #f8fbff, #ffffff);
}

.staff-list{
  display: grid;
  gap: 34px;
}

.staff-profile{
  display: grid;
  grid-template-columns: 330px 1fr;
  align-items: center;
  gap: 44px;
  padding: 28px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.staff-photo{
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #eef3f8;
}

.staff-photo::after{
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  pointer-events: none;
}

.staff-photo img{
  width: 100%;
  height: 390px;
  display: block;
  object-fit: cover;
  object-position: center top;
  transition: 0.45s ease;
}

.staff-profile:hover .staff-photo img{
  transform: scale(1.04);
}

.staff-info{
  min-width: 0;
}

.staff-tag{
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(214, 0, 0, 0.1);
  color: #d60000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.8px;
}

.counsellor-tag{
  background: rgba(34, 180, 111, 0.12);
  color: #11965b;
}

.staff-info h2{
  margin-bottom: 16px;
  color: #0b1c39;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
}

.staff-info p{
  margin-bottom: 24px;
  color: #5f6875;
  font-size: 17px;
  line-height: 1.85;
}

.staff-points{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.staff-points span{
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 13px 14px;
  border-radius: 8px;
  background: #f7faff;
  color: #0b1c39;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.staff-points i{
  color: #d60000;
  font-size: 17px;
}

@media(max-width: 991px){

  .staff-hero{
    padding: 36px 0 60px;
  }

  .staff-hero-content h1{
    font-size: 38px;
  }

  .staff-section{
    padding: 70px 0;
  }

  .staff-profile{
    grid-template-columns: 280px 1fr;
    gap: 28px;
  }

  .staff-photo img{
    height: 350px;
  }

  .staff-info h2{
    font-size: 28px;
  }

  .staff-points{
    grid-template-columns: 1fr;
  }

}

@media(max-width: 768px){

  .staff-breadcrumb{
    margin-bottom: 34px;
    font-size: 15px;
  }

  .staff-hero-content h1{
    font-size: 31px;
  }

  .staff-hero-content p{
    font-size: 16px;
  }

  .staff-profile{
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .staff-photo{
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }

}

@media(max-width: 576px){

  .staff-hero{
    padding: 28px 0 48px;
  }

  .staff-breadcrumb{
    gap: 7px;
    font-size: 14px;
  }

  .staff-hero-content h1{
    font-size: 26px;
  }

  .staff-section{
    padding: 50px 0;
  }

  .staff-profile{
    gap: 22px;
    padding: 16px;
  }

  .staff-photo img{
    height: 320px;
  }

  .staff-info h2{
    font-size: 23px;
  }

  .staff-info p{
    font-size: 15px;
  }

}


/* =========================
CONTACT PAGE
========================= */

.contact-hero{
  padding: 42px 0 78px;
  background:
    linear-gradient(135deg, rgba(11, 28, 57, 0.94), rgba(214, 0, 0, 0.86)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?q=80&w=1600&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  overflow: hidden;
}

.contact-breadcrumb{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 44px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.contact-breadcrumb a{
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
}

.contact-breadcrumb a:hover,
.contact-breadcrumb strong{
  color: #ffcc00;
}

.contact-hero-content span,
.contact-section-heading span,
.contact-mini-title{
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.contact-hero-content span{
  background: rgba(255, 255, 255, 0.13);
  color: #ffcc00;
}

.contact-hero-content h1{
  max-width: 780px;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.18;
}

.contact-hero-content p{
  max-width: 690px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.8;
}

.contact-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.contact-primary-btn,
.contact-secondary-btn,
.contact-submit-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.35s ease;
}

.contact-primary-btn{
  background: #ffcc00;
  color: #0b1c39;
}

.contact-primary-btn:hover{
  background: #ffffff;
  color: #d60000;
  transform: translateY(-3px);
}

.contact-secondary-btn{
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.contact-secondary-btn:hover{
  background: #1fb45f;
  color: #ffffff;
  border-color: #1fb45f;
  transform: translateY(-3px);
}

.contact-hero-card{
  position: relative;
  padding: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: #0b1c39;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18);
}

.contact-logo-mark{
  width: 118px;
  height: 118px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #f7faff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-logo-mark img{
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.contact-hero-card h2{
  margin-bottom: 24px;
  color: #0b1c39;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.3;
}

.contact-direct-list{
  display: grid;
  gap: 13px;
}

.contact-direct-list a{
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border-radius: 8px;
  background: #f7faff;
  color: #263445;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  transition: 0.3s ease;
}

.contact-direct-list i{
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: #d60000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-direct-list a:hover{
  background: #0b1c39;
  color: #ffffff;
  transform: translateX(4px);
}

.contact-info-section{
  padding: 86px 0;
  background: linear-gradient(to bottom, #f8fbff, #ffffff);
}

.contact-section-heading{
  max-width: 720px;
  margin: 0 auto 45px;
}

.contact-section-heading span,
.contact-mini-title{
  background: rgba(214, 0, 0, 0.1);
  color: #d60000;
}

.contact-section-heading h2{
  margin-bottom: 14px;
  color: #0b1c39;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.25;
}

.contact-section-heading p{
  margin: 0;
  color: #5f6875;
  font-size: 16px;
  line-height: 1.8;
}

.contact-info-card{
  height: 100%;
  min-height: 220px;
  padding: 30px 22px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
  color: #0b1c39;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.35s ease;
}

.contact-info-card i{
  width: 68px;
  height: 68px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d60000, #ff4d4d);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.contact-info-card h3{
  margin-bottom: 10px;
  color: #0b1c39;
  font-size: 21px;
  font-weight: 800;
}

.contact-info-card p{
  margin: 0;
  color: #5f6875;
  font-size: 15px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.contact-info-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
}

.whatsapp-card i{
  background: linear-gradient(135deg, #11965b, #1fb45f);
}

.contact-main-section{
  padding: 88px 0;
  background: #ffffff;
}

.contact-left-panel,
.contact-form-panel{
  height: 100%;
  border-radius: 8px;
}

.contact-left-panel{
  padding: 38px;
  background:
    linear-gradient(135deg, rgba(11, 28, 57, 0.96), rgba(11, 28, 57, 0.9)),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1200&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.contact-left-panel .contact-mini-title{
  background: rgba(255, 255, 255, 0.13);
  color: #ffcc00;
}

.contact-left-panel h2{
  margin-bottom: 18px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
}

.contact-left-panel > p{
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.85;
}

.contact-detail-box{
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 18px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.contact-detail-box i{
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #ffcc00;
  color: #0b1c39;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}

.contact-detail-box h4{
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
}

.contact-detail-box p{
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.contact-social-strip{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.contact-social-strip a{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  transition: 0.35s ease;
}

.contact-social-strip a:hover{
  background: #d60000;
  transform: translateY(-4px);
}

.contact-form-panel{
  padding: 38px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.contact-form-panel h2{
  margin-bottom: 28px;
  color: #0b1c39;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.28;
}

.contact-form-panel label{
  display: block;
  margin-bottom: 8px;
  color: #0b1c39;
  font-size: 14px;
  font-weight: 700;
}

.contact-form-panel input,
.contact-form-panel select,
.contact-form-panel textarea{
  width: 100%;
  border: 1px solid #d9e1ec;
  border-radius: 8px;
  background: #f8fbff;
  color: #263445;
  font-size: 15px;
  outline: none;
  transition: 0.25s ease;
}

.contact-form-panel input,
.contact-form-panel select{
  height: 50px;
  padding: 10px 14px;
}

.contact-form-panel textarea{
  min-height: 140px;
  padding: 13px 14px;
  resize: vertical;
}

.contact-form-panel input:focus,
.contact-form-panel select:focus,
.contact-form-panel textarea:focus{
  border-color: #d60000;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(214, 0, 0, 0.1);
}

.contact-submit-btn{
  margin-top: 8px;
  background: #d60000;
  color: #ffffff;
  cursor: pointer;
}

.contact-submit-btn:hover{
  background: #0b1c39;
  color: #ffffff;
  transform: translateY(-3px);
}

.contact-map-section{
  padding: 0 0 92px;
  background: #ffffff;
}

.contact-map-wrapper{
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.1);
}

.contact-map-wrapper iframe{
  width: 100%;
  height: 430px;
  display: block;
  border: 0;
}

@media(max-width: 991px){

  .contact-hero{
    padding: 36px 0 66px;
  }

  .contact-hero-content h1{
    font-size: 40px;
  }

  .contact-info-section,
  .contact-main-section{
    padding: 70px 0;
  }

  .contact-map-section{
    padding-bottom: 70px;
  }

}

@media(max-width: 768px){

  .contact-breadcrumb{
    margin-bottom: 32px;
    font-size: 15px;
  }

  .contact-hero-content h1,
  .contact-section-heading h2{
    font-size: 32px;
  }

  .contact-hero-content p{
    font-size: 16px;
  }

  .contact-left-panel,
  .contact-form-panel,
  .contact-hero-card{
    padding: 28px;
  }

  .contact-left-panel h2,
  .contact-form-panel h2{
    font-size: 28px;
  }

  .contact-map-wrapper iframe{
    height: 360px;
  }

}

@media(max-width: 576px){

  .contact-hero{
    padding: 28px 0 54px;
  }

  .contact-hero-content h1,
  .contact-section-heading h2{
    font-size: 27px;
  }

  .contact-hero-actions{
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-primary-btn,
  .contact-secondary-btn,
  .contact-submit-btn{
    width: 100%;
  }

  .contact-hero-card h2,
  .contact-left-panel h2,
  .contact-form-panel h2{
    font-size: 24px;
  }

  .contact-info-section,
  .contact-main-section{
    padding: 54px 0;
  }

  .contact-left-panel,
  .contact-form-panel,
  .contact-hero-card{
    padding: 22px;
  }

  .contact-info-card{
    min-height: 190px;
  }

  .contact-detail-box{
    padding: 14px;
  }

  .contact-map-section{
    padding-bottom: 54px;
  }

  .contact-map-wrapper iframe{
    height: 310px;
  }

}


/* =========================
LOGIN PAGE
========================= */

.login-page{
  min-height: 100vh;
  margin: 0;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.login-screen{
  min-height: 100vh;
  display: grid;
  grid-template-columns: 53fr 47fr;
}

.login-left{
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,0.88), rgba(255,255,255,0.88)),
    url("https://images.unsplash.com/photo-1562774053-701939374585?q=80&w=1600&auto=format&fit=crop");
  background-size: cover;
  background-position: center bottom;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 50px 34px;
}

.login-left-overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,0.4), rgba(255,255,255,0.08) 44%, rgba(255,255,255,0.25));
  pointer-events: none;
}

.login-brand-area,
.login-instructions{
  position: relative;
  z-index: 1;
}

.login-brand-area{
  width: 100%;
  text-align: center;
}

.login-logo{
  width: 155px;
  height: 155px;
  object-fit: contain;
  display: block;
  margin: 0 auto 18px;
  filter: drop-shadow(0 8px 14px rgba(15,23,42,0.16));
}

.login-brand-area h1{
  margin: 0;
  text-transform: uppercase;
}

.login-brand-area h1 span{
  display: block;
  font-size: clamp(48px, 5.3vw, 80px);
  line-height: 0.92;
  letter-spacing: 16px;
  font-weight: 900;
  background: linear-gradient(90deg,#d81f25 0%,#8d1f8d 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.login-brand-area h1 small{
  display: block;
  margin-top: 18px;
  color: #2d2d2d;
  font-size: clamp(28px, 3vw, 43px);
  line-height: 1;
  letter-spacing: 10px;
  font-weight: 900;
}

.login-divider{
  width: min(460px, 74%);
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px auto 0;
}

.login-divider span{
  height: 3px;
  flex: 1;
  background: linear-gradient(90deg,#27308f,#aa187f);
}

.login-divider i{
  width: 96px;
  height: 22px;
  position: relative;
  display: block;
}

.login-divider i::before,
.login-divider i::after{
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  border: 2px solid #572169;
  transform: translateY(-50%) rotate(45deg);
}

.login-divider i::before{
  left: 12px;
}

.login-divider i::after{
  right: 12px;
}

.login-instructions{
  width: min(760px, 100%);
  margin-top: auto;
  padding-bottom: 22px;
}

.login-instructions h2{
  width: fit-content;
  margin: 0 auto 28px;
  color: #371263;
  font-size: 27px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.login-instructions ol{
  margin: 0;
  padding-left: 36px;
  color: #1f1f1f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 800;
}

.login-instructions li{
  padding-left: 12px;
}

.login-right{
  min-height: 100vh;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px;
}

.login-card{
  width: min(690px, 100%);
  border-radius: 22px;
  background: #ffffff;
  padding: 52px 38px 48px;
  box-shadow: 0 18px 45px rgba(15,23,42,0.11);
}

.login-card h2{
  margin: 0 0 32px;
  color: #2f80ed;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  font-weight: 800;
}

.login-field{
  margin-bottom: 22px;
}

.login-field label{
  display: block;
  color: #111111;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 7px;
}

.login-field input{
  width: 100%;
  height: 48px;
  border: 1px solid #d4dbe3;
  border-radius: 11px;
  padding: 8px 15px;
  color: #263445;
  font-size: 21px;
  outline: none;
  transition: 0.2s ease;
}

.login-field input::placeholder{
  color: #435066;
}

.login-field input:focus{
  border-color: #2f80ed;
  box-shadow: 0 0 0 4px rgba(47,128,237,0.13);
}

.login-button{
  width: 100%;
  height: 57px;
  margin-top: 1px;
  border: none;
  border-radius: 30px;
  background: #2f80ed;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s ease;
}

.login-button:hover{
  background: #176dde;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(47,128,237,0.24);
}

.forgot-link{
  display: block;
  width: fit-content;
  margin: 22px auto 0;
  color: #0b0b0b;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
}

.forgot-link:hover{
  color: #2f80ed;
}

@media(max-width: 1100px){

  .login-screen{
    grid-template-columns: 1fr;
  }

  .login-left,
  .login-right{
    min-height: auto;
  }

  .login-left{
    padding: 18px 24px 40px;
  }

  .login-instructions{
    margin-top: 70px;
  }

}

@media(max-width: 576px){

  .login-left{
    padding: 16px 16px 32px;
  }

  .login-logo{
    width: 118px;
    height: 118px;
  }

  .login-brand-area h1 span{
    letter-spacing: 7px;
  }

  .login-brand-area h1 small{
    letter-spacing: 4px;
  }

  .login-instructions h2{
    font-size: 22px;
  }

  .login-instructions ol{
    font-size: 14px;
    padding-left: 26px;
  }

  .login-right{
    padding: 26px 16px;
  }

  .login-card{
    padding: 34px 22px;
  }

  .login-card h2{
    font-size: 29px;
  }

  .login-field label,
  .login-field input,
  .forgot-link{
    font-size: 18px;
  }

}




