
/* 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; 
  box-shadow: none;
  font-family: 'Raleway', sans-serif; 
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

/* Navbar when scrolled - Glassmorphism effect */
.navbar.site-navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.1); 
  backdrop-filter: blur(15px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%); 
  border: 1px solid rgba(255, 255, 255, 0.2); 
  box-shadow: 0 8px 32px 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;
  margin-right: 1rem; 
}

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





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

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

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

.info-card1{
    background: linear-gradient(135deg, #FFC3D8 0%, #f5f9ff 100%);
  border: none;
  transition: all 0.3s ease;
  border-radius:71px 0px 0px 0px !important;
}
.info-card1:hover {
  background: linear-gradient(135deg, #FFC3D8 0%, #eef5ff 100%);
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.info-card2{
    background: linear-gradient(135deg, #FFA8A6 0%, #f5f9ff 100%);
  border: none;
  transition: all 0.3s ease;
  border-radius:71px 0px 0px 0px !important;
}
.info-card2:hover {
  background: linear-gradient(135deg, #FFA8A6 0%, #eef5ff 100%);
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.info-card3{
    background: linear-gradient(135deg, #FFE7AC 0%, #FFFFFF 100%);
  border: none;
  transition: all 0.3s ease;
  border-radius:71px 0px 0px 0px !important;
}
.info-card3:hover {
  background: linear-gradient(135deg, #FFE7AC 0%, #FFFFFF 100%);
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* card4 */
.info-card4{
    background: linear-gradient(135deg, #EFCAFD 0%, #FFFFFF 100%);
  border: none;
  transition: all 0.3s ease;
  border-radius:71px 0px 0px 0px !important;
}
.info-card4:hover {
  background: linear-gradient(135deg, #EFCAFD 0%, #FFFFFF 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 container */

.card-image-container {
  height: 180px;
  border-top-left-radius: 16px; 
  border-top-right-radius: 16px;
  overflow: hidden;
  position: relative;
}

/*  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-bg1 {
    background: linear-gradient(135deg, #FFC3D8 0%, #FFFFFF 100%);
    border-radius: 0 2rem 0 0; 
    transition: all 0.3s ease;
}

.giftcard-bg2 {
    background: linear-gradient(135deg, #FFA8A6 0%, #FFFFFF 100%);
    border-radius: 0 2rem 0 0; 
    transition: all 0.3s ease;
}
.giftcard-bg3 {
    background: linear-gradient(135deg, #FFE7AC 0%, #FFFFFF 100%);
    border-radius: 0 2rem 0 0; 
    transition: all 0.3s ease;
}
.giftcard-bg4 {
    background: linear-gradient(135deg, #EFCAFD 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;
}



/* Coming Soon Page  */


.grad1 {
    background-color: #BFDBFE;
    background-image: linear-gradient(to bottom, #BFDBFE, #FFFFFF);
    border-radius: 12px;
    padding: 40px 20px;
}


.coming-wrapper {
  /* lamp position */
   position: relative; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Image */
.coming-img {
    max-width: 604px;
    height: auto;
    margin-bottom: 20px;
    position: absolute;
    top: -40px;
    z-index: 10;
    right: 25%;
}

/* Text */
/* .coming {
    font-family: 'Elsie';
    color: #1E3A8A;
    font-weight: bold;
    
} */

.coming-title{
  font-family: 'Raleway';
color:#1E3A8A;
  font-weight:bold;

}

.p-archivo{
  font-family: 'Archivo';
  font-weight: normal;
}

/* ==== CARDS CONTAINER ==== */
/* .coming-cards {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 40px;
    flex-wrap: wrap; 
} */

/* card style */
.coming-card {
    background:linear-gradient(to bottom,#9CBBFF, #D2E6FF);
    border-radius: 18px;
    padding: 25px 20px;
    width: 295px;
    height:295px;
    text-align: left;
    border-radius: 40px 5px  40px 5px !important;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
}

/* Title */
.card-title {
    font-family: 'Raleway';
    font-size: 22px;
    font-weight:bold;
    color:#1E3A8A;
    margin-bottom: 5px;
}

/* Subtext */
.card-sub {
    font-family: 'Archivo';
    font-size: 16px;
    font-weight: 600;
    color:#111827;
    margin-bottom: 12px;
}

/* Paragraph */
.card-text {
    font-family: 'Archivo';
    font-size: 14px;
    color: #111827;
    /* line-height: 1.5; */
}

 

/* Coming Soon Page */

.comingsoon-section {
    padding: 80px 0;
     position: relative;
}


/* Image */
.coming-img {
    max-width: 604px;
    height: auto;
    margin-bottom: 20px;
}

/* Text */
.coming {
    font-family: 'Elsie';
    color: #1E3A8A;
    font-weight: bold;
    font-size: 24px;
    
}



.p-archivo{
  font-family: 'Archivo';
  font-weight: normal;
}


.coming-cards {
    display: flex;
    justify-content: left;
    gap: 25px;
    margin-top: 40px;
    flex-wrap: wrap; 
}

/* card style */
.coming-card{
    background: linear-gradient(to bottom,#9CBBFF, #D2E6FF);
    padding: 25px 20px;
    width: 286px;
    height: 295px;
    text-align: left;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
}

.card-1 { border-radius: 55px 5px 55px 5px !important}
.card-2 { border-radius: 55px 5px 55px 5px !important }
.card-3 { border-radius: 55px 5px 55px 5px !important }
.card-4 { border-radius: 55px 5px 55px 5px !important }
.card-2 {
    background: linear-gradient(to bottom, #C7D2FD, #FFFFFF);
}

.card-3 {
    background: linear-gradient(to bottom, #FFEFC3, #FFFFFF);
}
.card-4 {
   background: linear-gradient(to bottom, #FFD8B2, #FFFFFF);
}

.card-5 {
   background: linear-gradient(to bottom, #D7C7FD, #FFFFFF);
}

.card-6{
    background: linear-gradient(to bottom, #FFDFDE, #FFFFFF);
}

.card-7{
    background: linear-gradient(to bottom, #DFF3E0, #FFFFFF);
}

/* Title */
.card-title {
    font-family: 'Raleway';
    font-size: 22px;
    font-weight:bold;
    color:#1E3A8A;
    margin-bottom: 5px;
}

/* Subtext */
.card-sub {
    font-family: 'Archivo';
    font-size: 15px;
    font-weight: 600;
    color:#111827;
    margin-bottom: 12px;
}

/* Paragraph */
.card-text {
    font-family: 'Archivo';
    font-size: 14px;
    color: #111827;
    /* line-height: 1.5; */
}


.image-text-wrapper {
  position: relative; 
  display: inline-block;
  width: 100%;
  max-width: 604px; 
}



/* Text overlay */
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #1E3A8A;
  padding: 10px;
}


.overlay-text .coming {
  font-family: 'Elsie';
  font-weight: bold;
  font-size: 24px;
}

.overlay-text .coming-title {
  font-family: 'Raleway';
  font-weight: bold;
  font-size: 32px;
  margin: 10px 0;
}

.overlay-text .p-archivo {
  font-family: 'Archivo';
  font-weight: normal;
  font-size: 16px;
}

/* Star images */
.star-img {
    position: absolute; 
    max-width: 100px;
    z-index: 5;
}


.star3 {
    top: -20px;   
    left: 10%;    
}

.star2 {
    top: 30px;    
    right: 15%;   
}


/* .star-top-right {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 40px;
    max-height: 40px;
    z-index: 10;
} */


/* .star-bottom-left {
    position: absolute;
    bottom: 10px;
    left: 10px;
    max-width: 40px;
    max-height: 40px;
    z-index: 10;
} */

/* dashbaord page */
 .w3-sidebar {
    width: 220px;
    height: 100vh;        
    position: relative;     
    top: 0;
    left: 0;
    border-right: 1px solid #e6e6e6;
    overflow-y: auto;    
}

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

    /* Sidebar links */
    .w3-sidebar a {
      display: flex;
      align-items: center;
      padding: 12px 20px;
      margin-bottom: 10px;
      border-radius: 8px;
      color: #333;
      font-weight: 500;
      text-decoration: none;
      transition: 0.2s;
    }

    .w3-sidebar a:hover,
    .w3-sidebar a.active {
      background: #e8f0ff;
      color: #2c6eff;
    }

    .w3-sidebar i {
      font-size: 18px;
      margin-right: 10px;
    }

    /* Header bar */
    .dashboard-header {
      margin-left: 0px; 
      padding: 19px 0;
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      background: linear-gradient(to right, #b7d4ff, #1d6aff);
      color: white;
      position:relative;
      top: 0;
      /* width: 100%; */
      z-index: 1;
    }

    /* Content container */
    .dashboard-content {
      margin-left: 220px;
      padding: 80px 50px 40px; 
    }

    /* profile */
    .profile-content{
       margin-left: 220px;
        padding: 80px 50px 40px; 
    }

    /* Form inputs */
    input.form-control, textarea.form-control {
      width: 100%;
      padding: 8px 12px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 5px;
      height: 42px;
      box-sizing: border-box;
    }

    textarea.form-control {
      height: 100px;
      resize: none;
    }

    label {
      display: block;
      margin-bottom: 6px;
      font-weight: 600;
      color: #444;
    }




