@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap');

:root {
    --al-blue: #008ec6;
    --al-light-blue: #d4eef8;
    --al-grey: #838383;
    --al-light-grey: #dfdfdf;
    --black: #131212;
    --white: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Blinker", sans-serif;
}

body {
    font-family: "Encode Sans Expanded", sans-serif;
}

a,
span,
p {
    font-family: "Encode Sans Expanded", sans-serif;
    text-decoration: none;
}

/*sticky watsup css start*/
.sticky-whatsap .float-2 {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 100px;
    right: 10px;
    /* background-color: #FFF; */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}

.sticky-whatsap .my-float-1 {
    height: 25px;
    width: 25px;
}

/*sticky watsup css end*/
/*sticky-up css start*/
.back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 10px;
    background-color: var(--al-blue);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.back-to-top .icon__arrow-up {
    height: 20px;
    width: 20px;
}

/*sticky-up css end*/
/*top nav start*/
.top-nav {
    background-color: rgb(36, 36, 36);
    padding: 7px 0px;
    border-bottom: 1px solid var(--al-grey);
}

.top-nav-sp1 {
    color: #fff;
}

.top-nav-icon {
    height: 20px;
    width: 20px;
    margin-left: 10px;
}

#top-nav-call {
    padding: 0px 2px;
}

.top-nav-sp2 {
    float: right;
    padding: 0px 20px;
}

.top-nav hr {
    border: 1px solid var(--white);
    margin-bottom: 0px;
}

/*top nav end*/
/*navbar start*/
.navbar {
    background-color: rgb(36, 36, 36);
}

.nav-link {
    color: var(--white) !important;
    font-size: 14px;
    font-weight: 600;
}

.navbar-nav>li:not(:first-child) {
    margin-left: 35px;
}

.dropdown-menu {
    background-color: rgb(36, 36, 36);
}

.dropdown-item {
    color: var(--white) !important;
    font-size: 14px;
    font-weight: 600;
    margin: 7px 0px
}

.nav-link:hover {
    color: var(--al-blue);
    background: linear-gradient(to right, #FFB22C, #D6BD98, #6EACDA);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 14px;
    font-weight: 700!important;
}


.dropdown-item:hover {
    color: var(--al-blue);
    background: linear-gradient(to right, #FFB22C, #D6BD98, #6EACDA);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 14px;
    font-weight: 700 !important;

}

.navbar-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar-logo {
    display: block;
}

.navbar-brand {
    display: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 60px;
}

.footer-txt {
    padding: 15px 0px;
}

/*navbar end*/

/*fixed banner start*/
.fixed-banner {
    background-image: url('../img/main-img.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    background-attachment: fixed;
}

/*fixed banner end*/
/*product start*/
.pdng {
    padding: 45px 0px;
}
.hdn{
    overflow: hidden;
}

a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: 16px;
}

a.learn-more {
    width: 10rem;
    height: auto;
}

a.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 2rem;
    height: 2rem;
    background: var(--al-blue);
    border-radius: 1.625rem;
}

a.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

a.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.20rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

a.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

a.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.3rem 0;
    margin: 0 0 0 1.45rem;
    color: #282936;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px !important;
}

a:hover .circle {
    width: 100%;
}

a:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

a:hover .button-text {
    color: #fff;
}

.product-crd-body {
    border: 0px;
}

.product-crd {
    border: 0px;
}

.product-crd img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-category-card {
    padding: 0px 10px;
}

.product-crdbody {
    padding: 15px 0px;
}

.product-crdtitle {
    font-size: 20px;
    font-weight: 600;
}

.heading-main h2 {
    font-weight: 600;
}

.heading-main p {
    font-weight: 500;
    color: var(--al-grey);
}

.heading-main {
    position: relative;
    margin-bottom: 50px;
}

.heading-main .head::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #585858;
    width: 3px;
    height: 30px;
    margin-top: 5px;
}

/*product end*/
/*about start*/
.about-section {
    background-image: url('../img/about-bg.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-2 {
    background-color: var(--white);
}

.about-txt p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}

.about-img img {
    padding: 0px !important;
    display: block;
}

.about-img-mobile img {
    display: none;
}


.button {
    padding: 7px 25px;
    border: none;
    border-radius: 15px;
    text-transform: uppercase;
    cursor: pointer;
    color: var(--al-blue);
    transition: all 1000ms;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    outline: 2px solid var(--al-blue);
}

.about-section a:hover {
    color: #ffffff;
    transform: scale(1.06);
    outline: 2px solid var(--al-blue);
    box-shadow: 4px 5px 17px -4px var(--al-blue);
}

.about-section a::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--al-blue);
    transform: skewX(25deg);
    z-index: -1;
    transition: width 1000ms;
}

.about-section a:hover::before {
    width: 250%;
}

/*about end*/
/*mission vision start*/
/* .mission-vision-section {
    background-image: url('../img/mission-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mv-icn {
    height: 80px;
    width: 80px;
}

.mission-card {
    background-image: url('../img/shape.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 0px;
    height: 200px;
    border-radius: 40px;
    margin-top: -50px;
    background-color: transparent;
    padding: 35px 35px 30px 35px;
    -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
}

.mv-maincard {
    text-align: center;
    width: 400px;
    border-radius: 40px;
    padding: 10px 10px 30px;
    border: 0px;
    background: linear-gradient(0deg, rgba(0, 108, 151, 0.84) 3%, rgb(0, 168, 235) 97%);
    margin: auto;
}

.mv-main-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
    padding-bottom: 10px;
} */
/*mission vision end*/
/*why start*/
.why-section {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px, rgb(209, 213, 219) 0px 1px 0px 0px inset;
}

.site-wrapper {
    background-color: #fff;
    box-sizing: border-box;
    margin: 10px 0px;
}

.title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

.title h1 {
    font-size: inherit;
}

.title h1:before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 4px;
    margin-right: 5px;
    background-color: #333;
    vertical-align: middle;
}

/* ---------------------- HOVER EFFECTS STYLE ---------------------- */

.item-wrapper {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin: auto;
    padding: 4px;
}

.item-wrapper .line {
    background-color: #333;
    position: absolute;
}

.item-wrapper .line span {
    background-color: #e3e3e3;
    position: inherit;
    display: block;
    transition: all .4s ease-out;
}

.item-wrapper .line-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

.item-wrapper .line-right {
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
}

.item-wrapper .line-bottom {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
}

.item-wrapper .line-left {
    left: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
}

.item-wrapper .line-top span {
    top: inherit;
    left: inherit;
    width: 0;
    height: 100%;
}

.item-wrapper .line-right span {
    top: inherit;
    right: inherit;
    width: 100%;
    height: 0;
}

.item-wrapper .line-bottom span {
    right: inherit;
    bottom: inherit;
    width: 0;
    height: 100%;
}

.item-wrapper .line-left span {
    left: inherit;
    bottom: inherit;
    width: 100%;
    height: 0;
}

.item-wrapper:hover .line-top span,
.item-wrapper:hover .line-bottom span {
    width: 100%;
}

.item-wrapper:hover .line-left span,
.item-wrapper:hover .line-right span {
    height: 100%;
}

.item-wrapper>.item {
    background-color: #008ec60c;
    padding: 20px;
    text-transform: capitalize;
}

.item-wrapper>.item>.display-part>h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--black);
    line-height: 25px;
    text-align: center;
    padding-top: 15px;
}

.item-wrapper>.item>p {
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
    font-family: "Encode Sans Expanded", sans-serif;
    text-align: center;
}

.heading-main-1 h2 {
    font-weight: 600;
}

.heading-main-1 p {
    font-weight: 500;
    color: var(--al-grey);
}

/* .display-part {
    display: flex;
} */

.why-icn {
    height: 50px;
    width: 50px;
    margin-right: 5px;
}

.why-section a:hover {
    color: #ffffff;
    transform: scale(1.06);
    outline: 2px solid var(--al-blue);
    box-shadow: 4px 5px 17px -4px var(--al-blue);
}

.why-section a::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--al-blue);
    transform: skewX(25deg);
    z-index: -1;
    transition: width 1000ms;
}

.why-section a:hover::before {
    width: 250%;
}

.why-img img {
    border-radius: 1px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.heading-main-1 .head::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #585858;
    width: 3px;
    height: 30px;
    margin-top: 5px;
}

/*why end*/
/*strength start*/
.strength-card {
    border: 0px;
}

.strength-card img {
    height: 100px;
    width: 100px;
}

.strength-cardtitle {
    font-size: 14px;
    font-weight: 600;
}

/*strength end*/
/*contact start*/
.bg-3 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('../img/contact-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgba(51, 124, 143, 0.02) 0px 1px 3px 0px, rgba(70, 123, 136, 0.15) 0px 0px 0px 1px;
}

.form {
    padding: 35px;

}

.contact-section button:hover {
    color: #ffffff;
    transform: scale(1.06);
    outline: 2px solid var(--al-blue);
    box-shadow: 4px 5px 17px -4px var(--al-blue);
}

.contact-section button::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--al-blue);
    transform: skewX(25deg);
    z-index: -1;
    transition: width 1000ms;
}

.contact-section button:hover::before {
    width: 250%;
}

.hom-txt:focus {
    box-shadow: none
}

.hom-txt {
    border-bottom: 1px solid var(--al-blue);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background-color: transparent;
    border-radius: 0px;
    color: var(--black)!important;
}
.hom-txt::placeholder{
    color: var(--black)!important;
}

/*contact end*/
/*footer start*/
.footer-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../img/footer-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 20px;
    margin-top: 45px;
}

.footer-display {
    display: flex;
    align-items: center;
}

.f-icn {
    height: 20px;
    width: 20px;
    margin-right: 7px;
}

.link-list ul {
    padding: 0px;
}

.footer-heading h4 {
    color: var(--white);
    padding: 15px 0px;
}

.footer-display li {
    margin: 5px 0px;
}

.footer-display li a {
    color: var(--white);
}

.info-list ul {
    padding: 0px;
}

.footerinfo-display {
    display: flex;
    margin: 15px 0px;
}

.footerinfo-display li,
li a {
    color: var(--white);
}

.fi-icn {
    height: 27px;
    width: 27px;
    margin-right: 7px;
}

.info-main {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/footer-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-top: -90px;
    padding: 30px;
}

.footer-heading-1 {
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer-heading-1 h4 {
    color: var(--white);
}

.footer-social {
    display: flex;
}

.social-icon {
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

.footer-section hr {
    border: 1px solid #fff;
}

.footerinfo-display li a:hover {
    color: var(--white);
}

.copyright p,
p a {
    color: var(--white);
}

/*footer end*/
/*about page start*/
.mission-card-1 {
    background-image: url(../img/shape.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 0px;
    height: 320px;
    border-radius: 40px;
    margin-top: -50px;
    background-color: transparent;
    padding: 35px 20px 30px 20px;
    -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
}

.mission-card-text {
    padding-top: 10px;
}

.core-card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid rgb(235, 235, 235);
    margin: 10px 0px;
    padding: 15px;
    height: 250px;
    background-image: url('../img/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.core-card img {
    height: 70px;
    width: 70px;
}

.core-title {
    font-weight: 600;
    color: var(--black);
}

.future-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #f7fcfd;
}

.future-card:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.future-body {
    padding: 15px;
    height: 170px;
}

.future-title {
    font-size: 30px;
    font-weight: 600;
}

/*about page end*/
/*contact page start*/
.bg-4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/bg-2.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
   
}
.form-1{
    padding: 35px 30px;
}

.frm-input {
    border-bottom: 1px solid var(--white);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background-color: transparent;
    border-radius: 0px;
    color: var(--white);
}

.frm-input:focus {
    box-shadow: none;
    background-color: #1f1c1757;
    color: var(--white);
}

.frm input::placeholder {
    color: var(--white);
}

.frm textarea::placeholder {
    color: var(--white);
}

.info-detail {
    padding: 35px 25px;
}

.list-info .info-display-part {
    display: flex;
    padding: 15px 0px;
}

.info-display-part img {
    height: 30px;
    width: 30px;
}

.info-display-part p {
    color: var(--white);
}

.social-heading {
    font-size: 22px;
    font-weight: 600;
    color: var(--white);
}

/*contact page end*/
/*enquiry page start*/
.enquiry-section {
    padding: 70px 0px;
}

.form-2 {
    background-image: linear-gradient(rgba(233, 190, 49, 0.39), rgba(190, 159, 20, 0.247)), url('../img/enquiry-bg/gold3.jpg');
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/enquiry-bg.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 30px;
}

/*enquiry page end*/
/*certification  page start*/
.gallery-product {
    padding: 45px 0px;
}

.pg-img {
    box-shadow: rgba(1, 22, 58, 0.25) 0px 4px 8px -2px, rgba(1, 29, 77, 0.08) 0px 0px 0px 1px;
}

.pg-img:hover {
    box-shadow: rgba(20, 29, 108, 0.35) 0px 5px 15px;
}

/*certification page end*/
/*product page start*/
.detail-card{
    border: 1px solid #e6e6e6;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 0px;
    padding: 20px;
    height: 250px;
}
.detail-card:hover{
    box-shadow: 0 4px 20px rgb(0 0 0 / 22%);
    z-index: 1;
}
.detail-card img{
    height: 80px;
    width: 80px;
}
.blue-card{
    background-color: #f3f6f7;
}
.detail-txt p{
    text-align: justify;
}
.product-detail-section a:hover {
    color: #ffffff;
    transform: scale(1.06);
    outline: 2px solid var(--al-blue);
    box-shadow: 4px 5px 17px -4px var(--al-blue);
    background-color: var(--al-blue);
}
.product-detail-section a::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--al-blue);
    transform: skewX(25deg);
    z-index: -1;
    transition: width 1000ms;
}

.product-detail-section a:hover::before {
    width: 250%;
}
/*product page end*/
/* collection page start */
.collection-crd{
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    border: 1px solid #d4eef8;
    margin: 10px 0px;
}
.collection-crd img{
    border-radius: 5px 5px 0px 0px;

}
.collection-crd:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.collection-crd-title{
    font-weight: 600;
}
/* collection page end */

@media only screen and (max-width:600px) {
    .mission-card {
        height: 240px;
        padding: 35px 25px 30px 25px;
    }

    .about-txt {

        padding: 15px 0px;
    }

    .mv-maincard {
        width: 340px;
    }

    .navbar-logo {
        display: none;
    }

    .navbar-brand {
        display: block;
    }

    .navbar-toggler-icon {
        color: #fff;
        background-color: #fff;
    }

    .bg-2 {
        padding: 20px 0px;
    }

    .footer-section {
        margin-top: 0px;
    }

    .contact-section {
        padding: 0px;
    }

    .info-main {
        margin-top: 0px;
        padding: 10px 0px;
    }

    .footer-heading-1 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

}

@media screen and (min-width: 601px) and (max-width: 768px) {
    .navbar-logo {
        display: none;
    }

    .navbar-brand {
        display: block;
    }

    .navbar-toggler-icon {
        color: #fff;
        background-color: #fff;
    }

    .mv-maincard {
        width: 300px;
    }

    .mission-card {
        height: 260px;
        padding: 45px 15px 15px 15px;
    }

    .mv-maincard {
        padding: 10px 10px 30px;
    }

    .item-wrapper>.item {
        height: 165px;
        padding: 10px;
    }

    .item-wrapper>.item>.display-part>h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .about-img-mobile img {
        padding: 0px !important;
        display: block;
    }

    .about-img img {
        display: none;
    }

    .info-main {
        margin-top: 0px;
        padding: 10px;
    }

    .footer-heading-1 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    p,
    a,
    span {
        font-size: 14px;
    }

    .about-txt p {
        font-size: 14px;
    }

    .footer-section {
        margin-top: 10px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .item-wrapper>.item {
        height: 150px;
        padding: 15px;
    }

    .about-txt p {
        font-size: 15px;
    }

    p,
    a,
    span {
        font-size: 15px;
    }
}


/* header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
} */


/* .facebookClor { color: #1877F2; }
.instagramClor { color: #E4405F;}
.twitterClor { color: #1DA1F2; }
.youtubeClor { color: #FF0000; } */

.footer-social a:hover {
  transform: scale(1.2);  /* hover effect */
}



/* ====================== */
/* Hover Effect for Cards with Border */
.hover-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #333; /* Default border */
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.hover-container:hover {
  border: 2px solid #333; /* Hover border color */
  box-shadow: 0 4px 15px rgba(0, 140, 186, 0.3);
}

.hover-container .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.hover-container .hover-heading {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  color: white;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
}

.hover-container:hover .hover-image {
  opacity: 1;
}

.hover-container:hover .hover-heading {
  opacity: 1;
}


/* ================================== */
    .wrapper{
      max-width:1000px; 
      margin:48px auto; 
      padding:0 20px;
    }

    .mv-grid{
      display:grid; 
      grid-template-columns:1fr 1fr; 
      gap:28px; 
      align-items:stretch;
    }

    .mv-card{
      background:#fff; /* restored background */
      border-radius:18px; 
      box-shadow:0 8px 24px rgba(15,23,42,0.08); 
      overflow:hidden; 
      transition:transform .25s ease, box-shadow .25s ease;
      display:flex; 
      flex-direction:column; 
    }

    .mv-card:hover{
      transform:translateY(-6px); 
      box-shadow:0 14px 28px rgba(15,23,42,0.12);
    }

    .mv-card .mv-image{
      width:100%; 
      height: 250px; 
      object-fit:cover; 
      display:block;
    }

    .mv-card .mv-content{
      background:#f0f9ff; /* colored background for text */
      padding:20px 25px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      flex-grow:1;
    }

    .mv-card h3{
      margin:0 0 12px; 
      font-size:22px; 
      font-weight:700;
    }
    .mv-card p{
      margin:0; 
      color:#475569; 
      line-height:1.6;
      flex-grow:1;
    }

    .mv-card .mv-footer{
      margin-top:16px; 
      font-size:14px; 
      color:#475569;
    }

    @media (max-width:820px){
      .mv-grid{
        grid-template-columns:1fr; 
        gap:18px;
      }
    }


    

