
html {
    scroll-behavior: smooth;
}

.clr {
    width: 100%;
    float: left;
}

:root {

    --font-bricolage: "Bricolage Grotesque", sans-serif;
    --color-c7ecef: #c7ecef;
    --color-95cada: #95cada;
    --color-116781: #116781;
    --color-222630: #222630;
    --color-ffffff: #ffffff;

    --font-size-18: 18px;
    --font-size-20: 20px;

    --font-size-24: 24px;
    --font-size-30: 30px;
    --font-size-36: 36px;
    --font-size-40: 40px;
    --font-size-50: 50px;

    --font-size-60: 60px;
    --font-size-80: 80px;
    --font-size-100: 100px;

    --font-size-130: 130px;
    --character-spacing-0: 0px;

    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Bricolage Grotesque", sans-serif;
    background-color: var(--color-c7ecef) !important;
}

p {
    font-size: var(--font-size-18);
    font-family: "Bricolage Grotesque", sans-serif;
}

img {
    width: 100%;
}



.section-space {
    padding: 3rem 0;
}

h1 {
    font-size: var(--font-size-130);
}

h2 {
    font-size: var(--font-size-80);
}

h3 {
    font-size: var(--font-size-40);
}

h4 {
    font-size: var(--font-size-30);
}

h5 {
    font-size: var(--font-size-20);
}

h6 {
    font-size: var(--font-size-18);
}




h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: 400;
    text-transform: normal;
    margin-bottom: 10px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

/* header */
header {
    transition: all 0.3s ease;
}

header.shrink {
    padding: 5px 0;
    background: rgb(255 255 255);
}

header.shrink .navbar-brand img {
    width: 150px;
}

.navbar-brand img {
    width: 220px;
}

header.shrink .navbar {

    padding: 00rem;
}

.header {
    z-index: 99;
    position: relative;
}

header .logo img {
    width: 250px;
    transition: all 0.3s ease;

}

.inner-section {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-left: 3rem;
}

.inner-section p {
    list-style: none;
    font-family: "Bricolage Grotesque", sans-serif;
    color: var(--color-222630);
    font-weight: 400;
    font-size: var(--font-size-18);
    margin-bottom: 25px;
}

.social-link ul li {
    float: left;
    list-style: none;
    width: auto;
    /* margin-left: 20px; */
    /* margin-right: 30px; */
}

.social-link ul {
    padding: 0;
    margin: 0;
}

header {
    position: fixed;
    width: 100%;
    /* padding: 1rem 0; */
    z-index: 9;
}



.main-body-section {
    height: 93.5vh;
    background: #c7ecef;
    overflow: hidden;
    position: relative;
}

.main-body-section::after {
    width: 29%;
    background: #95cada;
    position: absolute;
    content: '';
    z-index: -1;
    height: 100%;
    right: 0;
    top: 0;
}

.main-body-section video.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    opacity: 1;
    mix-blend-mode: lighten;
    filter: grayscale(1);
    opacity: 0.8;
}

.hero-section {
    position: relative;
    z-index: 1;
    padding-top: 9rem;
    /* justify-content: center; */
    height: 100%;
}

.hero-section .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-section li {
    margin-bottom: 1rem;
    font-size: var(--font-size-20);
}

.hero-section li a {
    color: var(--color-222630);
    text-decoration: none;
}

.hero-section li a:hover {
    text-decoration: underline;
    color: var(--color-116781);
}

.social-link {
    background: #ffffff;
    padding: 12px 20px;
    /* padding-bottom: 80px; */
    right: 0;
    position: absolute;
    z-index: 9;
    width: 15%;
    bottom: 25px;
    border-radius: 8px 0 0 8px;
}

section.social-section {
    /* width: 100%; */
    /* overflow: hidden; */
    /* margin-top: -28px; */
    position: absolute;
    bottom: 0;
    right: 0;
    width: 76%;
}

.social-link ul li a {
    font-size: 17px;
    font-family: "Bricolage Grotesque", sans-serif;
    color: #95cada;
    font-weight: 500;
}

.social-link ul li a:hover {
    text-decoration: none;
    color: #95cada;

}

.photo-inner {
    border-top-left-radius: 3rem;
    border-top-right-radius: 20rem;
    overflow: hidden;
    border-top-left-radius: 20rem;
}

.photo-inner img {
    width: 100%;
    z-index: 9;
    position: relative;
}





.main-body-section.all-pages {
    background: #fff;
    height: auto;
    display: block;
}


/* art on wall */

.space-bredcrume {
    height: 106px;
    background: #141614;
    clear: both;
    width: 100%;
}

section.padding-space-top-bottom {
    padding: 70px 0px;
}


.art-content-area {
    padding: 4rem;
    display: flex;
    align-items: start;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    background-color: var(--color-ffffff);
}

h1.title.title-color {
    color: #141614;
}

.art-content-area p {
    text-align: justify;
    z-index: 9;
    font-size: 17px;
    line-height: 28px;
}



/* Footer */
section.footer-section {
    padding: 60px 0px;
    background: #fff6b2;
}

h4.contact-to {
    margin-bottom: 0;
}

h4.contact-to a {
    color: #fff;
}

h4.contact-to a i {
    margin-right: 10px;
}

ul.ft-social li {
    text-align: center;
    margin: 0 auto;
    float: left;
    margin-left: 20px;
    width: 45px;
    height: 45px;
    background: #141614;
    padding: 0;
    border-radius: 50px;
    transition: 300ms;
    position: relative;
    cursor: pointer;
}

ul.ft-social {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    display: inline-block;
}

.footer-inner-section {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

ul.ft-social li a {
    font-size: 23px;
    color: #fff;
    line-height: 43px;
}

ul.ftlis-list li {
    float: left;
    margin-left: 12px;
    text-align: center;
}

ul.ftlis-list li a {
    color: #222;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

ul.ftlis-list {
    justify-content: center;
    display: inline-block;
    margin-top: 25px;
}

ul.ft-social li:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
    box-shadow: 0 0 0 3px #141614;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 300ms;
}

ul.ft-social li:hover:after {
    opacity: 1;
    transform: scale(1.15);
    cursor: pointer;
}

ul.ft-social li:hover {
    color: #fff;
}

section.copyright {
    background: #141614;
    padding: 20px 0px;
    overflow: hidden;
}

.right-text {
    text-align: left;
}

p.copy-right a {
    color: #fff;
    text-decoration: none;

}

p.copy-right {
    text-align: right;

}

p.copy-right a:hover {
    color: #95cada;
    text-decoration: underline;

}

section.copyright p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;


}

/* shaheen bagh */

.bredcrum-section {
    background: #f9ebe4;
    height: 432px;
    z-index: 1;
}

section.shaheen-bagh-section {
    margin-top: -26rem;
}

/* top scroll */

#scrolltop {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s ease-in;
    position: fixed;
    bottom: 2%;
    right: 3%;
    background: rgb(15 17 5);
    border-radius: 50%;
    width: 43px;
    height: 43px;
    padding-top: 6px;
    padding-left: 2px;
    z-index: 9;
}

.top-button {
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    /* line-height: 22px; */
    cursor: pointer;
    padding: 12px;
    text-align: center;
    color: #fff;
    /* padding-top: 37px; */
}

.top-button i {
    position: relative;
    top: 0;
}

a.top-button:hover {
    color: var(--color-95cada);
}

.comparisonSection {
    position: relative;
    padding-bottom: 56.25%;
    /* to maintain aspect ratio (responsive!) */
}

.comparisonImage {
    width: 100%;
    height: 100%;
}

.afterImage {
    position: absolute;
    overflow: hidden;
    top: 0;
    transform: translate(100%, 0px);
}

.afterImage img {
    transform: translate(-100%, 0px);
}

.comparisonImage img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

a.view-gallery-btn {
    background: var(--color-116781);
    padding: 15px 20px;
    position: relative;
    font-weight: 500;
    border-radius: 2px;
    font-family: "Bricolage Grotesque", sans-serif;
    color: var(--color-ffffff);
    transition: 0.9s;
    font-size: 18px;
    margin-right: 15px;
}

a.view-gallery-btn:hover {
    background: var(--color-222630);
    box-shadow: 1px 3px 5px #22222259;
    transition: 0.9s;
    color: var(--color-ffffff);
}



.margin-shifttop {
    margin-top: -10rem;
    z-index: 9;
    position: relative;
    padding: 0;
    background-color: var(--color-ffffff);
    padding: 2rem;
}

/* contact us */
section.contact-main-section {
    background: #95cada;
    height: 93vh;
}


.contact-inner-section ul.getin-touch li a {
    font-size: var(--font-size-36);
    font-weight: 400;
    text-decoration: none;
    line-height: 40px;
    color: var(--color-222630);
}

.contact-inner-section ul.getin-touch li a:hover {
    color: var(--color-116781);
}

ul.getin-touch li i {
    font-size: var(--font-size-40);
    font-weight: 500;
}

.internships-certificate .art-images-inner img {
    box-shadow: 5px 5px 15px #2222220f;
}

section.internships-certificate .art-content-area {
    padding-top: 20px;
}

.description {
    text-align: left;
    width: 400px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.4;
}

@import 'https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700';

* {
    box-sizing: border-box;
}

.content {
    font-weight: 300;
    margin: 30px auto 40px;
    padding: 30px;
    background: white;
    color: black;
    width: 400px;
    display: none;
    visibility: hidden;
    transition: all 300ms cubic-bezier(0.335, 0.010, 0.030, 1.360);
    position: relative;
    top: -15px;


}

.content.open {
    display: block;
    visibility: visible;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}


.inner-section-top {
    height: 50vh;
    overflow: hidden;
    position: relative;
}

.inner-section-top .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.inner-section-top h1 {
    color: var(--color-222630);
    z-index: 9;
    position: relative;
    font-size: var(--font-size-50);
    margin-top: -5rem;
}

.inner-bg {
    position: absolute;
    top: 0;
    opacity: 0.5;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.inner-bg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}


.gallery-title .div-title {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 12px;
    display: none;
}

.gallery-box:hover .gallery-title .div-title {
    color: #fdb811;
}



.gallery-box a {
    display: block;
    position: relative;
    height: 100%;
}

.gallery-box a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000bd;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-box:hover a::before {
    opacity: 1;
}

.gallery-box .overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-box:hover .overlay {
    opacity: 1;
}

.gallery-box .overlay img {
    width: 30px !important;
}

.gallery-box {
    display: block;
}

.gallery-work {
    margin-bottom: 30px;

}

/* .gallery-work:last-child{
        margin-bottom: 0px;
    } */
/* gallery */


.download-btn a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #a00000;
    padding: 10px 0px;
    /* font-family: 'proxima_novabold'; */
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px;
}




.portfolio-section .gallery-work {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    margin-bottom: 80px;
    padding: 50px;
}

.portfolio-section .portfolio-box .img {
    height: 500px;
    object-fit: cover;
    width: auto;
    width: auto !important;
    max-width: auto !important;
    max-width: fit-content;
}


.portfolio-section .gallery-content {
    padding: 0px;
    padding-bottom: 0;
}

.portfolio-section .gallery-content h4 {
    font-size: 2.5rem;
}



/* HEADER */
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

/* NAVBAR */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0rem;
}

/* LOGO */


/* MENU TOGGLE BUTTON (HAMBURGER/X) */
.menu-toggle {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1001;
    background: rgb(30 47 53);
    border-radius: 50%;
    backdrop-filter: blur(8px);
    box-shadow: 0 0 10px rgba(149, 202, 218, 0.5);
    transition: transform 0.3s, box-shadow 0.3s;
}

.menu-toggle:hover {
    transform: scale(1.05);
    box-shadow: 0 0 12px rgba(199, 236, 239, 0.9);
}

.menu-toggle .line {
    width: 30px;
    height: 4px;
    background: #95cada;
    border-radius: 5px;
    margin: 3px 0;
    transition: all 0.35s ease-in-out;
    top: 0px;
    position: relative;
}

.menu-toggle.active .line1 {
    transform: translateY(9px) rotate(45deg);
}

.menu-toggle.active .line2 {
    opacity: 0;
}

.menu-toggle.active .line3 {
    transform: translateY(-9px) rotate(-45deg);
    top: -2px;
}

/* NAV LINKS */
.nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    background: rgba(30, 47, 53, 0.95);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    padding: 5rem;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    font-size: var(--font-size-40);
    display: flex;
    justify-content: center;
}

.nav-links.active {
    right: 0;
}

/* NAV LINKS */
.nav-links a,
.dropdown-toggle {
    color: #95cada;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--color-ffffff);
}

/* Dropdown container styling */
.dropdown {
    position: relative;
    /* required for absolute dropdown-menu */
}

/* Dropdown toggle link */
.dropdown-toggle {
    color: #95cada;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s;
}

.dropdown-toggle:hover {
    color: #fff;
}

/* Arrow */
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.25em;
    content: "";
    border-top: 0.25em solid;
    border-right: 0.25em solid transparent;
    border-left: 0.25em solid transparent;
    transition: transform 0.3s ease;
}

/* Rotate arrow when dropdown is open */
.dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

/* Dropdown menu slide animation */
.dropdown-menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    position: absolute;
    /* required for Bootstrap */
    background-color: rgba(30, 47, 53, 0.95);
    border-radius: 6px;
    padding: 0.5rem 0;
}

/* When Bootstrap adds .show */
.dropdown-menu.show {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    position: relative !important;
    top: -52px !important;
    width: auto;
    font-size: 2rem;
    padding: 0;
    border: transparent;
}

/* Dropdown items */
.dropdown-item {
    color: #fff;
    transition: background 0.2s;
}

.dropdown-item:hover {
    color: #fff;
    background-color: transparent;
}

.contact-page .getin-touch{
padding: 2rem;
}


.contact-page .getin-touch li {
    margin-bottom: 2rem;
    font-size: var(--font-size-18);
}
.contact-page .getin-touch li:last-child{
        margin-bottom: 0rem;

}
.contact-page iframe {
    height: 400px;
    filter: grayscale(1);
    background-blend-mode: saturation;
    /* opacity: 0.5; */
}

.video-wrapper {
    position: relative;
    /* padding-bottom: 56.25%; */
    height: auto;
    /* overflow: hidden; */
    margin-bottom: 1.8rem;
    margin-right: 15px;
}

.video-wrapper iframe {
    position: relative;
    width: 100%;
    height: 600px;
    left: 0;
    top: 0;
    margin-bottom: -8px;
}

.video-wrapper video {
    position: relative;
    width: 100%;
    height: 600px;
    left: 0;
    top: 0;
}

.contact-page img {
    height: 100%;
    object-fit: cover;
}

.contact-page-inner {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 50vh;
}

.contact-page-inner .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 18rem;
}


.art-images-inner {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.art-images-inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.gallery-item img {
  width: 100%;
  display: block;
  border-radius: 0.5rem;
}

/* Overlay only category1 */
.image-container {
    position: relative;
    overflow: hidden;
    margin-right: 1rem;
}

.image-container img {
  transition: transform 0.3s ease;
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease;
  color: #fff;
  font-size: 2rem;
}
.gallery-item .image-container img{
    overflow: hidden;
    transform: scale(1);
}


.gallery-item .image-container:hover .overlay {
  opacity: 1;
}

/* Filter Buttons */
.filter-buttons {
    display: flex;
    justify-content: start;
    flex-flow: wrap;
}

.filter-button {
  padding: 8px 14px;
  border-radius: 6px;
  border: none;
  background: #95cada;
  cursor: pointer;
  margin-right: 1rem;
    margin-bottom: 2rem;

}

.filter-button.active {
  background: #116781;
  color: #fff;
}

#gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}


.gallery-item a{
    overflow: hidden;
}
.gallery-item img {
    width: 100%;
    display: block;
  

}
/* Default: 4 columns */
.gallery-item {
  width: calc(25% - 15px);
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .gallery-item {
  width: calc(33.33% - 15px);
    margin-bottom: 15px;
  }
}
/* Small mobile: 1 column */
@media (max-width: 767px) {
  .gallery-item {
  width: calc(50% - 15px);
    margin-bottom: 15px;
  }
}
/* Small mobile: 1 column */
@media (max-width: 480px) {
  .gallery-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* Default: 4 columns */
.gallery-item1 {
  width: calc(50% - 15px);
  margin-bottom: 15px;
}

/* Small mobile: 1 column */
@media (max-width: 480px) {
  .gallery-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.filter-buttons1 {
    margin-bottom: 1rem !important;
    flex-direction: column;
}

.gallery-section h3{
    text-transform: uppercase;
}
.video-img{
overflow: hidden;
}
.video-img img {
    transform: scale(1);
    transition: ease all 0.5s;
    border-radius: 0.5rem;
}
.video-img img:hover{
transform: scale(1.1);
}

.video-img h4 {
    position: absolute;
    z-index: 9;
    background-color: aliceblue;
    padding: 0.8rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    margin: 1rem;
}

.certificate-box{
    object-fit: cover;
}

.certificate-box  img{
       border-radius: 0.5rem;
 
}

/* Default: 4 columns */
/* .gallery-item1 {
  width: calc(25% - 15px);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .gallery-item1 {
  width: calc(50% - 15px);
  margin-bottom: 15px;
}
}
@media (max-width: 480px) {
  .gallery-item1 {
    width: 100%;
    margin-bottom: 15px;
  }
} */

.gallery-box.certficate-box img {
    height: 400px !important;
    object-fit: cover;
}

.gallery-box.certficate-box .overlay img {
    width: 30px !important;
    object-fit: contain;
}




/* reveal grid after images loaded */
.grid.are-images-unloaded {
  opacity: 0;
}

.grid__item,
.grid__col-sizer {
  width: 33.33%;
}

@media screen and (max-width: 767px) {
.grid__item,
.grid__col-sizer {
  width: 50%;
}
}
@media screen and (max-width: 480px) {
.grid__item,
.grid__col-sizer {
  width: 100%;
}
}
/*.grid__gutter-sizer { width: 2%; }*/

/* hide by default */
.grid.are-images-unloaded .image-grid__item {
  opacity: 0;
}

.grid__item {
  margin-bottom: 0px;
  float: left;
  gap: 15;
}

/*.grid__item--height1 { height: 140px; background: #EA0; }
.grid__item--height2 { height: 220px; background: #C25; }
.grid__item--height3 { height: 300px; background: #19F; }
*/
.grid__item--width2 { width: 66%; }

.grid__item img {
    display: block;
    max-width: 100%;
    /* padding: 1rem; */
    border: 0.2rem solid #116781;
    /* margin: 1rem; */
    object-fit: cover;
}


.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}
/* Grid item spacing */
.grid__item {
  padding: 8px;                 /* space around each item */
  box-sizing: border-box;
}

/* Link wrapper */
.expand-link {
  position: relative;
  display: block;
  overflow: hidden;             /* required for zoom effect */
  border-radius: 6px;           /* optional */
}

/* Image */
.expand-link img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

/* Overlay */
.expand-link .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Icon */
.expand-link .overlay i {
  color: #fff;
  font-size: 26px;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

/* Hover effects */
.expand-link:hover img {
  transform: scale(1.02);        /* zoom effect */
}

.expand-link:hover .overlay {
  opacity: 1;
}

.expand-link:hover .overlay i {
  transform: scale(1);
}
