.banner-video-home {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}

/* Video */

.baner-video-home {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Dark Overlay */

.banner-video-home::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(10, 18, 16, 0.627) 0%,
            rgba(10, 18, 16, 0.538) 40%,
            rgba(10, 18, 16, 0.23) 100%);
    z-index: 2;
}

/* Center Content */

.home-baner-slider-home {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.home-baner-slider-home .container {
    position: relative;
}

/* ==========================
   CONTENT CARD
========================== */

.baner-caption-card-home {

    /* background: rgba(255,255,255,.08); */
    /* backdrop-filter: blur(18px); */
    /* -webkit-backdrop-filter: blur(18px); */
    /* border:1px solid rgba(255,255,255,.18); */
    border-radius: 24px;
    /* box-shadow:
    0 30px 80px rgba(0,0,0,.35); */
    color: #fff;
    animation: fadeUp 1.2s ease;
}

/* Small Heading */

.baner-caption-card-home h5 {

    display: flex;
    align-items: center;
    gap: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #d7c79f;
    font-size: 15px;
    margin-bottom: 18px;
    font-weight: 600;
}

.straign-line {
    width: 55px;
    height: 2px;
    background: #d7c79f;
    display: block;
}

/* Main Heading */

.baner-caption-card-home h1 {

    font-size:55px;
    line-height: 1.05;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
    /* text-shadow: 0 8px 30px rgba(0, 0, 0, .4); */
}

/* Subtitle */

.baner-caption-card-home>p {

    font-size: 20px;
    color: #f1f1f1;
    line-height: 1.8;
    margin-bottom: 10px;
}

/* ==========================
   Highlight Box
========================== */

.baner-higlighted {
    margin-top: 20px;
    padding: 35px;
    border-left: 5px solid #c7a45b;
    background: rgba(255, 255, 255, .08);
    border-radius: 18px;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.baner-higlighted h3 {
    font-size: 25px;
    color: #c7a45b;
    margin-bottom: 12px;
    font-weight: 600;
}

.baner-higlighted p {
    color: #ececec;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}
.baner-higlighted p span{
    color: #d6bb74;
    font-weight: 500;
}

/* ==========================
   Animation
========================== */

@keyframes fadeUp {

    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);

    }

}

/* ==========================
   Responsive
========================== */

@media(max-width:1200px) {

    .baner-caption-card-home h1 {
        font-size: 56px;
    }

}

@media(max-width:992px) {
    .banner-video-home {
        height: auto;
        min-height: 100vh;
    }

    .home-baner-slider-home {
        padding: 50px 0 70px;
    }

    .baner-caption-card-home {
        padding: 40px;
    }

    .baner-caption-card-home h1 {
        font-size: 46px;
    }

    .baner-caption-card-home>p {
        font-size: 19px;
    }

    .baner-higlighted h3 {
        font-size: 25px;
    }
    .navbar-menu-list li a{
    color: #000 !important;
}

}

@media(max-width:768px) {

    .banner-video-home {
        min-height: auto;
    }

    .home-baner-slider-home {
        padding: 50px 0 60px;
    }

    .baner-caption-card-home {
        padding: 0;
        border-radius: 18px;

    }

    .baner-caption-card-home h1 {
        font-size: 34px;
    }

    .baner-caption-card-home>p {

        font-size: 17px;

    }

    .baner-higlighted {

        padding: 22px;

    }

    .baner-higlighted h3 {

        font-size: 22px;

    }

    .baner-higlighted p {

        font-size: 15px;

        line-height: 1.8;

    }

}

.header {
    padding: 10px 0;
    padding-top: 0;
    padding-bottom: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}
.header nav{
    background-color: transparent;
}
.dropdown-pos{
    padding-top: 0 !important;
   z-index: 999999;
}
.navbar-menu-list li a{
    color: #fff;
}
.header .top-header{
     background: rgba(255,255,255,.08); 
   
    border:1px solid rgba(255,255,255,.18);
}
.home-bibin-left {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
}
.home-bibin-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-bibin-right{
    padding-left: 20px;
}
.home-bibin-right p{
    font-size: 16px;
    margin: 10px 0;
}
.home-landscape-img{
    width: 100%;
    height:500px;
    border-radius: 20px;
    overflow: hidden;
}
.home-landscape-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.biography-card{
    background:#fff;
    padding:35px;
    border-radius:14px;
    border:1px solid #bbbab7;
}

/* .label{
    display:inline-block;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#7b846f;
    margin-bottom:18px;
} */

.biography-card h1{
    font-size:35px;
    font-weight:500;
    color:#000;
    margin-bottom:8px;
}

.designation{
    font-size:15px;
    color:#555;
    margin-bottom:4px;
}

.clinic{
    font-size:15px;
    color:#8b6d3c;
    margin-bottom:30px;
}

.divider{
    width:70px;
    height:2px;
    background:#b49b5f;
    margin-bottom:35px;
}

.content-block{
    margin-bottom:40px;
}

.content-block h3{
    font-size:24px;
    font-weight:600;
    color:#000;
    margin-bottom:12px;
}

.content-block p{
    font-size:16px;
    line-height:1.9;
    color:#222;
    margin-bottom:5px;
}

@media (max-width:991px){

    .about-card{
        padding:35px;
    }

    .about-card h1{
        font-size:34px;
    }

    .content-block h3{
        font-size:24px;
    }

}

@media (max-width:576px){

    .about-card{
        padding:25px;
    }

    .about-card h1{
        font-size:30px;
    }

    .designation{
        font-size:16px;
    }

    .content-block h3{
        font-size:19px;
    }

    .content-block p{
        font-size:15px;
    }

}

.kerala-to-world-left {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
}
.kerala-to-world-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kerala-to-world-right{
    padding-left: 20px;
}
.kerala-to-world-right p{
    font-size: 16px;
    margin: 10px 0;
}
.kerala-to-world-right h3{
    font-size: 27px;
    font-weight: 600;
}


.achivement-box img{
    border-radius: 15px;
    height: 560px;
}
.achivement-box h3 {
    margin: 12px 0;
    font-weight: 600;
    color: #000;
    font-size: 23px;
}


.achivement-box p {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}
.achivement-box p a{
    color: var(--primary);
}
.achivement-box p a:hover{
    color: var(--primary-dark);
}

@media screen and (max-width:1200px){}
@media screen and (max-width:991px){
    .home-bibin-right{
        padding-left: 0;
    }
    .rule-icon{
              position: static;
        rotate: 0deg;
        animation: unset;
        font-size: 80px;
        margin-top: -50px;
    }
    .margin-col .col-lg-4{
        margin-bottom: 45px;
    }
    .margin-col .col-lg-4:last-child{
        margin-bottom: 0;
    }
    .img-pd{
        padding-top: 10px !important;
    }
    .kerala-to-world-right{
        padding-left: 0;
        padding-top: 10px;
    }
} 
@media screen and (max-width:768px){
    .home-landscape-img{
        height: 400px;
    }
    .biography-card{
        padding: 15px;
    }
    .biography-card h1{
        font-size: 23px;
    }
}
@media screen and (max-width:567px){
    .home-bibin-left{
        height: 350px;
    }
    .why-your-home span {
        font-size: 50px;
    }
    .why-your-home h3{
        font-size: 20px;
    }
    .home-landscape-img{
        height: 350px;
    }
    .kerala-to-world-left{
        height: 350px;
    }
    .kerala-to-world-right h3{
        font-size: 23px;
    }
    .important-rule span{
        font-size: 30px;
    }
    .important-rule h3{
        font-size: 20px;
        line-height: 30px;
    }
}