:root {
  --card-w: 360px;
  --red: #e53935;
  --whatsapp: #25D366;
  --mail-bg: rgba(255, 255, 255, 0.10);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #111;
  font-family: 'Roboto', sans-serif;
  background: url(../bgwood.png);
  background-size: contain;
  display:grid;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 90px;
}
.theme{
    border: 6px solid pink;
}
.theme .title{
    margin: 0 0 8px 0;
    color: deeppink;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.6px;
}
.theme  .title-underline {
    width: 65px;
    height: 2px;
    background: deeppink;
    border-radius: 2px;
    margin: 6px 0 12px 0;
}
.main_page.page {
  width: 100%;
  max-width: 420px;
  padding: 16px 12px 28px;
  display: flex;
  justify-content: center;
  background: #ffc0cb;
}
.main_page .header {
   width: 100%;
    min-height: 390px;
    height: auto;
    position: relative;
    border-radius: 6px;
    overflow: visible;
    color: #fff;
    background-size: cover;
    background-position: center;
    padding-bottom: 20px;
}
.main_page .header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.main_page .views {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffc0cb;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 0 0 6px 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    z-index: 20;
}
.main_page .avatar-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 26px;
  z-index: 18;
  pointer-events: auto;
  margin-top: 20px;
}
.main_page .avatar {
  width: 96px;
  height: 96px;
  background: #fff;
  padding: 8px;
  border-radius: 6px;
  /*box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);*/
  overflow: hidden;
  border: 2px solid deeppink;
}
.main_page .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}
.main_page .header-content {
  position: absolute;
  left: 18px;
  top: 130px;
  right: 18px;
  z-index: 18;
  pointer-events: auto;
}

.main_page .name {
  text-align: center;
  margin-top: 35px;
}

.main_page .name h1 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color:rgb(55 57 58);
}

.main_page .name p {
  margin: 6px 0 0;
  font-size: 12px;
  color:rgb(55 57 58);;
}
.main_page .name h4{
    margin: 22px 0px 10px;
}

.main_page .underline {
    width: 2px;
    height: 42px;
    background: #ff0000;
    border-radius: 2px;
    margin: 10px 5px 0px 3px;
    position: relative;
    bottom: 11px;
}
.main_page .actions {
  gap: 13px;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.main_page .action-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main_page .people{
    display: flex;
    justify-content: center;
}
.main_page .person{
    width:50%;
}
.main_page .btn {
  background-color: deeppink;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
}
.main_page span{
    color: rgb(55 57 58);
    font-size: 13px;
}
.main_page .text span{
    color:black !important;
}
.main_page .text .badge {
    background: #ff1493;
    color: #fff;
    padding: 5px 9px;
    border-radius: 20px;
    font-size: 13px;
    display: inline-block;
}
/*.main_page .address_text{*/
/*    background-color: #ffffffed;*/
/*    padding: 10px 20px;*/
/*    border-radius: 30px;*/
/*}*/
.main_page .contact {
  border-radius: 6px;
  padding: 12px;
  position: relative;
  z-index: 16;
}
.main_page .btn .fa-whatsapp:before {
    font-size: 19px;
}
.main_page .contact .row {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 0;
}

.main_page .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: deeppink;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  flex: 0 0 28px;
}

.main_page .text {
  font-size: 14px;
  color: #37393a;
}
.main_page .call_style{
    text-decoration:none;
    color:#37393a;
    font-size:15px;
}
.main_page .share {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  align-items: center;
}

.main_page .flag {
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex: 0 0 36px;
}

.main_page .share input {
  flex: 1;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 13px;
  width:100%;
}

.main_page .share .share-btn {
  background: var(--whatsapp);
  color: #fff;
  border: 0;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: 700;
}
.main_page .small-actions {
  display: flex;
  margin-top: 10px;
}
.main_page .small-actions i{
    font-size: 20px;
    padding-bottom: 4px;
}
.main_page .small-actions .g {
    padding: 10px 4px;
    font-size: 13px;
    color: #F1F1F1;
    margin: 4px;
    background: rgba(72, 72, 72, 0.55);
    flex: 1;
    border-bottom: 6px solid #37393A;
    display: inline-block;
    text-align:center;
}
.main_page .btn,
.main_page .avatar,
.main_page .contact,
.main_page .share .share-btn,
.main_page .small-actions .g {
  position: relative;
  z-index: 22;
}
.main_page .social_link{
    text-align:right;
    margin: 15px 0px 5px;
}
.main_page .social_link a{
    padding:5px;
}
@media (max-width: 360px) {
  :root {
    --card-w: 340px;
  }
  .main_page .avatar {
    width: 86px;
    height: 86px;
    padding: 6px;
  }
  .main_page .header-content {
    top: 120px;
    left: 14px;
    right: 14px;
  }
}

/*About Us page CSS*/
.about-wrapper.about_us {
  width: 100%;
  max-width: 420px;
  padding: 10px 0;              
}
.about_us .about-card {                
  background: #f7f7f7;          
  border-radius: 2px;
  padding: 18px 18px 20px;
  box-shadow: inset 0px 0px 10px rgb(0 0 0 / 33%); 
  /*border: 6px solid transparent; */
  box-sizing: border-box;
  color: #222;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/*.about_us .about-title {*/
/*  margin: 0 0 8px 0;*/
/*  color: #ff0000;               */
/*  font-size: 16px;*/
/*  font-weight: 800;*/
/*  letter-spacing: 0.6px;*/
/*}*/

/*.about_us .title-underline {*/
/*  width: 65px;*/
/*  height: 2px;*/
/*  background: #ff0000;*/
/*  border-radius: 2px;*/
/*  margin: 6px 0 12px 0;*/
/*}*/
.about_us .company-info {
  margin: 0 0 12px 0;
  padding: 0;
}
.about_us .info-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 4px 0;
}
.about_us .company-info dt {
  width: 110px;                
  color: #494646;
  font-size: 14px;
  font-weight: 700;
}
.about_us .company-info dd {
  margin: 0;
  color: #333;
  font-size: 13px;
  flex: 1;
}
.about_us .section-heading {
  margin: 14px 0 14px 0;
  font-size: 16px;
  font-weight: 700;
  color: #4a4a4a;
}
.about_us .small-paragraph {
  margin: 0 0 8px 0;
  font-size: 13px;
  color: #444;
  line-height: 1.45;
}
.about_us .simple-list {
  margin: 0 0 8px 18px;
  padding: 0;
  color: #444;
  font-size: 13px;
}
.about_us .simple-list li {
  margin: 6px 0;
  list-style: disc;
}

/* download link */
.about_us .download {
  margin-top: 18px;
}
.about_us .download-link {
  color: #333;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px dotted #ccc;
}
.about_us .file-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.about_us .file-info {
  display: flex;
  align-items: center;
  gap: 5px;
}
.about_us .file-actions {
  display: flex;
  gap: 8px;
}

.about_us .file-actions i {
  border: 1px solid #00000085;
  border-radius: 50%;
  padding: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}

.about_us .file-actions i:hover {
  background: #f0f0f0;
}
@media (max-width: 360px) {
  .about_us .about-card {
    width: 92%;
    padding: 14px;
  }
  .about_us .company-info dt { width: 100px; }
}


/*Products page*/
.product-wrapper.our_product {
  width: 100%;
  max-width: 420px;
  padding: 10px 0;              
}
.our_product .product-card {                
  background: #f7f7f7;          
  border-radius: 2px;
  padding: 18px 18px 20px;
  box-shadow:inset 0px 0px 10px rgb(0 0 0 / 33%); 
  /*border: 6px solid transparent; */
  box-sizing: border-box;
  color: #222;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.our_product .product-title {
  margin: 0 0 8px 0;
  color: #ff0000;              
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.6px;
}
/*.our_product .title-underline {*/
/*  width: 65px;*/
/*  height: 2px;*/
/*  background: #ff0000;*/
/*  border-radius: 2px;*/
/*  margin: 6px 0 12px 0;*/
/*}*/
/*.our_product .product-title {*/
/*    margin: 0 0 8px 0;*/
/*    color: #ff0000;*/
/*    font-size: 16px;*/
/*    font-weight: 800;*/
/*    letter-spacing: 0.6px;*/
/*}*/
.our_product .product-list {
  width: 380px;
  margin: 15px auto;
  padding: 15px;
  text-align: center;
  font-family: sans-serif;

  background: #f8f9fd;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.our_product .pro-title {
  color: #1a2a5a;
  font-size: 19px;
  margin: 7px auto 14px;
}

.our_product .product-desc {
  margin: 4px 0 10px;
  font-size: 13px;
  color: #555;
  font-size: 14px;
  line-height: 1.4em;
}
.our_product .product-desc .desc-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;   
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;     
  vertical-align: top;
}

.our_product .product-desc .read-more {
  display: inline-block;
  margin-left: 5px;
  color: #007bff; 
  text-decoration: none;
  cursor: pointer;
}
.our_product .product-description{
    margin-top:15px;
}
.our_product .service_btn button{
    background: #ff1493;
    color: white;
    border: 1px solid #E91E63;
    border-radius: 6px;
    padding: 5px 10px;
}
.our_product .service_btn{
    margin: 10px 0px;
}
.our_product .service_btn a{
    text-decoration: none;
}
.slider {
    position: relative;
    width: 100%;
    max-width: 420px;   
    margin: 0 auto;
    box-sizing: border-box;
  }

  /* visible viewport */
  .slides-wrapper {
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .slides {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
  }
  .slides img {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    height: 260px;          
    object-fit: cover;
    border-radius: 10px;
    user-select: none;
    -webkit-user-drag: none;
    box-sizing: border-box;
  }
  .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.16);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
  }
  .prev { left: -18px; }  
  .next { right: -18px; }

  .prev:disabled, .next:disabled {
    opacity: 0.45;
    cursor: default;
  }
.our_product .price {
  margin: 12px 0;
  font-weight: bold;
  color: #1a2a5a;
}
.our_product .catalogue-badges {
    overflow-x: auto;
    white-space: nowrap;
    margin: 0 10px;
    display: flex;
    gap: 10px;
}
.our_product .badge {
    display: inline-block;
    padding: 6px 12px;
    background-color: #e0e0e0;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
}
.our_product .badge.active {
    background-color: #007BFF;
    color: white;
}
.our_product .fb-btn {
    margin-top: 12px;
    background: deeppink;
    color: #fff;
    border: 0;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    margin: 10px auto 0px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
}
.our_product .btn_anchor{
    text-decoration: none;
}
@media(max-width:991px){
 .our_product .product-list {
   width: auto;
}
}

/*Payment page*/
.payment-wrapper.our_payment {
  width: 100%;
  max-width: 420px;
  padding: 10px 0;              
}
.our_payment .payment-card {                
  background: #f7f7f7;          
  border-radius: 2px;
  padding: 18px 18px 20px;
  box-shadow:inset 0px 0px 10px rgb(0 0 0 / 33%); 
  /*border: 6px solid transparent; */
  box-sizing: border-box;
  color: #222;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/*.our_payment .payment-title {*/
/*  margin: 0 0 8px 0;*/
/*  color: #ff0000;              */
/*  font-size: 16px;*/
/*  font-weight: 800;*/
/*  letter-spacing: 0.6px;*/
/*}*/
/*.our_payment .title-underline {*/
/*  width: 65px;*/
/*  height: 2px;*/
/*  background: #ff0000;*/
/*  border-radius: 2px;*/
/*  margin: 6px 0 12px 0;*/
/*}*/
.our_payment .payment-title {
    margin: 0 0 8px 0;
    color: #ff0000;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.6px;
}
.our_payment .company-info {
  margin: 0 0 12px 0;
  padding: 0;
}
.our_payment .info-row {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  gap: 8px;
  padding: 4px 0;
}
.our_payment .company_info img{
    margin-top:20px;
    width: 100%;
}
.our_payment .company-info dt {
  width: 170px;                
  color: #494646;
  font-size: 14px;
  font-weight: 700;
}
.our_payment .company-info dd {
  margin: 0;
  color: #333;
  font-size: 14px;
  flex: 1;
}
.our_payment h6{
    font-size: 17px;
    margin: 15px auto 20px;
}
.our_payment p{
    font-weight: 600;
    font-size: 21px;
}
.our_payment .company_info{
    text-align:center;
}
/*Gallery page*/
.gallery-wrapper.our_gallery {
  width: 100%;
  max-width: 420px;
  padding: 10px 0;              
}
.our_gallery .gallery-card {                
  background: #f7f7f7;          
  border-radius: 2px;
  padding: 18px 18px 20px;
  box-shadow: inset 0px 0px 10px rgb(0 0 0 / 33%); 
  /*border: 6px solid transparent; */
  box-sizing: border-box;
  color: #222;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/*.our_gallery .gallery-title {*/
/*  margin: 0 0 8px 0;*/
/*  color: #ff0000;              */
/*  font-size: 16px;*/
/*  font-weight: 800;*/
/*  letter-spacing: 0.6px;*/
/*}*/
/*.our_gallery .title-underline {*/
/*  width: 65px;*/
/*  height: 2px;*/
/*  background: #ff0000;*/
/*  border-radius: 2px;*/
/*  margin: 6px 0 12px 0;*/
/*}*/
/*.our_gallery .gallery-title {*/
/*    margin: 0 0 8px 0;*/
/*    color: #ff0000;*/
/*    font-size: 16px;*/
/*    font-weight: 800;*/
/*    letter-spacing: 0.6px;*/
/*}*/
.image-layout-1 .catalogue {
  padding: 5px;
  border: 1px solid #00000033;
  box-shadow: 2px 2px 2px 2px #808080b8;
  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(--primary-color);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-layout-1 .catalogue-title h2 {
  margin: 0;
  width: fit-content;
  font-size: 21px;
  text-transform: capitalize;
}
.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: 5px;
  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-1 .catalogue-image-container {
  position: relative;
  height: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  padding-right: 20px;
}

.image-layout-1 .catalogue-image-container .catalogue-image {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 10px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

/* All images after the first overlap using percentage = auto spacing */
.image-layout-1 .catalogue-image-container .catalogue-image:not(:first-child) {
  margin-left: -30%;   /* Auto scaling overlap */
}

/* First image full visible */
.image-layout-1 .catalogue-image-container .catalogue-image:first-child {
  margin-left: 0;
}

/* Layering order - reverse stacking */
.image-layout-1 .catalogue-image-container .catalogue-image {
  z-index: 1;
}
.image-layout-1 .catalogue-image-container .catalogue-image:nth-child(1) { z-index: 10; }
.image-layout-1 .catalogue-image-container .catalogue-image:nth-child(2) { z-index: 9; }
.image-layout-1 .catalogue-image-container .catalogue-image:nth-child(3) { z-index: 8; }
.image-layout-1 .catalogue-image-container .catalogue-image:nth-child(4) { z-index: 7; }
.image-layout-1 .catalogue-image-container .catalogue-image:nth-child(5) { z-index: 6; }
.image-layout-1 .catalogue-image-container .catalogue-image:nth-child(6) { z-index: 5; }

/* Hover bring to front */
.image-layout-1 .catalogue-image-container .catalogue-image:hover {
  transform: translateY(-10px) scale(1.05);
  z-index: 999;
}

.image-layout-1 .catalogue-image-container img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.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(--primary-color1);
  margin: 0 10px;
}

.image-layout-2 .catalogue-title,
.image-layout-3 .catalogue-title {
  font-size: large;
  background-color: #0000007d;
  padding: 10px;
  border-radius: 15px;
  color: white;
  text-align: center;
  margin: 15px 10px;
  width: -webkit-fill-available;
}
.fa-arrow-circle-right, .fa-arrow-circle-left{
   color: #0000007d; 
}
.image-layout-2 .catalogue-description {
  text-align: start;
  font-size: 14px;
}

.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: #e0e0e0;
  color: black;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

/* 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;
}
.image-layout-1 .catalogue-image-container {
  overflow: hidden;
}
.image-layout-1 .catalogue-image-container div {
  max-width: 50%;     
  box-sizing: border-box;
}
@media (max-width: 520px) {
  .image-layout-1 .catalogue-image-container {
    height: 120px;      
  }
  .image-layout-1 .catalogue-image-container div {
    width: 110px;       
    height: 110px;
  }
  .image-layout-1 .catalogue-image-container div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
}

/*Video page*/
.video-wrapper.our_video {
  width: 100%;
  max-width: 420px;
  padding: 10px 0;              
}
.our_video .video-card {                
  background: #f7f7f7;          
  border-radius: 2px;
  padding: 18px 18px 20px;
  box-shadow: inset 0px 0px 10px rgb(0 0 0 / 33%); 
  /*border: 6px solid transparent; */
  box-sizing: border-box;
  color: #222;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/*.our_video .video-title {*/
/*  margin: 0 0 8px 0;*/
/*  color: #ff0000;              */
/*  font-size: 16px;*/
/*  font-weight: 800;*/
/*  letter-spacing: 0.6px;*/
/*}*/
/*.our_video .title-underline {*/
/*  width: 65px;*/
/*  height: 2px;*/
/*  background: #ff0000;*/
/*  border-radius: 2px;*/
/*  margin: 6px 0 12px 0;*/
/*}*/
.our_video .video-title {
    margin: 0 0 8px 0;
    color: #ff0000;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.6px;
}
.our_video .video-container{
    border: 1px solid #9E9E9E;
    padding: 6px;
    border-radius: 6px;
    box-shadow: 2px 2px 2px 2px #9e9e9eb5;
    background: #80808036;
    height:210px;
}
.our_video .video-container iframe,
.our_video .video-container video{
  width:100%;
  border-radius:6px;
  height:100%;
}

/*Feedback page*/
.feedback-wrapper.our_feedback {
  width: 100%;
  max-width: 420px;
  padding: 10px 0;              
}
.our_feedback .feedback-card {                
  background: #f7f7f7;          
  border-radius: 2px;
  padding: 18px 18px 20px;
  box-shadow:inset 0px 0px 10px rgb(0 0 0 / 33%); 
  /*border: 6px solid transparent; */
  box-sizing: border-box;
  color: #222;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/*.our_feedback .feedback-title {*/
/*  margin: 0 0 38px 0;*/
/*  color: #ff0000;              */
/*  font-size: 16px;*/
/*  font-weight: 800;*/
/*  letter-spacing: 0.6px;*/
/*}*/
.our_feedback .fb-inner{
  background:#f6cfcf;
  border-radius:6px;
  padding:14px;
}
.our_feedback .fb-subtitle{
  margin:0 0 10px;
  font-size:13px;
  font-weight:700;
}
.our_feedback .rating{
  position:relative;
  display:flex;
  align-items:center;
  gap:6px;
  background:#fff;
  border:1px solid #ddd;
  border-radius:6px;
  padding:6px 10px;
  width:100%;
}
.our_feedback .rating input{ display:none; }
.our_feedback .rating label{
  font-size:24px;
  color:#f1c40f;
  cursor:pointer;
  opacity:.35;
}
.our_feedback .rating label:hover,
.our_feedback .rating label:hover ~ label{ opacity:1; }
.our_feedback .rating input:checked ~ label{ opacity:1; }

.our_feedback .rating-pill{
  margin-left:8px;
  font-size:14px;
  background:#1f1f1f;
  color:#fff;
  padding:4px 8px;
  border-radius:4px;
  position:relative;
  white-space:nowrap;
}
.our_feedback .rating-pill::after{
  content: "";
  position: absolute;
  left: -19px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 10px;
  border-style: solid;
  border-color:transparent #1f1f1f transparent transparent;
}

.our_feedback .fb-input,
.our_feedback .fb-textarea{
  width:100%;
  margin-top:10px;
  padding:10px 12px;
  border:1px solid #ddd;
  border-radius:6px;
  font-size:13px;
}
.our_feedback .fb-btn{
  margin-top:12px;
  background:deeppink;
  color:#fff;
  border:0;
  padding:10px 18px;
  border-radius:6px;
  font-weight:700;
  font-size:13px;
  cursor:pointer;
}
/*Enquiry page*/
.enquiry-wrapper.our_enquiry {
  width: 100%;
  max-width: 420px;
  padding: 10px 0;              
}
.our_enquiry .enquiry-card {                
  background: #f7f7f7;          
  border-radius: 2px;
  padding: 18px 18px 20px;
  box-shadow:inset 0px 0px 10px rgb(0 0 0 / 33%); 
  /*border: 6px solid transparent; */
  box-sizing: border-box;
  color: #222;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/*.our_enquiry .enquiry-title {*/
/*  margin: 0 0 38px 0;*/
/*  color: #ff0000;              */
/*  font-size: 16px;*/
/*  font-weight: 800;*/
/*  letter-spacing: 0.6px;*/
/*}*/
.our_enquiry .eq-form{ margin-top:6px; }
.our_enquiry .eq-input,
.our_enquiry .eq-textarea{
  width:100%;
  padding:12px 14px;
  background:#fff;
  border:1px solid #dcdcdc;
  border-radius:4px;
  font-size:14px;
  outline:none;
  box-shadow:0 2px 6px rgba(0,0,0,.04);
}
.our_enquiry .eq-input{ margin-bottom:18px; }
.our_enquiry .eq-textarea{ margin:0 0 14px 0; resize: vertical; }
.our_enquiry .eq-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
  margin-bottom:5px;
}
.our_enquiry .eq-btn{
  background:deeppink;
  color:#fff;
  border:0;
  padding:12px 22px;
  border-radius:6px;
  font-weight:700;
  font-size:14px;
  cursor:pointer;
  box-shadow:0 2px 0 rgba(0,0,0,.12);
}
.our_enquiry .eq-btn:active{ transform: translateY(1px); }

/* footer bar */
.eq-footer{
  background:#eaeaea;
  color:#333;
  text-align:center;
  padding:10px;
  margin-top:12px;
  border-radius:3px;
  font-size:14px;
}
@media (max-width: 420px){
  .our_enquiry .eq-row{ grid-template-columns: 1fr; gap:12px; }
}

/*Co-branding page*/
.branding-wrapper.our_brand {
  width: 100%;
  max-width: 420px;
  padding: 10px 0;              
}
.our_brand .branding-card {                
  background: #f7f7f7;          
  border-radius: 2px;
  padding: 18px 18px 20px;
  box-shadow: 0 2px 0 rgba(0,0,0,0.25); 
  border: 6px solid transparent; 
  box-sizing: border-box;
  color: #222;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.our_brand .branding-title {
  margin: 0 0 8px 0;
  color: #ff0000;              
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.6px;
}
.our_brand .title-underline {
  width: 65px;
  height: 2px;
  background: #ff0000;
  border-radius: 2px;
  margin: 6px 0 12px 0;
}
.our_brand .branding-title {
    margin: 0 0 8px 0;
    color: #ff0000;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.6px;
}
.our_brand .branding-container{
    border: 1px solid #9E9E9E;
    padding: 6px;
    border-radius: 6px;
    box-shadow: 2px 2px 2px 2px #9e9e9eb5;
    background: #80808036;
    height:210px;
}
 .our_brand .business-card {
      display: flex;
      align-items: center; 
      justify-content: space-between;
      border: 1px solid #673AB7;
      border-radius: 10px;
      padding: 10px;
      box-sizing: border-box;
      font-family: Arial, sans-serif; 
      margin:7px 0px;
    }

    .our_brand .card-left {
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }

    .our_brand .card-left img {
      width: 90px;
      height: 90px;
      border-radius: 8px;
      object-fit: cover;
    }

    .our_brand .card-info {
      line-height: 1.3;
    }

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

    .our_brand .card-info .subtitle {
      font-weight: bold;
      font-size: 14px;
      margin: 0;
      color: #002b5c;
    }

    .our_brand .card-info .address {
      font-size: 13px;
      color: #666;
      margin-top: 2px;
    }

    .our_brand .share-icon {
      font-size: 22px;
      color: #002b5c;
      cursor: pointer;
      margin-left: 8px;
    }
    
    .back__strip{
    display: flex;
    justify-content: space-around;
    padding: 10px;
    color: white;
    position: static;
    bottom: 0;
    width: calc(100%);
    background-color: #ff1493;
    font-weight: bolder;
}

/*Footer CSS*/
:root{
  --bar-bg: #b68221;     /* gold/brown bar */
  --icon-bg:#223d8f;     /* navy/blue circles */
  --icon-fg:#ffffff;     /* white glyphs */
  --label:#ffffff;       /* label color */
}
/* ===== Footer bar ===== */
.footer-nav{
  position: fixed;        /* stick to bottom */
  left: 0; right: 0; bottom: 0;
  background: white;
  padding: 10px 12px 12px;
  z-index: 50;
  overflow-x: auto;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.footer-nav .wrap{
  max-width: 900px;
  margin: 0 auto;
}
.footer-nav ul{
  list-style:none;
  display:flex;
  justify-content: space-between;
  align-items:flex-end;
  padding:0; 
  margin:0;
  gap:11px;
}
.footer-nav a{
  text-decoration:none;
  color: black;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.footer-nav .icon{
  width: 42px; 
  height: 42px;
  border-radius: 50%;
  display:grid;
  place-items:center;
  color: #e91e63;
}

/* icon glyph size */
.footer-nav .icon i{ 
    font-size: 22px; 
    
}
.footer-nav .label{
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 480px){
  .footer-nav ul{ gap: 9px; }
  .footer-nav .icon{ width: 38px; height: 38px; }
  .footer-nav .icon i{ font-size: 22px; }
  .footer-nav .label{ font-size: 11px; }
}
 .popup {
  display: none; 
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;          
  max-width: 390px;     
  max-height: 90vh;     
  overflow-y: auto;
  padding: 20px;
  background: white;
   border: 2px solid #0000004a;
    box-shadow: 0 2px 10px rgb(0 0 0 / 58%);
    z-index: 1000;
    border-radius: 6px;
}

.popup.visible {
  display: block;
}
.close-btn {
    position: absolute;
    top: 5px;
    right: 9px;
    cursor: pointer;
    background: transparent;
    border: transparent;
    font-size: 24px;
}

.gray-text {
  color: lightgray !important;          /* light gray text, still visible */
  cursor: not-allowed !important;
}

.gray-text i {
  filter: grayscale(100%);
  opacity: 0.8;                    /* keep icon visible */
}

.g {
  color: #222;                     /* normal visible text */
  background: transparent;         /* keep original background */
  font-size: 14px;
  font-weight: 500;
}

.g:hover {
  opacity: 0.9;
}
.address-list{
    margin-top: 35px;
}
.address-card {
    position: relative;
    background: #dfdfdf30;
    border-radius: 20px;
    padding: 15px 9px 7px 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 9px;
    margin-left: 30px;
    margin-top: 25px;
}
.address-card .icon {
    position: absolute;
    left: -40px;
    top: 18px;
    background: #e91e63;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.branch-name {
    display: inline-block;
    background-color: #e91e63;
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: -19px;
    position: relative;
    bottom: 26px;
}
.name-info {
    text-align: center;
    position: relative;
    z-index: 2;
    color: var(--primary-color1);
    width: fit-content;
    width: 100%;
    margin-top: 25px;
}
.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;
}