.sub-dropdown {
    left: 100%;
    top: 0;
}

.menu-item {
    position: relative;
}

.menu-item::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgb(71%, 59%, 38%);
    transition: all 0.3s ease;
    transform: scaleX(0);
}

.menu-item active::after {
    transform: scaleX(1);
}

.menu-item:hover::after,
.menu-item[aria-current="page"]::after {
    transform: scaleX(1);
}

img {
    object-fit: cover;
}

.about-image {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: Arial, sans-serif;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/heading-image.png');
    background-size: cover;
    background-position: center;
    text-align: center;
}

/* .custom-leading {
    line-height: 6rem;
} */

.common-background-colour {
    background-color: rgb(71%, 59%, 38%);
}

.common-color {
    color: rgb(71%, 59%, 38%);
}

.about-card {
    background-color: rgb(229, 218, 199);
}

.common-text-colour {
    color: rgb(71%, 59%, 38%);
}

.grid-container {
    background-color: rgb(71%, 59%, 38%);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    gap: 10px;
}

.item1 {
    grid-column: 1 / span 6;
    grid-row: 1;
}

.item2 {
    grid-column: 1 / span 6;
    grid-row: 2;
}

.item3 {
    grid-column: 1 / span 6;
    grid-row: 3;
}

.item4 {
    grid-column: 1 / span 6;
    grid-row: 4;
}

.item5 {
    grid-column: 10 / span 3;
    grid-row: 1 / span 4;
}

u {
    padding-bottom: 8px;
    text-decoration: none;
    border-bottom: 2px solid #ffffff;
}

.custom-grid {
    background-color: rgb(255, 255, 255);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 10px;
}

.section1 {
    grid-column: 1 / span 1;
    grid-row: 1;
    background-color: rgb(255, 255, 255);
}

.section2 {
    grid-column: 2 / span 1;
    grid-row: 1;
    background-color: rgb(255, 255, 255);
}

/* 
.active {
    font-weight: bold;
} */

.dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    width: 10rem;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.dropdown-menu.hidden {
    display: none;
}

.container {
    position: relative;
}

@media(min-width:1120px) {
    .calc-100vh-70px {
        height: calc(100vh - 70px);
    }
}

.common-background-color-hover {
    background-color: red;
}

.color-social-hover:hover {
    color: rgb(71%, 59%, 38%);
}

.about-section {
    background-image: url('../../images/about_bg.jpg');
    background-position: center center;
    background-size: cover;
}

.thumbnail {
    max-width: 150px;
    width: 150pX;
    height: 150PX;
    max-height: 150px;
}

.product-image-container {
    background-color: #FBFBFB;
}

.product-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    box-shadow: rgba(0, 0, 0, 0.33) 0px 70px 60px -27px;
}

@media(max-width:991px) {
    .product-image-container {
        padding: 40px 20px 80px 20px !important;
    }

    .product-image {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        margin: auto;
    }
}

.bg-before {
    position: relative;
}

.bg-before::before {
    z-index: -2;
    background: rgb(71%, 59%, 38%);
    content: '';
    height: 351px;
    width: 200px;
    position: absolute;
    right: -46px;
    top: -130px;
    transform: rotate(133deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.accordion-content.active {
    display: block;
    max-height: 200px;
    /* Adjust according to content height */
}

.product-link {
    transition: all 0.3s ease-in;
}

.product-link:hover {
    color: rgb(71%, 59%, 38%);
    transition: all 0.3s ease-in;
}

.popup-overlay {
    display: none;
}

.popup-overlay.active {
    display: flex;
}


#successPopup {
    z-index: 1000;
}


.modal {
    display: none;
    width: 100%;
}


.modal {
    position: relative;
    display: inline-block;
}
.custom-width {
    width: 100%;
    max-width: 800px; /* Adjust as needed */
  }

  

   @media (max-width: 400px) {
    .catalogue-heading {
        top: 8%;
        font-size: 12px; 
        padding: 1px; 
    }
    .catalogue-image {
        width: 100%; 
        height: auto; 
    }
    .center-text {
        text-align: center;
        font-size: 8px; 
    }
}

.center-text {
    text-align: center;
    font-size: 18px;
    margin-top: 8px;
}

.catalogue-container {
    position: relative;
  }
  
  .catalogue-image {
    width: 100%;
    height: auto;
  }
  
  .catalogue-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: black;
    font-size: medium;
    

  }
.hidden {
    display: none;
  }
  
  #product-grid-1200x1800 {
    cursor: pointer;
  }

  #product-container {
    cursor: pointer;
  }

  .footer-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: black;
    font-size: medium;
  }

  .footer-container {
    position: relative;
  }
  
  .footer-image {
    width: 100%;
    height: auto;
  }
