@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: "Playfair Display", serif;
    background-color: #fff !important;
}
:focus-visible {
    outline: none ;
}
/* Top Head */
.top-head{
    height: auto;    
    background:#5AC3FF;
    padding: 20px 0;
    
}
.logo {
    float: left;
   padding: 4px 0;
    margin: 0;
}

ul.top-headul {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
    justify-content: end;
    list-style: none;
}
ul.top-headul li {
    padding:0 14px; 
}
ul.top-number li {
    padding: 0 120px 0 0;
}
ul.top-headul.top-number img {
    margin: 0 9px 0 0;
}
ul.top-number li a {
    font-size: 1px;
}
ul.top-headul li a {
    color: #050505;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

/* Slider Css */
.carousel-item {
  position: relative;
}

video {
  height: 100vh;
  object-fit: cover;
}

/* Dark Overlay */
.carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 77%);
  z-index: 1;
}

/* Center Content */
.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}

.overlay-logo {
  width: auto;
  margin-bottom: 20px;
}

.video-overlay h2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
}

.video-overlay p {
  font-size: 14px;
  margin-top: 10px;
}

.video-overlay img {
    width: 100%;
    max-width: 79%;
}

/* News Css */
.latest-news-wrap {
    background: transparent;
    z-index: 99;
    position: relative;
}

.news-left {
    padding:0;    
}
.news-left img{
    width: 100%;
}
.news-left h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}
.news-header {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 16px 0;
}
.news-header {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 6px 0;
    border-bottom: 2px solid #100b0b;
    display: inline-block;
    margin-bottom: 18px;
}
.arrow-news-bx {
    position: absolute;
    top: 43%;
    display: flex;
    justify-content: space-between;
    width: 95%;
    align-items: center;
    margin: auto;
    text-align: center;
    left: 28px;
}
.news-btn {
    background: #FED65C;
    border-radius: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 19px;
    margin: 0px;
    transition: all 0.5s;
    text-decoration: none;
    color: #151514;
    font-size: 14px;
}
.news-btn:hover {
    background: #e7cdb4;    
}
.nav-btn{
    background: #5AC3FF;
    color: #000;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 25px;
    font-size: 26px;
    transition: all 0.5s;
}
.nav-btn:hover{
      background: #FED65C;          
}

.news-box{
  padding:0;
  margin:0 0px;
  border-radius:4px;
      display: flex !important;
    align-items: end;
}

.date-box{
  text-align:center;
  border-right:1px solid #994d3d;
  padding:0px;
  min-width:90px;
}
.news-text {
    width: 80%;
}
.news-text h3 {
    font-size: 20px;
    font-weight: 700;
}
.news-text p {
    margin: 0;
    font-size: 16px;
    color: #050505;
}

.news-text small{
  color:#71291a;
}


/* About Us Css */
.image-card{
    position: relative;
    overflow: hidden;
}

.image-card img{
    width: 100%;
    height: auto;
    display: block;
}
span#counter {
    font-size: 33px;
}
.experience-box {
    position: absolute;
    bottom: 3px;
    right: 28px;
    background: #0d2b6b;
    color: #fff;
    padding:22px 20px;
    border-radius: 12px;
    text-align: center;
    width: auto;
    text-align: left;
}

.experience-box h3{
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}
.experience-box p {
    margin: 0;
    font-size: 15px;
    opacity: 1;
}

/* TEXT SIDE */
.section-title {
    font-weight: 700;
    color: #0f172a;
    margin: 0px;
    font-size: 38px;
}
.section-tag {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #5ac3ff;
    padding: 0 0 6px 0;
}
.section-text{
    font-size: 14px;
    color: #000;
}

/* LIST */
.feature-list li{
    list-style: none;
    margin-bottom: 10px;
    font-size: 14px;
    color: #0A0A0A;
    background: url('../images/about-text-arrow.png');
    background-repeat: no-repeat;
    padding:0 0 0 36px;
}

/* BUTTON */
.btn-custom {
    background: #5AC3FF;
    color: #000000;
    border-radius: 0;
    padding: 6px 14px;
    font-size: 16px;
}
.btn-custom img {
    padding: 0 7px;
}
.btn-custom:hover{
    background: #fed65c;
}

/* About Us Css End */


h3.section-title {
   font-size: 27px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

h3.section-title span{
    color:#71291a;
}
.section-subtitle{
    font-size:16px;
    color:#4A5565;
    max-width:620px;
    margin:auto;
}
.program-card{
    border:none !important;
    border-radius:14px !important;
    box-shadow:-1px 3px 10px 0px rgb(0 0 0 / 14%);  
    margin: 30px 20px;  
}
.photo-gallery-sl .slick-dots li button:before {
    background: #6F6F6F;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    content: '';
    opacity: 1;
}
.photo-gallery-sl .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    background: #5AC3FF !important;
}
.photo-gallery-sl .slick-dots li{
    margin: 0px;
}
.photo-gallery-sl .slick-dots{
    bottom: -34px;
}
.card-top {
    padding: 0;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    height: 238px;
}
.card-top img {
    max-width: 100%;
}
.card-body{
    padding:25px;
}

.card h5{
    font-weight:700;
    margin-bottom:5px;
}

.card small{
    font-weight:600;
}
.pink-text{color:#e11d48;}
.blue-text{color:#2563eb;}
.green-text{color:#16a34a;}

.card p{
    font-size:14px;
    color:#475569;
}
.learn-more {
    font-size: 16px;
    font-weight: 600;
    color: #1C398E;
    text-decoration: none;
}
.learn-more span{
    margin-left:5px;
}
.btn-outline-custom{
    border-radius:20px;
    padding:8px 20px;
    font-size:14px;
}
.workshop-card {
    background: linear-gradient(135deg, #0b2c7a, #2f5fd0);
    border-radius: 18px;
    padding: 45px;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 92%;
    margin: auto;
}

.badge-custom{
    border:1px solid #facc15;
    color:#facc15;
    padding:6px 12px;
    border-radius:20px;
    font-size:16px;
    display:inline-flex;
    align-items:center;
    gap:6px;
}
.workshop-card h2{
    font-weight:700;
    margin-top:18px;
    font-size: 42px;
}
.workshop-card p {
    font-size: 15px;
    color: #e5edff;
    max-width: 500px;
}

.workshop-list{
    list-style:none;
    padding:0;
    margin-top:20px;
}
.workshop-list li {
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: url('../images/calendar-icon.png');
    background-repeat: no-repeat;
    background-size: 23px;
    padding: 0 0 0 34px;
    line-height: 28px;
}

a.btn.btn-yellow {
    background: #FDC700;
    padding: 10px 16px;
    border-radius: 11px;
    font-size: 16px;
    font-weight: 500;
}
a.btn.btn-yellow:hover img{
    filter: invert(1);
}
.circle-wrapper {
    position: relative;
    width: 320px;
    height: 320px;
    margin-left: 50px;
}

.circle-outer{
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(250,204,21,0.25);
    display:flex;
    align-items:center;
    justify-content:center;
}

.circle-mid{
    width:270px;
    height:270px;
    border-radius:50%;
    background:rgba(250,204,21,0.5);
    display:flex;
    align-items:center;
    justify-content:center;
}

.circle-inner{
    width:230px;
    height:230px;
    border-radius:50%;
    background:#facc15;
    display:flex;
    align-items:center;
    justify-content:center;
}

.circle-inner svg{
    width:55px;
    height:55px;
    stroke:#1e3a8a;
    stroke-width:2;
}

/* Editorials css */
.editor-txt a {
    background: #FED65C;
    margin: 0px 11px;
    color: #000;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 6px 8px;
    font-size: 16px;
    transition: all 0.5s;
    border-top: 1px solid #FED65C;
    font-weight: 600;
}
.editor-txt a:hover{
    background-color: #5AC3FF;
    border-top: 1px solid #FED65C;
}
.editor-sl .slick-dots li button:before {
    background: #6F6F6F;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    content: '';
    opacity: 1;
}
.editor-sl .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    background: #5AC3FF !important;
}
.editor-sl .slick-dots li{
    margin: 0px;
}
.editor-sl .slick-dots{
    bottom: -34px;
}

 /* Birthday Css  */
.birthday-wrapper {
    background: url('../images/bg-bday.png');
    padding: 40px 0 20px;
    text-align: center;
    color: #fff;
    background-repeat: repeat;
    height: auto;
    background-position: center 0;
}
/* TITLE */

.today-title {
    font-size: 27px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 600;
    padding:0px 0 8px 0;
}
.today-slider {
    background:url('../images/today-bday-bg.jpg');
    background-size: cover;
    width: 300px;
    margin: auto;
    height: auto;
    padding: 0 0 8px 0;
}
.today-card {
    text-align: center;
    margin: auto;
    padding: 34px 0 0 0;
}
.today-img{
    width: 177px;
    height: 178px;
    object-fit:cover;
    border:6px solid #88668857;
    margin: auto;
}
.today-name {
    font-size: 22px;
    margin-top: 2px;
    color: black;
}
.today-date{
    font-size:16px;
    color:#333;
}
.today-wish {
    margin-top: 0;
    color: black;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
}
.today-wish img {
    padding: 0px 4px 0px 0;
    position: relative;
    top: -2px;
    max-width: 28px;
}
/* UPCOMING SECTION */

.upcoming-section{
    margin-top:40px;
}
.upcoming-title {
    font-size: 32px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    padding: 18px 0 24px 0;
}

.upcoming-slider{
    width:85%;
    margin:auto;
}
.img-upcoming {
    height: 138px;
    width: 168px;
    overflow: hidden;
    border: 6px solid #7c6c7c66;
    margin: auto;
}
.img-upcoming img {
    object-fit: cover;
    width: 100%;
    margin: auto;
}

.birthday-name {
    color: #000;
    font-size: 24px;
    padding: 18px 0 0 0;
}
.birthday-date {
    color: #000;
    font-size: 16px;
}



/* counters stats-section */
.stats-section{
    background:url('../images/counter.jpg') center/cover no-repeat;
    position:relative;
    padding:40px 0;
    background-attachment: fixed;
}
.stats-container{
position:relative;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
color:#fff;
}
.stat-item{
flex:1;
text-align:center;
position:relative;
}
.stat-item:not(:last-child)::after{
content:"";
position:absolute;
right:0;
top:50%;
transform:translateY(-50%);
height:50px;
width:1px;
background:rgba(255,255,255,0.4);
}
.stat-icon{
font-size:36px;
margin-bottom:6px;
}
.stat-number{
font-size:28px;
font-weight:600;
}
.stat-label{
font-size:14px;
}


/* History Section */
.history-section{
    background:#dcdcdc;
    padding:60px 0;
    position:relative;
}
.history-section::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:40px;
    background:#4ea3cf;
}


.history-img img{
    width:230px;
    display:block;
}
.history-content h2{
    margin:0 0 8px;
    font-size:22px;
}
.history-content p{
    margin:0;
    font-size:16px;
    line-height:1.5;
    color: #000;
}
.history-box {
    width: 80%;
    margin: auto;
    background: #f3c64f;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 45px;
    position: relative;
    z-index: 99;
}
a.bgn-histy {
    text-decoration: none;
    color: #000;
    padding: 4px 8px;
    display: inline-block;
    font-size: 16px;
    background: #5aa9d6;
    margin: 11px 0 0 0;
    transition: all 0.5s;
}
a.bgn-histy:hover{
    color:#fff
}

/* footer Css */
.footer-section {
    background: #5aa9d6;
    color: #000;
    padding: 63px 0 10px;
    margin-top: -27px;
}

.footer-logo {
    margin-bottom: 15px;
    max-width: 98%;
}
.footer-links h5{
    font-weight:600;
    margin-bottom:15px;
}
.footer-links ul{
    list-style:none;
    padding:0;
}
.footer-links ul li{
    margin-bottom:8px;
}
.footer-links ul li a{
    color:#000;
    text-decoration:none;
    font-size:14px;
}
.footer-links ul li a:hover{
    text-decoration:underline;
}
.social-icons {
    padding: 10px 0 0 0;
}
.social-icons a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 1px solid #000000;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: #000;
    margin-right: 8px;
    font-size: 19px;
    line-height: 34px;
}
.map iframe{
    width:100%;
    height:200px;
    border:0;
}
.footer-section p {
    font-size: 17px;
    margin: 0px;
    padding: 0 0 6px 0;        color: #000;text-decoration: none;
}
.footer-section p a { color: #000; text-decoration: none;}
.footer-section p i {margin-right: 5px;}
.footer-bottom{
    border-top:1px solid #000;
    margin-top:20px;
    padding-top:10px;
    font-size:13px;
}
.footer-bottom a{
    color:#000;
    text-decoration:none;
    margin-right:15px;
}
.footer-links ul li a {
    font-size: 17px;
}

@media (max-width:767px){
    ul.top-number li {
        padding: 8px 6px;
        text-align: center;
    }
    ul.top-headul.top-number {
        text-align: center;
        justify-content: center;
        width: 100%;
    }
    ul.top-headul li a img {
        max-width: 44px;
    }
    .top-head {
        padding: 3px 0 12px 0;
    }
    video{
        height: auto;
    }
    .navbar{
        margin: 0px  !important;
    }
    header{
        background: #5ac3ff;
        padding:6px 0;
    }
    .navbar{
        border:none !important
    }
    .arrow-news-bx {
        position: absolute;
        top: 40%;
        width: 100%;
        left: 0;
    }
    .news-box{
        display: block !important;
    }
    .stats-container, .history-box{
        flex-wrap: wrap;
    }
    .stat-item {
        flex: auto;      
        width: 49%;
    }
    .stat-item:not(:last-child)::after{
        display: none;
    }
    
}
