@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-size: 62.5%;
}

@font-face {
  font-family: 'MyCustomFont';
  src: url('/fonts/MyCustomFont.woff2') format('woff2');
}
body{
      font-family: 'Playfair Display', 'Lato', serif;
}

.fw100{
    font-weight: 100;
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
ul{ padding: 0px; margin: 0px; list-style-type:none;}

p,input,button,select,textarea, span,a,div , table, .form-group, .btn{
    font-size: 1.6rem
}

.fz14{
    font-size: 1.4rem ;
}
.fz16{
    font-size: 1.6rem ;
}
.fz18{
    font-size: 1.8rem ;
}
.fz20{
    font-size:2rem ;
}
.fz22{
    font-size: 2.2rem ;
}
.fz24{
    font-size: 2.4rem ;
}
.fz26{
    font-size: 2.6rem ;
}
.fz28{
    font-size: 2.8rem ;
}
.fz30{
    font-size: 3rem ;
}
.fz32{
    font-size: 3.2rem ;
}
.fz34{
    font-size: 3.4rem ;
}
.fz36{
    font-size: 3.6rem ;
}
.fz38{
    font-size: 3.8rem ;
}
.fz40{
    font-size: 4rem ;
}
a{
    text-decoration: none;
}
.outline-0
{
    outline: none;

}
.container{
    max-width: 1280px;
}

header{
    padding: 5px 0;
}

.redcolor{ color: #b7000b !important; }
.bgred{ background: #b7000b !important;}
.rounddot{ width: 6px; height: 6px; border-radius: 100%; display: inline-block; }
.arrowright{width:10px; display: inline-block; height: 10px; border-top: 2px solid #b7000b; border-left: 2px solid #b7000b;  transform: rotate(135deg);}



/* nav */
nav{
  width: 100%;
  /* background: #4b476d; */
  color: #fff;
}
nav ul {
   /* justify-content: space-between; */
   gap: 50px;
}
nav ul li a{
  color: #fff;
  font-weight: 500;
  padding: 8px 12px;
  display: inline-block;
  transition: color 0.3s;
}
nav ul li a:hover {
  color: #ffe600;
}
.navbar-brand1
{
   color: #fff;
    font-weight: 500;
    padding: 8px 12px;
    display: inline-block;
    transition: color 0.3s;
}

.applyBtn{
    background-color: #b7000b;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    padding: 8px 32px;
    border-radius: 10px;
}
.applyBtn:hover{
    background-color: #0d0d0d;
    color: #fff;
}

/* home-banner-slider */
.home-banner-slider{
    position: relative;
}
.home-banner-content{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}
.home-banner-content-inner{
    max-width: 580px;
}
.home-banner-content-inner1 h4 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #FFD700; /* Gold tone for emphasis */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.home-banner-content-inner1 h3 {
    font-size: 4.5rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}

.home-banner-content-inner1 p {
    font-size: 2rem;
    font-weight: 500;
    color: #f0f0f0;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.home-banner-content-inner h4{
  font-size: 2.2rem;
    font-weight: 700;
    color: #FFD700; /* Gold tone for emphasis */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.home-banner-content-inner h3{
    font-size: 4.5rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
.home-banner-content-inner p{
     font-size: 2rem;
    font-weight: 500;
    color: #f0f0f0;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.home-banner-slider .owl-nav,.home-banner-slider1 .owl-nav{
    display: flex;
    position: absolute;
    right: 0;
    bottom: 70px;
    gap: 24px;
    max-width: 1280px;
    margin: auto;
    left: 0;
    justify-content: right;
}
.home-banner-slider .owl-nav .owl-prev span,.home-banner-slider1 .owl-nav .owl-prev span{
    width:56px ;
    height:55px ;
    display: block;
    background:url(../images/arrow-left.png) no-repeat;
}
.home-banner-slider .owl-nav .owl-next span,.home-banner-slider1 .owl-nav .owl-next span{
    width:56px ;
    height:55px ;
    display: block;
    background:url(../images/arrow-right.png) no-repeat;
}

.banner-img {
  width: 100%;
  height: 50vh; /* Responsive: 50% of screen height */
  min-height: 300px;
   /* object-fit: cover;
  display: block; */
}
@media (max-width: 768px) {
  .banner-img {
    height: 35vh;
    min-height: 200px;
  }
}
/* .marquee-wrapper  */
.latestUpdated{
  background-color: #f7f7f7;  
  border-bottom: 2px solid #eee;
}

.marquee-head {
    margin-right: 10px;
    float: left;
    line-height: 19px;
    padding: 10px;
    padding-left: 0;
    font-weight: 700;
    position: relative;
    font-size: 1.8rem;
  }

  .marquee a{ color: #0d0d0d;}

   .marquee-wrapper ,.header-top-marquee{
    overflow: hidden;
  }
   .marquee-wrapper .marquee {
    width: 9999px;
    font-size: 1.2rem;
    overflow: hidden;
    padding: 5px 0px;
  }
  
  .marquee-wrapper .marquee div {
    padding: 5px 12px 0px 15px;
    float: left;
  }
  
  .marquee  .badge{
    background-color: #ff000f;
    border-radius: 30px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: inline-block;
}

.box-link-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;
  background: #f8f9fa;
}

.box-link {
  background: #fff;
  padding: 15px 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #6f0e0e;
  font-weight: 600;
  border: 1px solid #ddd;
  min-width: 280px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.box-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
/*  Notice board */
.notice-board {
  background: linear-gradient(135deg, #928bc5 0%, #b7ad94 100%);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: #333;

  .notice-header {
    font-size: 1.7rem;
    font-weight: bold;
    color: #230c3f;
    margin-bottom: 18px;
    text-align: left;
    border-bottom: 2px solid #d1c4e9;
    padding-bottom: 8px;
  }

  .notice-list {
    list-style: none;
    padding: 0;
    margin: 0;

    li {
      margin-bottom: 16px;

      a {
        display: flex;
        align-items: center;
        text-decoration: none;
        background:#f8f9fa;
        border-radius: 8px;
        padding: 10px 14px;
        transition: background 0.2s ease;

        &:hover {
          background: rgba(255, 255, 255, 0.9);
        }

        .emoji {
          font-size: 1.4rem;
          margin-right: 12px;
        }

        .text {
          flex-grow: 1;
          font-weight: 500;
          color: #333;
        }

        .date {
          font-size: 1.5rem;
          color: #6f0e0e;
          white-space: nowrap;
        }
      }
    }
  }
}

/* common-section */
.common-section{
    padding: 60px 0;
}

/* contactUs */
.contactUs{
    background-color: #fef6f6;
}
footer{
    background-color: #111111;
    padding: 10px 0;
}
.text-justify{
    text-align: justify 
}
.mrg-auto{ margin-left: auto;}
.rcblogo{ width: 125px; }

.applyBtn {
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
}

header .container{
    position:relative;
}


header .btn_plus_minus button{
    font-size:16px !important;
}

header .azadi_g20{
    flex: 1;
    justify-content: center;
    display: flex;
}

.azadi_g20 img{
    max-height:75px;
}

.container-fluid{
    max-width:99%;
}

.img-banner-ar 
{
    max-width: 100% !important;
    height: auto !important;
  object-fit: cover;
  border-radius: 8px;
}

@media (min-width:1500px){
    
    nav ul li a {
        font-size: 20px;
    }
    
}
/* Contact css */		
.contactUs h3 + p {
    font-weight: 700;
    margin-top: -20px;
    margin-bottom:48px;
        text-align: center;
}
.contact-info-col {
    background-color: #fff;
    padding: 30px;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #00000024;
}
.contact-info-col p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom:8px;
}
.contact-info-col a {
    font-weight: 400;
    font-size: 16px;
}
/* Footer styles (place in your main CSS or a footer-specific file) */
:root{
  --footer-bg: linear-gradient(180deg, #081022 0%, #061626 100%);
  --accent: #ffc107;
  --muted: #9aa7b2;
  --card: rgba(255,255,255,0.03);
  --glass: rgba(255,255,255,0.04);
  --max-width: 1200px;
}

/* base */
.site-footer {
  color: #fff;
  background: #4b476d;
  padding: 42px 16px;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  border-top: 1px solid rgba(255,255,255,0.03);
  box-shadow: 0 -6px 30px rgba(2,6,23,0.6) inset;
}
.footer-container {
  max-width: var(--max-width);
  margin: 0 auto;
}

/* top area: brand | links | contact */
.footer-top {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
  align-items: start;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.03);
}

/* large screens: columns */
@media (min-width: 880px){
  .footer-top {
    grid-template-columns: 1.6fr 1fr 1.6fr;
    gap: 36px;
  }
}

/* Brand */
.footer-brand a { display:flex; align-items:center; gap:10px; text-decoration:none; color:inherit; }
.brand-name { font-weight:700; letter-spacing:0.2px; font-size:1.5rem; }
.brand-tag { margin:8px 0 0; color:#f0f0f0; font-size:1.3rem;    text-align: justify; }

/* Link groups */
.footer-links { display:flex; gap:22px; flex-wrap:wrap; }
.link-group h4{ margin:0 0 10px; font-size:1.5rem; color:#fff; }
.link-group ul{ list-style:none; padding:0; margin:0; }
.link-group ul li{ margin:0px 0; }
.link-group ul li a{
  color:#f0f0f0;
  text-decoration:none;
  font-size:1.3rem;
  display:inline-block;
  position:relative;
  padding-right:8px;
  transition: color .18s ease, transform .18s ease;
}
.link-group ul li a::after{
  content:'';
  position:absolute;
  right:0;
  top:50%;
  width:6px;
  height:6px;
  transform:translateY(-50%) scale(0);
  border-radius:50%;
  background:var(--accent);
  transition: transform .18s ease;
  opacity:0.95;
  
}
.link-group ul li a:hover{
  color: #fff;
  transform: translateX(3px);
}
.link-group ul li a:hover::after{ transform:translateY(-50%) scale(1); }

/* Contact block */
.footer-contact h4{ margin:0 0 10px; color:#fff; }
.footer-contact address{ font-style:normal; color:f0f0f0; line-height:1.45; font-size:0.95rem; }
.contact-row a{ color:var(--accent); text-decoration:none; }
.contact-row a:hover{ text-decoration:underline; }

/* Social buttons */
.socials{ margin-top:12px; display:flex; gap:10px; }
.social{
  display:inline-grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:8px;
  background:var(--glass);
  color:var(--muted);
  text-decoration:none;
  transition: transform .18s ease, color .18s ease, background .18s ease;
}
.social svg{ display:block; }
.social:hover{
  transform: translateY(-4px);
  color: #fff;
  background: linear-gradient(135deg, rgba(18,176,255,0.12), rgba(18,176,255,0.06));
}

/* bottom area */
.footer-bottom{
  margin-top:18px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding-top:18px;
  font-size:0.92rem;
  color:var(--muted);
}
.footer-bottom a{ color:var(--muted); text-decoration:none; font-weight:600; }
.footer-bottom a:hover{ color:var(--accent); text-decoration:underline; }

/* responsive tweak */
@media (max-width:879px){
  .footer-bottom{ flex-direction:column; text-align:center; gap:6px; }
  .footer-links{ justify-content:flex-start; }
}

/* small decorative accent line */
.site-footer::before{
  content:"";
  display:block;
  height:2px;
  width:60px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  margin:0 auto 18px;
  opacity:0.9;
}
