* {
    margin: 0px;
    padding: 0px;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.6;
    font-size: 15px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
.form-control {
    padding: 12px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background-color: #fff;
    font-size: 16px !important;
    /* Prevents zoom on iOS */
    color: #333 !important;
    height: 50px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

input:focus,
.form-control:focus {
    border-color: #002e5e;
    box-shadow: 0 0 0 4px rgba(0, 46, 94, 0.1);
    outline: none;
}

input::placeholder {
    color: #aaa !important;
    font-weight: 400;
}

.submitbtn {
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(135deg, #002e5e 0%, #004080 100%);
    font-size: 18px !important;
    font-family: "Poppins", sans-serif;
    color: #fff !important;
    padding: 14px;
    margin-bottom: 15px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 46, 94, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.submitbtn:hover {
    background: linear-gradient(135deg, #004080 0%, #002e5e 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 46, 94, 0.4);
}

.topbanner {
    background: url(./images/bannermain.png) no-repeat center;
    padding: 0px 0px 60px;
    margin: 0px;
    background-size: cover;
}

.topsection {
    display: flex;
    justify-content: space-between;
}

.logo img {
    width: 85%;
    padding-top: 3rem;
}

.row.dflaxcustom {
    display: flex;
    align-items: center;
}

/* .owl-carousel.owl-theme.owl-loaded.owl-drag {
  max-width: 985px;
  margin: 0 auto;
} */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #002e5e !important;
}

.formsection {
    border-radius: 25px;
    background-color: #fff;
    padding: 15px 15px;
    box-shadow: 0px 12px 4.6px 0.4px rgb(25 42 37 / 21%);
    max-width: 400px;
}

select.form-control.myselect,
select.form-control {
    border: 1px solid #e1e1e1;
    font-size: 16px !important;
    color: #333 !important;
    border-radius: 8px;
    background-color: #fff;
    height: 50px !important;
    padding: 0 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    cursor: pointer;
}

/*select.form-control:not([size]):not([multiple]) {*/
/*    height: inherit;*/
/*    padding: 5px 3px;*/
/*}*/

.btncolumn {
    text-align: center;
    margin: 35px 0px 0px;
}



h2.fiveheading {
    text-align: center;
    font-family: 'cambria-regular';
    font-size: 1.6rem;
    margin-bottom: 35px;
}

section.five {
    background: #f3f3f4;
    padding: 60px 0;
}

.customflax {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    cursor: pointer;
}

/* Hover Effects */
.award-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background: #ffffff;
}

.award-card:hover img {
    transform: scale(1.08);
    filter: brightness(1.15);
}

/* Logo smooth animation */
.logobrand img {
    transition: all 0.35s ease;
}

/* Text styling */
.logobtext {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
}

.placementsection {
    background: url(./images/counterlogobg.jpg) no-repeat center top;
    padding: 35px 0px 60px;
    background-size: cover;
}

.toprecutersection {
    max-width: 505px;
    width: 100%;
    float: right;
}



ul.toplist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
}

ul.toplist:last-child {
    border-bottom: none;
}

ul.toplist li {
    float: left;
    width: 50%;
    border-right: 1px solid #fff;
}

ul.toplist li:last-child {
    border-right: none;
    text-align: center;
}

ul.toplist li {
    float: left;
    width: 50%;
    padding: 20px 0px;
}

.logobtext {
    font-size: 0.8rem;
    font-weight: bold;
}

.logobrand img {
    width: 85%;
}

.logobrand {
    max-width: 120px;
}

.row.maxwidth {
    max-width: 700px;
    margin: 45px auto;
}

h5.textimonialsheading {
    font-weight: 900;
    color: rgb(0, 46, 94);
    font-size: 1rem;
}

.myrow {
    margin: 0px;
    padding: 0px;
}

.myimage {
    position: relative;
}

.best {
    font-size: 18px;
    padding-top: 60px;
    font-family: "Poppins";
    color: rgb(0, 46, 94);
    font-weight: bold;
}



.myimage2 {
    margin: auto;
}

.myimage2 img {
    margin: 10px 30px 30px 60px;
}

.myimage img {
    margin-left: 2s0px;
}

.mybtn {
    background-color: #ffcb08;
    border: 1px solid #ffcb08;
    color: #002e5e;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 48px;
    margin-right: 0;
    border-radius: 2px;
}

/* Add styles to the form container */

.enquiry {
    padding: 10px;
    font-size: 24px;
    font-family: "Poppins";
    color: rgb(0 46 94);
    font-weight: bold;
    text-align: center;
}

.gray {
    background-color: #f3f3f4;
    padding: 50px 0px;
}

.graycol {
    display: flex;
    justify-content: center;
}

.awards {
    color: rgba(40, 40, 40, 0.4);
}

.amitycontainer {
    padding: 40px 10px;
    font-weight: 500;
}


p.amitycontent {
    color: #282828;
    line-height: 28px;
    font-weight: 400;
}

.aboutamity {
    margin-top: 40px;
    font-size: 1.6rem;
    color: rgb(10, 138, 213);
    font-weight: bold;
}

.myblue {
    padding-bottom: 60px;
    background-image: linear-gradient(to right, #0078b2, #0088c4, #008cc9, #008ecb, #009ddc, #009ddc, #0098d6, #0098d6, #008fcc, #0081bc, #0081bc, #0081bc, #007db8)
}

.myyellow {
    padding-bottom: 60px;
    background-image: linear-gradient(to right, #ffcb08, #c7ab2e, #747c66, #415f88, #4c6681);
}

.topplacement {
    font-size: 1.6rem;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

.mytoprow {
    margin-top: 30px;
    padding-left: 15px;
}

.row.myborderbottom2one {
    margin-left: 5px;
}

.row.myborderbottom {
    margin-left: 5px;
    position: relative;
}

.row.myborderbottom:before {
    border-bottom: 1px solid #fff;
    content: '';
    width: 445px;
    position: absolute;
    bottom: 0;
    left: 37px;
    right: 0;
    top: 0;
}

.myborcol1 {
    border-right: 1px solid #fff;
}

.myborcol5 {
    border-right: 1px solid #fff;
}

.studentsp {
    font-size: 1.4rem;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
}

.foursec {
    background: url(./images/addbanner.png) no-repeat center top;
    width: 100%;
    background-size: cover;
    clear: both;
    padding-bottom: 300px;
}

.forsectext {
    max-width: 701px;
    margin: 0px auto;
    text-align: center;
    padding: 60px 0px;
}

h2.fourhead {
    color: #002e5e;
    font-weight: bold;
    font-size: 2rem;
}

h3.smallheading {
    font-size: 1.5rem;
    color: #002e5e;
    font-weight: 500;
}

p.bannertext {
    font-size: 1.1rem;
}

h2.fiveheading {
    text-align: center;
    font-family: 'cambria-regular';
    font-size: 1.6rem;
    margin-bottom: 35px;
}

.number {
    font-size: 27px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: bold;
}





.students {
    margin-left: 25px;
    font-size: 18px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
}



.myline {
    margin-top: 10px;
}



.ourline {
    margin-top: 10px;
    position: relative;
}

.ourline::after {
    content: "";
    position: absolute;
    top: 10%;
    left: 49%;
    width: 1px;
    height: 190px;
    border-left: 1px solid rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

.myrecruitrow .myrecruitcol {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.recruit {
    font-size: 1.2rem;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    /*padding-top: 3rem;*/
}

.brandlogosection {
    text-align: center;
}

h2.pageheading {
    text-align: center;
    color: #0a8ad5;
    font-size: 2rem;
    font-weight: bold;
}

.logotext {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    text-align: center;
    margin: 30px 0px;
}

p.dis {
    color: #535353;
    line-height: 35px;
}

.brandlogosection a img {
    max-width: 80px;
    margin-bottom: 4px;
}

.mynextrow {
    margin-top: 10px;
}

.mycolor {
    background-color: #ecf4fc;
    padding: 60px 10px;
}

.myiconrow {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.icocol img {
    font-size: 70px;
}

.courserow .coursecol {
    display: flex;
    justify-content: center;
    padding: 20px 0px;
}

.course {
    font-size: 30px;
    font-family: "Poppins";
    color: rgb(10, 138, 213);
    font-weight: bold;
}

.myiconrow2 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 10px 0px;
}

.iconcolumn {
    margin-left: 35px;
}

.statuecontainer {
    background-image: url(../images/statue2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    margin: 0px;
}


.textabroadrow .textabroadcol {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.mypic {
    margin-top: 20px;
}

.researchcont {
    padding: 60px 0px;
}

.text {
    font-size: 30px;
    font-family: "Poppins";
    color: rgb(40, 40, 40) !important;
    font-weight: bold;
    padding-bottom: 0px;
}

.text2 {
    font-size: 30px;
    font-family: "Poppins";
    color: rgb(40, 40, 40) !important;
    font-weight: bold;
    padding-bottom: 0px;
    padding-left: 20px;
}

.text3 {
    font-size: 30px;
    font-family: "Poppins";
    color: rgb(40, 40, 40) !important;
    font-weight: bold;
    padding-bottom: 0px;
}



.faculty {
    font-size: 19px;
    /* padding-left: 30px; */
    font-family: "Poppins";
    color: rgb(40, 40, 40) !important;
    font-weight: bold;
}

.faculty3 {
    /* padding-left: 30px; */
    font-size: 19px;
    font-family: "Poppins";
    color: rgb(40, 40, 40) !important;
    font-weight: bold;
}

.faculty2 {
    padding-left: 40px;
    font-size: 19px;
    font-family: "Poppins";
    color: rgb(40, 40, 40) !important;
    font-weight: bold;
}

.ourline2 {
    margin-top: 10px;
    position: relative;
}

.ourline2::after {
    content: "";
    position: absolute;
    top: 14%;
    left: 44%;
    width: 1px;
    height: 270px;
    background-color: rgb(42, 42, 39);
    opacity: 0.212;
}

.research {
    font-size: 30px;
    color: rgb(10, 138, 213);
    font-weight: bold;
}

.iframecol {
    padding: 0px;
    margin: 0px;
}

.campusrow {
    background-image: linear-gradient(to right, #113f69, #0f4875, #12547f, #126493, #0f73a4, #107eb1, #0f86ba, #108abd, #1096cb, #0f9ed8);
}

.ouralumina {
    font-size: 1.8rem;
    color: rgb(10, 138, 213);
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* .mytechcol {

  margin-top: 50px;
} */

.mytechcol img {
    margin-left: 20px;
}

.techcontainer {
    background-color: #ecf4fc;
    padding-bottom: 50px;
}

.tancol {
    display: flex;
    justify-content: center;
}

.electcont {
    background-color: #004aad;
}

.bluecol {
    padding: 0px;
    margin: 0px;
}

.tanrow {
    padding: 30px 0px;
}

.bluecol {
    padding: 0px;
    margin: 0px;
}

.myelectcol {
    padding: 0px;
    margin: 0px;
}

.myelectcol img {
    margin-top: 40px;
}

.myuniquecont {
    padding: 50px 0px;
}



.unique {
    font-size: 31px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: center;
}

.uniquerow .uniquecol {
    display: flex;
    justify-content: center;
}

.myengrow {
    padding-top: 50px;
}

.myengrow .myengcol {
    margin: auto;
}

.myengcol img {
    margin-left: 10px;
}

.business {
    font-size: 19px;
    font-family: "Poppins";
    font-weight: 500;
    margin-top: 10px;
    color: rgb(40, 40, 40);
    text-align: center;
}




.campusrow {
    margin: -7px 0px;
    padding: 0px;
}

.mylastcon {
    background-color: #002e5e;
    margin: 0px;
    padding: 0px;
}

footer.btmfooter {
    background: #002e5e;
    color: #fff;
    text-align: center;
    padding: 0px 0px;
    margin: 0px;
    line-height: 70px;
}

.userlist .mylist {
    display: flex;
    justify-content: space-between;
}

footer.btmfooter p {
    margin: 0;
}

/*Style for Testimonials Slider*/
.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    color: inherit;
    border: none;
    z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-next:hover {
    background: #002e5e;
}

.main-content .owl-theme .custom-nav .owl-prev:hover {
    background: #002e5e;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
    font-size: 2rem;
    color: white;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content .owl-theme .custom-nav .owl-next {
    right: 0;
}

.hearcontainer {
    background-color: #f0f0f0;
    padding: 80px 10px;
}


.snip1533 {
    font-family: 'Roboto', Arial, sans-serif;
    margin: 30px 0px 10px;
    position: relative;
    text-align: center;
}

.snip1533 *,
.snip1533 *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}



.snip1533 figcaption:before {
    color: #002e5e;
    content: "\201c";
    font-family: 'FontAwesome';
    font-size: 100px;
    font-style: "poppins";
    left: 0;
    line-height: 60px;
    position: absolute;
    top: -9px;
    z-index: 1;
    margin: 0 auto;
    right: 0;
}


/* Section Base */
section.five,
section .pageheading {
    text-align: center;
}

.pageheading {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #111;
}

/* Layout wrap */
.logotext {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 25px;
    justify-content: center;
    margin-bottom: 35px;
    padding: 0 15px;
}

/* Ensure anchors behave correctly in grid */
.logotext a {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Card */
.course-card {
    width: 100%;
    min-height: 180px;
    background: linear-gradient(145deg, #ffffff, #f3f3f3);
    border-radius: 15px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.35s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* Hover Elevation */
.course-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
    background: #ffffff;
    border-color: #e1e1e1;
}

/* Icon */
.course-card .icon img {
    width: 60px;
    transition: all 0.35s ease;
    filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.1));
    margin-bottom: 10px;
}

.course-card:hover .icon img {
    transform: scale(1.1);
    filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.15));
}

/* Text */
.course-card .dis {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.3px;
    line-height: 1.3;
}

/* Responsive Overrides */
@media (max-width: 480px) {
    .logotext {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .course-card {
        min-height: 150px;
        padding: 15px 10px;
    }

    .course-card .icon img {
        width: 45px;
    }

    .course-card .dis {
        font-size: 14px;
    }
}





.cardone {
    border-top: none !important;
    border-bottom: none;
}

.item {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 24px 0px rgba(0, 46, 94, 0.08);
    border: none;
    min-height: 660px;
}

.item {
    position: relative;
}

.iconrow .iconcolumn {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -6%;
    right: 1%;
    font-size: 40px;
    color: #002e5e;
}



.amity {
    font-size: 16px;
    color: #000;
    line-height: 1.833;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
    margin-top: 20px;
    font-weight: bold;
}



.mypicrow .mypiccolumn {
    margin: auto;
    padding-bottom: 10px;
}

.gaurav {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(0, 46, 94);
    font-weight: bold;
}

.hearrow .hearcol {
    display: flex;
    justify-content: center;
    padding: 40px 10px;
}

.out {
    font-size: 33px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.owl-theme .owl-dots .owl-dot.active span:hover {
    background: #002e5e;
}


.mynextcon3 {
    margin-left: 5px;
    padding: 20px;
}

.mynextcon2 {
    margin-left: 5px;
}


.myrowborder {
    border-top: 1px solid rgb(199, 198, 198);
    /* opacity: 0.212; */
}

.myborder1 {
    border-right: 1px solid rgb(199, 198, 198);
    /* opacity: 0.212; */
}

.myborder {
    border-right: 1px solid rgb(199, 198, 198);
}

.myborder:last-child {
    border: none;
}



.myinput {
    width: 100%;
    padding: 7px 10px;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
}


/*MOBILE RESPONSIVE*/
@media only screen and (max-width: 600px) {
    .topsection {
        display: block;
        text-align: center;
    }

    .logo img {
        width: 60%;
        padding-top: 1.5rem;
    }

    .mybtn {
        margin-bottom: 2rem;
    }

    .formsection {
        max-width: 100%;
    }

    .customflax {
        display: block;
        text-align: center;
        width: 100%;
    }

    .logobrand {
        max-width: 120px;
        margin: 0 auto;
    }

    .formsection {
        margin-top: 20px;
        /* Separator on mobile */
        padding: 25px;
    }

    .topbanner {
        padding-bottom: 20px;
    }

    /* Mobile Typography Fixes */
    h1.enquiry {
        font-size: 20px;
    }

    /* Improve stacking */
    .placementsection .row {
        display: flex;
        flex-direction: column;
    }

    .toprecutersection {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    /* Grid for logos on mobile */
    .brandlogosection {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        justify-items: center;
    }

    .brandlogosection a img {
        max-width: 100%;
        height: auto;
    }

    /* Hide redundant borders on mobile */
    .myborderbottom:before {
        display: none;
    }

    ul.toplist li {
        width: 100%;
        text-align: center;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 15px;
    }

    ul.toplist {
        flex-direction: column;
    }

    .aboutamity {
        margin-top: 40px;
        font-size: 1.3rem;
        color: rgb(10, 138, 213);
        font-weight: bold;
        text-align: center;
    }

    p.amitycontent {
        color: #282828;
        line-height: 28px;
        font-weight: 400;
        text-align: center;
    }

    ul.toplist li {
        border-right: 0px;
    }

    .placementsection {
        background: #007db8;
        padding: 35px 0px 30px;
        background-size: cover;
    }



    h2.fourhead {
        color: #002e5e;
        font-weight: bold;
        font-size: 1.4rem;
    }

    .myborder1 {
        border-right: none;
        text-align: center;
    }

    .myborder {
        text-align: center;
    }

    .myborder4 {
        text-align: center;
    }

    .myborder {
        border-right: 0px !important;
    }

    .myrowborder {
        border-top: 0px solid rgb(199, 198, 198);
        /* opacity: 0.212; */
    }

    .faculty2 {
        padding-left: 0px;
        font-size: 19px;
        margin-bottom: 2rem;
    }

    .research {
        font-size: 30px;
        color: rgb(10, 138, 213);
        font-weight: bold;
        text-align: center;
    }

    footer.btmfooter p {
        margin: 0;
        font-size: 0.7rem;
    }
}

/* =========================================
   Premium Video Gallery Styles (Clean & Rich)
   ========================================= */
.premium-video-gallery {
    padding: 80px 0 100px;
    background: #ffffff;
    /* Clean White Background */
    position: relative;
    overflow: hidden;
}

/* Headings */
.gallery-header {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.sub-heading {
    color: #002e5e;
    /* Amity Blue */
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.main-heading {
    color: #111;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
}

.heading-line {
    width: 80px;
    height: 4px;
    background: #ffcb08;
    /* Amity Gold */
    margin: 0 auto;
    border-radius: 2px;
}

/* Video Card */
.video-card-premium {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 450px;
    /* Portrait Ratio */
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /* Soft Shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #000;
}

.video-card-premium:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-thumb {
    width: 100%;
    height: 100%;
    position: relative;
}

.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.video-card-premium:hover .video-thumb img {
    transform: scale(1.05);
    /* Gentle Zoom */
}

/* Gradient Overlay - Darker at bottom for text */
.overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

/* Badges */
.card-badges {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}

.badge-count {
    background: rgba(0, 46, 94, 0.9);
    /* Blue Badge */
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(4px);
}

/* Play Button */
.play-btn-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: transform 0.3s ease;
}

.video-card-premium:hover .play-btn-container {
    transform: translate(-50%, -50%) scale(1.1);
}

.play-btn {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    padding-left: 5px;
    /* Center icon visual */
}

.video-card-premium:hover .play-btn {
    background: #ffcb08;
    border-color: #ffcb08;
    color: #002e5e;
}

/* Info */
.video-info {
    position: absolute;
    bottom: 25px;
    left: 20px;
    right: 20px;
    z-index: 5;
    text-align: left;
}

.video-cat {
    display: inline-block;
    color: #ffcb08;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.video-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

/* Hidden Video */
.premium-hidden-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    /* Crucial */
    z-index: 10;
    background: #000;
}

/* Navigation Customization */
.premium-video-carousel .owl-nav {
    position: absolute;
    top: -80px;
    right: 15px;
}

.premium-video-carousel .owl-nav button.owl-prev,
.premium-video-carousel .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 50% !important;
    color: #002e5e !important;
    font-size: 16px !important;
    margin-left: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.premium-video-carousel .owl-nav button.owl-prev:hover,
.premium-video-carousel .owl-nav button.owl-next:hover {
    background: #002e5e !important;
    border-color: #002e5e !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.premium-video-carousel .owl-dots {
    margin-top: 30px !important;
    text-align: center;
}

.premium-video-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border: 2px solid #ddd;
    background: transparent !important;
    transition: all 0.3s ease;
    margin: 5px;
}

.premium-video-carousel .owl-dots .owl-dot.active span {
    width: 30px;
    border-color: #002e5e;
    background: #002e5e !important;
}

/* Mobile Tweaks */
@media (max-width: 768px) {
    .premium-video-gallery {
        padding: 50px 0;
    }

    .main-heading {
        font-size: 28px;
    }

    .video-card-premium {
        height: 400px;
    }

    .premium-video-carousel .owl-nav {
        display: none;
    }
}