
/* Navbar*/
/* .navbar.site-navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: 'Raleway', sans-serif; 
}


.navbar.site-navbar .navbar-nav .nav-link {
  color: #000000;
  font-weight: 500;
  font-family: 'Raleway', sans-serif; 
  transition: color 0.3s ease;
}

.navbar.site-navbar .navbar-nav .nav-link:hover,
.navbar.site-navbar .navbar-nav .nav-link.active {
  color: #2563EB;
} */


/* Navbar - default transparent */
.navbar.site-navbar {
  background-color: transparent;  /* start transparent */
  box-shadow: none;
  font-family: 'Raleway', sans-serif; 
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

/* Navbar when scrolled */
.navbar.site-navbar.scrolled {
  background-color: #ffffff; /* solid color */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Nav links */
.navbar.site-navbar .navbar-nav .nav-link {
  color: #000000;
  font-weight: 500;
  font-family: 'Raleway', sans-serif; 
  transition: color 0.3s ease;
}

.navbar.site-navbar .navbar-nav .nav-link:hover,
.navbar.site-navbar .navbar-nav .nav-link.active {
  color: #2563EB;
}



/* Login button */
.login {
  background-color:#2563EB;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s ease;
  font-family: 'Raleway', sans-serif;
}

.navbar.site-navbar {
  background-color: #F3F4F6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* more specific so it overrides .navbar-dark .navbar-nav .nav-link */
.navbar.site-navbar .navbar-nav .nav-link {
  color: #000000;
  font-weight: 500;
  transition: color 0.3s ease;
}


.font-raleway{
color:#1E3A8A;
font-family: 'Raleway';
font-weight: 600;

}

/* brand color */
/* .navbar.site-navbar .navbar-brand {
  color: #111213;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
} */

/* about text */

.about-heading {
  font-family: 'Wix Madefor Display', sans-serif;
  color: #9CA3AF;
  text-transform: uppercase;
 
}

.about-us-section p {
  font-family: 'Archivo';
  color:#374151;
 
}



/* Footer tweak left as you have it */
.site-footer {
  background: #0d7be2;
  color: #030f1b;
}
.site-footer a:hover {
  color: #ffc107;
}

.login {
  background-color: #0d7be2; 
  color: #fff;
  border-radius: 50px; 
  display: inline-block;
  transition: all 0.3s ease;
}

.about-us-section {
    background-color: #f8f9fa;
    color: #030f1b;
}

.about-us-section h2 {
    color: #9CA3AF; 
}



.about-us-section .btn-primary {
    background-color: #0d7be2;
    border: none;
    transition: background-color 0.3s ease;
}

.about-us-section .btn-primary:hover {
    background-color: #095fb5;
}

.about-us-section {
  background-color: #fff;
}

.about-us-section h6 {
  letter-spacing: 1.5px;
}

.about-graphic {
  position: relative;
  display: inline-block;
}

.gradient-circle {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle at top left, #cce4ff 0%, #ffffff 70%);
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.star {
  position: absolute;
  width: 40px;
  height: 40px;
  background: radial-gradient(circle, #6933ff 0%, #00d4ff 100%);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 
                     50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  filter: blur(0.5px);
  opacity: 0.9;
}

.star.top-left {
  top: -20px;
  left: -40px;
}

.star.bottom-right {
  bottom: -20px;
  right: -40px;
}

.info-card ul {
  list-style-type: disc;
  padding-left: 20px;
}

.info-card li {
  margin-bottom: 5px;
}

.info-card {
  background: linear-gradient(135deg, #e8f1ff 0%, #f5f9ff 100%);
  border: none;
  transition: all 0.3s ease;
  border-radius:71px 0px 0px 0px !important;
}

.info-card:hover {
  background: linear-gradient(135deg, #d6e8ff 0%, #eef5ff 100%);
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.info-card .icon i {
  background: linear-gradient(135deg, #4f46e5, #0ea5e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-section {
background: linear-gradient(135deg, #e8f1ff 0%, #f5f9ff 100%);
}

 .hover-card:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  /* Dot bullet style */
  .custom-bullets {
    list-style-type: disc;
    padding-left: 1.2rem;
  }

  .custom-bullets li {
    margin-bottom: 0.25rem;
  }

 .price-text {
    color: #2461b1; 
  }
  .install-text {
    color: #2461b1;
  }


.about-graphic {
  position: relative;
  display: inline-block;
  max-width: 320px;
}

.about-graphic .bg-image {
  width: 100%;
  border-radius: 1rem;
  z-index: 1;
  position: relative;
}

#aboutCarousel {
  width: 70%;
  z-index: 2;
}

.carousel-image {
  max-width: 180px;
 
 
}


#aboutCarousel.position-absolute {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* paragraph in about page */
.about-extra p {
  font-family: 'Archivo';
  font-weight: 400;
  font-size: 20px;
  /* line-height: 32px; */
  letter-spacing: 0;
  color:#374151; 
}

@media (max-width: 768px) {
  .about-extra p {
    text-align: center;
    margin-bottom: 1rem;
  }
}

/*  giftcard image */
.gift-image-bg {
  position: relative;
  display: inline-block;
  padding: 2rem;
  border-radius: 1.2rem;
  background: linear-gradient(270deg, #BFDBFE 0%, #FFFFFF 100%);
  overflow: hidden;
}

/* Optional soft glow effect */
.gift-image-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #BFDBFE 0%, #FFFFFF 100%);
  z-index: 0;
  opacity: 0.9;
}

.gift-image-bg img {
  position: relative;
  z-index: 1;
  border-radius: 0.75rem;
}

.text-pinelabs{
  color:#1E3A8A;
  font-family:'Raleway';
}

.font-archivo{
    font-family: 'Archivo';
  color:#374151;
}


.text-pinelabs {
    font-family: 'Raleway';
    font-weight: 600; 
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0%;
}

/* Card description */
.font-archivo {
    font-family: 'Archivo', sans-serif;
    color:#374151;
}


.font-archivo-list {
    font-family: 'Archivo';
     color:#374151;
    
}


.font-archivo-italic {
    font-family: 'Archivo', sans-serif;
     color:#374151;
}

.btn-buy {
    background-color: #2563EB; 
    color: #ffffff;
    font-weight: 600; 
    transition: background-color 0.3s ease;
}

.giftcard-bg {
    background: linear-gradient(135deg, #BFDBFE 0%, #FFFFFF 100%);
    border-radius: 0 2rem 0 0; 
    transition: all 0.3s ease;
}
.services-layout{
  background: linear-gradient(90deg, #BFDBFE 0%, #FFFFFF 100%);
}

.services-heading {
  
  font-family: 'Raleway', sans-serif;
  font-weight: 600;         
  font-size: 24px;
  line-height: 56px;
  letter-spacing: 0;
  color: #374151;
}


.font-archivo-blue {
    font-family:'Archivo';
    font-weight: 600;           
    color: #1E3A8A;

}

.font-raleway-service {
    font-family: 'Raleway', sans-serif;
    color: #6B7280;
    font-weight: 600;
}


.install {
    font-family: 'Archivo', sans-serif;       
    font-style: normal;        
    color: #1E3A8A;
}

.card-info {
  font-family:'Archivo';
  color:#374151;
}

.btn-check:checked + .btn {
    background-color: #DFEDFF;
    border-color: #DFEDFF;
    color: #000;
}

.btn-paynow{
  background-color: #2563EB;
  font-family: 'Wix Madefor Display';
}
.grad {
  background-image: radial-gradient(#2563EB,#BFDBFE);
   border-radius:71px 0px 60px 0px !important;
     color: #FFFFFF; 
  font-family: 'Wix Madefor Display', sans-serif;
}

.footer{
  font-family:'Wix Madefor Display';
  color:'#FFFFFF';
}
.p-text{
   font-family:'Archivo';
  color:#374151;
  font-weight: 400;
}

.services-section {
  position: relative;
  background: linear-gradient(90deg, #BFDBFE 0%, #FFFFFF 100%);
  /* padding-bottom: 150px;  */
}


.services-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px; 
  background: #fff;
  z-index: 0;
}


.services-section .card {
  position: relative;
  z-index: 1;
  margin-top: -80px; 
}


/* service page modal  */
.service-modal {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, #BFDBFE 0%, #FFFFFF 100%);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-modal .modal-title {
  font-family: 'Raleway', sans-serif;
  color: #1E3A8A;
  font-size: 20px;
}

.service-modal .form-label {
  font-family: 'Archivo';
  color: #374151;
  font-weight: 500;

}

.service-modal .form-control,
.service-modal .form-select {
  border-radius: 10px;
  padding: 10px 12px;
  border: 1px solid #D1D5DB;
  background-color: #fff;
}

.btn-paynow {
  background-color: #2563EB;
  color: #FFFFFF;
  font-family: 'Wix Madefor Display';
  font-weight: 700;
  transition: all 0.3s ease;
}


.theme-label{
  font-family: 'Archivo';
  color:#374151;
}

/* dashboard page style */
 .dashboard {
  position: relative;
}

.centered-text {
  position: absolute;
  font-family: 'Raleway';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  text-align: center;
}

.greet-text {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}


.home-link {
  font-family: 'Archivo', sans-serif;
  color: #ffffff;
}

.home-link a {
  color: #ffffff;
  text-decoration: underline; 
  margin: 0 5px;
}

.home-link a:hover {
  text-decoration: none;  
}




.oval-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px; /* space between buttons */
  margin-top: 15px;
}

.oval-container {
  width: 129px;
  height: 40px;
  border-radius: 40px;
  padding: 8px 16px;
  background-color: #2563EB;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.oval-container p {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 0;
}

.oval-container.active {
  background-color: #FFFFFF;
}

.oval-container.active p {
  color: #2563EB;
}

/* dashboard table */
.dashboard-table {
  background-color: #ffffff;
}

.table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.table th {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #1E3A8A;
  font-size: 14px;

}

.table td {
  font-family: 'Archivo', sans-serif;
  color: #374151;
  vertical-align: middle;
  background-color: #fff;
}

.badge {
  font-size: 12px;
   padding: 6px 10px;
  border-radius: 12px; 
  font-weight: 600;
}

.status-booked {
  background-color: #F59E0B; 
  color: #fff;
}

.status-paid {
  background-color: #2C8039; 
  color: #EAFFED;
}

.status-inprocess {
  background-color: #FBBF24; 
  color: #000;
}

.status-received {
  background-color: #72AAFF; 
  color: #FFFFFF;
}

.status-accepted {
  background-color: #9F73CE; 
  color: #FFFFFF;
}

.btn-paynow {
  background-color: #2563EB;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  padding: 4px 12px;
}

.btn-paynow:hover {
  background-color: #1E3A8A;
}

/* table */
/* Table Styles */
/* Table Section */
.dashboard-table {
  background-color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Table Base */
.table {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
}

/* Table Header */
.table thead th {
  background-color: #F3F4F6;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 24px;
  color: #111827;
  border: none;
  vertical-align: middle;
  text-align: center;
}

/* Table Body Cells */
.table tbody td {
  font-family: 'Archivo';
  color: #6B7280;
  vertical-align: middle;
  background-color:#FFFFFF;

}


.table tbody tr:hover td {
  background-color: #F9FAFB;
}

/* Badge Styles */
.badge {
  font-size: 12px;
  padding: 10px 9px;
  border-radius: 5px;
  font-weight: 600;
}

.status-booked {
  background-color: #E0852A;
  color: #FFFFFF;
}

.status-paid {
  background-color: #EAFFED;
  color: #2C8039;
}

.status-inprocess {
  background-color:#F5D34D;
 color: #FFFFFF;
}

.status-received {
  background-color: #72AAFF;
  color: #fff;
}

.status-accepted {
  background-color: #A78BFA;
  color: #fff;
}

/* Pay Now Button */
.btn-paynow {
  background-color: #2563EB;
  color:#FFFFFF;
  border: none;
  padding: 10px 9px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px;
  
}

/* Giftcard container */
.giftcards-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 10px;
}

/* Wrap each image visually */
.giftcard-img {
  height: auto;
  width: auto;
  max-height: 220px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  position: relative;
}

/* Create overlay content using ::after */
.giftcard-img::after {
  content: "25-10-2025 | 07:30pm\nIn Process\n\nAnvika Singh\n9819123456\nrekhasingh@gmail.com\n₹10,000";
  white-space: pre-line;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.8);
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1; 
  text-align: center;
  border-radius: 12px;
}

/* Optional hover animation */
.giftcard-img:hover {
  transform: translateY(-5px);
}

.btn-outline-primary {
  border-radius: 20px;
  padding: 6px 20px;
}


/* contact page */
.contact-h2 {
  font-family: 'Raleway';
  color: #1E3A8A;
  font-weight: 600;
}

/* Style for submit button */
.theme-submit {
  background-color: #2563EB;
  color: #fff;
  font-family: 'Raleway';
  font-weight: 500;
  border: none;
  border-radius: 8px;
  padding: 10px 0;
  transition: background-color 0.3s ease;
}

.theme-submit:hover {
  background-color: #1E40AF;
}

 .contact-header {
  background: linear-gradient(to right, #2563EB, #BFDBFE);
}


.text-font{
  font-family: 'Archivo';
  color: #FFFFFF;
}

 form .form-label {
    display: block;
    text-align: left;         
    font-family: 'Archivo', sans-serif;
    color: #374151;             
    font-weight: 500;           
 }

 /* giftcard text */
 .giftcard-card {
  width: 350px;
  background-image: url("your-image.png"); /* your gift card image */
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  padding: 20px;
  color: #fff;
  font-family: 'Archivo', sans-serif;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.giftcard-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(80, 80, 80, 0.5); /* optional tint */
  border-radius: 12px;
  z-index: 0;
}

.giftcard-card * {
  position: relative;
  z-index: 1;
}

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

.giftcard-header p {
  margin: 0;
  font-size: 13px;
}

.status {
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
}

.status.in-process {
  font-family: 'Archivo';
  font-weight: 500;
  background-color: #DBA43C;
  color:#FFFFFF;
}
.status.issued{
font-family: 'Archivo';
font-weight: 500;
background-color: #4BB35A;
color: #FFFFFF;

}

.note {
  font-size: 11px;
  color: #d1d5db;
  margin-bottom: 15px;
}

.giftcard-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

.label {
  font-size: 12px;
  color: #ccc;
  margin-bottom: 2px;
}

.value {
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  margin: 0;
}

.giftcard-amount {
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
  text-align: left;
}

/* Wrap both image + info together */
.giftcard-info-container {
  position: relative;
  display: inline-block;
  width: 340px;
  border-radius: 12px;
  overflow: hidden; 
  margin: 10px;
}

/* Your existing image */
.giftcard-img {
  width: 100%;
  max-width: 340px;
  border-radius: 12px;
  display: block;
}


.giftcard-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  color: #ffffff;
  font-family: 'Archivo', sans-serif;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.giftcard-info p,
.giftcard-info h2,
.giftcard-info span {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}


.giftcard-info-container {
  position: relative;
  display: inline-block;
  width: 340px; 
  border-radius: 12px;
  overflow: hidden;
  margin: 10px;
}


.giftcard-img {
  width: 100%;
  display: block;
  border-radius: 12px;
}


.giftcard-info {
  position: absolute;
  inset: 0;
  color: #fff;
  font-family: 'Archivo', sans-serif;
  padding: 17px 47px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  pointer-events: none; 
}

.giftcard-info p,
.giftcard-info h2,
.giftcard-info span {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  margin: 0;
}


.giftcard-date {
  font-size: 12px;
  font-family: 'Archivo';
  font-weight: 500;
}

.status {
  background-color: #FBBF24;
  color: #FFFFFF;
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  align-self: flex-start;
  margin-top: 5px;
}

.label {
  font-family: 'Archivo';
  font-size: 12px;
  color: #FFFFFF;
}

.value {
  font-family: 'Raleway';
  font-size: 12px;
  font-weight: 600;
  color:#FFFFFF;
}

.number-value{
font-family: 'Archivo';
font-weight: 600;
color:#FFFFFF;
}
.contact-info {
  display: flex;
  align-items: flex-start;
  gap: 3px; 
}

.info-item {
  display: flex;
  flex-direction: column;
}

.giftcard-amount {
  font-family: 'Archivo';
  font-weight: 700;
  color: #FFFFFF;

}

.giftcard-top {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  margin-bottom: 8px;
}

.p{
  font-family: 'Archivo';
  font-size: 8px;
  font-weight: 400;
}

.contact{
  font-family: 'Archivo';
  color: #FFFFFF;
  font-size:16px;
}

/* login page  */

  .login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  
}

.login-container {
  background: #fff;
  padding: 2.5rem 3rem;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 400px;
  text-align: center;
}

    h2 {
      margin-bottom: 1.5rem;
      color: #111827;
      font-size: 1.8rem;
    }

    .input-group {
      margin-bottom: 0rem;
      text-align: left;
    }

    .input-group label {
      display: block;
      font-size: 0.9rem;
      color: #374151;
      margin-bottom: 5px;
    }

    .input-group input {
      width: 100%;
      padding: 0.75rem;
      border: 1px solid #d1d5db;
      border-radius: 8px;
      font-size: 1rem;
      transition: border 0.2s ease-in-out;
    }

    .input-group input:focus {
      outline: none;
      border-color: #3b82f6;
    }

    .btn-login {
      background-color: #3b82f6;
      color: #fff;
      border: none;
      padding: 0.75rem;
      width: 80%;
      border-radius: 8px;
      font-size: 1rem;
      cursor: pointer;
      transition: background 0.2s ease-in-out;
    }

    .btn-login:hover {
      background-color: #2563eb;
    }

    .message {
      margin-top: 1rem;
      font-size: 0.9rem;
      color: #10b981;
      display: none;
    }

    .error {
      color: #ef4444;
    }

/* footer links */
.footerlink{
  font-family: 'Archivo';
  color:#FFFFFF;
}

.footertitle{
  font-family: 'Raleway';
  font-size:700;
  color:#FFFFFF;
}
.footer-title{
  font-family:'Wix Madefor Display';
  color:#FFFFFF;
  font-size:700;
}

.footer-p{
  font-family: 'Archivo';
  color:#FFFFFF;
  font-size: 400;
}



