body , html
 { 
    margin: 0; 
    overflow-x: hidden;    
}

.no-pad
{
    padding: 0 !important;
    margin: 0 !important;
}
section
{
    margin-top: 200px;
    margin-bottom: 200px;
}
.top-social
{
    background-color : #484747;
    color: #fff;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    margin: 0;
}
.menu-slider-sec
{
    margin: 0;
}
.top-social i , .menu-slider-sec i
{
    margin: 0.5rem;
    background-color: #00BC94;
    padding: 0.5rem;
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
}
.container
{
    max-width: 1650px;
}
.header-inquiry a
{
    background-color: #00BC94;
    text-decoration: none;
    color: #fff;
    padding: 0.8rem 3rem;
    border-radius: 0.5rem;
    font-size: 1.2rem;
    font-family: "Roboto", serif;
    font-weight: bold;
}
.navbar-bg
{
    background-color: #00BC94;
    padding: 0.5rem 2rem;
    color: #fff;
}
.navbar a
{
    color: #fff;
    font-family: "Roboto", serif;
    font-size: 1.2rem;
}
.navbar .navbar-nav .nav-item
{
    margin-left: 1rem;
    margin-right: 1rem;
}

.carousel-item img
{
    width: 100%;
}
.main-slider
{
    position: relative;
    top: -2rem;
    width: 100%;
    z-index: -1;
}

.carousel-indicators li {
    
    display: inline-block; /* Make them sit side-by-side */
}

.carousel-indicators li.active {
    background-color: #00BC94; /* Active color */
}

.dropdown-menu {
    transition: opacity 0.3s ease, transform 0.3s ease; /* Adjust duration as needed */
    opacity: 0; /* Initially hidden */
    transform: translateY(-10px); /* Slightly above its position */
    display: block; /* Needed for transition to work */
    background-color: #484747;
    border-radius: 0%;
}



/* Home Page style */

.wel-sec h2
{
    background-color: #484747;
    color: #fff;
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-family: "Roboto", serif;
    font-weight:bold;
}
.wel-sec h4
{
    color: #00BC94;
    font-size: 3rem;
    font-family: "Roboto", serif;
    font-weight: 900;
    margin-bottom: 0;
}

.wel-sec h6
{    
    position: relative;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #484747; 
    display: inline-block;
}
.wel-sec h6::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #484747;
  }
  .wel-sec p
  {
    
    bottom: -6.45%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 165%;
    text-align: justify;
    color: #636363;
  }
  .wel-img-right
  {
    width: 70%;
    float: right;
    /* margin: 0 auto; */
    display: block;
  }
  .wel-sec-p-2 {
    background-color: #00BC94;
    color: #fff;
    position: relative; /* Needed for positioning the link */   
}

.wel-sec-p-2 p {
    color: #fff;
    padding: 2rem;
}

.wel-sec-p-2 a {
    background-color: #484747;
    text-decoration: none;
    color: #fff;
    padding: 1rem 2rem;
    position: absolute; /* Allows precise placement */
    top: 100%; /* Vertically center the link */
    right: -1rem; /* Position slightly outside the container */
    transform: translateY(-50%); /* Adjust vertical alignment */
}

.home-counter-sec
{
    background: url(../images/home-counter-bg.jpg);
    background-size: cover;
    min-height: 40rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.counter-item
{
    width: 100%;
    text-align: center;
    margin: 2rem;
    color: #fff;
}
.counter-item img
{
    width: 20%;
}
.counter-item p
{
    font-size: 2rem;
    padding-top: 2rem;    
}
.counter-item  h4
{
    font-size: 5rem;
}
.home-product-sec
{
    text-align: center;
}
.home-product-item
{
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 2rem;

}
.home-product-item img
{
    width: 100%;
    border-radius: 1rem;
}
.home-product-sec .home-product-item a
{
    text-decoration: none;
    background: #484747;
    color: #fff;
    padding: 1rem 3rem;
}
.heading
{
    color: #00BC94;
    border-bottom: solid 0.15rem #00BC94;
    display: inline-block;
}
.home-pro-view-btndiv
{
    margin-top: 30%;
}
.home-pro-view-btn
{
    text-decoration: none;
    color: #fff;
    background: #00BC94;
    padding: 1rem 2.5rem;
    border-radius: 2rem;
    font-weight: bold;
}

.why-choose-bg-left
{
    background: url(../images/home-product/why-choose-bg-left.jpg);
    background-size: cover;
    text-align: center;
    padding: 10rem;
}
.why-choose-bg-left img
{
    width: 100%;
}
.why-choose-bg-right
{
    background: #00BC94;
    text-align: center;
    padding: 6rem;
    color: #fff;
    
}
.why-choose-bg-right h2
{
    color: #fff;
    border-bottom: solid 2px #fff;
    display: inline-block;
    padding-bottom: 0.5rem;
}
.why-choose-bg-right h5, .why-choose-bg-right p { 
    text-align: left;
}
.why-choose-bg-right h5
{
    padding-top: 2rem;
}
.why-choose-bg-right p
{
    text-align: justify;
    line-height: 1.6rem;
 
}

.why-choose-quality-left
{
    background: #00BC94;
    color: #fff;
    padding: 4rem;
    line-height: 1.6rem;
}
.why-choose-quality-left p
{
    padding-bottom: 1rem;
}
.why-choose-quality-sec
{
    position: relative;
    top: -8rem;
}
.why-choose-quality-left ul
{
    list-style: none;
    padding: 0;
}
.why-choose-quality-left ul li
{
    padding-bottom: 1rem;
    display: flex; 
  align-items: flex-start; 
  gap: 1rem; 
}
.why-choose-quality-left ul li img
{
    width: 1.5rem;
    margin-top: 7px;
}
.why-choose-quality-left ul li span
{
    display: flex; 
  align-items: flex-start; 
}
.why-choose-quality-right
{
    background: url(../images/home-product/why-choose-quality-bg-right.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    text-align: center;
    font-family: "Roboto", serif;
}
.why-choose-quality-right h5
{
    font-size: 2.5rem;
    padding: 0;
    line-height: 4rem;
}
.why-choose-quality-span
{
    font-weight: bold;
    font-size: 5rem;
}
.why-choose-sec
{
    margin-bottom: -8rem;
}
.home-down-cat-right
{
    background: #484747;
    color: #fff;
}
.home-down-cat-sec
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-down-cat-right
{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-family: "Roboto", serif;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.home-down-cat-right a
{
    color: #fff;
    text-decoration: none;
}
.home-down-cat-right img
{
    padding: 2rem;
    width: 20%;
}
.home-down-cat-right a span
{
    background: #00BC94;
    padding: 1rem 2rem;
    border-radius: 20px;
}

.home-down-cat-left
{
    background: url(../images/home-product/download-cat-left-bg.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    color: #fff;
}
.home-down-cat-left h5
{
    line-height: 120%;
    font-size: 2rem;
}
.vision-mission-sec
{
    margin-bottom: -8rem;
}
.vision-mission-content
{
    background: #00BC94;
    padding: 2rem;
    position: relative;
    top: -8rem;
    left: 2rem;
    color: #fff;
    text-align: center;
}
.vision-mission-content ul
{
    padding: 0%;
}
.vision-mission-content ul li
{
    padding-bottom: 1rem;
    display: flex; 
  align-items: flex-start; 
  gap: 1rem; 
}
.vision-mission-content ul li img
{
    width: 1.5rem;
    margin-top: 7px;
}
.vision-mission-content p
{
    padding-bottom: 1rem;
    text-align: justify;
}
.vision-mission-content h4
{
    color: #fff;
    border-bottom: solid 2px #fff;
    display: inline-block;
    padding-bottom: 0.5rem;
}
.vision-mission-content ul
{
    text-align: left;
}
.vision-mission-item
{
    margin-left: 3rem;
    margin-right: 3rem;
}
.vision-mission-img img
{
    width: 100%;
}
.testimonial-sec
{
    text-align: center;
}
.testimonial-sec .card
{
    border: 0;
}
.testimonial-sec .card-content
{
    background: #484747;
    min-height: 15rem;
    padding: 4rem 2rem;
    color: #fff;
}
.testimonial-sec .card-img
{
    border-radius: 50%;
    position:relative;
    top: -5rem;
}
.testimonial-sec .card-img img
{
    width: 30%;
    border-radius: 50%
}
.testimonial-main
{
    margin-top: 3rem;
}
footer
{
    background: #868686;
    /* padding-top: 5rem; */
}
.footer-social
{
    list-style: none;
    display: flex;
    gap: 1rem;
    color: #fff;
    text-align: center;
    justify-content: center;
}
.footer-social li i
{
    background: #484747;
    padding: 0.5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}
.footer-logo
{
    width: 45%;
    text-align: center;
    margin: 0 auto;
}
footer p
{
    text-align: center;
    padding: 1.5rem 0rem;
    color: #fff;
    line-height: 165%;
}
.footer-center
{
    background-color: #00BC94;
    padding-bottom:12rem;
    padding-top: 12rem;
    /* padding-left: 4.5rem; */
    display: flex;
    align-items: center;
    flex-direction: column;
}
.footer-center h4
{
    border-bottom: solid 0.15rem #fff !important;
}

.footer-logo-left
{
    /* text-align: center;
    padding-top: 10rem; */

    display: flex;
    flex-direction: column; /* ताकि सामग्री एक के नीचे एक रहे */
    justify-content: center; /* सामग्री को लंबवत रूप से सेंटर करें */
    height: 100%; /* यह महत्वपूर्ण है ताकि यह अपने पैरेंट जितनी ऊंचाई ले सके */
    text-align: center; /* टेक्स्ट को सेंटर करने के लिए */
    padding-top: 0; /* इसे हटा दें, क्योंकि हम Flexbox से सेंटर कर रहे हैं */
    padding-right: 5rem;
}
.footer-right
{
    color: #fff;
    margin-left: 1rem;
}
.footer-right a
{
    color: #fff;
    text-decoration: none;
}
.footer-right ul
{
    list-style: none;
    padding: 0;
    line-height: 2.3rem;
}
.footer-right h4
{
    border-bottom: solid 0.15rem #00BC94;
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: 1.3rem;
}
.footer-right ul li i
{
    margin-right: 1rem;
}
.footer-right-bottom
{
    display: flex; /* इसे एक फ्लेक्स कंटेनर बनाएं */
    flex-direction: column; /* सामग्री को एक के नीचे एक रहने दें */
    justify-content: center; /* सामग्री को लंबवत रूप से सेंटर करें */
    height: 100%; /* यह महत्वपूर्ण है ताकि यह अपने पैरेंट (col-md-9) जितनी ऊंचाई ले सके */
    /* padding: 3rem 0;  आपकी मौजूदा पैडिंग ठीक है, चाहें तो एडजस्ट कर सकते हैं */
    padding-left: 5rem;
}
.footer-right-bottom ul li i
{
    font-size: 1.5rem;
}

.footer-right-bottom ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.footer-last-bottom
{
    background: #484747;
}
.footer-last-bottom p
{
    color: #fff;
}
.footer-last-bottom .col-md-6:first-child p {
    text-align: left; 
}

.footer-last-bottom .col-md-6:last-child p {
    text-align: right; 
}
.first-footer-container > .row {
    display: flex;
    align-items: center; /* यह मुख्य लाइन है जो सभी कॉलम को लंबवत रूप से संरेखित करेगी */
}
.breadcumb
{
    min-height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcumb h3
{
    color: #fff;
    font-size: 5rem;
}
.bread-contact
{
    background: url(../images/contact-breadcumb.jpg);
    background-size: cover;
}
.contact-sec ul li i
{
    margin-top:0.3rem;
}
.contact-map-sec
{
    margin-bottom: 0;
}
.contact-map-sec iframe
{
    width: 100%;
    min-height: 40rem;
    height: 100%;
}

.form-control::placeholder {
    color: #A9A5A5 !important;
    font-family: "Roboto", serif;
    font-weight: bold;    
}

.form-control:-ms-input-placeholder {
    color: #A9A5A5 !important;
    font-family: "Roboto", serif;
    font-weight: bold;    
}

.form-control::-ms-input-placeholder {
    color: #A9A5A5 !important;
    font-family: "Roboto", serif;
}
.contact-sec form .form-group
{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.contact-sec form .form-group input
{
    min-height: 5rem;
}
.form-btn-div
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:3rem;
}
.contact-sec form .btn
{
    background: #00BC94;
    border: none;
    width: 30%;
    padding: 1rem 2rem;
    font-family: "Roboto" , "serif";
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 50px;
}
.bread-gallery
{
    background: url(../images/gallery-bread.jpg);
    background-size: cover;
}
.gallery-card {
    /* background: url(../images/gallery/bg.jpg); */
    background-color: #d1cfcf;
    background-size: cover;
    position: relative; /* gallery-card-inner के लिए सापेक्ष स्थिति */
}

.gallery-card-inner {
    min-height: 35rem;
    width: 100%;
    background: #00BC94;
    clip-path: polygon(850px 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 200px)); /* ऊपरी बाएं कोने को नीचे करें */
    position: relative; /* gallery-card-inner-img के लिए सापेक्ष स्थिति */
}
.gallery-card-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #484747;
    clip-path: polygon(1250px 0, 100% 0, 100% 100%, 0 100%, 0 calc(110% - -400px)); /* ऊपरी बाएं कोने को नीचे करें */   
    transition: clip-path 0.3s ease;
  }
  
  .gallery-card:hover .gallery-card-inner::before {
    clip-path: polygon(850px 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 200px)); /* ऊपरी बाएं कोने को नीचे करें */
  }
.gallery-card-inner-img {
    background: url(../images/gallery/dot-bg.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute; /* gallery-card-inner के सापेक्ष पूर्ण स्थिति */
    top: 0;
    left: 0;
    display: flex; /* इमेज को सेंटर करने के लिए फ्लेक्सबॉक्स */
    justify-content: center;
    align-items: center;
}
.gallery-card-pro-img
{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}
.gallery-card-pro-img h2
{
    background: #fff;
    padding: 1rem 2rem;
    border-radius: 1rem;
}
.gallery-card-pro-img {
    overflow: hidden; /* Ensure image scaling doesn't overflow */
  }
  
  .product-image {
    width: 100%; /* Ensure image fills the container */
    transition: transform 0.3s ease; /* Add transition for smooth scaling */
  }
  
  .gallery-card:hover .product-image {
    transform: scale(1.1); /* Scale the image by 1.1 on hover */
  }

.gallery-sec h3 {
    border-bottom: solid 0.15rem #00BC94;
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: 5rem;
    color: #00BC94;
}

.gallery-heading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-left-col
{
    overflow: hidden;
    padding-left: 0;
}
.about-left
{
    background-image: url(../images/about-left-bg.jpg);
    background-size: cover;
    position: relative;    
    margin-right:5rem ;
}
.about-left::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -5rem; 
    width: 5rem; 
    height: 60%; 
    background-color: #00BC94; 
    z-index: -1;
    border-radius: 0rem 2rem 2rem 0rem;
}
.about-left img
{
    width: 100%;
}
.about-left-exp {
    background: #00BC94;
    position: relative;
    bottom: 5rem;
    width: 60%;
    color: #fff;
    font-family: "roboto", "serif";
    font-size: 5rem;
    font-weight: bold;
    line-height: 6rem;
    padding: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border-radius: 2rem;
}
.about-left-exp p
{
    border: 0.3rem #fff dashed;
    padding: 2rem;
    border-radius: 2rem;
}
.about-right
{
    display: flex;
    justify-content: center;
    height: 100%;
    padding-left: 2rem;
}
.about-right-inner p
{
    text-align: justify;
}

.about-right-card {
    width: 100%;
    min-height: 15rem;
    background: #484747;
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-family: "roboto", "serif";
    border-radius: 1rem;
    transition: background-color 0.5s;
}

.about-right-card:hover {
    background-color: #00BC94;
}

.about-card-last {
    background: #00BC94;
}
.about-card-last:hover {
    background: #484747 !important;
}
.about-card-last h3,
.about-card-last h4 {
    line-height: 2.4rem;
}

.about-card-last h4 span {
    font-size: 2.1rem;
    font-weight: bold;
}

.about-best-serv-sec
{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(0, 188, 148, 0.8), rgba(0, 188, 148, 0.8)), url(../images/about-best-serv-bg.jpg);
    background-attachment: fixed;
    text-align: center;
    padding: 5rem;
    color: #fff;
}
.bread-about
{
    background: url(../images/about-bread.jpg);
    background-size: cover;
}



/* Existing CSS (keep as is for desktop, removing the problematic mobile display rule) */
.product-columns {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.product-column {
    width: 33.33%;
    padding: 0 10px;
    position: relative;
    list-style: none;
    padding-left: 0; /* Added for consistency */
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .submenu-column {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background-color: #f0f0f0; /* Adjust as needed */
    display: none;
    list-style: none;
    padding-left: 0;
}

.dropdown-submenu:hover .submenu-column {
    display: block;
}

.submenu-container { /* This element seems redundant for positioning and can be removed or re-evaluated */
    background-color: #00BC94;
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1001;
    width: 30%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width:300% !important;
    z-index: 1000;
    background-color: #484747;
    border-radius: 0%;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(-10px);
    display: none; /* Keep this as none by default for desktop */
    padding-left: 0;
}

/* This rule makes dropdowns visible on desktop hover */
.navbar.navbar-expand-lg .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1 !important;
    transform: translateY(0) !important;
    display: block;
}

.other-mc .dropdown-item {
    width: 300%;
}
.dropdown-item {
    width: 300%;
}

.top-menu-dis {
    display: flex;
    justify-content: end;
    align-items: center;
}

.text-center {
    text-align: center;
}
/* --- Mobile Specific Styles (using Media Queries) --- */

@media (max-width: 991.98px) { /* Targets devices smaller than large desktops */
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 100% !important; /* Full width for dropdown on mobile */
        position: static; /* Allows it to flow naturally in the document */
        transform: none; /* Remove transform for mobile */
        opacity: 1; /* Always visible when opened (when toggled by JS) */
        display: none; /* **Important:** Hide by default. Bootstrap JS will handle the first level. */
    }

    /* Remove the problematic rule that forced display: block for all dropdowns on mobile navbar open */
    /* .navbar-collapse.show .nav-item.dropdown .dropdown-menu {
        display: block !important;
    } */

    .product-columns {
        flex-direction: column; /* Stack columns vertically on mobile */
    }

    .product-column {
        width: 100%; /* Full width for each column */
        padding: 0; /* Adjust padding as needed for mobile */
    }

    .dropdown-submenu .submenu-column {
        position: static; /* Submenus stack vertically on mobile */
        width: 100%;
        display: none; /* **Important:** Hide by default. This will be toggled by JS. */
        background-color: #5a5a5a; /* Slightly different background for sub-submenus */
        padding-left: 20px; /* Indent sub-submenus */
    }

    /* This class will be added by JavaScript to show the submenu when clicked */
    .dropdown-submenu.show > .submenu-column {
        display: block;
    }

    .other-mc .dropdown-item {
        width: auto; /* Remove fixed width for other machinery items */
    }

    /* Adjust padding for dropdown items for better mobile touch targets */
    .dropdown-item {
        padding: 0.75rem 1.5rem;
    }

    /* Ensure logo is visible on mobile */
    .top-menu-logo {
        text-align: center;
        padding-top: 15px;
    }

    .top-menu-logo img {
        max-width: 150px; /* Adjust logo size for mobile */
        height: auto;
    }

    /* Center align top social icons on mobile */
    .top-social .d-flex {
        justify-content: center !important;
        padding: 10px 0;
    }

    /* Adjust contact info on mobile */
    .top-menu-dis {
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
    }

    .header-mail,
    .header-mobile,
    .header-inquiry {
        margin: 5px 0 !important;
    }
}

@media (max-width: 991.98px) {
    /* --- Mobile Dropdown Menu Specifics --- */

    /* Rule for the main dropdown menu (e.g., 'Product' dropdown) */
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 100% !important;
        position: static;
        transform: none;
        opacity: 1;
        /* Default state: hidden on mobile unless 'show' is present */
        display: none !important; /* Force hide by default */
    }

    /* Rule to show the main dropdown menu when it has the 'show' class */
    .navbar-expand-lg .navbar-nav .dropdown-menu.show {
        display: block !important; /* Force show when 'show' class is present */
    }

    /* Rule for nested submenu columns (e.g., 'New Piston Set' list) */
    .dropdown-submenu .submenu-column {
        position: static; /* Stack vertically */
        width: 100%;
        background-color: #5a5a5a; /* Slightly different background for visual hierarchy */
        padding-left: 20px; /* Indent sub-submenus */
        /* Default state: hidden on mobile unless 'show' is present */
        display: none !important; /* Force hide by default */
    }

    /* Rule to show the nested submenu column when it has the 'show' class */
    .dropdown-submenu .submenu-column.show {
        display: block !important; /* Force show when 'show' class is present */
    }

    /* --- Your existing mobile CSS continues below --- */
    /* ... (keep all your other mobile-specific styles) ... */

    .submenu-container
    {
        display: none !important;
    }
    .other-mc .dropdown-item {
        font-size: 0.6rem;
    }
    .gallery-card {
        margin-bottom: 3rem;
    }
}