/* font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* icon */
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');

:root {
  /* --white: #ffffff;
  --black: #000000;
  --pink: #fa1e8c;
  --pink-hover: #cc0769; */
  --main-White: #ffffff;
  --main-Deep-Cove: #141446;
  --main-Cerulean-Blue: #3f50ac;
  --main-Turquoise-Blue: #4bcae9;
  --main-Purple-Heart: #7c2ac5;
}

* {
  box-sizing: border-box;
  /* background-color: black; */
  color: var(--main-Deep-Cove);
  /* font-size: 1.2rem; */
}

h2 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--main-Cerulean-Blue);
}

h3 {
  font-size: 1.5rem;
  color: var(--main-Cerulean-Blue) !important;
}

p {
  color: var(--main-White);
  font-size: 1rem;
}

b,
strong {
  font-size: 1.5rem;
  color: var(--main-Cerulean-Blue);
}

/* .hero-section h3 {
  font-size: 1.7rem;
  color: var(--main-Cerulean-Blue) !important;
} */

h5 {
  font-size: 1.4rem;
  color: var(--main-Deep-Cove);
}

.cta-btn {
  font-size: 1.8rem;
}

.cta-button {
  background: linear-gradient(
    135deg,
    var(--main-Cerulean-Blue),
    var(--main-Purple-Heart)
  );
  border: none;
  padding: 10px 30px;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 25px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: var(--main-Cerulean-Blue); /*  */
  border: 1px solid var(--main-Deep-Cove);
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: var(--main-Deep-Cove);
  background-color: var(--main-White); 
}

/* featured-categories */
.featured-categories {
  background-color: var(--main-White);
}

.category-card {
  padding-top: 2rem !important;
  background: var(--main-White);
  border: 2px solid rgba(99, 7, 185, 0.204);
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.category-card:hover {
  transform: translateY(-5px);
  border: 2px solid var(--main-Cerulean-Blue);
  transition: transform 0.3s ease-in-out;
}

.category-card img {
  max-width: 350px;
}

.btn-primary {
  background-color: #583fb4;
  border-color: #583fb4;
}

.btn-primary:hover {
  background-color: #4a3299;
  border-color: #4a3299;
}

/*Model profile  */
.bg-light {
  background-color: rgba(0, 0, 0, 0) !important;
}
.profile-card {
  height: 100%; /* Ensure cards are the same height */
  display: flex;
  flex-direction: column;
}

.card-title {
  color: var(--pink-hover);
  font-weight: 700;
  letter-spacing: 1px;
}

#three-col-model-1 .profile-image-container,
#three-col-model-2 .profile-image-container {
  height: 450px; /* Fixed height for all images */
  overflow: hidden; /* Hide overflow to ensure consistent size */
}

.profile-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Scale and crop images to fit */
}

.card-body {
  flex: 1; /* Make card body take up remaining space */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Space out content evenly */
}

.cta-button {
  background-color: var(--main-Cerulean-Blue);
  color: var(--main-White);
  border: none;
  padding: 10px 20px;
  font-size: 1.8rem;
}

.cta-button:hover {
  background-color: var(--main-Cerulean-Blue);
  color: var(--main-White);
}

/* How it works */
.how-it-work i {
  font-size: 5rem;
}

/* Testimoniyal */
.testimonials .card-body img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  object-position: top;
}

/* Cta Section */
.cta-section {
  background-color: var(--main-Cerulean-Blue);
  color: var(--main-White) !important;
}

.cta-section p {
  color: var(--main-White) !important;
}

.cta-section .lead {
  font-weight: 400;
}

.cta-section .cta-btn {
  background-color: var(--main-Deep-Cove);
  color: var(--main-White);
}

/* FAQ Section */

.faq-section {
  background-color: var(--black); /* Black background */
  color: #fff; /* White text */
}

.accordion-button {
  background-color: var(--black); /* Dark gray for accordion headers */
  color: #fff; /* White text */
  border: 1px solid var(--pink); /* Slightly lighter border */
}

.accordion-button:not(.collapsed) {
  background-color: var(--black); /* Slightly lighter gray for active headers */
  color: var(--pink);
}

.accordion-body {
  background-color: var(--black); /* Darker gray for accordion bodies */
  color: #fff; /* White text */
  border: 1px solid var(--pink); /* Slightly lighter border */
}

.accordion-item {
  margin-bottom: 10px; /* Spacing between FAQ items */
}

/* footer */
.footer-section {
  background-color: #000; /* Black background */
  color: #fff; /* White text */
  /* font-size: 10px; */
}

.footer-section a {
  color: #fff; /* White text for links */
  text-decoration: none; /* Remove underline */
  transition: color 0.3s ease; /* Smooth hover effect */
}

.footer-section a:hover {
  color: #ff69b4; /* Brint Pink on hover */
}

.footer-section .list-inline-item {
  margin-right: 15px; /* Spacing between links */
  /* font-size: 10rem; */
}

.footer-section .list-inline-item a,
.copyright p {
  font-size: 0.8rem;
}

.footer-section .fa {
  font-size: 1.2rem; /* Icon size */
  transition: color 0.3s ease; /* Smooth hover effect */
}

.footer-section .fa:hover {
  color: #ff69b4; /* Brint Pink on hover */
}

.footer-section .copyright {
  color: var(--white);
}

/* Four colum modle profile */

.model-profiles-section {
  padding: 4rem 0;
}

.profile-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.profile-card:hover {
  transform: translateY(-10px); /* Add a hover effect */
}

.profile-image-container {
  height: 250px; /* Fixed height for images */
  overflow: hidden; /* Ensure images don't overflow */
}

.profile-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Scale and crop images to fit */
}

/* Popular Products Section */
.popular-products {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  position: relative;
  padding-bottom: 15px;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #40e0d0;
}

/* Popular Products Section */
.popular-products {
  background-color: var(--main-White);
  padding: 80px 0;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--main-Cerulean-Blue);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-color: var(--main-Turquoise-Blue);
}

/* Product Card */
.product-card {
  background: var(--main-White);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(99, 7, 185, 0.204);
  transition: all 0.3s ease;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
  border-color: var(--main-Cerulean-Blue);
}

.product-img {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product-body {
  padding: 25px;
}

.product-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--main-Deep-Cove);
  margin-bottom: 12px;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-desc {
  color: var(--main-Deep-Cove);
  opacity: 0.8;
  font-size: 1rem;
  height: 3em;
  overflow: hidden;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.download-btn {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background-color: var(--main-Deep-Cove);
  color: var(--main-White) !important;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.2s ease;
  text-align: center;
  cursor: pointer;
  font-size: 1.1rem;
}

.download-btn:hover {
  background-color: var(--main-Cerulean-Blue);
  transform: scale(1.02);
}

/* Latest Products Section */
.latest-products {
  background-color: rgba(75, 63, 180, 0.03); /* Light cerulean tint */
}

.latest-products .product-card:hover {
  border-color: var(--main-Cerulean-Blue);
  box-shadow: 0 12px 25px rgba(63, 80, 172, 0.1);
}

.latest-products .btn .cta-button:hover {
  color: var(--main-White);
  background-color: var(--main-Turquoise-Blue);
}

.latest-products .btn.cta-button i {
  color: var(--main-White);
}

/* Custom design section CSS */
/* Custom Design Section */
.custom-design {
  background-color: #4bc9e944;
}

/* Gradient Text */
.text-gradient {
  background: linear-gradient(
    90deg,
    var(--main-Cerulean-Blue),
    var(--main-Purple-Heart)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Benefit Cards - Optimized Transitions */
.benefit-card {
  background: linear-gradient(
    135deg,
    var(--main-Cerulean-Blue),
    var(--main-Purple-Heart)
  );
  border-left: 3px solid var(--main-Cerulean-Blue);
  transition: background-color 0.4s ease-in-out, transform 0.3s ease-in-out;
}

/* Text Elements */
.benefit-card h4,
.benefit-card p,
.benefit-card .small {
  transition: color 0.4s ease-in-out;
  color: var(--main-White);
}

/* Hover State */
/* .benefit-card:hover {
  background: linear-gradient(
    135deg,
    var(--main-Cerulean-Blue),
    var(--main-Purple-Heart)
  );
  transform: translateY(-3px);
} */

/* Text Color */
/* .benefit-card:hover,
.benefit-card:hover h4,
.benefit-card:hover p,
.benefit-card:hover .small {
  color: white !important;
} */

/* Icons */
.icon-box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  background-color: var(--main-White) !important;
}

.icon-box i {
  color: var(--main-Cerulean-Blue);
}

/* Footer Styles */
.footer-section a:hover {
  color: var(--main-Turquoise-Blue) !important;
  text-decoration: none;
}

.hover-white:hover {
  color: white !important;
}

.social-media a {
  transition: all 0.3s ease;
  color: white;
}

.social-media a:hover {
  transform: translateY(-3px);
  color: var(--main-Turquoise-Blue) !important;
}

.newsletter-form .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}

.newsletter-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.newsletter-form .btn-primary {
  background-color: var(--main-Cerulean-Blue);
  border-color: var(--main-Cerulean-Blue);
}


/* service section */
/* Service Cards */
.service-card {
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Icons */
.icon-wrapper {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrapper .material-icons {
  font-size: 4rem;
}

/* Service Details */
.service-details {
  display: none;
  animation: fadeIn 0.3s ease;
}

.service-details p {
  text-align: left;
}

/* Buttons */
.select-service {
  transition: all 0.2s ease;
}

.select-service:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.custom-order-btn {
  transition: all 0.2s ease;
}

.custom-order-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Modal */
.modal-content {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}