/* Main body styling */
body {
     font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
  background-color: #fff;
  color: #2f2f2f;
  letter-spacing: 0.02em; /* slight spacing for legibility */
  -webkit-font-smoothing: antialiased; /* better rendering on macOS */
  -moz-osx-font-smoothing: grayscale; /* smoother fonts on Firefox/Mac */
}

.bg-primary{
  background-color: #1a3370!important;
}
/* Paragraph specifics */
p {
  margin-bottom: 1.2rem;
}

/* Link styles for readability and elegance */
a {
  color: #1f2937; /* Elegant dark slate for base links */
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  color: #ffd057; /* Soft gold accent on hover */
  text-decoration: none;
}

.container {
  max-width: 1250px;
  margin: 0 auto; /* Center the container */
  padding: 0 15px; /* Add some padding for spacing */
}


/* Headings with Playfair Display for contrast */
/* Headings */
h1, h2, h3, h4 {
  
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1a1a1a;
}
h1, h2, .mags-hero-title {
  font-family: 'Playfair Display', serif;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  body {
      font-size: 1rem; /* 16px on smaller screens for optimal readability */
  }
}/* Core Styling for All Buttons */
.btn {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.65rem 1.5rem;
  
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* Primary Button – Luxury Gold */
.btn-primary {
  background-color: #11456c;
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 12px rgba(89, 55, 212, 0.2);
  padding: 0.65rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
 
  transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #11456c;
  color: #fff;
  box-shadow: 0 6px 18px rgba(55, 58, 212, 0.3);
  transform: translateY(-1px);
}

.btn-primary:active {
  transform: scale(0.98);
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.25) inset;
}


/* Outline Primary – Deep Slate Border with Gold Hover */
.btn-outline-primary {
  background-color: transparent;
  color: #1f2937;
  border: 2px solid #1f2937;
  font-weight: 500;
  padding: 0.65rem 1.5rem;
  
  transition: all 0.3s ease;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #1f2937;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(31, 41, 55, 0.15);
}

/* --- BUTTON ACCENT: GOLD ELEGANT --- */
.btn-accent {
  background: linear-gradient(135deg, #d4af37, #f1d36f);
  color: #1a1a1a;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75rem 1.75rem;
  border: none;
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(212, 175, 55, 0.25);
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn-accent:hover,
.btn-accent:focus {
  background: linear-gradient(135deg, #c9a02f, #e7c85d);
  transform: translateY(-3px);
  color: #000;
}


/* --- BUTTON OUTLINE: GOLD STROKE ELEGANT --- */
.btn-accent-outline {
  background: transparent;
  border: 2px solid #d4af37;
  color: #d4af37;
  font-weight: 600;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  border-radius: 50px;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn-accent-outline:hover,
.btn-accent-outline:focus {
  background: #d4af37;
  color: #1a1a1a;
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.25);
}

.main-header{
  
  z-index: 100;
  background: #fff;
  
}

.main-header .navbar {
  
}

.main-header .navbar .navbar-brand {
  font-size: 1.5rem;
  color: #2e2e2e;
  display:block;
}
.main-header .navbar .navbar-brand .logo {
  width:200px;
  height:auto;
  margin-right: 10px;
}



.main-header .navbar .navbar-nav .nav-item{

}
.main-header .navbar .navbar-nav .nav-link {
  font-weight: 600;
  color: #2e2e2e;
  transition: color 0.3s ease;
  font-size:0.90rem;
  padding: 0.5rem 1rem; /* Add padding for better touch targets */
}

.main-header .navbar .navbar-nav .nav-link:hover {
  color:#11456c;
}

.main-header .navbar .navbar-nav .dropdown-menu {
  border-radius: 0.5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border: none;
}

.main-header .navbar .navbar-nav .dropdown-menu .dropdown-item {
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.main-header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #006D77;
  color: #ffffff;
}

.header-search-bar {
  background: #f5f7f9;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 1rem 0;
  border-top: 1px solid #ddd;
}

/* Wrapper looks like the input */
.search-wrapper {
  background: #fff;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  max-width: 900px;
  margin: 0 auto;
}

/* Field with no border */
.search-field {
  border: none;
  box-shadow: none;
  font-size: 1.1rem;
  padding-left: 0;
  background: transparent;
}

/* Focus style (optional) */
.search-field:focus {
  outline: none;
  box-shadow: none;
}

/* Button style */
.search-wrapper .btn {
  border-radius: 50px;
  padding: 0.6rem 1.2rem;
}


/* Hero Split */
.hero-first{
 
  
}
.hero-first .hero-box {
  height: 600px;
  border-radius: 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Fixed background images */
.hero-split .bg-img-1 {
  background-image: url('../img/screens/hero-3.jpg');
}



/* Typography (optional) */
.hero-split .hero-heading {
  font-size: 2.5rem;
  font-weight: 700;
  
  color: #2e2e2e;
}

.hero-split .hero-tagline {
  font-size: 1.25rem;
  font-weight: 400;
  color: #666;
}


.bg-light { background-color: #f9f9f9; }         /* For sections */
.bg-white { background-color: #ffffff; }         /* For cards or interior blocks */
.bg-dark { background-color: #1f2937; color: #fff; } /* For footer */


.bg-soft-white {
  background-color: #f9f9f9;
}

.bg-warm-beige {
  background-color: #f5eed7;
}

.bg-muted-gold {
  background-color: #f7e9d4;
}

.bg-sandstone {
  background-color: #e7dfd8;
}

.bg-dark-charcoal {
  background-color: #222;
  color: #fff;
}

.bg-deep-blue {
  background-color: #1a2a40;
  color: #fff;
}

.bg-accent-yellow {
  background-color: #ffd057;
  color: #111;
}

.bg-light-blue{
   background-color:#e5f4ff;
}

.bg-gradient-1{
    background: linear-gradient(135deg, #e5f4ff 0%, #fffbe6 100%);
  color: #222;
}


.home-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home-section h2,
.home-section .section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1.5rem;
  text-align: left;
}

.home-section .section-subtitle {
  color: #6b7280;
  margin-bottom: 2rem;
  text-align: left;
}


.explore-section .section-title {
  
  font-weight: 700;
  font-size: 2rem;
  color: #1a1a1a;
}

.explore-section .section-subtitle {
  font-size: 1.125rem;
  color: #666;
}

.explore-card {
  border: none;
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  background-color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.explore-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.text-accent {
  color: #006D77;
}

.newsletter-section h2 {
  
  font-weight: 700;
  color:#fff;
}

.newsletter-section input::placeholder {
  color: #888;
}

/* Footer Base */
.footer {
  background-color: #f9f9f9;
  color: #333;
  
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 4rem 1rem;
}

/* Headings */
.footer h5,
.footer h6 {
  font-weight: 700;
  color: #222;
  margin-bottom: 1rem;
}

/* Paragraphs */
.footer p {
  color: #555;
  margin-bottom: 0.5rem;
}

.footer .logo-footer img {
  width: 200px; /* Adjust as needed */
  height: auto;
  margin-bottom: 1rem;
}

/* Links */
.footer a {
  color: #11456c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #004b50;
}

/* Social Icons */
.footer .fa {
  transition: color 0.3s ease;
}

.footer .fa:hover {
  color: #11456c; /* Optional accent on hover */
}

/* Divider line (optional) */
.footer hr {
  border-color: rgba(0, 0, 0, 0.1);
}

/* Bottom copyright */
.footer .small {
  font-size: 0.85rem;
  color: #777;
}

/* Responsive spacing */
@media (max-width: 768px) {
  .footer .text-center {
    margin-top: 2rem;
  }
  
.hero-first .hero-box {
  height: 400px;
}

}

.post-card {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border: 1px solid #f2f2f2;
  position: relative;
}

.post-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #d82148, #f857a6);
  z-index: 2;
}

.post-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.post-card-img {
  height: 240px;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.post-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.post-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #c41c28;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.post-card-text {
  font-size: 1rem;
  color: #6b6b6b;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.post-card a {
  text-decoration: none;
  color: #c41c28;
  font-weight: 500;
  transition: color 0.2s ease;
}

.post-card a:hover {
  color: #a01320;
}


.register-page,.login-page{
  padding-top:40px;
  padding-bottom:40px;
}
.register-page h1, .login-page h1{
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.register-container{
 
  max-width: 500px; /* Limit the width for larger screens */
  background-color: #fff; /* White background for the form */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  padding: 20px; /* Padding inside the form */
  
  margin: 0 auto; /* Center horizontally */
  display: block; /* Ensure block-level element */
}
.login-container{

  max-width: 500px; /* Limit the width for larger screens */
  background-color: #fff; /* White background for the form */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  padding: 20px; /* Padding inside the form */
  
  margin: 0 auto; /* Center horizontally */
  display: block; /* Ensure block-level element */
 
}

.body-account {
  background-color: #f9f9f9;
  font-family: 'Inter', sans-serif;
}

/* Sidebar */
.body-account .sidebar {
  background-color: #ffffff;
  width: 260px;
  min-height: 100vh;
  padding: 1.5rem 1rem;
  border-right: 1px solid #e4e4e4;
  transition: all 0.3s ease;
  position: fixed;
}

.body-account .sidebar .logo img {
  max-width: 140px;
  margin-bottom: 1.5rem;
}

.body-account .sidebar .menu ul {
  list-style: none;
  padding-left: 0;
}

.body-account .sidebar .menu li {
  margin-bottom: 0.75rem;
}

.body-account .sidebar .menu a {
  color: #333;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.body-account .sidebar .menu a:hover,
.body-account .sidebar .menu a.active {
  background-color: #eaf6f6;
  color: #006d77;
}

.body-account .sidebar .menu i {
  margin-right: 0.5rem;
}
.body-account .sidebar-toggle {
  display: none; /* Hide the toggle button on larger screens */
}

/* Sidebar divider */
.body-account .sidebar .divider {
  margin: 1rem 0;
  border-top: 1px solid #ddd;
}

/* Main page wrapper */
.body-account .page-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 260px; /* Sidebar width */
}

/* Page content area */
.body-account .page-content {
  padding: 2rem;
}

/* Mobile header */
.body-account .header-mobile {
  background-color: #ffffff;
  padding: 1rem;
  border-bottom: 1px solid #eaeaea;
}

.body-account .header-mobile .logo img {
  max-width: 120px;
}

.body-account .header-mobile .buttons i {
  font-size: 1.4rem;
  color: #444;
}

/* Form titles and sections */
.body-account h1.title-main {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.body-account .subtitle-main {
  font-size: 1rem;
  color: #777;
}

/* Profile form */
.body-account .profile-picture {
  border-radius: 50%;
  border: 2px solid #ddd;
  object-fit: cover;
}

.body-account .form-label {
  font-weight: 500;
}

.body-account .form-text.text-muted {
  font-size: 0.85rem;
}

/* Button style overrides */
.body-account .btn.btn-warning {
  background-color: #ffcc00;
  color: #000;
  border: none;
}

.body-account .btn.btn-success {
  background-color: #006d77;
  border: none;
}

.body-account .btn.btn-success:hover {
  background-color: #005c66;
}

/* Footer */
.body-account .footer {
  text-align: center;
  font-size: 0.9rem;
  color: #888;
  padding: 2rem 1rem 1rem;
  border-top: 1px solid #ddd;
  background-color: #f1f1f1;
}

.body-account .footer-links a {
  color: #11456c;
  margin: 0 0.5rem;
  text-decoration: none;
}

.body-account .footer-links a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .body-account .sidebar {
    position: absolute;
    left: -260px;
    top: 0;
    z-index: 999;
    height: 100%;
    background: #fff;
  }

  .body-account .sidebar.open {
    left: 0;
    transition: left 0.3s ease;
  }

  .body-account .page-content {
    padding: 1.5rem;
  }
}


.posts-page{
  padding-top: 60px;
  padding-bottom: 60px;
}


.posts-page-detail {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.posts-page-detail .card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background-color: #ffffff;
}

.posts-page-detail .post-banner {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.posts-page-detail .card-body {
  padding: 2.5rem 2rem;
}

.posts-page-detail .card-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.75rem;
}

.posts-page-detail .text-muted {
  font-size: 0.95rem;
  color: #888;
  margin-bottom: 1.5rem;
}

.posts-page-detail .card-text {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #444;
}

.posts-page-detail .card-text h2,
.posts-page-detail .card-text h3 {
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #222;
}

.posts-page-detail .card-text p {
  margin-bottom: 1.25rem;
}

.posts-page-detail .post-date{
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
  display:inline-block;
  margin-left:10px;
}

/* Optional: Images inside content */
.posts-page-detail .card-text img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Wrapper List */
.custom-category-list {
  padding-left: 0;
  list-style: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Individual Badge Style */
.custom-category-badge {
  display: inline-block;
  padding: 0.5em 0.9em;
  font-size: 0.875rem;
  background-color: #e0f3f3;
  color: #5283cb;
  border-radius: 50rem;
  font-weight: 500;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.custom-category-badge:hover,
.custom-category-badge:focus {
  background-color: #5283cb;
  color: #fff;
  text-decoration: none;
}



.default-page-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

.default-page-wrapper .page-heading {
  margin-bottom: 2.5rem;
  text-align: center;
}

.default-page-wrapper .page-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.5rem;
}

.default-page-wrapper .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
  justify-content: center;
}

.default-page-wrapper .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #999;
  padding: 0 0.5rem;
}

.default-page-wrapper .breadcrumb a {
  color: #006d77;
  text-decoration: none;
}

.default-page-wrapper .breadcrumb a:hover {
  text-decoration: underline;
}

.default-page-wrapper .page-banner img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  margin-bottom: 2rem;
}

.default-page-wrapper .page-content {
  max-width: 850px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #444;
}

.default-page-wrapper .page-content h2,
.default-page-wrapper .page-content h3 {
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #222;
}

.default-page-wrapper .page-content p {
  margin-bottom: 1.25rem;
}

.blog-categories-page {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.blog-categories-page .page-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.5rem;
}

.blog-categories-page .lead {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
}

.blog-categories-page .category-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  color: #004b50;
}

.blog-categories-page .text-muted {
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  color: #666;
}

.blog-categories-page .row.g-3 > .col-lg-4 {
  margin-bottom: 1rem;
}

.blog-categories-page .btn.btn-primary {
  margin-top: 1rem;
  padding: 0.5rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 0.4rem;
}

.highlight-box {
  background: #fdf5e6;
  color: #333;
  border-left: 4px solid #5283cb;
  padding: 1rem 1.5rem;

  font-size: 1rem;
  font-weight: 500;
 
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}


/* 404 Error Page Styles */
/* Redesigned 404 Error Page */
.tgj-404 {
  min-height: 100vh;
  background: radial-gradient(circle at top left, #fce3e6 0%, #fff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 1rem;
  color: #2c3e50;
  font-family: 'Poppins', sans-serif;
}

.tgj-404 .container {
  max-width: 600px;
  margin: 0 auto;
}

.tgj-404 .error-code {
  font-size: 8rem;
  font-weight: 900;
  color: #d6336c;
  margin-bottom: 0.5rem;
  letter-spacing: -2px;
}

.tgj-404 .error-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.tgj-404 .error-description {
  font-size: 1.125rem;
  color: #555;
  max-width: 480px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

.tgj-404 .btn-home {
  display: inline-block;
  background-color: #d6336c;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.tgj-404 .btn-home:hover {
  background-color: #b92f5c;
}
/* Danielle */

.mags-header {
  background-color: #fff;
  padding: 0.75rem 2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  

  z-index: 1030;
  transition: all 0.3s ease;
}
.mags-header .navbar-collapse.show{
  background:#fff;
}
.mags-header.transparent-header{
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 768px) {
.mags-header.transparent-header{
  background-color: #fff;
  box-shadow: none;
}
}
.mags-header.scrolled-header {
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.mags-header .logo img {
  max-height: 48px;
  transition: transform 0.2s ease;
}

@media (max-width: 768px) {
  .mags-header .logo img {
    max-height: 40px;
  }

  .mags-header .dropdown-menu{
    display:block;
    box-shadow:none !important;;
  }
}

.mags-header .logo img:hover {
  transform: scale(1.05);
}

.mags-header .nav-link {
  color: #2f2f2f;
  font-weight: 600;
  padding: 0.5rem 1rem !important;
  position: relative;
  transition: color 0.3s ease;
}

.mags-header .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: 0;
  height: 2px;
  background-color: #b11226;
  transition: width 0.3s ease;
}

.mags-header .nav-link:hover::after,
.mags-header .nav-link.active::after {
  width: calc(100% - 2rem);
}

.mags-header .nav-link:hover,
.mags-header .nav-link.active {
  color: #b11226;
}

.mags-header .dropdown-menu {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
}

.mags-header .dropdown-item {
  padding: 0.6rem 1.25rem;
  color: #2f2f2f;
  transition: background-color 0.2s ease;
}

.mags-header .dropdown-item:hover {
  background-color: #fbe3e5;
  color: #b11226;
}

.mags-header .cta {
  background-color: #b11226;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border-radius: 2rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
  font-size: 0.95rem;
}

.mags-header .cta:hover {
  background-color: #8e0e1f;
  transform: translateY(-1px);
}

.mags-hero {
  padding: 6rem 0 4rem;
  background-color: #fff;
  background: linear-gradient(135deg, #fff0f3 0%, #ffffff 50%, #fff 100%);
  overflow:hidden;
  position: relative;
}

.mags-hero-text {
  padding-right: 1rem;
}

.mags-hero-title {
  font-size: 2.75rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #b11226;
  margin-bottom: 1rem;
}

.mags-hero-subtitle {
  font-size: 1.125rem;
  color: #444;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.mags-hero-cta {
  background-color: #b11226;
  color: #fff;
  padding: 0.65rem 1.75rem;
  font-weight: 600;
  border-radius: 2rem;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.mags-hero-cta:hover {
  background-color: #8e0e1f;
}

.mags-hero-image {
  max-width: 100%;
  border-radius: 0.75rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.mags-hero-tagline {
  font-size: 0.85rem;
  font-weight: 600;
  color: #b11226;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.mags-hero-trust {
  font-size: 0.95rem;
  color: #444;
}

.mags-hero-trust i {
  min-width: 1.25rem;
}



.mags-hero-trust {
  list-style: none;
  padding-left: 0;
  margin-top: 2rem;
}

.mags-hero-trust li {
  font-size: 1rem;
  color: #444;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

.mags-hero-trust i {
  color: #b11226;
  margin-right: 0.75rem;
  font-size: 1rem;
}


.mags-hero-bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(177,18,38,0.15), rgba(255,255,255,0));
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  z-index: 0;
  filter: blur(4px);
  animation: float 10s ease-in-out infinite;
}

.mags-hero-bubble.left {
  width: 120px;
  height: 120px;
  top: 10%;
  left: -60px;
}

.mags-hero-bubble.right {
  width: 180px;
  height: 180px;
  bottom: 5%;
  right: -90px;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.mags-servicii .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #b11226;
}

.service-card {
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-3px);
}

.service-card img {
  transition: transform 0.4s ease;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-card:hover img {
  transform: scale(1.05);
  filter: brightness(0.9);
}

.service-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #b11226;
  color: white;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  z-index: 2;
}


.mags-tiktok {
  background: linear-gradient(135deg, #fff0f3, #ffffff);
  border-top: 1px solid #f3dfe4;
  border-bottom: 1px solid #f3dfe4;
}

.mags-tiktok h2 {
  color: #b11226;
}

.mags-tiktok ul li {
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.mags-footer {
  background-color: #b11226; /* culoarea principală a brandului tău */
}

.mags-footer a:hover {
  text-decoration: underline;
}

.mags-footer .socials i {
  transition: transform 0.3s ease;
}
.mags-footer .socials i:hover {
  transform: scale(1.2);
}
.mags-footer .border-top{
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mags-map-section {
  background: #fffafc;
  padding-top: 4rem;
}

.google-map-container {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.google-map-container iframe {
  width: 100%;
  height: 100%;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  padding: 15px;
  font-size: 24px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.2s;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
  transform: scale(1.05);
}

.whatsapp-float i {
  line-height: 1;
}

.mags-cta-extensii {
  background: linear-gradient(135deg, #b2072c, #8d0022);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.2);
}

.mags-cta-extensii h2 {
  font-size: 2rem;
  color:#fff;
}

.mags-cta-extensii p {
  font-size: 1.125rem;
}

.mags-cta-extensii .btn {
  border-radius: 30px;
  font-size: 1rem;
}

.mags-extensions {
 
}

 .extensions-box {
  margin-top:3rem;
  background-color: #fef8f9;
  border-radius: 1.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  max-width: 100%;;
}


 .mags-service-page h1 {
    font-size: 2.5rem;
  }
  .mags-service-list li {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
  }
  .mags-price-table th,
  .mags-price-table td {
    vertical-align: middle;
    font-size: 1rem;
  }
  @media (max-width: 576px) {
    .mags-service-page h1 {
      font-size: 2rem;
    }
    .mags-service-list li {
      font-size: 1rem;
    }
  }

.mags-service-hero {
  background: linear-gradient(135deg, #fff0f5, #ffe6eb);
  padding: 4rem 1rem;
  border-bottom: 1px solid #f3d4dc;
  position: relative;
  overflow: hidden;
  /* center hero content vertically and horizontally */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mags-service-hero::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(255,192,203,0.3), transparent);
  border-radius: 50%;
  top: -50px;
  left: -50px;
  z-index: 0;
}

.mags-service-hero::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255,192,203,0.2), transparent);
  border-radius: 50%;
  bottom: -40px;
  right: -40px;
  z-index: 0;
}
.mags-service-hero.has-background {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff; /* fallback in case */
  z-index: 1;
  min-height: 350px;
}

.mags-service-hero.has-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* dark overlay (adjust opacity if needed) */
  z-index: 0;
  width:100%;
  height:100%;
  border-radius:0px;
}

.mags-service-hero.has-background h1{
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.mags-service-hero.has-background .lead{
  color: #f0e0e3;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}





.mags-service-hero .container-wide {
  position: relative;
  z-index: 2;
}

.mags-service-hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #c41c28;
  margin-bottom: 1rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.mags-service-hero p {
  font-size: 1.25rem;
  color: #6b4e57;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}

@media (max-width: 576px) {
  .mags-service-hero h1 {
    font-size: 2.25rem;
  }
}

.header-spacer{
  height: 80px;
}

.mags-default-page {
  background-color: #fff8f9;
  color: #333;
}

.mags-page-header {
  max-width: 800px;
  margin: 0 auto;
}

.mags-page-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #c41c28;
  margin-bottom: 0.5rem;
}

.breadcrumb {
  background-color: transparent;
  font-size: 0.95rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #c41c28;
  padding: 0 0.5rem;
}

.mags-page-banner img {
  max-height: 450px;
  object-fit: cover;
  border-radius: 1rem;
}

.mags-page-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  max-width: 900px;
  margin: 0 auto;
}

.mags-page-content h2,
.mags-page-content h3 {
  color: #c41c28;
  font-weight: 600;
  margin-top: 2rem;
}

.mags-contact {
  background: linear-gradient(135deg, #fff7f9, #fff);
  color: #333;
}

.mags-contact-info {
  border-left: 4px solid #c41c28;
}

.mags-contact-info h5 {
  font-size: 1.25rem;
}

.mags-contact-info a:hover {
  color: #c41c28;
}

.mags-contact-form .form-label {
  font-weight: 500;
  color: #444;
}

.mags-contact-form .form-control {
  border-radius: 0.5rem;
  padding: 0.75rem;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

.mags-contact-form .form-control:focus {
  border-color: #c41c28;
  box-shadow: 0 0 0 0.15rem rgba(196, 28, 40, 0.15);
}

.mags-social a {
  transition: transform 0.3s ease;
}

.mags-social a:hover {
  transform: scale(1.1);
  color: #a81825 !important;
}



/* General Table Styling */
.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  background-color: #fff;
  color: #333;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

/* Table Head */
.table thead {
  background-color: #fff0f5;
}

.table thead th {
  padding: 1rem 1.25rem;
  text-align: left;
  font-weight: 600;
  color: #b52b5e;
  text-transform: uppercase;
  border-bottom: 1px solid #f5dce4;
  letter-spacing: 0.5px;
}

/* Table Body */
.table tbody td {
  padding: 0.9rem 1.25rem;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

/* Bordered Style */
.table-bordered {
  border: none;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #f0e0e7;
}

/* Striped Style */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff6f9;
}

.table-striped tbody tr:hover {
  background-color: #ffeef3;
  transition: background 0.2s ease;
}

/* Rounded corners (optional fix for overflow) */
.table th:first-child,
.table td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.table th:last-child,
.table td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.magazin-header {
  background: linear-gradient(to bottom, #fff5f5, #fff);
}

.magazin-products .product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 0.75rem;
  overflow: hidden;
}

.magazin-products .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.1);
}

.product-card img {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  object-fit: cover;
  height: 260px;
  width: 100%;
}

.product-card .card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}

.product-card .btn {
  font-weight: 600;
  font-size: 0.95rem;
}

.product-card .btn-outline-danger:hover {
  background-color: #dc3545;
  color: #fff;
}

.product-card .start-price{


}

.product-card .start-price span{
  font-weight: 600;
  color: #b03e65;
}


.product-detail-section {
  background-color: #fff9f9;
}

.container-product {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 1100px;
  margin: auto;
  border: 1px solid #eee;
}

.product-image img {
  border-radius: 0.75rem;
  transition: transform 0.3s ease;
}

.product-image img:hover {
  transform: scale(1.02);
}

.product-meta {
  font-size: 1rem;
}

.btn-lg {
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
}

.product-detail-section h1 {
  font-size: 2rem;
}

.product-detail-section .text-muted {
  line-height: 1.7;
}

a.text-decoration-none:hover {
  color: #e63946;
}


.extension-colors {
  font-size: 0.9rem;
}

.extension-colors .color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.extension-colors .color-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}

.extension-colors .color-item:hover {
  transform: translateY(-3px);
}

.extension-colors .color-item img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 2px solid #eaeaea;
  transition: border-color 0.2s ease;
}

.extension-colors .color-item:hover img {
  border-color: #dc3545;
}

.extension-colors .color-item span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  color: #444;
}

.magazin-home-section .card img {
  height: 220px;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}

.magazin-home-section .card-body {
  padding: 1rem 1.25rem;
}

.magazin-home-section .card-title {
  font-size: 1.1rem;
  color: #111;
}