/* Global Styling */
* {
    box-sizing: border-box;
}
html {
  /* color scheme 1 */
  /*  --primary-overlay-color: #ffffff;*/
  /*  --first-color: rgba(41,51,121,1);*/
  /*  --second-color: rgba(41,51,121,1);*/

  /* color scheme 2 */
  /*  --primary-overlay-color: #ffffff;*/
  /*  --first-color: #f0a223;*/
  /*  --second-color: #f47931;*/

  /* color scheme 3 */
  /*  --primary-overlay-color: #ffffff;*/
  /*  --first-color: #00a199;*/
  /*  --second-color: #0d74b6;*/

  /* color scheme 4 */
  /*  --primary-overlay-color: #ffffff;*/
  /*  --first-color: #dd7a61;*/
  /*  --second-color: #cf492a;*/

  /* color scheme 5 */
  /*  --primary-overlay-color: #ffffff;*/
  /*  --first-color: #9d1f61;*/
  /*  --second-color: #b453b2;*/

  /* color scheme 6 */
  /*  --primary-overlay-color: #ffffff;*/
  /*  --first-color: #769a4c;*/
  /*  --second-color: #dce253;*/
}


body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    overflow-x: hidden;
}

section {
  /* min-height: 100vh; */
}

.card {
    background-color: white;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.heading {
    height: auto;
    width: 340px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 0 0 50px 50px;
    background: linear-gradient(90deg, var(--first-color)  0%, var(--second-color) 56%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1px;
}

.heading h1 {
    font-size: 18px;
    text-align: center;
    margin: 15px 0;
    /*margin-top: 10px;*/
    color: white;
    font-weight: 200;
}

@media (min-width: 600px) {
    .card {
        border-left: solid 1px rgb(168, 168, 168);
        border-right: solid 1px rgb(168, 168, 168);
    }
}

.feedback-name button,.back-button,.Titlecard button,.download-button,.image-layout-2 .catalogue-title, .image-layout-3 .catalogue-title{
    background: linear-gradient(90deg, var(--first-color)  20%, var(--second-color) 76%) !important;
}

.image-layout-2 .catalogue-header, .image-layout-3 .catalogue-header , .image-layout-1 .catalogue-title{
    margin: 0;
    color: #293379 !important;
}

.image-layout-2 .catalogue-title, .image-layout-3 .catalogue-title{
    color: white !important;
}

.image-layout-1 .catalogue-title{
    font-size: 15px !important;
    font-weight: 100 !important;
}

/* Scrollable Content */
.scrollable-content {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
}

.scrollable-content::-webkit-scrollbar {
    display: none;  /* Chrome, Safari, and Opera */
}

/* Top Section */
.top-container-bg {
    position: relative;
    width: 100%;
    height: 380px;
    background-image: url("building.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top-container-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 381px;
    background-image: url("top-container-svg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2;
}

.top-logo img {
    height: 34px;
    width: 51px;
    margin: 23px 0 0 30px;
    border-radius: 5px;
}

.top-logo h3 {
    font-size: 15px;
    margin: 3px 0 0 30px;
    color: white;
}

.main-logo img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 189px 0 0 30px;
    border: 2px solid blue;
}

/* Lower Homepage */
.lower-homepage {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.name h3 {
    font-size: 20px;
    margin: 8px 0 0;
    color: #293379;
}

.name p {
    font-size: 15px;
    font-weight: 100;
    margin: 0;
    color: #293379;
}

.contact-icons-right {
    height: auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-icons-right img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

/* Contact Section */
.container{
    display: flex;
    gap: 5px;
   
}
.contact-info-icons {
    display: flex;
    flex-direction: column;
    margin-top: 13px;
    gap: 5px; /* Adjust this value to reduce the gap */
    width: 80%;
}
.contact-info-icons span {
    background-color: #293379;
    color: white;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin-top: 0;
    margin-left: 25px; /* You can reduce this value */
    margin-bottom: 1px; /* Or adjust this to control the vertical gap */
    margin-right: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.contact-info-text{
    display: flex;
    align-items: center;
}

.contact-info-text p{
    font-size: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center the text vertically within the container */
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 0; /* Ensure there's no extra margin pushing the text down */
    color: #293379;
    font-weight: 500;
    max-width: 80%;
    margin: 0;
    overflow-wrap: break-word;
}
.contact-info-text .no{
    font-weight: 700;
    font-size: 20px;
}
.right-icons{
    height: 201px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.right-icons .material-symbols-outlined ,img{
    height: 40px;
    width: 40px;
    font-size: 40px;
}
.right-icons p{
    font-size: 15px;
    text-align: center;
    margin-top: 2px;
}

.social{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-left: 20px;
    margin-top: 10px;
    border-radius: 50%;
}
.buttons-home{
    display: flex;
    height: 40px;
    width: 100%;

}
.buttons-home button{
    align-items: center;
    justify-content: space-evenly;
    margin-left: 12px;
    margin-top: 20px;
   height: 40px;
   width: 180px;
   background-color: #50AD48;
   color: white;
   border: none;
}
.buttons-home .input-no{
    width: 180px;
    height: 40px;
    margin-left: 12px;
    margin-top: 20px;
    border: 2px solid grey;
    border-radius: 5px;
}

/* ---------------HOME PAGE END--------------- */
.About-us{
    display: flex;
    height: auto;
    /*width: 100%;*/
    flex-direction: column;
    background-size: cover;
    margin: 20px 0;
}
.aboutform{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    flex: 1;
    margin: 20px 0;
}

.aboutform p{
    margin: 0;
}

.aboutform .About ,.aboutform .Company-name ,.aboutform .Est {
    width: 80%;
    background-color: #EEEEED;
    border-radius: 20px;
    border: none;
    padding: 10px;
    color: grey;
}

.About-us input{
    height: 30px;
    width: 80%;
    background-color: #EEEEED;
    border-radius: 60px;
    border: none;
    padding: 20px;
}
.About-us .Specialities{
    min-height: 300px;
    height: auto;
    width: 80%;
    border-radius: 24px;
    background-color: #EEEEED;
    border: none;
    resize: none;
    padding: 20px;
    display:flex;
    align-content: center;
    justify-content: flex-start;
    flex-direction: column;
    color: grey;
   
}

.About-us .Specialities p{
    margin: 0;
}
/* input::placeholder{
    padding: 20px;
} */
/* textarea::placeholder{
    padding: 20px;
} */

.download-button{
    height: 40px;
    width: 80%;
    background-color: #293379;
    
    margin-top: 19px;
    margin-left: 10%;
}
.download-button p{
    font-size: medium;
    text-align: center;
    margin-top: 8px;
    color: white;
}
.products{
    display: flex;
    flex-direction: column;
    align-items: center;
    /*width: 100%;*/
    background-size: cover;
    height: auto;
    margin: 20px 0;
    gap: 15px;
}
/*.producttop{*/
/*    width: 100%;*/
/*}*/
.Titlecard{
    margin: 0;
    background-color: #EEEEED;
    border-radius: 25px;
    height: auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    padding: 5px;
}

.Titlecard h3{
    font-size: 20px;
    font-weight: 900;
    margin-top: 15px;
    padding: 0;
    margin:0;
    margin-top: 10px;
    color: #293379;
}
.Titlecard h2{
    font-size: 30px;
    margin-top: 15px;
    padding: 0;
    margin:0;
    margin-top: 10px;
}
.Titlecard p{
    font-size: 15px;
    margin:15px;
    /* margin-top: 5; */
    text-align: center;
}
.Titlecard .empty-area{
    width: 80%;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
}

.Titlecard .empty-area img{
    height: auto;
    width: 100%;
    object-fit: contain;
}

.Titlecard button{
    height: 40px;
    width: 150px;
    margin-top: 20px;
    background: linear-gradient(90deg, rgba(23,155,214,1) 0%, rgba(41,59,144,1) 56%);
    font-size: 20px;
    font-weight: 700;
    border: none;
    color:white;
    margin-bottom: 20px;
}
.gallery{
    display: flex;
    flex-direction: column;
    /*width: 100%;*/
    background-size: cover;
    height: auto;
}
/*.gallery-top{*/
    
/*    height: 793px;*/
/*    width: 100%;*/
/*    flex-direction: column;*/
/*    background-size: cover;*/
    
/*}*/
/*.gallery-top {*/
/*    display: flex;*/
/*    height: 57px;*/
/*    width: 340px;*/
/*    margin-left: 7%;*/
/*    border-radius: 0 0 50px 50px;*/
/*    background: linear-gradient(90deg, var(--first-color)  0%, var(--second-color) 56%);*/
/*    background-repeat: no-repeat;*/
/*    flex-direction: column;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/
/*.payments-top {*/
/*    display: flex;*/
/*    height: 57px;*/
/*    width: 340px;*/
/*    margin-left: 7%;*/
/*    border-radius: 0 0 50px 50px;*/
/*    background: linear-gradient(90deg, var(--first-color)  0%, var(--second-color) 56%);*/
/*    background-repeat: no-repeat;*/
/*    flex-direction: column;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/
/*.gallery-top h1{*/
/*    font-size: 31px;*/
/*    text-align: center;*/
/*    margin-top: 10px;*/
/*    color: white;*/
/*    font-weight: 200;*/
/*}*/
/*.cobranding-top {*/
/*    display: flex;*/
/*    height: 57px;*/
/*    width: 340px;*/
/*    margin-left: 7%;*/
/*    border-radius: 0 0 50px 50px;*/
/*    background: linear-gradient(90deg, var(--first-color)  0%, var(--second-color) 56%);*/
/*    background-repeat: no-repeat;*/
/*    flex-direction: column;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/
/*.cobranding-top h1{*/
/*    font-size: 31px;*/
/*    text-align: center;*/
/*    margin-top: 10px;*/
/*    color: white;*/
/*    font-weight: 200;*/
/*}*/
/*.downloads-top {*/
/*    display: flex;*/
/*    height: 57px;*/
/*    width: 340px;*/
/*    margin-left: 7%;*/
/*    border-radius: 0 0 50px 50px;*/
/*    background: linear-gradient(90deg, var(--first-color)  0%, var(--second-color) 56%);*/
/*    background-repeat: no-repeat;*/
/*    flex-direction: column;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/
/*.downloads-top h1{*/
/*    font-size: 31px;*/
/*    text-align: center;*/
/*    margin-top: 10px;*/
/*    color: white;*/
/*    font-weight: 200;*/
/*}*/
.feedback{
    display: flex;
    flex-direction: column;
    /*width: 100%;*/
    background-size: cover;
    height: auto;
    margin: 20px 0;
    align-items: center;
    gap: 20px;
}
/*.feedback-top{*/
/*    height: auto;*/
/*    width: 100%;*/
/*    flex-direction: column;*/
/*    background-size: cover;*/
/*}*/
/*.feedback-top{*/
/*    height: 57px;*/
/*    width: 340px;*/
/*    border-radius: 0 0 50px 50px;*/
/*    display: flex;*/
/*    background: linear-gradient(90deg, var(--first-color)  0%, var(--second-color) 56%);*/
/*    background-repeat: no-repeat;*/
/*    flex-direction: column;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/
/*.feedback-top h1{*/
/*    font-size: 31px;*/
/*    text-align: center;*/
/*    margin-top: 10px;*/
/*    color: white;*/
/*    font-weight: 200;*/
/*}*/

.feedback-card{
    /*background-color: #EEEEED;*/
    border-radius: 25px;
    height: auto;
    /*width: 80%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feedback-card h2{
    color: #293379;
}

.feedback-name{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
}
.feedback-card input{
    height: 30px;
    width: 80%;
    color: black;
    background-color: #ffffff;
    border: none;
    margin-top: 19px;
    padding: 10px;
}
.feedback-name button{
    height: 40px;
    width: 50%;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(23,155,214,1) 0%, rgba(41,59,144,1) 56%);
    margin-top: 19px;
    color: white;
    border: none;
    margin-bottom: 20px;
}
.feedback-name input[type="text"]::placeholder,
.feedback-name input[type="email"]::placeholder,
.feedback-name input[type="date"]::placeholder,
.feedback-name input[type="time"]::placeholder {
    color: #D6D9DE;/* Change this to your desired grey color */
    opacity: 1; /* Ensures the placeholder color is fully opaque */
}
.emoji-cards{
    display: flex;
    flex-direction: row;
    height: 39px;
    width: 80%;
    justify-content: space-around; /* Space evenly between emojis */
    align-items: center;
    border-radius: 25px;
    margin-top: 10px;
}
.emoji-cards span{
    /*background-color: #D4D8EC;*/
    height: 39px;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
     /* Make the emojis perfectly round */
    font-size: 24px; /* Adjust font size for the emojis */
    color: #000;
    
}
.Titlecard h2{
    color: #293379;
}
.appointment-card{
    padding: 10px 0px;
    background-color: #EEEEED;
    border-radius: 25px;
    height: auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #D6D9DE;
    margin-bottom: 15px;
}
.appointment-card button{
    font-weight: 900;
    font-size: 15px;
}

.appointment-card input{
    height: 30px;
    width: 80%;
    background-color: #ffffff;
    color: black;
    border: none;
    margin-top: 19px;
    padding: 10px;
}
.feedback-card button{
    font-weight: 900;
    font-size: 15px;
}
.feedback-card input::placeholder{
    color: #D6D9DE;
}
.appointment-card input::placeholder{
    color: #D6D9DE;
}

.otp-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 19px;
  width: 80%;
}

.otp-container .otp-verify-btn {
    background: linear-gradient(90deg, var(--first-color)  0%, var(--second-color) 56%);
    color: white;
    padding: 1px 10px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    font-weight: 900;
    height: 30px;
}

/* ------------------------END----------------------- */


/* Footer Section */
.footer-1 {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    color: white;
    background: linear-gradient(90deg, var(--first-color)  20%, var(--second-color) 76%);
    width: 100%;
    position: relative;
    border-radius: 15px 15px 0 0;
}

.footer-1 button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-1 button i {
    font-size: 30px;
}

.footer-1 button p {
    margin: 0;
}


/* SVG Gradient Fix */
.svg-gradient {
    fill: url("background: linear-gradient(90deg, var(--first-color)  20%, var(--second-color) 76%);");
}

/* payment styles */
.products,.gallery,.feedback,#image-section,#video-section{
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    /*width: 100%;*/
    background-size: cover;
    height: auto;
    margin: 20px 0;
    gap: 15px;
}
#image-section{
    margin-top: 0;
}
.youtube-block{
    margin: 0 10px;
}
.youtube-block iframe {
    border-radius: 10px;
    overflow: hidden;
}
/*.producttop{*/
/*    width: 100%; */
/*}*/

.payment-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
  width: 80%;
}

.payment-info .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment-info .row p {
  margin: 0;
  font-size: 16px; 
  color: grey;
}

.paymentform{
    gap: 15px;
    margin: 20px 0;
    background-color: #EEEEED;
    border-radius: 25px;
    height: auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    overflow: hidden;
}

.qr-img{
    height: auto;
    width: 200px;
    object-fit: cover;
    margin: auto;
}

.text-center{
    text-align:center !important;
}

.d-block{
    display:block !important;
}


.cobranding .card{
  display: flex;
  flex-direction: row;
  border: 1.3px solid black;
  border-radius: 10px;
  padding: 10px;
  width: 90%;
  font-family: Arial, sans-serif;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 5px auto;
  height:auto !important;
}

.cobranding .card-image {
  flex-shrink: 0;
  width: 70px;
  /*height: 100%;*/
  border-radius: 5px;
  margin-right: 10px;
  /*margin-top: 7px;*/
  overflow: hidden;
}

.cobranding .card-image img{
    height:70px !important;
    width:70px !important;
}

.cobranding .card-content {
  /*flex-grow: 1;*/
  width: 70%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  word-break: break-word;
  white-space: normal;
  height: auto;
}

.cobranding .card-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #000;
}

.cobranding .card-text{
    font-size:13px !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.cobranding .card-subtitle {
  font-weight: bold;
  color: black;
  font-size: 14px;
  margin: 1px 0;
}

.cobranding .second-line {
  margin: 3px 0 0 0;
}

.cobranding .fw-normal {
  font-weight: normal !important;
}
.cobranding .text-gray {
  color: #585858 !important;
}

.cobranding .card-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cobranding .card-btns img{
    height:20px !important;
    width:20px !important;
}
.downloads .action-btns img{
    height:25px !important;
    width:25px !important;
}

.cobranding .card-btns i:hover {
  color: #000 !important;
}

.cobranding .card-btns i {
  cursor: pointer;
}

.cobranding .share{
    font-size:20px !important;
}

.d-flex{
    display:flex !important;
}

.justify-content-between{
    justify-content:space-between !important;
}

.align-items-center{
    align-items:center !important;
}

.mb-0{
    margin-bottom:0px !important;
}

.gap-10{
    gap:10px !important;
}

.px-20{
    padding-left:20px !important;
    padding-right:20px !important;
}

.text-14{
    font-size:14px !important;
}

.tab-container{
    background-color: white;
    border: 1.3px solid black;
    border-radius: 4px;
    -moz-box-shadow: 3.5px 4px 0 1px #dddddd;
    box-shadow: 3.5px 4px 0 1px #dddddd;
    margin: 10px;
}


/* Products-Services */
/* Products-Services */

.product-card-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 600px;   
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-list {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
}

.product-card {
  background: #f4f4fa;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin: 20px auto;
  width: 90%;
  flex: 0 0 100%;                /* don't grow/shrink, exactly 100% of container */
  max-width: 100%;
  box-sizing: border-box;
  transition: transform 0.3s ease-in-out;
}

.card-carousel { 
  position: relative;
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.card-carousel .carousel-viewport {
  overflow: hidden;
  flex: 1;
}
.card-carousel .carousel-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.card-carousel img {
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 4px;
}

.carousel-arrow {
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0.5rem;
  color: #333;
  user-select: none;
  z-index: 2;
}

.left-arrow  { margin-right: 0.5rem; }
.right-arrow { margin-left: 0.5rem; }

.carousel-arrow:hover {
  color: #0073e6;
  transform: scale(1.1);
}

.product-card h3 {
  margin: 0;
  text-align: center;
  color: #212a53;
  font-weight: 800;
}

.product-card p {
  margin-top: 5px;
  color: #656565;
}

.product-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.product-footer {
  display: grid;
  justify-items: center;
  grid-row-gap: 3px;
  align-items: center;
  margin-top: 5px;
  align-content: space-evenly;
}

.product-description {
  font-weight: 800;
  color: #212a53;
}

.product-card button {
  background-color: var(--primary-color2);
  color: var(--button-color);
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: medium;
}

.readmore-text {
  transition: all 0.3s ease;
}

.readmore-toggle {
  color: #007BFF;
  cursor: pointer;
  font-weight: 500;
  margin-top: 4px;
  display: inline-block;
}


.catalogue-badges {
  overflow-x: auto;
  white-space: nowrap;
  margin: 0 10px;
  display: flex;
  gap: 10px;
}
.badge {
  display: inline-block;
  padding: 6px 12px;
  background-color: #e0e0e0;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
}
.badge.active {
  background-color: #007BFF;
  color: white;
}

/*Image Gallery*/
.image-layout-1 .catalogue {
  padding: 5px;
  border: 2px solid black;
  border-radius: 15px;
  margin: 10px;
}

.image-layout-1 .catalogue-title {
  font-size: large;
  background-color: #edebeb;
  font-weight: bolder;
  padding: 10px;
  border-radius: 15px;
  color: var(--page-heading-color);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-layout-1 .catalogue-title h2 {
  margin: 0;
  width: fit-content;
}
.image-layout-1 .catalogue-title i {
  font-size: xx-large;
  cursor: pointer;
}

.image-layout-1 .catalogue-image-container {
  position: relative;
  margin-top: 5px;
  height: 150px;
}

.image-layout-1 .catalogue-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
  z-index: 1;
  position: absolute;
}
.image-layout-1 .catalogue-image-container div {
  width: 150px;
  position: absolute;
  z-index: 10;
  transition: all 0.5s;
  /* box-shadow: 20px 0px 20px 0px rgb(0, 0, 0, 1); */
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}

.image-layout-1 .catalogue-image-container div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 100%;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  border-radius: 10px;
}

.image-layout-1 .catalogue-image-container div:hover {
  transform: scale(0.9);
}

.image-layout-2 .disabled,
.image-layout-3 .disabled {
  color: grey;
}

.image-layout-2 .catalogue-header,
.image-layout-3 .catalogue-header {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: xx-large;
  color: var(--page-heading-color);
  margin: 0 10px;
}

.image-layout-2 .catalogue-title,
.image-layout-3 .catalogue-title {
  font-size: large;
  background-color: var(--page-heading-color);
  padding: 10px;
  border-radius: 15px;
  color: white;
  text-align: center;
  margin: 15px 10px;
  width: -webkit-fill-available;
}

.image-layout-2 .catalogue-description {
  text-align: center;
}

.image-layout-2 .catalogue-image-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.image-layout-2 .catalogue-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1; /* Ensures square cropping */
  transition: transform 0.3s ease;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.image-layout-2 .catalogue-image-container img:hover {
  transform: scale(1.05);
}

.image-layout-3 .catalogue-description {
  text-align: center;
  border: 1px solid black;
  border-radius: 10px;
  margin: 5px 10px;
  padding: 5px;
}

.image-layout-3 .catalogue-image-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.image-layout-3 .catalogue-image-container img {
  width: 100%;
  max-width: 80%;
  max-height: 80vh;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.image-layout-3 .catalogue-image-container i {
  font-size: 40px;
  cursor: pointer;
}

/* Add the back button styles */
.back-button {
  display: block;
  margin: 15px 10px;
  padding: 10px;
  font-size: medium;
  background-color: var(--page-heading-color);
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.back-button:hover {
  background-color: darken(var(--page-heading-color), 10%);
}

/* Hide elements by default */
.hidden {
  display: none;
}
