:root{
  /* color scheme 1 */
  
  /*--secondary-color: #764E25;*/
  /*--primary-color1: #e8a918;  */
  /*--primary-color1-end: #e8a918;*/
  /*--primary-color2: midnightblue;*/
  /*--primary-color2-end: midnightblue;*/
  /*--primary-overlay-color: #ffffff;*/
  /*--text-color: midnightblue;*/
  /*--page-heading-color: midnightblue;*/
  /*--page-heading-color-end: midnightblue;*/
  /*--social-media-color: midnightblue;*/
  /*--social-media-color-end: midnightblue;*/
  /*--button-bgcolor: #e8a918;*/
  /*--button-bgcolor-end: #e8a918;*/
  /*--button-color: midnightblue;*/
  /*--footer-color: #e8a918;*/
  /*--footer-color-end: #e8a918;*/
  /*--footer-icons-color: midnightblue;*/
  
  /*color scheme 2 */
    
  /*--secondary-color: #764E25;*/
  /*--primary-color1: #A0DBE9; */
  /*--primary-color1-end: #A0DBE9;*/
  /*--primary-color2: #0F425B;*/
  /*--primary-color2-end: #0F425B;*/
  /*--primary-overlay-color: #ffffff;*/
  /*--text-color: #0F425B;*/
  /*--page-heading-color: #0F425B;*/
  /*--page-heading-color-end: #0F425B;*/
  /*--social-media-color: #0F425B;*/
  /*--social-media-color-end: #0F425B;*/
  /*--button-bgcolor: #A0DBE9;*/
  /*--button-bgcolor-end: #A0DBE9;*/
  /*--button-color: #0F425B;*/
  /*--footer-color: #0F425B;*/
  /*--footer-color-end: #0F425B;*/
  /*--footer-icons-color: #A0DBE9;*/

   /*color scheme 3 */
    
  /*--secondary-color: #764E25;*/
  /*--primary-color1: #00AA9D;*/
  /*--primary-color1-end: #00AA9D;*/
  /*--primary-color2: #045A68;*/
  /*--primary-color2-end: #045A68;*/
  /*--primary-overlay-color: #ffffff;*/
  /*--text-color: #045A68;*/
  /*--page-heading-color: #045A68;*/
  /*--page-heading-color-end: #045A68;*/
  /*--social-media-color: #045A68;*/
  /*--social-media-color-end: #045A68;*/
  /*--button-bgcolor: #00AA9D;*/
  /*--button-bgcolor-end: #00AA9D;*/
  /*--button-color: white;*/
  /*--footer-color: #045A68;*/
  /*--footer-color-end: #045A68;*/
  /*--footer-icons-color: white; */

  /*color scheme 4 */
   
  /*--secondary-color: #764E25;*/
  /*--primary-color1: #00a199;*/
  /*--primary-color1-end: #0775b5;*/
  /*--primary-color2: #2A347B;*/
  /*--primary-color2-end: #2A347B;*/
  /*--primary-overlay-color: #ffffff;*/
  /*--text-color: #2A347B;*/
  /*--page-heading-color: #00a199;*/
  /*--page-heading-color-end: #0775b5;*/
  /*--social-media-color: #00a199;*/
  /*--social-media-color-end: #0775b5;*/
  /*--button-bgcolor: #2A347B;*/
  /*--button-bgcolor-end: #2A347B;*/
  /*--button-color: white;*/
  /*--footer-color: #00a199;*/
  /*--footer-color-end: #0775b5;*/
  /*--footer-icons-color: white;*/

  /* color scheme 5 */
  
  /*--secondary-color: #764E25;*/
  /*--primary-color1: #2A347B;*/
  /*--primary-color1-end: #2A347B;*/
  /*--primary-color2: #f89421;*/
  /*--primary-color2-end: #f05c27;*/
  /*--primary-overlay-color: #ffffff;*/
  /*--text-color: #2A347B;*/
  /*--page-heading-color: #2A347B;*/
  /*--page-heading-color-end: #2A347B;*/
  /*--social-media-color: #f89421;*/
  /*--social-media-color-end: #f05c27;*/
  /*--button-bgcolor: #f89421;*/
  /*--button-bgcolor-end: #f05c27;*/
  /*--button-color: white;*/
  /*--footer-color: #2A347B;*/
  /*--footer-color-end: #2A347B;*/
  /*--footer-icons-color: white;*/

  /* color scheme 6 */
  
  /*--secondary-color: #764E25;*/
  /*--primary-color1: #FEBE21;*/
  /*--primary-color1-end: #FEBE21;*/
  /*--primary-color2: #512565;*/
  /*--primary-color2-end: #512565;*/
  /*--primary-overlay-color: #ffffff;*/
  /*--text-color: #512565;*/
  /*--page-heading-color: #512565;*/
  /*--page-heading-color-end: #512565;*/
  /*--social-media-color: #512565;*/
  /*--social-media-color-end: #512565;*/
  /*--button-bgcolor: #FEBE21;*/
  /*--button-bgcolor-end: #FEBE21;*/
  /*--button-color: #512565;*/
  /*--footer-color: #FEBE21;*/
  /*--footer-color-end: #FEBE21;*/
  /*--footer-icons-color: #512565;*/

}

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

.profile::before {
  content: "";
  clip-path: polygon(5% 70%, 96% 70%, 91% 100%, 0% 100%);
  position: absolute;
  width: 118%;
  background: linear-gradient(90deg, var(--primary-color1), var(--primary-color1-end)) top, linear-gradient(90deg, var(--primary-color2), var(--primary-color2-end)) bottom;
  background-size: 100% 88%;
  background-repeat: no-repeat;
  height: 80%;
  /*background-color: #2A347B;*/
  rotate: -20deg;
  z-index: -1;
  left: -54px;
  margin-bottom: 144px;
  display: grid;
}

.header::before {
  content: ;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 52%;
  height: calc(100% + 50px);
  background-color: var(--secondary-color);
  z-index: -1;
  left: 24%;
}

.name-info {
  text-align: center;
  position: relative;
  z-index: 2;
  color: var(--text-color);
  width: fit-content;
  width: 100%;
}

.contact-info {
  font-weight: 600;
  margin-top: 10px;
  margin-left: 10px;
  margin-left: 20px;
  text-align: left;
  color: var(--text-color);
  width: 79%;
}

.contact-info i {
  background-color: var(--text-color);
  color: white;
  margin-right: 7px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  line-height: 30px;
  cursor: pointer;
}

.info-icons i {
  background-color: var(--text-color);
  color: white;
  width: 43px;
  text-align: center;
  line-height: 44px;
  height: 43px;
  border-radius: 50%;
  font-size: 23px;
}

.social-media {
  position: relative;
  text-align: center;
  display: flex;
  width: 62%;
  background: linear-gradient(90deg, var(--social-media-color), var(--social-media-color-end));
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  overflow-x: auto;
}

.actions i {
  color: var(--text-color);
  font-size: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  margin: 0;
}

.footer {
  display: flex;
  justify-content: space-around;
  padding: 10px; 
  background: linear-gradient(90deg, var(--footer-color), var(--footer-color-end));
  color: white;
  position: static;
  height: 9%;
  bottom: 0;
  width: calc(100% - 20px);
}

.footer button {
  background: none;
  border: none;
  color: var(--footer-icons-color);
  cursor: pointer;
  font-size: 11px;
}

.info::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100px;
  height: 100px;
  background-color: var(--page-heading-color);
  clip-path: polygon(0 0, 100% 0, 0% 100%);
}

.info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 40px solid var(--page-heading-color);
  border-left: 40px solid transparent;
}

.download button{
  width: 75%;
  border: 0;
  background: linear-gradient(90deg, var(--button-bgcolor), var(--button-bgcolor-end));
  color: var(--button-color);
  font-size: 1em;
  cursor: pointer;
}

.product-card button {
  background: linear-gradient(90deg, var(--button-bgcolor), var(--button-bgcolor-end));
  color: var(--button-color);
  padding: 2px 7px;
  border: none;
  cursor: pointer;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.5px;
  font-size: 1.1em;
}

.image-layout-1 .catalogue-title{
  font-size: large;
  background-color: var(--page-heading-color);
  padding: 10px ;
  border-radius: 15px;
  color: white;
  margin: 15px 10px;
}
 

.feedback-bg h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: var(--text-color);
  font-size: 20px;
  font-weight: 800;
}

.emojis button {
  margin-top: 10px;
  font-size: 24px;
  width: 57px;
  height: 37px;
  /*background: #d7d4ed;;*/
  border: 0;
  color: var(--text-color);
  cursor: pointer;
}

.feedback-submit button {
  background: linear-gradient(90deg, var(--button-bgcolor), var(--button-bgcolor-end));
  color: var(--button-color);
  padding: 3px 16px;
  border: none;
  cursor: pointer;
  font-size: 17px;
  margin: auto;
  font-weight: 900;
}

.feedback-name .otp-verify-btn , .appointment-form .otp-verify-btn{
    background: linear-gradient(90deg, var(--button-bgcolor), var(--button-bgcolor-end));
    color: var(--button-color);
    padding: 1px 10px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    font-weight: 900;
}

/*.page-heading::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -10px;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: linear-gradient(90deg, var(--page-heading-color), var(--page-heading-color-end));*/
/*  clip-path: polygon(10% 0%, 90% 0%, 90% 50%, 10% 50%);*/
/*  z-index: -1;*/
/*}*/

.appointment-form button {
  background: linear-gradient(90deg, var(--button-bgcolor), var(--button-bgcolor-end));
  color: var(--button-color);
  padding: 4px 15px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  margin: auto;
  font-weight: 800;
}


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

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

.scrollable-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.home-page{
  margin: 0;
}
section {
  margin: 20px 0;
  min-height: 100vh;
}

.header {
  display: flex;
  padding: 10px;
  color: white;
  position: relative;
  z-index: 1;
  
}


.header::before {
  clip-path: polygon(50% 73%, 100% 52%, 100% 0, 0 0, 0% 52%);
}

.logo-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 15%;
}

.logo::before {
sklkclemwlke
}

.logo {
  font-weight: bold;
}

.logo img {
  width: 50px;
  height: auto;
  border-radius: 3px;
}

.create {
  color: black;
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}

.image {
  width: 70%;
  display: flex;
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  flex-direction: column;

}

.image::before {
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    content: "";
    position: absolute;
    top: 25%;
    bottom: 0px;
    width: 55%;
    height: 60%;
    background: gray;
    left: 0;
    z-index: -1;
}

.techno{
  display: ruby;
}

.techno img {
    min-width: 90%;
    min-height: 60px;
    max-width: 100%;
    max-height: 60px;
    margin-top: 10px;
    object-fit: contain;
}

.profile {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #2A347B;
  display: grid;
  align-items: center;
  margin-top: 10px;
}



.profile img {
  width: 101%;
  height: 101%;
  object-fit: cover;
}

.triangle {
  width: 15%;
  position: relative;
  text-align: center;
}

.triangle::before {
  content: "";
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background: darkgray;
  display: flex;
  width: 300%;
  height: 55%;
  z-index: -2;
  position: relative;
  top: 40%;
  right: 98px;
}

.company {
  text-align: right;
}

.company img {
  width: 50px;
  height: auto;
}

.tagline {
  font-size: 12px;
  color: #555;
}



.name-info h2 {
  line-height: 1.1em;
  margin: 0;
  font-size: 20px;
}

.name-info p {
  margin: 5px 0;
  line-height: 0.8em;
  font-size: 15px;
}

.info {
  padding: 20px;
  background-color: #2d4a9d;
  color: white;
  text-align: center;
  position: relative;
}

.info h2 {
  margin: 0;
  font-size: 20px;
}

.info p {
  margin: 5px 0;
}

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



.contact-info a {
    text-decoration: none;
}



.contact-info span {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.contact-info span p {
  max-width: 80%;
  margin:0;
  overflow-wrap: break-word;
}


.info-icons {
  margin-top: 18px;
  cursor: pointer;
  margin-right: 20px;
}

.info-icons span{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}


.social-media a {
  text-decoration: none;
  color: white;
}
.social-media img {
  width: 28px;
  margin: 7px;
  background-color: white;
  display: flex;
  border: 4px solid white;
  border-radius: 50%;
}

.base {
  margin-top: 4%;
  display: flex;
  flex-direction: row-reverse;
}


.fa-whatsapp::before {
font-size: 29px;
}

.whatsapp {
  display: block;
  width: 50%;
  height: 20%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right:10px
}

.whatsapp input {
  width: 95%;
  height: 30px;
  font-size: 14px;
  text-align: center;
}

.whatsapp button {
  font-size: 14px;
  background-color: #51b14d;
  width: 100%;
  margin-top: 3px;
  justify-content: center;
  color: #fff;
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 40px;
}

.whatsapp button i {
  margin-right: 5px;
}

.whatsapp fa-whatsapp::before {
  font-size: 21px;
}

.actions {
  display: grid;
  grid-template-columns: 30% 47% 30%;
  justify-content: center;
  margin-left: 18px;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: small;
  justify-items: center;
  align-items: center;
}

.actions button {
  font-weight: 600;
  font-size: 10px;
  background: none;
  justify-content: center;
  color: black;
  border: none;
  align-items: center;
  cursor: pointer;
}

.actions img {
  width: 40px;
}



.footer button i {
  font-size: 26px;
}
.footer button p {
  margin: 0;
}




/* About Us*/
.About-us > .content {
    padding-top: 10px;
}
.About-us > .content > div > span {
    padding: 0 15px;
}
.About-us > .content >  div {
  margin: 25px;
  margin-top: 15px;
  background-color: #efefef;
  color: grey;
  padding: 0.1px;
  border-radius: 25px;
  position: relative;
  display: flex;
  align-items: center;
}
.download {
  position: relative;
  display: flex;
  justify-content: center;
  height: 40px;
}


/* Products-Services */
/* 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;
}



/*Feedback*/
.feedback-bg {
    background: #8161611c;
    margin: 40px 25px;
    margin-top: 50px;
    border-radius: 6%;
    padding: 15px;
    display: flex;
    padding-right: 10px;
    align-items: center;
    justify-content: center;
}

.emojis {
    display: flex;
    justify-content: space-evenly;
}

.feedback-form {
  justify-content: center;
  margin-top: 12px;
  grid-gap: 10px;
  display: grid;
  grid-template-columns: 100%;
  height: auto;
}
#fullname2 {
  border: 0;
  width: 90%;
  padding: 12px;
  margin-top: 8px;
}
#feedback {
  border: 0;
  width: 90%;
  height: 110px;
  top: 30px;
  padding: 12px;

}
.feedback-name {
  display: flex;
  justify-content: center;

}
.feedback-details {
  display: flex;
  justify-content: center;
}
.feedback-submit {
  text-align: center;
  margin-top: 10px;
}

/* Appointment Form */
.apponitment-form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  flex-direction: column;
}

/*.page-heading::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -10px;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 1px;*/
/*  background-color: #000000;*/
/*  z-index: -1;*/
/*}*/


.page-heading {
  display: flex;
  justify-content: center;
  font-size: 1.3em;
  text-align: -webkit-left;
  z-index: 2;
  color: white;
  font-size: 1.6em;
  font-weight:bold;
    background: linear-gradient(90deg, var(--page-heading-color), var(--page-heading-color-end));
    padding: 15px 5px;
    width: 90%;
    height: fit-content;
    margin: auto;
    margin-bottom: 10px;
}

.appointment-form .form-wrapper {
  background-color: #efefef;
  margin: 30px;
  padding: 20px 10px;
  margin-top: 50px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* width: 100%; */
  /*max-width: 400px;*/
  display:flex;
}

.appointment-form label {
  display: block;
  margin-bottom: 5px;
}

.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form input[type="tel"],
.appointment-form input[type="date"],
.appointment-form input[type="time"],
.feedback-form input[type="text"],
.feedback-form input[type="email"],
.feedback-form input[type="tel"],
.feedback-form input[type="date"],
.feedback-form input[type="time"]{
  width: 100%;
  padding: 10px;
  color: grey;
  margin-bottom: 15px;
  border: 0px solid #ccc;
  box-sizing: border-box;
}

.appointment-form input[type="date"] {
  width: 100%;
}

.appointment-form input[type="time"] {
  width: 100%;
}

.appointment-form .submit-button {
  text-align: center;
  margin-top: 30px;
}



.appointment-form button:hover {
  background-color: #d9534f;
}

@media (max-width: 400px) {
  .apponitment-form .form-wrapper {
    max-width: 95%;
  }
}

/* Images 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;
}

.catalogue-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.catalogue-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalogue-image-container img {
  max-width: 100%;
  max-height: 400px;
}

/* Videos */
#video-section .youtube-block {
  width: 80%;
  max-width: 400px;
  margin: 10px auto;
  padding: 10px;
  background-color: #e7e7e7;
  border-radius: 20px;
}

#video-section .youtube-block iframe {
  border-radius: 20px;
}


.tooltip-content {
      position: absolute;
      display: none;
      padding: 5px;
      font-size: 12px;
      line-height: 1.3em;
      z-index: 999;
      max-width: 400px;
      /* tooltip content width */
      border: 1px solid gray;
      /* tooltip content border */
      z-index: 9999;
      background-color: white;
      /* tooltip background color */
}

.access-blocked{
    padding: 0px 10px;
    /*pointer-events: none;*/
    /*user-select: none;*/
    position: relative;
}

.access-blocked{
          /*opacity:0.5;*/
          color:rgba(0, 0, 0, 0.35) !important;
      }


/* payment styles */

.products{
    display: flex;
    flex-direction: column;
    align-items: center;
    /*width: 100%;*/
    background-size: cover;
    height: auto;
    margin: 20px 0;
    gap: 15px;
}
.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;
}


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

.aboutform{
    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;
}

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

.text-center{
    text-align:center !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-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 i:hover {
  color: #000 !important;
}

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

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

.mb-20{
    margin-bottom: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;
}


.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;
}

.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);
}

