/* brand colors */
/* blue color shades */
/* gray color shades */
/* common color */
/* Responsive */
.btn {
  font-size: 18px;
  font-family: "Rubik-Medium";
  color: #ffffff;
  border-radius: 100px;
  text-align: center;
  padding: 10px 35px;
  transition: all 450ms ease-in-out 0s;
}
@media (max-width: 767px) {
  .btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.btn.primary-btn {
  background: #D9436B;
}
.btn.primary-btn:hover, .btn.primary-btn:focus {
  background: #913d51;
  color: #ffffff;
  transform: translateY(-5px);
}
.btn.outline-btn {
  background: transparent;
  border: 2px solid #D9436B;
  color: #D9436B;
}
.btn.outline-btn:hover, .btn.outline-btn:focus {
  background: #D9436B;
  color: #ffffff;
  transform: translateY(-5px);
}

*:after,
*:before {
  box-sizing: border-box;
}

body {
  font-family: "Rubik-Regular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  font-size: 14px;
  color: #000000;
  margin: 0;
  padding: 0;
  height: 100vh;
}

html,
body {
  height: 100%;
}

a {
  text-decoration: underline;
  outline: none;
  transition: all 450ms ease-in-out 0s;
  -webkit-transition: all 450ms ease-in-out 0s;
  -moz-transition: all 450ms ease-in-out 0s;
}

img {
  max-width: 100%;
  height: auto;
}

/* focus */
a:focus-visible {
  outline: 2px dashed #dddddd !important;
  outline-offset: 1px !important;
}

*:focus-visible {
  outline: 2px dashed #dddddd !important;
  outline-offset: 1px !important;
}

a:not([href]):not([tabindex]):focus-visible {
  outline: 2px dashed #dddddd !important;
  outline-offset: 1px !important;
}

*:focus:not(:focus-visible) {
  outline: none !important;
  outline-offset: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:not([href]) {
  cursor: pointer;
}

.link-text {
  color: #000000 !important;
  text-decoration: underline;
}
.link-text:hover {
  text-decoration: none;
}

/* Custom scrollbar for the timeline details */
*::-webkit-scrollbar-thumb {
  background-color: #eae9eb;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
}

/* font */
.primary-text {
  color: #D9436B;
}

.text-danger {
  color: #ff0000 !important;
}

.red-text {
  color: #ff0000 !important;
}

.green-text {
  color: #008000 !important;
}

.blue-text {
  color: #0000ff !important;
}

.cursor-pointer {
  cursor: pointer;
}

/* bg */
.light-cream-bg {
  background: #FFF2EA;
}

.container {
  max-width: 1600px;
  width: 100%;
}

.main-header {
  /* navbar */
  /* top navigation */
  /* contact us page */
}
.main-header.fixed-top {
  z-index: 10000;
}
.main-header .navbar-header {
  position: relative;
}
.main-header .navbar {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 100%;
}
.main-header .navbar .header-logo {
  display: flex;
  align-items: center;
  /* logo */
}
.main-header .navbar .header-logo img {
  transition: all 450ms ease-in-out 0s;
}
.main-header .navbar .header-logo .navbar-brand {
  font-size: 25px;
  color: #ffffff;
  font-weight: 500;
  margin: 15px 0 !important;
  padding: 15px 0;
  text-transform: uppercase;
  text-decoration: none;
}
.main-header .navbar .header-logo .navbar-brand img {
  max-height: 80px;
  transition: all 450ms ease-in-out 0s;
}
.main-header .navbar .header-logo .navbar-brand:hover {
  transform: translateY(-5px);
}
.main-header .navbar-collapse .navbar-nav {
  gap: 40px;
}
.main-header .navbar-collapse .navbar-nav li.nav-item {
  /* dropdown-menu */
}
.main-header .navbar-collapse .navbar-nav li.nav-item a.nav-link {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px 0 !important;
  color: #ffffff !important;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  transition: all 450ms ease-in-out 0s;
  font-family: "Montserrat-Medium";
}
.main-header .navbar-collapse .navbar-nav li.nav-item a.nav-link:hover, .main-header .navbar-collapse .navbar-nav li.nav-item a.nav-link.active, .main-header .navbar-collapse .navbar-nav li.nav-item a.nav-link:focus {
  background: none;
  border-bottom-color: #ffffff;
}
.main-header .navbar-collapse .navbar-nav li.nav-item a.nav-link:hover {
  transform: translateY(-2px);
}
.main-header .navbar-collapse .navbar-nav li.nav-item.dropdown .dropdown-menu {
  background: rgba(217, 67, 107, 0.9);
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.7);
  padding: 15px;
  border-radius: 25px;
}
.main-header .navbar-collapse .navbar-nav li.nav-item.dropdown .dropdown-menu li {
  border-bottom: 1px solid rgba(217, 67, 107, 0.3);
  margin: 0 0 5px 0;
  padding: 2px 0 5px 0;
}
.main-header .navbar-collapse .navbar-nav li.nav-item.dropdown .dropdown-menu li:last-child {
  border-bottom: none;
  margin: 0;
  padding-bottom: 0 !important;
}
.main-header .navbar-collapse .navbar-nav li.nav-item.dropdown .dropdown-menu li a {
  padding: 2px 0;
}
.main-header .navbar-collapse .navbar-nav li.nav-item.dropdown .dropdown-menu li a.dropdown-item {
  color: #ffffff;
  background: transparent;
}
.main-header .navbar-collapse .navbar-nav li.nav-item.dropdown .dropdown-menu li a.dropdown-item:hover {
  color: #D9436B;
}
.main-header .navbar-toggle .icon-bar {
  background: #ffffff;
}
.main-header .header-right-button {
  display: flex;
}
.main-header .header-right-button ul {
  gap: 10px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.main-header .header-right-button ul li {
  list-style: none;
}
.main-header .header-right-button .btn {
  border-radius: 70px;
  padding: 20px 40px;
  min-height: 50px;
  display: flex;
  align-items: center;
  border: none;
  color: #D9436B;
  background: #FFF2EA;
  font-size: 18px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
  font-family: "Montserrat-Medium";
  transition: all 450ms ease-in-out 0s;
}
@media (max-width: 767px) {
  .main-header .header-right-button .btn {
    padding: 5px 10px;
  }
}
.main-header .header-right-button .btn i {
  display: none;
}
.main-header .header-right-button .btn:hover {
  background: #D9436B;
  color: #ffffff;
  transform: translateY(-5px);
}
.main-header .header-right-button .btn.btn-signup {
  background: #D9436B;
  color: #ffffff;
}
.main-header .header-right-button .btn.btn-signup:hover {
  background: #FFF2EA;
  color: #D9436B;
}
.main-header.main-header-dark {
  transition: all linear 0.2s;
  background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(255, 255, 255, 0));
  padding: 10px 0 40px 0;
}
.main-header.main-header-dark .header-logo {
  padding: 0;
  margin: 0;
}
.main-header.main-header-dark .header-logo .navbar-brand {
  padding: 0;
  margin: 0;
}
.main-header.main-header-dark .header-logo img {
  max-height: 50px !important;
}
.main-header.main-header-dark .navbar-collapse .navbar-nav li.nav-item a.nav-link:hover, .main-header.main-header-dark .navbar-collapse .navbar-nav li.nav-item a.nav-link.active {
  border-bottom-color: #ffffff;
}
.main-header.main-header-dark .header-right-button .btn {
  min-height: 40px;
  font-size: 16px;
}
.main-header.main-header-contact-us.main-header-dark .navbar-collapse .navbar-nav li.nav-item a.nav-link {
  color: #ffffff !important;
}
.main-header.main-header-contact-us.main-header-dark .navbar-collapse .navbar-nav li.nav-item a.nav-link:hover, .main-header.main-header-contact-us.main-header-dark .navbar-collapse .navbar-nav li.nav-item a.nav-link.active, .main-header.main-header-contact-us.main-header-dark .navbar-collapse .navbar-nav li.nav-item a.nav-link:focus {
  background: none;
  border-bottom-color: #ffffff;
}
.main-header.main-header-contact-us .navbar-collapse .navbar-nav li.nav-item a.nav-link {
  color: #000000 !important;
}
.main-header.main-header-contact-us .navbar-collapse .navbar-nav li.nav-item a.nav-link:hover, .main-header.main-header-contact-us .navbar-collapse .navbar-nav li.nav-item a.nav-link.active, .main-header.main-header-contact-us .navbar-collapse .navbar-nav li.nav-item a.nav-link:focus {
  background: none;
  border-bottom-color: #000000;
}
.main-header.main-header-contact-us .header-right-button .btn {
  background: #ffffff;
}
.main-header.main-header-contact-us .header-right-button .btn:hover {
  background: #D9436B;
}
.main-header.main-header-contact-us .header-right-button .btn.btn-signup {
  background: #D9436B;
}
.main-header.main-header-contact-us .header-right-button .btn.btn-signup:hover {
  background: #ffffff;
  color: #D9436B;
}

/* responsive CSS */
@media (max-width: 1250px) {
  .main-header .navbar .header-logo img {
    max-height: 40px !important;
  }
  .main-header .navbar .header-logo .navbar-brand {
    padding: 0;
    margin: 0;
  }
  .main-header .header-right-button .btn {
    min-height: 40px;
    font-size: 16px;
  }
  .main-header .navbar-collapse .navbar-nav {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .main-header {
    /* contact us page */
  }
  .main-header .navbar-expand-sm .navbar-collapse {
    display: none !important;
    flex-basis: auto;
  }
  .main-header .navbar-expand-sm .navbar-collapse.show {
    display: flex !important;
    position: absolute;
    right: 10px;
    top: 70px;
    background: rgba(217, 67, 107, 0.9);
    padding: 15px;
    border-radius: 15px;
  }
  .main-header .navbar-expand-sm .navbar-collapse.show .navbar-nav {
    flex-direction: column;
    min-width: 200px;
    gap: 5px;
  }
  .main-header .navbar-expand-sm .navbar-collapse.show .navbar-nav li.nav-item a.nav-link.active {
    border-bottom: none;
  }
  .main-header .navbar-expand-sm .navbar-toggler {
    display: block;
    position: absolute;
    right: 15px;
    top: 14px;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    border: none;
  }
  .main-header .navbar-expand-sm .navbar-toggler:focus {
    outline: 0 !important;
    box-shadow: none !important;
  }
  .main-header .navbar-expand-sm .navbar-toggler .navbar-toggler-icon {
    background: transparent;
  }
  .main-header .header-right-button {
    margin-right: 70px;
  }
  .main-header.main-header-contact-us .navbar-toggler-icon-1 span {
    background-color: #000000 !important;
  }
  .main-header.main-header-contact-us .navbar-toggler-icon-1 span::before, .main-header.main-header-contact-us .navbar-toggler-icon-1 span::after {
    background-color: #000000 !important;
  }
  .main-header.main-header-contact-us .navbar-toggler-icon-1.active span {
    background-color: transparent !important;
  }
  .main-header.main-header-contact-us.main-header-dark .navbar-toggler-icon-1 span {
    background-color: #ffffff !important;
  }
  .main-header.main-header-contact-us.main-header-dark .navbar-toggler-icon-1 span::before, .main-header.main-header-contact-us.main-header-dark .navbar-toggler-icon-1 span::after {
    background-color: #ffffff !important;
  }
  .main-header.main-header-contact-us.main-header-dark .navbar-toggler-icon-1.active span {
    background-color: transparent !important;
  }
  .main-header.main-header-contact-us .navbar-collapse .navbar-nav li.nav-item a.nav-link {
    color: #ffffff !important;
  }
}
@media (max-width: 1365px) {
  .main-header {
    padding: 0 0 5px 0;
    /* contact us page */
  }
  .main-header .header-right-button {
    justify-content: center;
    margin: 0 60px 0 0;
    padding: 0;
  }
  .main-header .header-right-button ul {
    gap: 15px;
  }
  .main-header .header-right-button ul li .btn {
    background: transparent !important;
    color: #ffffff;
    padding: 0;
    box-shadow: none !important;
  }
  .main-header .header-right-button ul li .btn i {
    display: block !important;
    font-size: 20px;
  }
  .main-header .header-right-button ul li .btn span {
    display: none;
  }
  .main-header.main-header-contact-us .header-right-button ul li .btn i {
    color: #000000;
  }
  .main-header.main-header-contact-us.main-header-dark .header-right-button ul li .btn i {
    color: #ffffff;
  }
}
/* animated toggle menu */
.navbar-toggler-icon-1 {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.navbar-toggler-icon-1 span {
  margin: 0 auto;
  position: relative;
  top: 12px;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  display: block;
}
.navbar-toggler-icon-1 span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin-top: -10px;
}
.navbar-toggler-icon-1 span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin-top: 10px;
}
.navbar-toggler-icon-1.active span {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.navbar-toggler-icon-1.active span::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}
.navbar-toggler-icon-1.active span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

.toggle-btn span {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.toggle-btn span::before {
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.toggle-btn span::after {
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.page-footer {
  padding: 50px 0 0 0;
  background: #D9436B;
  font-family: "Montserrat-Medium";
}

/* Top Divider Line */
.footer-top-divider {
  border-bottom: 1px solid #d47e96;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

/* Logo and Slogan */
.footer-logo-text {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}

.footer-slogan {
  font-size: 18px;
}

/* Social Media Icons */
.social-icon-wrapper a {
  color: #ffffff;
  width: 45px;
  height: 45px;
  font-size: 23px !important;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-left: 10px;
  text-decoration: none;
}
.social-icon-wrapper a.instagram:hover {
  color: #ffffff;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.social-icon-wrapper a.facebook:hover {
  background: #0866ff;
  color: #ffffff;
}

.footer-col-title {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 15px;
}

/* footer-links */
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links ul li {
  margin-bottom: 8px;
}
.footer-links ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  transition: color 0.3s;
  position: relative;
}
.footer-links ul li a:hover {
  color: #000000;
}

/* Newsletter form styling */
.footer-newsletter {
  max-width: 600px;
  width: 100%;
}
.footer-newsletter h2 {
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer-newsletter .newsletter-input {
  border: none;
  border-radius: 0;
  min-height: 42px;
  padding: 0.375rem 0.75rem;
}
.footer-newsletter .newsletter-btn {
  background-color: #ffffff;
  font-size: 18px;
  color: #D9436B;
  border: none;
  border-radius: 0;
  min-height: 45px;
  margin-left: 10px;
  padding: 20px 40px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .footer-newsletter .newsletter-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.footer-newsletter .newsletter-btn:hover {
  background: #000000;
  color: #ffffff;
}
.footer-newsletter .privacy-text {
  font-size: 16px;
  color: #ffffff;
  margin: 15px 0 0 0;
}

/* Bottom Copyright Line */
.copyright {
  border-top: 1px solid #d47e96;
  padding: 20px 0;
  margin-top: 40px;
  font-size: 16px;
  color: #ffffff;
}

#footer-Subscription-form {
  margin-top: 35px;
}

.news-letter-form {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 400px) {
  .news-letter-form {
    flex-direction: column;
  }
}

.news-letter-form #email_err {
  color: #FFF176;
}

.news-letter-form .input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  gap: 5px;
  flex: 1;
}
@media (max-width: 400px) {
  .news-letter-form .input-container {
    width: 100%;
  }
}

.news-letter-form .newsletter-input {
  min-height: 67px;
}
@media (max-width: 767px) {
  .news-letter-form .newsletter-input {
    min-height: 45px;
  }
}

.news-letter-form .newsletter-btn {
  width: 178px !important;
  margin: 0;
}

.skip-link {
  background: #000;
  color: #ffffff;
  font-weight: 700;
  left: 50%;
  padding: 1rem;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  z-index: 100;
}
.skip-link:focus {
  transform: translateY(0%);
  text-decoration: underline;
}

/* contact page */
.page-wrapper {
  min-height: calc(100vh - 506px);
  display: flex;
  flex-direction: column;
}

/* header-right-button */
.header-right-button {
  text-transform: uppercase;
}

/* home-hero-section */
.home-hero-section {
  position: relative;
  aspect-ratio: 21.62/14.12;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1024px) {
  .home-hero-section {
    height: auto;
  }
}
@media (max-width: 600px) {
  .home-hero-section {
    height: 350px;
  }
}
@media (max-width: 1600px) {
  .home-hero-section .primary {
    top: 57% !important;
  }
}
@media (max-width: 1536px) {
  .home-hero-section .primary {
    top: 66% !important;
  }
}
@media (max-width: 1440px) {
  .home-hero-section .primary {
    top: 54% !important;
  }
}
@media (max-width: 1366px) {
  .home-hero-section .primary {
    top: 59% !important;
  }
}
@media (max-width: 1280px) {
  .home-hero-section .primary {
    top: 59% !important;
  }
}
@media (max-width: 1680px) {
  .home-hero-section .secondary {
    top: 63% !important;
  }
}
@media (max-width: 1600px) {
  .home-hero-section .secondary {
    top: 65% !important;
  }
}
@media (max-width: 1366px) {
  .home-hero-section .secondary {
    top: 67% !important;
  }
}
@media (max-width: 480px) {
  .home-hero-section .secondary {
    top: 64% !important;
  }
}
.home-hero-section .hero-content {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  height: 480px;
}
@media (width: 1280px) {
  .home-hero-section .hero-content {
    top: 50%;
  }
}
@media (width: 1366px) {
  .home-hero-section .hero-content {
    top: 55%;
  }
}
@media (width: 1440px) {
  .home-hero-section .hero-content {
    top: 50%;
  }
}
@media (width: 1536px) {
  .home-hero-section .hero-content {
    top: 57%;
  }
}
@media (width: 1600px) {
  .home-hero-section .hero-content {
    top: 50%;
  }
}
@media (width: 1680px) {
  .home-hero-section .hero-content {
    top: 50%;
  }
}
.home-hero-section .hero-content h1 {
  font-family: "Rubik-SemiBold";
  font-size: 64px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 414px) {
  .home-hero-section .hero-content h1 {
    font-size: 20px !important;
    line-height: 20px;
  }
}
@media (max-width: 375px) {
  .home-hero-section .hero-content h1 {
    font-size: 20px !important;
  }
}
@media (max-width: 320px) {
  .home-hero-section .hero-content h1 {
    font-size: 20px !important;
  }
}
.home-hero-section .hero-content h2 {
  font-family: "Rubik-Medium";
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 414px) {
  .home-hero-section .hero-content h2 {
    font-size: 16px !important;
    margin-bottom: 0;
  }
}
.home-hero-section .hero-content .hero-buttons {
  gap: 40px;
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 768px) {
  .home-hero-section .hero-content .hero-buttons {
    margin: 50px 0 0 0;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .home-hero-section .hero-content .hero-buttons {
    margin: 15px 0 0 0 !important;
  }
}
@media (max-width: 414px) {
  .home-hero-section .hero-content .hero-buttons {
    margin: 10px 0 0 0;
    gap: 10px !important;
  }
}
.home-hero-section .hero-content .hero-buttons .primary-btn {
  text-transform: uppercase;
  font-family: "Montserrat-Medium";
}
.home-hero-section .hero-content .hero-buttons .customised-quote {
  padding: 20px 40px;
  background: #D9436B !important;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .home-hero-section .hero-content .hero-buttons .customised-quote {
    padding: 8px 20px;
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .home-hero-section .hero-content .hero-buttons .customised-quote {
    padding: 5px 15px;
    font-size: 11px;
  }
}
.home-hero-section .hero-content .hero-buttons .customised-quote:hover {
  background: #FFF2EA !important;
  color: #D9436B !important;
}
.home-hero-section .hero-content .hero-buttons .view-sample-book {
  padding: 20px 30px;
  background: #FFF2EA !important;
  color: #D9436B !important;
}
@media (max-width: 768px) {
  .home-hero-section .hero-content .hero-buttons .view-sample-book {
    padding: 8px 20px;
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .home-hero-section .hero-content .hero-buttons .view-sample-book {
    padding: 5px 15px;
    font-size: 11px;
  }
}
.home-hero-section .hero-content .hero-buttons .view-sample-book:hover {
  background: #D9436B !important;
  color: #FFF2EA !important;
}
.home-hero-section img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media (max-width: 600px) {
  .home-hero-section img {
    height: 100% !important;
    object-fit: cover;
  }
}
.home-hero-section::before {
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}

/* home-intro-section */
.home-intro-section {
  padding: 100px 0 20px 0;
  background: url(../images/home/home-intro/home-intro-desktop-bg.webp) no-repeat center top;
}
@media (max-width: 767px) {
  .home-intro-section {
    background: url(../images/home/home-intro/home-intro-desktop-bg.webp) no-repeat center top;
    min-height: 500px;
    background-size: 50%;
    border-bottom: none;
  }
}
@media (max-width: 1601px) {
  .home-intro-section {
    background-size: contain;
  }
}
.home-intro-section .school-sign-up-desktop {
  display: block;
}
@media (max-width: 767px) {
  .home-intro-section .school-sign-up-desktop {
    display: none;
  }
}
.home-intro-section .intro-text-content {
  margin: 210px 0 0 0;
}
.home-intro-section .intro-text-content .primary-text span {
  color: #D9436B !important;
}
@media (max-width: 991px) {
  .home-intro-section .intro-text-content {
    margin: 120px auto 0 auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 5px;
    max-width: 400px;
  }
}
.home-intro-section h2 {
  font-size: 31px;
  font-family: "Rubik-Medium";
  text-align: center;
  color: #000000;
  margin: 0 0 35px 0;
  text-transform: uppercase;
}
.home-intro-section p {
  font-size: 31px;
  text-align: center;
  font-family: "Rubik-Medium";
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.home-intro-section img {
  width: auto;
}
.home-intro-section .primary-btn {
  padding: 20px 40px;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: "Montserrat-Medium";
}
@media (max-width: 768px) {
  .home-intro-section .primary-btn {
    padding: 20px 40px;
    margin-top: 40px;
    font-family: "Montserrat-Medium";
  }
}

/* home-intro-button-mobile */
.home-intro-button-mobile {
  display: none;
  padding: 0 0 50px 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .home-intro-button-mobile {
    display: block;
    margin-top: 30px;
  }
}
@media (max-width: 375px) {
  .home-intro-button-mobile .primary-btn {
    padding: 20px 40px;
    font-family: "Montserrat-Medium";
  }
}
@media (max-width: 667px) {
  .home-intro-button-mobile .primary-btn {
    padding: 10px 20px;
    font-family: "Montserrat-Medium";
    font-size: 16px;
  }
}

/* home-why-meno-section */
.home-why-meno-section {
  background: #ffffff;
  padding: 100px 0;
}
.home-why-meno-section h2 {
  font-size: 52px;
  font-family: "Rubik-SemiBold";
  margin: 0 0 50px 0;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.home-why-meno-section .why-meno-card-container {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 20px;
}
@media (max-width: 1440px) {
  .home-why-meno-section .why-meno-card-container {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }
}
@media (min-width: 992px) {
  .home-why-meno-section .why-meno-card-container {
    display: grid !important;
  }
}
.home-why-meno-section .why-meno-card-container .why-meno-card {
  background: #FFF2EA !important;
  padding: 25px;
  transition: all 450ms ease-in-out 0s;
}
.home-why-meno-section .why-meno-card-container .why-meno-card.zero-hassle-card .card-img {
  max-width: 165px;
}
.home-why-meno-section .why-meno-card-container .why-meno-card h3 {
  font-size: 24px;
  font-family: "Rubik-Medium";
  margin: 0 0 15px 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 25px;
}
@media (min-width: 992px) and (max-width: 1050px) {
  .home-why-meno-section .why-meno-card-container .why-meno-card h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1050px) and (max-width: 1219px) {
  .home-why-meno-section .why-meno-card-container .why-meno-card h3 {
    font-size: 18px;
    line-height: 21px;
  }
}
.home-why-meno-section .why-meno-card-container .why-meno-card p {
  font-size: 14px;
  font-family: "Montserrat-Medium";
  min-height: 70px;
  text-align: center;
}
.home-why-meno-section .why-meno-card-container .why-meno-card p a {
  color: #000000;
}
.home-why-meno-section .why-meno-card-container .why-meno-card p a:hover {
  text-decoration: none;
}
.home-why-meno-section .why-meno-card-container .why-meno-card .card-text {
  min-height: 201px;
}
.home-why-meno-section .why-meno-card-container .why-meno-card .card-img {
  max-width: 133px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto 15px auto;
}
.home-why-meno-section .why-meno-card-container .why-meno-card .card-arrow {
  text-align: right;
  font-size: 20px;
  color: #D9436B;
}
@media (max-width: 991.98px) {
  .home-why-meno-section .row,
  .home-why-meno-section .col-md-12 {
    padding: 0;
    margin: 0;
  }
  .home-why-meno-section .carousel-item {
    padding: 0 50px;
  }
  .home-why-meno-section .why-meno-card {
    margin: 0 auto;
    max-width: 350px;
    background: #FFF2EA !important;
    padding: 25px;
    transition: all 450ms ease-in-out 0s;
  }
  .home-why-meno-section .why-meno-card h3 {
    font-size: 24px;
    font-family: "Rubik-Medium";
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: uppercase;
  }
  .home-why-meno-section .why-meno-card p {
    font-size: 15px;
    font-family: "Montserrat-Medium";
    min-height: 70px;
    text-align: center;
  }
  .home-why-meno-section .why-meno-card .card-img {
    max-width: 150px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto 15px auto;
  }
  .home-why-meno-section .why-meno-card .card-arrow {
    text-align: right;
    font-size: 20px;
    color: #D9436B;
  }
  .home-why-meno-section .owl-dots {
    position: static;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  .home-why-meno-section .owl-dots .owl-dot {
    padding: 20px;
  }
  .home-why-meno-section .owl-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.5;
  }
  .home-why-meno-section .owl-dots button span {
    background-color: #D9436B !important;
  }
  .home-why-meno-section .owl-dots button.active {
    opacity: 1;
  }
  .home-why-meno-section .carousel-control-prev,
  .home-why-meno-section .carousel-control-next {
    width: 10%;
    opacity: 1;
  }
  .home-why-meno-section .carousel-control-prev .carousel-control-prev-icon,
  .home-why-meno-section .carousel-control-prev .carousel-control-next-icon,
  .home-why-meno-section .carousel-control-next .carousel-control-prev-icon,
  .home-why-meno-section .carousel-control-next .carousel-control-next-icon {
    filter: invert(40%) sepia(90%) saturate(600%) hue-rotate(330deg) brightness(90%) contrast(90%);
  }
}

/* home-yearbooks-hoodies-section */
.home-yearbooks-hoodies-section {
  padding: 100px 0;
  /* Styling for the image container */
  /* The overlay that appears on hover */
}
.home-yearbooks-hoodies-section .image-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.home-yearbooks-hoodies-section .image-container .btn {
  background-color: #D9436B;
  color: #ffffff;
  padding: 20px 40px;
  font-family: "Montserrat-Medium";
  font-size: 18px;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 10px;
  text-transform: uppercase;
  position: absolute;
  bottom: 80px;
  min-width: 180px;
  left: calc(50% - 90px);
  z-index: 3;
}
@media (max-width: 550px) {
  .home-yearbooks-hoodies-section .image-container .btn {
    bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-yearbooks-hoodies-section .image-container .btn {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home-yearbooks-hoodies-section .image-container .btn {
    padding: 10px 20px;
  }
}
.home-yearbooks-hoodies-section .image-container .btn:hover {
  background-color: #FFF2EA;
  color: #000000;
}
.home-yearbooks-hoodies-section .image-container img {
  width: 100%;
  height: auto;
  display: block;
}
.home-yearbooks-hoodies-section .image-container:hover .btn {
  background: #FFF2EA !important;
  color: #000000;
}
.home-yearbooks-hoodies-section .image-container:hover .overlay {
  opacity: 1;
}
.home-yearbooks-hoodies-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(217, 67, 107, 0.85);
  transition: opacity 0.3s ease-in-out;
  /* Text inside the overlay */
}
.home-yearbooks-hoodies-section .overlay .overlay-text {
  color: #ffffff;
  text-align: center;
  max-width: 530px;
  width: 100%;
}
.home-yearbooks-hoodies-section .overlay .overlay-text .overlay-img {
  display: flex;
  justify-content: center;
}
.home-yearbooks-hoodies-section .overlay .overlay-text .overlay-img img {
  max-width: 100%;
  width: auto;
}
.home-yearbooks-hoodies-section .overlay .overlay-text h2 {
  padding: 20px;
  font-family: "Rubik-Medium";
  font-size: 36px;
  text-transform: uppercase;
}

/* indicative Pricing */
.home-indicative-pricing {
  padding: 100px 0;
}
.home-indicative-pricing h2 {
  font-size: 52px;
  text-align: center;
  margin: 0 0 80px 0;
  font-family: "Rubik-SemiBold";
  text-transform: uppercase;
  color: #000000;
}
.home-indicative-pricing .price-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 240px;
}
@media (max-width: 767px) {
  .home-indicative-pricing .price-card {
    flex-direction: row;
    margin-bottom: 15px;
    min-height: 10px;
  }
}
.home-indicative-pricing .price-card .book-img {
  min-width: 190px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-indicative-pricing .price-card .book-img {
    max-width: 150px !important;
    width: 100%;
  }
}
@media (max-width: 499px) {
  .home-indicative-pricing .price-card .book-img {
    min-width: 120px;
    max-width: 110px;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .home-indicative-pricing .price-card .book-img {
    min-width: 10px;
    max-width: 100px;
    width: 150px;
  }
}
.home-indicative-pricing .price-card .price-content {
  text-align: center;
  min-width: 200px;
}
.home-indicative-pricing .price-card .price-content h3 {
  font-size: 25px;
  font-family: "Rubik-Medium";
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .home-indicative-pricing .price-card .price-content h3 {
    font-size: 20px;
  }
}
.home-indicative-pricing .price-card .price-content h4 {
  font-size: 16px;
  font-family: "Rubik-Medium";
  margin: 0 0 25px 0;
  text-transform: uppercase;
}
.home-indicative-pricing .price-card .price-content h5 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Montserrat-Regular";
}
@media (max-width: 767px) {
  .home-indicative-pricing .price-card .price-content h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home-indicative-pricing .price-card .price-content {
    max-width: 200px;
  }
}
@media (max-width: 375px) {
  .home-indicative-pricing .price-card .price-content {
    min-width: 1px;
    max-width: 100%;
    flex: 1;
  }
}
.home-indicative-pricing .btn {
  padding: 20px 40px;
  text-transform: uppercase;
  font-family: "Montserrat-Medium";
}
@media (max-width: 768px) {
  .home-indicative-pricing .btn {
    font-size: 16px;
    padding: 8px 20px;
  }
}

/* home-testimonials-section */
.home-testimonials-section {
  padding: 100px 0;
}
.home-testimonials-section h2 {
  font-size: 52px;
  font-family: "Rubik-SemiBold";
  text-align: center;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
.home-testimonials-section .testimonials-item {
  max-width: 700px;
  width: 100%;
}
@media (max-width: 1023px) {
  .home-testimonials-section .testimonials-item {
    max-width: 500px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .home-testimonials-section .testimonials-item {
    max-width: 350px;
    text-align: left;
  }
}
.home-testimonials-section .testimonials-item h3 {
  font-size: 14px;
  color: #000000;
  margin: 0 0 10px 0;
  font-weight: normal !important;
  text-transform: uppercase;
  font-family: "Montserrat-Medium";
}
.home-testimonials-section .testimonials-item h3 strong {
  font-family: "Rubik-SemiBold";
  color: #000000;
}
.home-testimonials-section .testimonials-item p {
  font-size: 30px;
  color: #D9436B;
  text-transform: uppercase;
}
.home-testimonials-section .owl-dots {
  position: static;
  display: flex;
  justify-content: center;
  gap: 5px;
  min-height: 23px;
}
.home-testimonials-section .owl-dots .owl-dot {
  padding: 20px;
}
.home-testimonials-section .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.5;
}
.home-testimonials-section .owl-dots button span {
  background-color: #D9436B !important;
}
.home-testimonials-section .owl-dots button.active {
  opacity: 1;
}

/* home-counter-section */
.home-counter-section {
  padding: 100px 0;
  background: #FFF2EA;
}
.home-counter-section .counter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  /* Icon Styling */
}
.home-counter-section .counter-row .counter-icon {
  display: flex;
  justify-content: center;
  color: #D9436B;
  max-height: 60px;
}
.home-counter-section .counter-row .counter-icon svg {
  min-height: 100px;
}
.home-counter-section .counter-row h3 {
  font-size: 30px;
  font-family: "Rubik-Medium";
  color: #D9436B;
  margin: 0 0 0 30px;
  position: relative;
  top: -5px;
  text-transform: uppercase;
}
.home-counter-section .counter-row .counter-value {
  font-size: 100px;
  color: #D9436B;
  margin-top: -25px;
}
.home-counter-section .custom-divider {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px 30px;
  border-top: 2px solid #D9436B;
  width: 100%;
}
.home-counter-section .custom-divider.satisfaction-row {
  width: 90%;
}
@media (max-width: 767px) {
  .home-counter-section .custom-divider.satisfaction-row {
    width: 100%;
  }
}
.home-counter-section .custom-divider.experience-row {
  padding-bottom: 0;
  width: 80%;
}
@media (max-width: 767px) {
  .home-counter-section .custom-divider.experience-row {
    width: 100%;
  }
}

/* home-book-call-section */
.home-book-call-section {
  background: #d5f1ff;
  padding: 161px 0;
  text-align: center;
}
.home-book-call-section h2 {
  font-size: 48px;
  font-family: "Rubik-SemiBold";
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 800px) {
  .home-book-call-section h2 br {
    display: none;
  }
}
.home-book-call-section h3 {
  font-size: 38px;
  font-family: "Rubik-Medium";
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.home-book-call-section p {
  font-size: 22px;
  margin: 0 0 40px 0;
}
.home-book-call-section .btn {
  padding: 20px 40px;
  text-transform: uppercase;
  font-family: "Montserrat-Medium";
}
@media (max-width: 768px) {
  .home-book-call-section .btn {
    font-size: 16px;
    padding: 8px 20px;
  }
}

/* responsive CSS */
@media (max-width: 1366px) {
  .home-yearbooks-hoodies-section .overlay .overlay-text .overlay-img img {
    max-height: 190px;
  }
  .home-yearbooks-hoodies-section .overlay .overlay-text h2 {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  /* home-hero-section */
  .home-hero-section .hero-content {
    top: 55%;
  }
  .home-hero-section .hero-content h1 {
    font-size: 50px;
  }
  /* home-intro-section */
  .home-intro-section {
    padding: 50px 0;
  }
  .home-intro-section p,
  .home-intro-section h2 {
    font-size: 22px;
  }
  /* home-why-meno-section */
  .home-why-meno-section {
    padding: 50px 0;
  }
  .home-why-meno-section h2 {
    font-size: 40px;
    margin: 0 0 30px 0;
  }
  /* home-yearbooks-hoodies-section */
  .home-yearbooks-hoodies-section {
    padding: 50px 0;
  }
  .home-yearbooks-hoodies-section .overlay .overlay-text .overlay-img img {
    max-height: 110px;
  }
  .home-yearbooks-hoodies-section .overlay .overlay-text h2 {
    font-size: 20px;
    padding: 10px;
    margin: 0;
  }
  /* home-indicative-pricing */
  .home-indicative-pricing {
    padding: 50px 0;
  }
  .home-indicative-pricing h2 {
    font-size: 40px;
    margin: 0 0 40px 0;
  }
  /* home-testimonials-section */
  .home-testimonials-section {
    padding: 50px 0;
  }
  .home-testimonials-section h2 {
    font-size: 40px;
  }
  .home-testimonials-section .testimonials-item p {
    font-size: 20px;
  }
  /* home-counter-section */
  .home-counter-section {
    padding: 50px 0;
  }
  .home-counter-section .counter-row .counter-value {
    font-size: 70px;
    margin-top: -14px;
  }
  .home-counter-section .counter-row .counter-icon img {
    max-height: 60px;
  }
  /* home-book-call-section */
  .home-book-call-section {
    padding: 64px 0;
  }
  .home-book-call-section h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .home-hero-section .hero-content {
    top: 55%;
  }
  .home-hero-section .hero-content h1 {
    font-size: 35px;
    margin: 0;
  }
  .home-indicative-pricing .price-card.middle-card::after, .home-indicative-pricing .price-card.middle-card::before {
    display: none;
  }
  .home-why-meno-section h2,
  .home-indicative-pricing h2,
  .home-testimonials-section h2 {
    font-size: 30px;
  }
  .home-counter-section .counter-row .counter-value {
    font-size: 45px;
    margin-top: -10px;
  }
  .home-book-call-section h2 {
    font-size: 35px;
  }
  .home-book-call-section h3 {
    font-size: 30px;
  }
}
@media (max-width: 650px) {
  .home-intro-section {
    background: url(../images/home/home-intro/home-intro-mobile-bg.webp) no-repeat center top;
    background-size: contain;
    border-bottom: none;
    margin-top: 30px;
  }
  .home-intro-section p,
  .home-intro-section h2 {
    font-size: 17px;
  }
  .home-intro-section .primary-btn {
    padding: 20px 40px;
    font-family: "Montserrat-Medium";
  }
  .intro-text-content {
    margin: 120px auto 0 auto;
    background: hsla(0, 0%, 100%, 0.8);
    padding: 10px;
    border-radius: 5px;
    max-width: 280px !important;
  }
  /* home-counter-section */
  .home-counter-section .counter-row .custom-divider {
    flex-direction: column;
    padding: 10px;
  }
  .home-counter-section .counter-row .custom-divider .counter-icon {
    margin-bottom: 20px;
    justify-content: flex-start;
  }
  .home-counter-section .counter-row .custom-divider h3 {
    margin: 0;
  }
}
@media (max-width: 400px) {
  .home-intro-section {
    padding: 50px 0;
  }
}
/* testimonial carousel section */
.owl-dots {
  margin-top: 45px !important;
}

/* --- Responsive Accordion Styles for Mobile/Tab (< 992px) --- */
@media (max-width: 991.98px) {
  .page-footer .footer-mobile-accordion {
    margin-bottom: 20px;
  }
  .page-footer .footer-mobile-accordion .accordion-item {
    background-color: #D9436B;
    border-bottom: 1px solid #d47e96;
  }
  .page-footer .footer-mobile-accordion .accordion-item:first-of-type {
    border-top: 1px solid #d47e96;
  }
  .page-footer .footer-mobile-accordion .accordion-item:last-child {
    border-bottom: 0;
  }
  .page-footer .footer-mobile-accordion .accordion-header .accordion-button {
    background-color: #D9436B;
    color: #ffffff;
    padding: 15px 0;
    font-size: 18px;
    font-family: "Rubik-Bold";
    box-shadow: none;
    text-transform: uppercase;
  }
  .page-footer .footer-mobile-accordion .accordion-header .accordion-button::after {
    filter: brightness(0) invert(1);
  }
  .page-footer .footer-mobile-accordion .accordion-header .accordion-button:not(.collapsed) {
    background-color: #D9436B;
    color: #ffffff;
  }
  .page-footer .footer-mobile-accordion .accordion-body {
    background-color: #D9436B;
    padding: 0 0 15px 0;
  }
  .page-footer .footer-mobile-accordion .accordion-body ul li {
    margin-bottom: 5px;
  }
  .page-footer .footer-mobile-accordion .accordion-body ul li a {
    padding: 5px 0;
    display: block;
    font-family: "Montserrat-Medium";
    color: #ffffff;
    text-decoration: none;
  }
  .page-footer .footer-mobile-accordion .accordion-body ul li a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .page-footer .footer-mobile-accordion .social-icon-accordion-body {
    display: flex;
    gap: 10px;
  }
}
@media (max-width: 800px) {
  .home-why-meno-section h2 {
    font-size: 30px !important;
    margin: 0 0 30px 0;
  }
  .home-indicative-pricing {
    padding: 50px 0;
  }
  .home-indicative-pricing h2 {
    font-size: 30px;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 320px) {
  .home-hero-section img {
    height: auto;
  }
  .home-hero-section .hero-content {
    top: 60%;
  }
  .home-book-call-section h2 {
    font-size: 30px;
  }
}
.yearbooks-intro-section {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .yearbooks-intro-section {
    padding: 50px 0;
  }
}
.yearbooks-intro-section p {
  font-size: 40px;
  text-align: center;
  font-family: "Rubik-Medium";
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .yearbooks-intro-section p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .yearbooks-intro-section p {
    font-size: 22px;
  }
}
.yearbooks-intro-section .intro-text-content {
  margin: 0 0 0 0;
}
.yearbooks-intro-section .intro-text-content .primary-text span {
  color: #D9436B !important;
}
@media (max-width: 991px) {
  .yearbooks-intro-section .intro-text-content {
    margin: 0 auto 0 auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 5px;
  }
  .yearbooks-intro-section .intro-text-content p br {
    display: none;
  }
}
@media (max-width: 650px) {
  .yearbooks-intro-section .intro-text-content {
    max-width: 100% !important;
  }
}

.who-are-our-yearbooks-section {
  padding: 100px 0;
  background: #FFF2EA;
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
  /* --- Desktop (Hover Menu) Styling (>= 992px) --- */
  /* --- Mobile (Carousel) Styling (< 992px) --- */
  /* Wrapper ensures correct vertical space for the footer caption */
  /* Styling for the Menu Title text block BELOW the image in the carousel */
}
@media (max-width: 1024px) {
  .who-are-our-yearbooks-section {
    padding: 30px 0 40px 0;
  }
}
.who-are-our-yearbooks-section .owl-dots span {
  width: 16px !important;
  height: 16px !important;
  background: #D9436B !important;
  opacity: 0.3;
}
.who-are-our-yearbooks-section .owl-dots span:hover {
  background: #D9436B !important;
  opacity: 1;
}
.who-are-our-yearbooks-section .owl-dots .owl-dot.active span {
  background: #D9436B !important;
  opacity: 1;
}
.who-are-our-yearbooks-section #who-are-our-yearbooks .item a {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 18px;
  text-decoration: none;
  font-family: "Rubik-SemiBold";
  margin: 15px 0 0 0;
  text-transform: uppercase;
}
.who-are-our-yearbooks-section #who-are-our-yearbooks .item a img {
  display: inline-block;
  max-width: 16px;
  margin: -3px 0 0 8px;
}
@media (min-width: 992px) {
  .who-are-our-yearbooks-section #who-are-our-yearbooks {
    display: none;
  }
}
.who-are-our-yearbooks-section::before {
  background: url(../images/yearbook-main-page/who-are-our-yearbooks-for/who-are-our-yearbooks-top.webp) center top no-repeat;
  width: 100%;
  height: 145px;
  position: absolute;
  top: -145px;
  content: "";
  background-size: cover;
}
.who-are-our-yearbooks-section h2 {
  font-weight: 600;
  text-transform: uppercase;
  color: #D9436B !important;
  font-size: 22px;
}
.who-are-our-yearbooks-section .menu-link {
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s;
  font-size: 56px;
}
@media (max-width: 1366px) {
  .who-are-our-yearbooks-section .menu-link {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .who-are-our-yearbooks-section .menu-link {
    font-size: 42px;
  }
}
@media (max-width: 1050px) {
  .who-are-our-yearbooks-section .menu-link {
    font-size: 36px;
  }
}
.who-are-our-yearbooks-section .menu-link:hover {
  text-decoration: none;
  margin: 15px 0 !important;
}
.who-are-our-yearbooks-section .menu-link.active {
  color: #000 !important;
  margin: 15px 0 !important;
  font-weight: 500;
}
.who-are-our-yearbooks-section .menu-link.active .arrow {
  opacity: 1;
}
.who-are-our-yearbooks-section .list-group-item {
  border: 0;
  padding: 0;
  margin: 15px 0;
}
.who-are-our-yearbooks-section .list-group-item-action {
  background: none !important;
  color: #d3c6bd;
  font-family: "Rubik-Medium";
  font-weight: 500;
  display: flex;
}
.who-are-our-yearbooks-section .list-group-item-action .arrow {
  display: flex;
  margin: 0 0 0 20px;
  opacity: 0;
}
.who-are-our-yearbooks-section #image-display {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.who-are-our-yearbooks-section .carousel-item-wrapper {
  position: relative;
  padding-bottom: 50px;
  /* Space needed for the footer text */
}
.who-are-our-yearbooks-section .carousel-item-content {
  height: 300px;
  /* Consistent height for mobile slides */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.who-are-our-yearbooks-section .carousel-caption-footer {
  position: absolute;
  top: 300px;
  /* Position directly below the 300px height slide */
  left: 0;
  right: 0;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  color: #212529;
  text-align: center;
  border-radius: 0 0 0.3rem 0.3rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.trial-online-yearbook-section {
  background: #FFF2EA;
  padding: 100px 0 200px 0;
  position: relative;
}
@media (max-width: 767px) {
  .trial-online-yearbook-section div {
    text-align: center;
    margin-bottom: 15px;
  }
}
.trial-online-yearbook-section::after {
  background: url(../images/yearbook-main-page/free-trial/trial-online-yearbook-bottom-image.webp) center top no-repeat;
  width: 100%;
  height: 145px;
  position: absolute;
  bottom: 0;
  content: "";
  background-size: cover;
}
.trial-online-yearbook-section h2 {
  font-size: 46px;
  text-align: left;
  font-family: "Rubik-Medium";
  text-transform: uppercase;
  line-height: 46px;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 1050px) {
  .trial-online-yearbook-section h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 800px) {
  .trial-online-yearbook-section h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .trial-online-yearbook-section h2 {
    text-align: center;
  }
}
.trial-online-yearbook-section .primary-btn {
  padding: 20px 40px;
  font-family: "Montserrat-Medium";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .trial-online-yearbook-section .primary-btn {
    padding: 8px 20px;
    font-size: 16px;
  }
}

.save-more-ordering-section {
  background: #ffffff;
  padding: 135px 0;
}
@media (max-width: 1024px) {
  .save-more-ordering-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .save-more-ordering-section div {
    text-align: center;
    margin-bottom: 15px;
  }
}
.save-more-ordering-section h2 {
  font-size: 46px;
  text-align: left;
  font-family: "Rubik-Medium";
  text-transform: uppercase;
  line-height: 46px;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 1050px) {
  .save-more-ordering-section h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 800px) {
  .save-more-ordering-section h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .save-more-ordering-section h2 {
    text-align: center;
  }
}
.save-more-ordering-section .primary-btn {
  padding: 20px 40px;
  font-family: "Montserrat-Medium";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .save-more-ordering-section .primary-btn {
    padding: 8px 20px;
    font-size: 16px;
  }
}

.img-round {
  border-radius: 20px;
}

.img-shadow {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 5px 15px;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.yearbooks-testimonials-section {
  padding: 30px 0 100px 0;
}
@media (max-width: 767px) {
  .yearbooks-testimonials-section {
    padding: 0 0 64px 0;
  }
}
.yearbooks-testimonials-section h2 {
  font-size: 52px;
  font-family: "Rubik-SemiBold";
  text-align: center;
  margin: 0 0 127px 0;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1024px) {
  .yearbooks-testimonials-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .yearbooks-testimonials-section h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.yearbooks-testimonials-section .testimonials-item {
  max-width: 700px;
  width: 100%;
}
.yearbooks-testimonials-section .testimonials-item h3 {
  font-size: 15px;
  color: #000000;
  margin: 0 0 10px 0;
  font-weight: normal !important;
  text-transform: capitalize;
  font-family: "Montserrat-Medium";
}
.yearbooks-testimonials-section .testimonials-item h3 strong {
  font-family: "Rubik-SemiBold";
  color: #000000;
}
.yearbooks-testimonials-section .testimonials-item p {
  font-size: 18px;
  color: #D9436B;
  text-transform: uppercase;
  font-family: "Rubik-Medium";
  line-height: 21px;
  margin: 0 0 10px 0;
}
.yearbooks-testimonials-section .owl-dots {
  position: static;
  display: flex;
  justify-content: center;
  gap: 5px;
  min-height: 23px;
}
.yearbooks-testimonials-section .owl-dots .owl-dot {
  padding: 20px;
}
.yearbooks-testimonials-section .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.5;
}
.yearbooks-testimonials-section .owl-dots button span {
  background-color: #D9436B !important;
}
.yearbooks-testimonials-section .owl-dots button.active {
  opacity: 1;
}

.how-it-works-section {
  display: flex;
  min-height: 100vh;
  background: #D9436B;
  position: relative;
  padding: 100px 40px 40px 40px;
}
.how-it-works-section .intro-text {
  margin: 0 0 50px 0;
}
@media (max-width: 1024px) {
  .how-it-works-section {
    padding: 50px 20px 70px 20px !important;
  }
}
.how-it-works-section h2 {
  font-size: 52px;
  font-family: "Rubik-SemiBold";
  text-align: center;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .how-it-works-section h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .how-it-works-section h2 {
    font-size: 30px;
  }
}
.how-it-works-section p {
  font-size: 22px;
  font-family: "Montserrat-Regular";
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1024px) {
  .how-it-works-section p {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .how-it-works-section p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .how-it-works-section p br {
    display: none;
  }
}
@media (min-width: 1279px) {
  .how-it-works-section .sticky-title {
    position: sticky;
    top: 70px;
    z-index: 9999;
  }
}

/* --- Desktop Layout (Image Right, Text Left) --- */
.image-column {
  position: sticky;
  top: 130px;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.image-column img {
  transition: opacity 0.3s;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 5px 15px;
}
@media (max-width: 1536px) {
  .image-column img {
    max-width: 600px;
  }
}
@media (max-width: 1600px) {
  .image-column img {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 1050px) {
  .image-column img {
    max-width: 440px;
  }
}

#dynamic-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
  border-bottom-left-radius: 20px;
}

/* Ensure smooth opacity transition for both desktop and mobile images */
#dynamic-image-desktop,
.mobile-step-image {
  transition: opacity 0.3s ease-in-out !important;
}

.content-column {
  flex: 1;
  padding-left: 85px;
  padding-right: 50px;
  padding-top: 50px;
  position: relative;
  z-index: 2;
  color: #fff;
}

.section-title {
  font-size: 3.5em;
  font-weight: bold;
  margin-bottom: 80px;
  position: sticky;
  top: 50px;
  z-index: 10;
}

.vertical-line {
  position: absolute;
  top: 12.2%;
  left: 0;
  width: 3px;
  background-color: #ffffff;
  height: 73.5%;
  z-index: 1;
  bottom: 0;
}
@media (max-width: 1680px) {
  .vertical-line {
    top: 11.8%;
  }
}
@media (max-width: 1600px) {
  .vertical-line {
    top: 12%;
  }
}
@media (max-width: 1536px) {
  .vertical-line {
    top: 11.5%;
  }
}
@media (max-width: 1440px) {
  .vertical-line {
    top: 11.5%;
    bottom: 17%;
  }
}
@media (max-width: 1366px) {
  .vertical-line {
    top: 11.2%;
    bottom: 0;
    height: 74%;
  }
}
@media (max-width: 1280px) {
  .vertical-line {
    top: 11.5%;
    bottom: 0;
    height: 73.1%;
  }
}
@media (max-width: 1200px) {
  .vertical-line {
    top: 12%;
    bottom: 0;
    height: 72.6%;
  }
}
@media (max-width: 1050px) {
  .vertical-line {
    top: 12%;
    bottom: 0;
    height: 73%;
  }
}
@media (max-width: 1024px) {
  .vertical-line {
    top: 11.6%;
    bottom: 0;
    height: 73.6%;
  }
}

/* Active line progress is controlled via JS and CSS var */
.vertical-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  height: var(--line-progress, 0%);
  transition: height 0.5s ease-out;
}

.step-item {
  position: relative;
  padding-top: 0;
  padding-left: 0;
  min-height: 68vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 540px;
  width: 100%;
}
.step-item h3 {
  font-size: 36px;
  font-family: "Rubik-SemiBold";
  text-transform: uppercase;
  line-height: 38px;
}
@media (max-width: 767px) {
  .step-item h3 {
    text-align: left !important;
  }
}
@media (max-width: 1200px) {
  .step-item h3 {
    font-size: 30px;
    line-height: 31px;
  }
}
.step-item h3 span {
  position: absolute;
  left: -60px;
}
.step-item p {
  font-size: 22px;
  font-family: "Montserrat-Regular";
  text-align: left;
}
@media (max-width: 1024px) {
  .step-item p {
    font-size: 20px;
  }
}
.step-item .step-number {
  position: absolute;
  top: 385px;
  left: -58px;
  font-size: 36px;
  font-family: "Rubik-SemiBold";
}

.step-marker {
  position: relative;
  left: -94px;
  /* Line position - half marker width */
  top: 39px;
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.mobile-step-image-container {
  display: none;
  /* Hidden by default on desktop */
}

.step-item.is-active .step-marker {
  background-color: #ffffff;
  border-color: #fff;
  transform: translateY(-50%) rotate(45deg) scale(1.2);
  border-radius: 50%;
}

/* --- Mobile Overrides (Max-width 768px) --- */
@media (max-width: 991px) {
  .how-it-works-section {
    flex-direction: column;
    padding-bottom: 50px;
  }
  /* HIDE DESKTOP IMAGE COLUMN */
  .image-column {
    display: none;
  }
  .content-column {
    width: 100%;
    padding: 0 20px;
    /* Uniform padding on the sides */
    margin-top: 0;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  /* --- Vertical Line (Center) --- */
  /* --- Individual Step Styles (Mobile) --- */
  /* --- Step Marker (Center) --- */
  /* --- Mobile Image Container (Show) --- */
  /* --- Text Content (Below Image) --- */
}
@media (max-width: 991px) and (max-width: 414px) {
  .content-column {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section-title {
    text-align: center;
    font-size: 2.5em;
    padding-top: 40px;
    margin-bottom: 20px;
    position: static;
    top: auto;
  }
  .vertical-line {
    left: 50%;
    /* Center the line */
    transform: translateX(-50%);
    z-index: 0;
    display: none;
  }
  .step-item {
    width: 100%;
    max-width: 100%;
    padding: 30px 0;
    /* Vertical padding */
    padding-left: 0;
    /* Remove left padding to center content */
    text-align: center;
    /* Center text content */
    min-height: auto;
  }
  .step-item h3 {
    font-size: 28px;
    text-align: center;
    padding: 0 0 0 45px;
    position: relative;
    display: inline-flex;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .step-item h3 {
    font-size: 24px;
    margin: 0 auto 10px auto;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .step-item h3 {
    font-size: 18px;
    margin: 0 auto 10px auto;
    padding-left: 30px;
    line-height: normal;
  }
}
@media (max-width: 991px) and (max-width: 414px) {
  .step-item h3 {
    font-size: 16px;
    margin: 0 auto 10px auto;
    padding-left: 25px;
  }
}
@media (max-width: 991px) and (max-width: 320px) {
  .step-item h3 {
    font-size: 14px;
    line-height: normal;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .step-item h3 span {
    left: 0;
    text-align: center;
    position: absolute;
  }
  .step-item p {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 991px) and (max-width: 414px) {
  .step-item p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .step-marker {
    left: 50%;
    /* Position marker exactly on the line */
    top: 10px;
    /* Position at the top of the step item */
    transform: translateX(-50%) rotate(45deg);
  }
  .step-marker::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -10px;
    width: 2px;
    background-color: #ffffff;
    height: var(--line-progress, 0%);
    transition: height 0.5s ease-out;
    z-index: 1;
    height: 60px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .step-item.is-active .step-marker {
    transform: translateX(-50%) rotate(45deg) scale(1);
  }
  .mobile-step-image-container {
    /* Show the in-step image container */
    width: 100%;
    margin: 30px 0;
    display: flex;
    justify-content: center;
  }
  .mobile-step-image {
    max-width: 90%;
    width: 100%;
    height: auto;
    border-radius: 20px;
    border: 0;
    transition: opacity 0.5s ease-in-out;
    opacity: 1 !important;
    display: flex;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 5px 15px;
  }
}
@media (max-width: 991px) and (max-width: 414px) {
  .mobile-step-image {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .step-title {
    font-size: 1.8em;
    margin-top: 5px;
  }
  .step-description {
    max-width: 100%;
    /* Use full width */
  }
}
.faq {
  padding: 100px 20px;
  background: #FFF2EA;
  /* --- Categories (Left Side - Desktop) --- */
  /* --- FAQ Content (Right Side) --- */
  /* --- Accordion Style --- */
  /* --- Mobile Specific Styles (Dropdown) --- */
  /* Hide the dropdown by default on desktop */
  /* Style the dropdown */
  /* Apply responsive changes below 768px */
}
@media (max-width: 767px) {
  .faq {
    padding: 64px 20px;
  }
}
.faq h2 {
  font-size: 52px;
  font-family: "Rubik-SemiBold";
  text-align: left;
  margin: 0 0 50px 0;
  color: #000000;
}
@media (max-width: 991px) {
  .faq h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .faq h2 {
    font-size: 30px !important;
    text-align: center;
    margin: 0 0 30px 0;
  }
}
.faq .faq-header h1 {
  font-size: var(--header-font-size);
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.faq .faq-categories {
  flex: 0 0 100px;
  /* Fixed width for the category column */
  padding-right: 40px;
}
.faq .faq-categories h3 {
  font-size: 26px;
  font-family: "Rubik-SemiBold";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000000;
}
.faq .category-item {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #a3979a;
  font-family: "Rubik-Medium";
  font-size: 22px;
  text-transform: uppercase;
  transition: color 0.2s ease;
  position: relative;
  /* Needed for the active underline */
}
.faq .category-item:hover {
  color: #D9436B;
}
.faq .category-item.active {
  color: #D9436B;
  text-decoration: underline;
  padding-bottom: 10px;
}
.faq .faq-content-area {
  flex-grow: 1;
  padding-left: 20px;
}
.faq .faq-content-area h2 {
  font-size: 1.8em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  color: #D9436B;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 36px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .faq .faq-content-area h2 {
    margin-bottom: 0;
  }
}
.faq .faq-content-area h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
}
.faq .faq-accordion-item {
  /* Using the specified border width and color */
  border-bottom: 2px solid #d3c6bd;
}
.faq .faq-accordion-item:first-of-type {
  border-top: 2px solid #d3c6bd;
}
.faq .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Using the specified padding */
  padding: 20px 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .faq .faq-question {
    font-size: 16px;
    padding: 10px 0;
  }
}
.faq .faq-icon {
  background: url(../images/yearbook-main-page/faq/faq-arrow-icon.svg) left top no-repeat;
  height: 40px;
  width: 40px;
  min-width: 40px;
  transition: transform 0.3s ease;
}
.faq .faq-question.active .faq-icon {
  transform: rotate(360deg);
  background: url(../images/yearbook-main-page/faq/faq-arrow-icon.svg) left top no-repeat;
  background-position: -48px;
  height: 40px;
  width: 40px;
  min-width: 40px;
}
.faq .faq-answer {
  padding: 0;
  overflow: hidden;
  color: var(--text-color-dark);
}
.faq .faq-answer p {
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
  padding-bottom: 20px;
  font-weight: 300;
}
.faq .faq-mobile-select {
  display: none;
  padding: 0 20px;
}
.faq #mobile-category-select {
  width: 100%;
  max-width: 255px;
  padding: 10px 30px 10px 10px;
  font-size: 1.1em;
  font-weight: bold;
  color: var(--text-color-dark);
  border: 1px solid #D9436B;
  border-radius: 5px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23403b34' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 35px;
  background-color: #FFF2EA;
  cursor: pointer;
}
.faq #mobile-category-select:focus-visible {
  outline: 0 !important;
}
@media (max-width: 767px) {
  .faq .faq-container {
    flex-direction: column;
    padding: 0 20px 40px;
  }
  .faq .faq-categories {
    display: none;
  }
  .faq .faq-mobile-select {
    display: block;
    margin: 0 auto 30px;
    max-width: 250px;
  }
  .faq .faq-content-area {
    padding-left: 0;
    padding-right: 0;
  }
}

.top-90 {
  margin-top: 90px !important;
}

.hoodies-students-lovetowear-section {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .hoodies-students-lovetowear-section {
    padding: 64px 0;
  }
}
.hoodies-students-lovetowear-section h2 {
  font-size: 52px;
  font-family: "Rubik-SemiBold";
  text-align: center;
  margin: 0 0 50px 0;
  text-transform: uppercase;
  color: #000000;
  line-height: 52px;
}
@media (max-width: 1024px) {
  .hoodies-students-lovetowear-section h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 800px) {
  .hoodies-students-lovetowear-section h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .hoodies-students-lovetowear-section h2 {
    font-size: 28px;
    line-height: normal;
  }
}
@media (max-width: 600px) {
  .hoodies-students-lovetowear-section h2 br {
    display: none;
  }
}
.hoodies-students-lovetowear-section .hoodies-wear-img .grey-hoodie-front-back {
  position: relative;
}
.hoodies-students-lovetowear-section .hoodies-wear-img .grey-hoodie-front-back img {
  max-width: 680px;
  width: 100%;
}
.hoodies-students-lovetowear-section .color-wheel {
  position: absolute;
  top: 7%;
  left: 22%;
}
@media (max-width: 1536px) {
  .hoodies-students-lovetowear-section .color-wheel {
    left: 21%;
  }
}
@media (max-width: 1440px) {
  .hoodies-students-lovetowear-section .color-wheel {
    left: 20%;
  }
}
@media (max-width: 1366px) {
  .hoodies-students-lovetowear-section .color-wheel {
    left: 19%;
  }
}
@media (max-width: 1230px) {
  .hoodies-students-lovetowear-section .color-wheel {
    display: none;
  }
}
.hoodies-students-lovetowear-section .color-wheel img {
  max-width: 148px !important;
}
@media (max-width: 768px) {
  .hoodies-students-lovetowear-section .color-wheel img {
    max-width: 100px !important;
  }
}
@media (max-width: 480px) {
  .hoodies-students-lovetowear-section .color-wheel img {
    max-width: 70px !important;
  }
}
@media (max-width: 360px) {
  .hoodies-students-lovetowear-section .color-wheel img {
    max-width: 50px !important;
  }
}
.hoodies-students-lovetowear-section .pink-note-1 {
  position: absolute;
  top: -1%;
  left: 38.9%;
}
@media (max-width: 1440px) {
  .hoodies-students-lovetowear-section .pink-note-1 {
    left: 37.5%;
  }
}
@media (max-width: 1280px) {
  .hoodies-students-lovetowear-section .pink-note-1 {
    left: 36.2%;
  }
}
@media (max-width: 1050px) {
  .hoodies-students-lovetowear-section .pink-note-1 {
    left: 31.5%;
    top: 8%;
  }
}
@media (max-width: 900px) {
  .hoodies-students-lovetowear-section .pink-note-1 {
    left: 28.5%;
    top: 8%;
  }
}
@media (max-width: 667px) {
  .hoodies-students-lovetowear-section .pink-note-1 {
    left: 20.5%;
    top: 11%;
  }
}
@media (max-width: 480px) {
  .hoodies-students-lovetowear-section .pink-note-1 {
    left: 12.5%;
  }
}
@media (max-width: 414px) {
  .hoodies-students-lovetowear-section .pink-note-1 {
    left: 7.5%;
  }
}
@media (max-width: 320px) {
  .hoodies-students-lovetowear-section .pink-note-1 {
    left: -1.5%;
  }
}
@media (max-width: 1050px) {
  .hoodies-students-lovetowear-section .pink-note-1 img {
    max-width: 75% !important;
  }
}
@media (max-width: 736px) {
  .hoodies-students-lovetowear-section .pink-note-1 img {
    max-width: 70% !important;
  }
}
@media (max-width: 667px) {
  .hoodies-students-lovetowear-section .pink-note-1 img {
    max-width: 59% !important;
  }
}
@media (max-width: 480px) {
  .hoodies-students-lovetowear-section .pink-note-1 img {
    max-width: 45% !important;
  }
}
@media (max-width: 414px) {
  .hoodies-students-lovetowear-section .pink-note-1 img {
    max-width: 38% !important;
  }
}
@media (max-width: 320px) {
  .hoodies-students-lovetowear-section .pink-note-1 img {
    max-width: 33% !important;
  }
}
.hoodies-students-lovetowear-section .pink-note-2 {
  position: absolute;
  top: 8%;
  left: 59.5%;
}
@media (max-width: 1440px) {
  .hoodies-students-lovetowear-section .pink-note-2 {
    left: 59.5%;
  }
}
@media (max-width: 1280px) {
  .hoodies-students-lovetowear-section .pink-note-2 {
    left: 61.5%;
  }
}
@media (max-width: 1050px) {
  .hoodies-students-lovetowear-section .pink-note-2 img {
    max-width: 75% !important;
  }
}
@media (max-width: 900px) {
  .hoodies-students-lovetowear-section .pink-note-2 img {
    max-width: 95% !important;
  }
}
@media (max-width: 768px) {
  .hoodies-students-lovetowear-section .pink-note-2 img {
    max-width: 100% !important;
  }
}
.hoodies-students-lovetowear-section .pink-note-3 {
  position: absolute;
  top: 36%;
  right: 18%;
}
@media (max-width: 1536px) {
  .hoodies-students-lovetowear-section .pink-note-3 {
    right: 17%;
  }
}
@media (max-width: 1440px) {
  .hoodies-students-lovetowear-section .pink-note-3 {
    right: 15%;
  }
}
@media (max-width: 1280px) {
  .hoodies-students-lovetowear-section .pink-note-3 {
    right: 11%;
  }
}
@media (max-width: 1050px) {
  .hoodies-students-lovetowear-section .pink-note-3 {
    text-align: right;
    right: 8%;
  }
}
@media (max-width: 767px) {
  .hoodies-students-lovetowear-section .pink-note-3 {
    right: 6%;
  }
}
@media (max-width: 576px) {
  .hoodies-students-lovetowear-section .pink-note-3 {
    right: 0;
  }
}
@media (max-width: 1050px) {
  .hoodies-students-lovetowear-section .pink-note-3 img {
    max-width: 75% !important;
  }
}
@media (max-width: 667px) {
  .hoodies-students-lovetowear-section .pink-note-3 img {
    max-width: 61% !important;
  }
}
@media (max-width: 480px) {
  .hoodies-students-lovetowear-section .pink-note-3 img {
    max-width: 46% !important;
  }
}
@media (max-width: 414px) {
  .hoodies-students-lovetowear-section .pink-note-3 img {
    max-width: 42% !important;
  }
}
.hoodies-students-lovetowear-section .pink-note-4 {
  position: absolute;
  top: 38%;
  left: 18.5%;
}
@media (max-width: 1536px) {
  .hoodies-students-lovetowear-section .pink-note-4 {
    left: 17%;
  }
}
@media (max-width: 1440px) {
  .hoodies-students-lovetowear-section .pink-note-4 {
    left: 15%;
  }
}
@media (max-width: 1280px) {
  .hoodies-students-lovetowear-section .pink-note-4 {
    left: 10%;
  }
}
@media (max-width: 1050px) {
  .hoodies-students-lovetowear-section .pink-note-4 {
    text-align: left;
    left: 7%;
  }
}
@media (max-width: 992px) {
  .hoodies-students-lovetowear-section .pink-note-4 {
    left: 4%;
  }
}
@media (max-width: 767px) {
  .hoodies-students-lovetowear-section .pink-note-4 {
    left: 2%;
    top: 31%;
  }
}
@media (max-width: 425px) {
  .hoodies-students-lovetowear-section .pink-note-4 {
    left: -3%;
    top: 29%;
  }
}
@media (max-width: 1050px) {
  .hoodies-students-lovetowear-section .pink-note-4 img {
    max-width: 75% !important;
  }
}
@media (max-width: 667px) {
  .hoodies-students-lovetowear-section .pink-note-4 img {
    max-width: 61% !important;
  }
}
@media (max-width: 480px) {
  .hoodies-students-lovetowear-section .pink-note-4 img {
    max-width: 48% !important;
  }
}
@media (max-width: 414px) {
  .hoodies-students-lovetowear-section .pink-note-4 img {
    max-width: 44% !important;
  }
}
@media (max-width: 320px) {
  .hoodies-students-lovetowear-section .pink-note-4 img {
    max-width: 37% !important;
  }
}
.hoodies-students-lovetowear-section .pink-note-5 {
  position: absolute;
  bottom: -80px;
  left: 32.3%;
}
@media (max-width: 1366px) {
  .hoodies-students-lovetowear-section .pink-note-5 {
    left: 29.3%;
  }
}
@media (max-width: 1280px) {
  .hoodies-students-lovetowear-section .pink-note-5 {
    left: 28%;
  }
}
@media (max-width: 1050px) {
  .hoodies-students-lovetowear-section .pink-note-5 {
    left: 21%;
    bottom: -50px;
  }
}
@media (max-width: 900px) {
  .hoodies-students-lovetowear-section .pink-note-5 {
    left: 8.5%;
    bottom: -60px;
  }
}
@media (max-width: 667px) {
  .hoodies-students-lovetowear-section .pink-note-5 {
    left: 1.5%;
    bottom: -50px;
  }
}
@media (max-width: 480px) {
  .hoodies-students-lovetowear-section .pink-note-5 {
    left: -8%;
    bottom: -40px;
  }
}
@media (max-width: 414px) {
  .hoodies-students-lovetowear-section .pink-note-5 {
    left: -14%;
  }
}
@media (max-width: 320px) {
  .hoodies-students-lovetowear-section .pink-note-5 {
    left: -25%;
  }
}
@media (max-width: 1050px) {
  .hoodies-students-lovetowear-section .pink-note-5 img {
    max-width: 75% !important;
  }
}
@media (max-width: 667px) {
  .hoodies-students-lovetowear-section .pink-note-5 img {
    max-width: 61% !important;
  }
}
@media (max-width: 480px) {
  .hoodies-students-lovetowear-section .pink-note-5 img {
    max-width: 46% !important;
  }
}
@media (max-width: 414px) {
  .hoodies-students-lovetowear-section .pink-note-5 img {
    max-width: 44% !important;
  }
}
@media (max-width: 320px) {
  .hoodies-students-lovetowear-section .pink-note-5 img {
    max-width: 38% !important;
  }
}
.hoodies-students-lovetowear-section .pink-note-6 {
  position: absolute;
  bottom: -18%;
  right: 24%;
}
@media (max-width: 1536px) {
  .hoodies-students-lovetowear-section .pink-note-6 {
    right: 22%;
  }
}
@media (max-width: 1440px) {
  .hoodies-students-lovetowear-section .pink-note-6 {
    right: 20%;
  }
}
@media (max-width: 1280px) {
  .hoodies-students-lovetowear-section .pink-note-6 {
    right: 18%;
  }
}
@media (max-width: 1050px) {
  .hoodies-students-lovetowear-section .pink-note-6 {
    text-align: right;
    right: 12%;
    bottom: -10%;
  }
}
@media (max-width: 375px) {
  .hoodies-students-lovetowear-section .pink-note-6 {
    bottom: 0;
  }
}
@media (max-width: 1050px) {
  .hoodies-students-lovetowear-section .pink-note-6 img {
    max-width: 75% !important;
  }
}
@media (max-width: 667px) {
  .hoodies-students-lovetowear-section .pink-note-6 img {
    max-width: 61% !important;
  }
}
@media (max-width: 480px) {
  .hoodies-students-lovetowear-section .pink-note-6 img {
    max-width: 46% !important;
  }
}
@media (max-width: 375px) {
  .hoodies-students-lovetowear-section .pink-note-6 img {
    max-width: 44% !important;
  }
}
.hoodies-students-lovetowear-section p {
  font-size: 28px;
  font-family: "Montserrat-Regular";
  color: #000000;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .hoodies-students-lovetowear-section p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .hoodies-students-lovetowear-section p br {
    display: none;
  }
}

.easy-online-ordering-section {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .easy-online-ordering-section {
    padding: 64px 0;
  }
}
.easy-online-ordering-section img {
  max-width: 630px;
  width: 100%;
}
.easy-online-ordering-section h2 {
  font-size: 46px;
  font-family: "Rubik-Medium";
  text-transform: uppercase;
  line-height: 46px;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 991px) {
  .easy-online-ordering-section h2 {
    text-align: center !important;
  }
}
@media (max-width: 1050px) {
  .easy-online-ordering-section h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
    text-align: left;
  }
}
@media (max-width: 800px) {
  .easy-online-ordering-section h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .easy-online-ordering-section h2 {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 25px;
  }
}
.easy-online-ordering-section .primary-btn {
  padding: 20px 40px;
  font-family: "Montserrat-Medium";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .easy-online-ordering-section .primary-btn {
    padding: 8px 20px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .easy-online-ordering-section div {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .easy-online-ordering-section div {
    text-align: center;
  }
}

.prices-section {
  padding: 50px 20px;
}
@media (max-width: 1024px) {
  .prices-section {
    padding: 64px 20px;
  }
}
.prices-section h2 {
  font-size: 52px;
  font-family: "Rubik-SemiBold";
  margin: 0 0 50px 0;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1024px) {
  .prices-section h2 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .prices-section h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .prices-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.prices-section p {
  font-size: 28px;
  font-family: "Montserrat-Regular";
  color: #000000;
  text-align: center;
}
@media (max-width: 1024px) {
  .prices-section p {
    font-size: 20px;
  }
}
.prices-section .prices-section-inner {
  max-width: 1100px;
  margin: 40px auto;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 25px 25px;
}
.prices-section .prices-section-inner table thead tr th {
  font-size: 26px;
  font-family: "Rubik-SemiBold";
  text-transform: uppercase;
  text-align: center;
  padding: 8px 8px 8px 25px;
  max-width: 33.33%;
  width: 100%;
}
@media (max-width: 480px) {
  .prices-section .prices-section-inner table thead tr th {
    font-size: 16px;
  }
}
.prices-section .prices-section-inner table thead .pricing-row-divider {
  border-bottom: 5px solid #d0d0d0;
  vertical-align: middle;
}
.prices-section .prices-section-inner table tbody tr {
  background: #EDEDED;
}
.prices-section .prices-section-inner table tbody tr td {
  font-size: 22px;
  font-family: "Montserrat-Medium";
  text-align: center;
  padding: 8px 8px 8px 25px;
}
@media (max-width: 480px) {
  .prices-section .prices-section-inner table tbody tr td {
    font-size: 16px;
  }
}
.prices-section .prices-section-inner table tbody .pricing-row-divider {
  border-top: 10px solid #ffffff;
}
.prices-section .prices-section-inner table tbody .pricing-row-divider-1 {
  border-top: 5px solid #ffffff;
}

.types-of-hoodies-section {
  padding: 70px 0 100px 0;
}
@media (max-width: 1024px) {
  .types-of-hoodies-section {
    padding: 64px 0;
  }
}
.types-of-hoodies-section h2 {
  font-size: 52px;
  font-family: "Rubik-SemiBold";
  margin: 0 0 50px 0;
  text-transform: uppercase;
  color: #000000;
  line-height: 52px;
}
@media (max-width: 1024px) {
  .types-of-hoodies-section h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 800px) {
  .types-of-hoodies-section h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .types-of-hoodies-section h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.types-of-hoodies-section .types-of-hoodies-inner {
  display: grid;
  margin-top: -90px;
  grid-template-columns: auto auto auto auto;
  gap: 10px;
}
@media (max-width: 768px) {
  .types-of-hoodies-section .types-of-hoodies-inner {
    margin-top: -20px;
    justify-content: center;
    grid-template-columns: auto;
  }
}
.types-of-hoodies-section .types-of-hoodies-inner .leavers-hoodies {
  max-width: 400px;
  width: 100%;
  margin: 0 5px;
}
.types-of-hoodies-section .types-of-hoodies-inner .leavers-hoodies .image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .types-of-hoodies-section .types-of-hoodies-inner .leavers-hoodies .image {
    margin-bottom: 30px;
  }
}
.types-of-hoodies-section .types-of-hoodies-inner .leavers-hoodies .primary-btn {
  padding: 20px 40px;
  font-family: "Montserrat-Medium";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .types-of-hoodies-section .types-of-hoodies-inner .leavers-hoodies .primary-btn {
    padding: 8px 20px;
    font-size: 16px;
  }
}
.types-of-hoodies-section .types-of-hoodies-inner .trip-hoodies {
  max-width: 400px;
  width: 100%;
  margin: 127px 5px 0 5px;
}
@media (max-width: 768px) {
  .types-of-hoodies-section .types-of-hoodies-inner .trip-hoodies {
    margin: 60px 0;
  }
}
.types-of-hoodies-section .types-of-hoodies-inner .trip-hoodies .image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .types-of-hoodies-section .types-of-hoodies-inner .trip-hoodies .image {
    margin-bottom: 30px;
  }
}
.types-of-hoodies-section .types-of-hoodies-inner .trip-hoodies .primary-btn {
  padding: 20px 40px;
  font-family: "Montserrat-Medium";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .types-of-hoodies-section .types-of-hoodies-inner .trip-hoodies .primary-btn {
    padding: 8px 20px;
    font-size: 16px;
  }
}
.types-of-hoodies-section .types-of-hoodies-inner .team-hoodies {
  max-width: 400px;
  width: 100%;
  margin: 0 5px;
}
.types-of-hoodies-section .types-of-hoodies-inner .team-hoodies .image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .types-of-hoodies-section .types-of-hoodies-inner .team-hoodies .image {
    margin-bottom: 30px;
  }
}
.types-of-hoodies-section .types-of-hoodies-inner .team-hoodies .primary-btn {
  padding: 20px 40px;
  font-family: "Montserrat-Medium";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .types-of-hoodies-section .types-of-hoodies-inner .team-hoodies .primary-btn {
    padding: 8px 20px;
    font-size: 16px;
  }
}

.hoodie-colours-section {
  padding: 100px 20px;
}
@media (max-width: 1024px) {
  .hoodie-colours-section {
    padding: 64px 20px;
  }
}
.hoodie-colours-section .product-header h2 {
  font-size: 52px;
  font-family: "Rubik-SemiBold";
  text-align: center;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .hoodie-colours-section .product-header h2 {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .hoodie-colours-section .product-header h2 {
    font-size: 30px;
  }
}
.hoodie-colours-section .main-product-view {
  display: flex;
  margin-bottom: 0;
}
.hoodie-colours-section .main-product-view .tab-buttons {
  gap: 0;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  .hoodie-colours-section .main-product-view .tab-buttons {
    text-align: center;
  }
}
.hoodie-colours-section .main-product-view .tab-buttons .tab-btn {
  padding: 6px;
  background: none;
  font-size: 16px;
  border: 2px solid #fff !important;
  border-radius: 8px;
  font-family: "Rubik-Medium";
  color: #000000;
}
.hoodie-colours-section .main-product-view .tab-buttons .tab-btn.active {
  padding: 6px;
  background: none;
  font-size: 16px;
  border: 2px solid #6ec5f5 !important;
  border-radius: 8px;
  color: #000000;
}
.hoodie-colours-section .main-product-view .product-info {
  flex: 7;
}
.hoodie-colours-section .main-product-view .product-info:first-child {
  min-height: auto !important;
}
.hoodie-colours-section .main-product-view .product-info .color-swatch-wrapper {
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.hoodie-colours-section .main-product-view .product-info .color-swatch-wrapper img {
  height: auto;
  width: 100%;
  max-width: 61px;
  cursor: pointer;
}
.hoodie-colours-section .main-product-view .product-info .color-swatch-wrapper img.active {
  border: 2px solid #6ec5f5;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .hoodie-colours-section .main-product-view .product-info .color-swatch-wrapper {
    justify-content: center;
  }
}
.hoodie-colours-section .main-product-view .product-info .color-swatch {
  background: transparent;
  border: 0;
  padding: 0;
}
.hoodie-colours-section .main-product-view .product-info .size-guide-btn {
  padding: 8px 15px;
  text-transform: uppercase;
  background: #D9436B;
  border: 0;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  transition: all 0.2s;
  font-size: 16px;
  font-family: "Rubik-Medium";
}
.hoodie-colours-section .main-product-view .product-info .size-guide-btn:hover {
  background-color: #913d51;
}
@media (max-width: 767px) {
  .hoodie-colours-section .main-product-view .product-info .size-guide-btn {
    display: inherit;
    margin: 0 auto;
  }
}
.hoodie-colours-section .main-product-view .product-info .size-guide thead tr {
  vertical-align: middle;
}
.hoodie-colours-section .main-product-view .product-info .size-guide thead tr th {
  background: #222222;
  color: #fff;
  text-align: center;
  font-size: 17px;
}
.hoodie-colours-section .main-product-view .product-info .size-guide tbody tr {
  background: #f2f9fd;
  vertical-align: middle;
}
.hoodie-colours-section .main-product-view .product-info .size-guide tbody tr:hover {
  background: #f8fcfe;
}
.hoodie-colours-section .main-product-view .product-info .size-guide tbody tr td {
  font-size: 18px;
  font-family: "Montserrat-Medium";
  border: 0;
  padding: 10px;
}
.hoodie-colours-section .main-product-view .product-info .size-guide .sizes {
  width: 235px;
  min-width: 235px;
  font-weight: 400;
  font-size: 18px;
}
.hoodie-colours-section .main-product-view .product-info .size-guide .age {
  font-family: "Rubik-Medium";
  font-size: 15px;
  font-weight: 500;
  width: 70px;
  min-width: 70px;
  text-transform: uppercase;
}
.hoodie-colours-section .main-product-view .product-info .size-guide .sizes-text {
  margin: 0;
  position: relative;
  padding: 0 0 0 25px;
}
.hoodie-colours-section .main-product-view .product-info .size-guide .sizes-text span {
  height: 16px;
  width: 16px;
  display: inline-flex;
  background: red;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 2px;
}
.hoodie-colours-section .main-product-view .product-info .size-guide .sizes-text .yellow {
  background: #efc83b;
}
.hoodie-colours-section .main-product-view .product-info .size-guide .sizes-text .red {
  background: #ed5360;
}
.hoodie-colours-section .main-product-view .product-info .size-guide .sizes-text .blue {
  background: #429ecd;
}
.hoodie-colours-section .main-product-view .product-info #sizeGuideSection {
  z-index: 5;
  padding: 0;
  border: none;
  box-shadow: none;
  margin-top: 30px;
  display: block;
  border: 3px solid #222;
  border-radius: 5px;
}
.hoodie-colours-section .image-guide-wrapper {
  flex: 3;
  width: 100%;
  position: relative;
}
.hoodie-colours-section .image-guide-wrapper p {
  font-size: 22px;
  font-family: "Montserrat-Regular";
  margin: 20px 0 0 0;
}
.hoodie-colours-section .image-guide-wrapper #productImageContainer {
  height: auto;
  width: 100%;
  position: relative;
  transform: translateY(0);
  transition: transform 0.5s ease-out;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hoodie-colours-section .image-guide-wrapper #productImageContainer #mainHoodieImage {
  max-width: 381px;
  max-height: 100%;
}
@media (max-width: 1050px) {
  .hoodie-colours-section .image-guide-wrapper #productImageContainer #mainHoodieImage {
    max-width: 350px;
    max-height: 100%;
  }
}
@media (max-width: 900px) {
  .hoodie-colours-section .image-guide-wrapper #productImageContainer #mainHoodieImage {
    max-width: 280px;
  }
}
.hoodie-colours-section .image-guide-wrapper .measurementOverlay {
  position: absolute;
  top: 0;
  left: 65px;
  width: 381px;
  height: auto;
  z-index: 15;
}
@media (max-width: 1600px) {
  .hoodie-colours-section .image-guide-wrapper .measurementOverlay {
    left: 56px;
  }
}
@media (max-width: 1536px) {
  .hoodie-colours-section .image-guide-wrapper .measurementOverlay {
    left: 47px;
  }
}
@media (max-width: 1440px) {
  .hoodie-colours-section .image-guide-wrapper .measurementOverlay {
    left: 33px;
  }
}
@media (max-width: 1366px) {
  .hoodie-colours-section .image-guide-wrapper .measurementOverlay {
    left: 19px;
  }
}
@media (max-width: 1280px) {
  .hoodie-colours-section .image-guide-wrapper .measurementOverlay {
    left: 3px;
  }
}
@media (max-width: 1050px) {
  .hoodie-colours-section .image-guide-wrapper .measurementOverlay {
    left: -23px;
    max-width: 350px;
  }
}
@media (max-width: 900px) {
  .hoodie-colours-section .image-guide-wrapper .measurementOverlay {
    left: -7px;
    top: 0;
    max-width: 280px;
  }
}
@media (max-width: 800px) {
  .hoodie-colours-section .image-guide-wrapper .measurementOverlay {
    left: -26px;
    top: 0;
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .hoodie-colours-section .image-guide-wrapper .measurementOverlay {
    left: auto;
    top: 0;
  }
}
.hoodie-colours-section .image-guide-wrapper .is-slid-down {
  transform: translateY(110px) !important;
  min-height: auto;
  margin-top: 183px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .hoodie-colours-section .image-guide-wrapper .is-slid-down {
    min-height: auto;
    transform: none !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.hoodie-colours-section .image-guide-wrapper #colourNameText {
  font-weight: 900 !important;
  margin-top: 10px;
  font-size: 1.3em;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(0, 0, 0, 0.2);
  /* Subtle glow around the edges */
}

@media (max-width: 768px) {
  .main-product-view {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .main-product-view .image-guide-wrapper {
    min-width: auto;
  }
  .main-product-view .image-guide-wrapper #productImageContainer {
    height: 350px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #sizeGuideSection {
    top: 350px;
  }
}
.testimonial-hoodie-section {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .testimonial-hoodie-section {
    padding: 64px 0;
  }
}
.testimonial-hoodie-section .testimonial-hoodie-inner {
  display: flex;
  justify-content: center;
  align-items: start;
}
@media (max-width: 991px) {
  .testimonial-hoodie-section .testimonial-hoodie-inner {
    display: inherit;
  }
}
@media (max-width: 768px) {
  .testimonial-hoodie-section .testimonial-hoodie-inner {
    display: inherit;
  }
}
.testimonial-hoodie-section .testimonial-hoodie-inner .left {
  max-width: 790px;
  width: 100%;
  background: #FFF2EA;
  padding: 45px 136px;
  border-radius: 20px;
  text-align: center;
  min-height: 405px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: -100px;
}
@media (max-width: 1366px) {
  .testimonial-hoodie-section .testimonial-hoodie-inner .left {
    padding: 45px 60px;
    min-height: 350px;
  }
}
@media (max-width: 991px) {
  .testimonial-hoodie-section .testimonial-hoodie-inner .left {
    max-width: 100%;
    padding: 40px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .testimonial-hoodie-section .testimonial-hoodie-inner .left {
    padding: 30px;
    min-height: auto;
  }
}
.testimonial-hoodie-section .testimonial-hoodie-inner .left p {
  font-size: 20px;
}
@media (max-width: 600px) {
  .testimonial-hoodie-section .testimonial-hoodie-inner .left p {
    font-size: 16px;
  }
}
.testimonial-hoodie-section .testimonial-hoodie-inner .left h2 {
  font-size: 32px;
  font-family: "Rubik-SemiBold";
  text-transform: uppercase;
  line-height: 34px;
}
@media (max-width: 768px) {
  .testimonial-hoodie-section .testimonial-hoodie-inner .left h2 {
    font-size: 22px;
    line-height: normal;
    margin: 0;
  }
}
@media (max-width: 768px) and (max-width: 600px) {
  .testimonial-hoodie-section .testimonial-hoodie-inner .left h2 {
    font-size: 18px;
  }
}
.testimonial-hoodie-section .testimonial-hoodie-inner .right {
  max-width: 790px;
  width: 100%;
  background: url(../images/hoodies-main-page/testimonial/testimonial-image.png) no-repeat left -180px;
  padding: 45px 80px;
  border-radius: 20px;
  text-align: center;
  min-height: 405px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 0;
  margin-top: 280px;
  margin-left: -100px;
}
@media (max-width: 1366px) {
  .testimonial-hoodie-section .testimonial-hoodie-inner .right {
    padding: 45px 40px;
    min-height: 350px;
  }
}
@media (max-width: 991px) {
  .testimonial-hoodie-section .testimonial-hoodie-inner .right {
    max-width: 100%;
    padding: 40px;
    min-height: auto;
    margin: 30px 0 0 0;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .testimonial-hoodie-section .testimonial-hoodie-inner .right {
    padding: 30px;
    min-height: auto;
    margin: 15px 0 0 0;
    background-position-y: center;
  }
}
.testimonial-hoodie-section .testimonial-hoodie-inner .right .black-bg {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  border-radius: 20px;
}
.testimonial-hoodie-section .testimonial-hoodie-inner .right p {
  font-size: 20px;
  color: #FFF2EA;
}
@media (max-width: 600px) {
  .testimonial-hoodie-section .testimonial-hoodie-inner .right p {
    font-size: 16px;
  }
}
.testimonial-hoodie-section .testimonial-hoodie-inner .right h2 {
  font-size: 32px;
  font-family: "Rubik-SemiBold";
  text-transform: uppercase;
  line-height: 34px;
  color: #FFF2EA;
}
@media (max-width: 768px) {
  .testimonial-hoodie-section .testimonial-hoodie-inner .right h2 {
    font-size: 22px;
    line-height: normal;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .testimonial-hoodie-section .testimonial-hoodie-inner .right h2 {
    font-size: 18px;
  }
}

.psy-pricing {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .psy-pricing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.psy-pricing .book-img img {
  max-width: 255px;
  width: 100%;
}

.psy-heading {
  font-size: 57px !important;
}
@media (max-width: 1280px) {
  .psy-heading {
    font-size: 56px !important;
    line-height: 56px;
  }
}
@media (max-width: 1200px) {
  .psy-heading {
    font-size: 56px !important;
    line-height: 56px;
  }
}
@media (max-width: 1199px) {
  .psy-heading {
    font-size: 42px !important;
  }
}
@media (max-width: 991px) {
  .psy-heading {
    font-size: 30px !important;
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .psy-heading {
    font-size: 24px !important;
    line-height: 25px;
  }
}
@media (max-width: 480px) {
  .psy-heading {
    font-size: 20px !important;
    line-height: 21px;
  }
}
@media (max-width: 900px) {
  .psy-heading br {
    display: none;
  }
}

@media (max-width: 800px) {
  .psy-hero-buttons {
    margin-top: 30px !important;
    gap: 10px !important;
  }
}
@media (max-width: 600px) {
  .psy-hero-buttons {
    margin-top: 15px !important;
  }
}

.psy-text {
  font-size: 24px;
  color: #ffffff;
  margin: 40px 0 0 0;
  text-align: center;
}
@media (max-width: 800px) {
  .psy-text {
    margin-top: 15px !important;
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .psy-text {
    margin-top: 10px !important;
    font-size: 14px;
  }
}

.register-now-btn {
  padding: 20px 40px;
  text-transform: uppercase;
  font-family: "Montserrat-Medium";
  background: #ffffff;
  color: #D9436B;
}
.register-now-btn:hover {
  color: #000000;
  background: #ffffff;
}

.psy-whatsapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
}

.friendly-designs-section {
  padding: 100px 0 0 0;
  background: #FFF2EA;
  position: relative;
  margin-bottom: 180px;
}
@media (max-width: 1024px) {
  .friendly-designs-section {
    padding: 64px 0 0 0;
  }
}
.friendly-designs-section::after {
  background: url(../images/primary-school-yearbook/friendly-designs/bottom-img.webp) center bottom no-repeat;
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: -110px;
  content: "";
  background-size: cover;
}
.friendly-designs-section h2 {
  font-size: 52px;
  text-align: center;
  margin: 0 0 20px 0;
  font-family: "Rubik-SemiBold";
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1024px) {
  .friendly-designs-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .friendly-designs-section h2 {
    font-size: 30px;
  }
}
.friendly-designs-section p {
  font-size: 28px;
  font-family: "Montserrat-Regular";
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .friendly-designs-section p {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .friendly-designs-section p {
    font-size: 20px;
  }
}
.friendly-designs-section .book-img {
  justify-content: center;
  display: flex;
}
.friendly-designs-section .btn {
  padding: 20px 40px;
  text-transform: uppercase;
  font-family: "Montserrat-Medium";
}
@media (max-width: 768px) {
  .friendly-designs-section .btn {
    font-size: 16px;
    padding: 8px 20px;
  }
}
.friendly-designs-section .yearbook-cover {
  overflow: hidden;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.friendly-designs-section .yearbook-cover:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whats-included-section {
  background: #FFF2EA;
  padding: 100px 20px;
}
@media (max-width: 1024px) {
  .whats-included-section {
    padding: 64px 10px;
  }
}
.whats-included-section .left-content h2 {
  font-size: 52px;
  margin: 0 0 40px 0;
  font-family: "Rubik-SemiBold";
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1024px) {
  .whats-included-section .left-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .whats-included-section .left-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.whats-included-section .left-content .btn {
  padding: 17px 40px;
  text-transform: uppercase;
  font-family: "Montserrat-Medium";
  max-width: 270px;
  width: 100%;
  background: none;
  border: 1px solid #000000;
  color: #000000;
}
.whats-included-section .left-content .btn:hover {
  background: #000000 !important;
  color: #ffffff;
}
@media (max-width: 991px) {
  .whats-included-section .left-content .btn {
    max-width: 394px;
  }
}
@media (max-width: 768px) {
  .whats-included-section .left-content .btn {
    font-size: 16px;
    padding: 8px 20px;
  }
}
@media (max-width: 991px) {
  .whats-included-section .left-content {
    text-align: center;
    margin-bottom: 20px;
  }
}
.whats-included-section .accordion-item {
  background: none;
  border: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.whats-included-section .accordion-item .accordion-button {
  font-size: 28px;
  text-transform: uppercase;
  color: #000000;
  background: none;
  box-shadow: none;
  padding: 15px 0;
  position: relative;
  font-family: "Rubik-Medium";
}
@media (max-width: 1024px) {
  .whats-included-section .accordion-item .accordion-button {
    font-size: 22px;
  }
}
@media (max-width: 414px) {
  .whats-included-section .accordion-item .accordion-button {
    font-size: 18px;
    padding: 12px 0;
  }
}
.whats-included-section .accordion-item .accordion-button::after {
  background: url(../images/yearbook-main-page/faq/faq-arrow-icon.svg) left top no-repeat;
  height: 40px;
  width: 40px;
  min-width: 40px;
  transition: transform 0.3s ease;
}
.whats-included-section .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(360deg);
  background: url(../images/yearbook-main-page/faq/faq-arrow-icon.svg) left top no-repeat;
  background-position: -48px;
  height: 40px;
  width: 40px;
  min-width: 40px;
}
.whats-included-section .accordion-item .accordion-body {
  padding: 0 0 15px 0;
  font-size: 20px;
}
@media (max-width: 375px) {
  .whats-included-section .accordion-item .accordion-body {
    font-size: 16px !important;
  }
}

@media (max-width: 1440px) {
  .psy-card-text {
    min-height: 242px !important;
  }
}

.modal-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #ffffff;
  cursor: pointer;
  font-size: 22px;
  line-height: 44px;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.modal-nav-btn:hover {
  filter: brightness(0.95);
}

.btn-prev {
  left: 10px;
}

.btn-next {
  right: 10px;
}

#modal-image-display {
  max-width: 100%;
  display: block;
  margin: auto;
}

.view-btn {
  background-color: var(--primary-color);
  color: white;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: bold;
  border: none;
  margin-top: 30px;
}

#yearbookModal .modal-content {
  border-radius: 12px;
}

.yearbook-modal .modal-dialog {
  max-width: 1000px;
  width: calc(100% - 20px);
}

.modal {
  z-index: 10000;
}

.intro-sm-text {
  font-size: 28px;
  font-family: "Montserrat-Regular";
}

/* popular leavers back designs */
.popular-leavers-back-designs {
  padding: 25px 0 70px 0;
  /* 2. Responsive Grid Breakpoints (Overrides default) */
  /* Small devices (tablets, 576px and up) */
  /* Medium devices (desktops, 768px and up) */
}
.popular-leavers-back-designs h2 {
  font-size: 52px;
  font-family: "Rubik-SemiBold";
  margin: 0 0 50px 0;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1024px) {
  .popular-leavers-back-designs h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .popular-leavers-back-designs h2 {
    font-size: 28px;
  }
}
.popular-leavers-back-designs p {
  font-size: 28px;
  font-family: "Montserrat-Regular";
  color: #000000;
  text-align: center;
}
@media (max-width: 1024px) {
  .popular-leavers-back-designs p {
    font-size: 20px;
  }
}
.popular-leavers-back-designs .leavers-back-designs-grid-container {
  display: grid;
  /* Default: Single column layout for mobile/small screens */
  grid-template-columns: 1fr;
  gap: 24px;
  /* Spacing between grid items */
  padding: 15px;
  /* 3. Grid Item Styling and Hover Effect */
}
.popular-leavers-back-designs .leavers-back-designs-grid-container .grid-item .leavers-design-card {
  /* Basic appearance */
  padding: 0 10px 5px 5px;
  text-align: center;
  font-size: 1.25rem;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
  /* --- Hover Effect Transition --- */
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  /* Slightly rounded corners */
}
@media (width: 1280px) {
  .popular-leavers-back-designs .leavers-back-designs-grid-container .grid-item .leavers-design-card {
    min-height: 360px;
  }
}
@media (width: 1366px) {
  .popular-leavers-back-designs .leavers-back-designs-grid-container .grid-item .leavers-design-card {
    min-height: 370px;
  }
}
@media (width: 1440px) {
  .popular-leavers-back-designs .leavers-back-designs-grid-container .grid-item .leavers-design-card {
    min-height: 380px;
  }
}
@media (width: 1536px) {
  .popular-leavers-back-designs .leavers-back-designs-grid-container .grid-item .leavers-design-card {
    min-height: 390px;
  }
}
@media (width: 1024px) {
  .popular-leavers-back-designs .leavers-back-designs-grid-container .grid-item .leavers-design-card {
    min-height: 280px;
  }
}
@media (width: 768px) {
  .popular-leavers-back-designs .leavers-back-designs-grid-container .grid-item .leavers-design-card {
    min-height: 210px;
  }
}
.popular-leavers-back-designs .leavers-back-designs-grid-container .grid-item .leavers-design-card img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.3);
}
.popular-leavers-back-designs .leavers-back-designs-grid-container .grid-item .leavers-design-card:hover .card-overlay {
  opacity: 1;
  padding: 0 10px 5px 5px;
}
.popular-leavers-back-designs .leavers-back-designs-grid-container .grid-item .number {
  text-align: center;
  font-size: 20px;
  color: #000000;
  font-family: "Rubik-Medium";
}
.popular-leavers-back-designs .leavers-back-designs-grid-container .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .popular-leavers-back-designs .leavers-back-designs-grid-container {
    /* 2 columns per row on tablets */
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .popular-leavers-back-designs .leavers-back-designs-grid-container {
    /* 4 columns per row on desktops */
    grid-template-columns: repeat(4, 1fr);
  }
}

/* popular leavers front designs */
.popular-leavers-front-designs {
  padding: 50px 0 50px 0;
  /* 2. Responsive Grid Breakpoints (Overrides default) */
  /* Small devices (tablets, 576px and up) */
  /* Medium devices (desktops, 768px and up) */
}
.popular-leavers-front-designs h2 {
  font-size: 52px;
  font-family: "Rubik-SemiBold";
  margin: 0 0 50px 0;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1024px) {
  .popular-leavers-front-designs h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .popular-leavers-front-designs h2 {
    font-size: 28px;
  }
}
.popular-leavers-front-designs p {
  font-size: 28px;
  font-family: "Montserrat-Regular";
  color: #000000;
  text-align: center;
}
@media (max-width: 1024px) {
  .popular-leavers-front-designs p {
    font-size: 20px;
  }
}
.popular-leavers-front-designs .leavers-front-designs-grid-container {
  display: grid;
  /* Default: Single column layout for mobile/small screens */
  grid-template-columns: 1fr;
  gap: 24px;
  /* Spacing between grid items */
  padding: 15px;
  /* 3. Grid Item Styling and Hover Effect */
}
.popular-leavers-front-designs .leavers-front-designs-grid-container .grid-item .leavers-design-card {
  /* Basic appearance */
  padding: 0;
  text-align: center;
  font-size: 1.25rem;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
  /* --- Hover Effect Transition --- */
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  /* Slightly rounded corners */
}
@media (width: 1280px) {
  .popular-leavers-front-designs .leavers-front-designs-grid-container .grid-item .leavers-design-card {
    min-height: 360px;
  }
}
@media (width: 1366px) {
  .popular-leavers-front-designs .leavers-front-designs-grid-container .grid-item .leavers-design-card {
    min-height: 370px;
  }
}
@media (width: 1440px) {
  .popular-leavers-front-designs .leavers-front-designs-grid-container .grid-item .leavers-design-card {
    min-height: 380px;
  }
}
@media (width: 1536px) {
  .popular-leavers-front-designs .leavers-front-designs-grid-container .grid-item .leavers-design-card {
    min-height: 390px;
  }
}
.popular-leavers-front-designs .leavers-front-designs-grid-container .grid-item .leavers-design-card img {
  height: auto;
  display: block;
}
.popular-leavers-front-designs .leavers-front-designs-grid-container .grid-item .leavers-design-card:hover .card-overlay {
  opacity: 1;
}
.popular-leavers-front-designs .leavers-front-designs-grid-container .grid-item .number {
  text-align: center;
  font-size: 20px;
  color: #000000;
  font-family: "Rubik-Medium";
}
.popular-leavers-front-designs .leavers-front-designs-grid-container .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .popular-leavers-front-designs .leavers-front-designs-grid-container {
    /* 2 columns per row on tablets */
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .popular-leavers-front-designs .leavers-front-designs-grid-container {
    /* 4 columns per row on desktops */
    grid-template-columns: repeat(4, 1fr);
  }
}

.contact-page {
  padding: 170px 0 0 0;
  /* contact-section */
  /* instragram tiktok section */
}
@media (max-width: 1250px) {
  .contact-page {
    padding: 100px 0 0 0;
  }
}
.contact-page .contact-section h1 {
  color: #D9436B;
  font-size: 60px;
  font-family: "Rubik-Medium";
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .contact-page .contact-section h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-section h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
}
.contact-page .contact-section p {
  font-size: 23px;
}
@media (max-width: 767px) {
  .contact-page .contact-section p {
    font-size: 17px;
  }
}
.contact-page .contact-section .contact-details a {
  color: #000000;
}
.contact-page .contact-section .contact-details a:hover {
  color: #D9436B;
}
.contact-page .contact-section .contact-details .hours {
  margin: 0 0 115px 0;
}
@media (max-width: 1024px) {
  .contact-page .contact-section .contact-details .hours {
    margin: 0 0 30px 0;
  }
}
.contact-page .contact-section .contact-details .phone {
  margin: 0 0 60px 0;
}
@media (max-width: 1024px) {
  .contact-page .contact-section .contact-details .phone {
    margin: 0 0 30px 0;
  }
}
.contact-page .contact-section .contact-details .whatsapp {
  margin: 0 0 60px 0;
}
@media (max-width: 1024px) {
  .contact-page .contact-section .contact-details .whatsapp {
    margin: 0 0 30px 0;
  }
}
.contact-page .contact-section .contact-info-label {
  font-weight: 700;
  margin: 0 0 10px 0;
}
.contact-page .contact-section .contact-info-text {
  margin-bottom: 0;
}
.contact-page .contact-section .contact-image {
  border-radius: 40px;
  /* Highly rounded corners from image */
  width: 100%;
  height: auto;
  object-fit: cover;
}
.contact-page .instragram-tiktok-section {
  padding: 150px 0 180px 0;
}
@media (max-width: 1024px) {
  .contact-page .instragram-tiktok-section {
    padding: 80px 0;
  }
}
.contact-page .instragram-tiktok-section h2 {
  font-size: 40px;
  font-family: "Rubik-Medium";
  margin: 0 0 130px 0;
}
@media (max-width: 767px) {
  .contact-page .instragram-tiktok-section h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .contact-page .instragram-tiktok-section h2 {
    margin: 0 0 50px 0;
  }
}

/* pricing page */
.pricing-page {
  /* prices-section */
  /* instant-pricing-calculator */
  /* save-more-ordering-section */
  /* home-book-call-section */
}
.pricing-page .prices-section {
  padding: 0 0 100px 0;
}
.pricing-page .prices-section .prices-section-inner {
  max-width: 100%;
  border-radius: 15px;
  margin: 20px 0 0 0;
}
.pricing-page .prices-section .prices-section-inner .pricing-table tr {
  background: #E7E8E8;
}
.pricing-page .prices-section .prices-section-inner .pricing-table tr th {
  font-size: 30px;
  text-align: left !important;
  background: #A1A1A1;
  color: #ffffff;
  font-family: "Montserrat-Regular";
  padding: 15px 20px !important;
}
@media (max-width: 768px) {
  .pricing-page .prices-section .prices-section-inner .pricing-table tr th {
    font-size: 18px;
  }
}
.pricing-page .prices-section .prices-section-inner .pricing-table tr th:nth-of-type(1) {
  width: 40%;
}
.pricing-page .prices-section .prices-section-inner .pricing-table tr th:nth-of-type(2) {
  width: 20%;
}
.pricing-page .prices-section .prices-section-inner .pricing-table tr th:nth-of-type(3) {
  width: 20%;
}
.pricing-page .prices-section .prices-section-inner .pricing-table tr th:nth-of-type(4) {
  width: 20%;
}
.pricing-page .prices-section .prices-section-inner .pricing-table tr td {
  text-align: left !important;
  padding: 22px 20px !important;
}
@media (max-width: 768px) {
  .pricing-page .prices-section .prices-section-inner .pricing-table tr td {
    font-size: 18px;
  }
}
.pricing-page .prices-section .prices-section-inner .pricing-table tr:nth-child(odd) {
  background: #ffffff;
}
.pricing-page .instant-pricing-calculator {
  padding: 0;
}
.pricing-page .instant-pricing-calculator .calculator-card {
  background: #FDF2EB;
  padding: 100px 12px;
  border-radius: 15px;
  box-shadow: 16px 16px 25px 0 rgba(0, 0, 0, 0.2);
  /* Selection Cards */
  /* Price Summary Table */
  /*	budget-section */
  /* price-container */
}
@media (max-width: 768px) {
  .pricing-page .instant-pricing-calculator .calculator-card {
    padding: 50px 12px;
  }
}
.pricing-page .instant-pricing-calculator .calculator-card .card-header {
  text-align: center;
  margin: 0 0 130px 0;
}
@media (max-width: 768px) {
  .pricing-page .instant-pricing-calculator .calculator-card .card-header {
    margin: 0 0 60px 0;
  }
}
.pricing-page .instant-pricing-calculator .calculator-card .card-header h2 {
  font-family: "Rubik-SemiBold";
  font-size: 52px;
  color: #D9436B;
  text-align: center;
  margin: 0 0 50px 0;
}
@media (max-width: 768px) {
  .pricing-page .instant-pricing-calculator .calculator-card .card-header h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
}
.pricing-page .instant-pricing-calculator .calculator-card .card-header p {
  font-size: 26px;
  font-family: "Montserrat-Medium";
  margin: 0;
}
@media (max-width: 768px) {
  .pricing-page .instant-pricing-calculator .calculator-card .card-header p {
    font-size: 18px;
  }
}
.pricing-page .instant-pricing-calculator .calculator-card .steps-row {
  margin: 0 0 80px 0;
  /* step 1 */
}
@media (max-width: 768px) {
  .pricing-page .instant-pricing-calculator .calculator-card .steps-row {
    margin: 0 0 40px 0;
  }
}
.pricing-page .instant-pricing-calculator .calculator-card .steps-row .steps-header {
  margin: 0 0 60px 0;
}
@media (max-width: 768px) {
  .pricing-page .instant-pricing-calculator .calculator-card .steps-row .steps-header {
    margin: 0 0 40px 0;
  }
}
.pricing-page .instant-pricing-calculator .calculator-card .steps-row .steps-header h3 {
  font-family: "Rubik-Medium";
  font-size: 40px;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .pricing-page .instant-pricing-calculator .calculator-card .steps-row .steps-header h3 {
    font-size: 25px;
  }
}
.pricing-page .instant-pricing-calculator .calculator-card .steps-row .steps-header p {
  font-size: 26px;
  font-family: "Montserrat-Medium";
}
@media (max-width: 768px) {
  .pricing-page .instant-pricing-calculator .calculator-card .steps-row .steps-header p {
    font-size: 17px;
  }
}
.pricing-page .instant-pricing-calculator .calculator-card .steps-row .form-control {
  width: 160px;
  height: 75px;
  border-radius: 10px;
  border: 1px solid #D9436B;
  font-size: 25px;
}
@media (max-width: 768px) {
  .pricing-page .instant-pricing-calculator .calculator-card .steps-row .form-control {
    height: 50px;
  }
}
.pricing-page .instant-pricing-calculator .calculator-card .option-card {
  background: transparent;
  border: 2px solid transparent;
  border-radius: 10px;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 370px;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  transition: transform 0.3s ease;
}
.pricing-page .instant-pricing-calculator .calculator-card .option-card:hover {
  transform: translateY(-5px);
}
.pricing-page .instant-pricing-calculator .calculator-card .option-card h4 {
  font-size: 18px;
  font-family: "Rubik-Medium";
  color: #D9436B;
  margin: 0 0 25px 0;
}
@media (max-width: 768px) {
  .pricing-page .instant-pricing-calculator .calculator-card .option-card h4 {
    font-size: 16px;
  }
}
.pricing-page .instant-pricing-calculator .calculator-card .option-card .option-card-img {
  margin: 0 0 20px 0;
}
.pricing-page .instant-pricing-calculator .calculator-card .option-card .option-card-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1023px) {
  .pricing-page .instant-pricing-calculator .calculator-card .option-card .option-card-footer {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.pricing-page .instant-pricing-calculator .calculator-card .option-card .option-card-footer .option-label {
  flex: 1;
  font-size: 18px;
  font-family: "Rubik-Medium";
  color: #D9436B;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .pricing-page .instant-pricing-calculator .calculator-card .option-card .option-card-footer .option-label {
    text-align: center;
  }
}
.pricing-page .instant-pricing-calculator .calculator-card .option-card .option-card-footer .btn {
  font-size: 16px;
  padding: 5px 10px;
  width: 96px;
  text-align: center;
}
.pricing-page .instant-pricing-calculator .calculator-card .option-card.selected {
  border-color: #D9436B;
}
.pricing-page .instant-pricing-calculator .calculator-card .price-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.pricing-page .instant-pricing-calculator .calculator-card .price-card .price-header {
  color: #D9436B;
  font-weight: 700;
  padding: 15px 20px 5px;
  font-size: 1.2rem;
}
.pricing-page .instant-pricing-calculator .calculator-card .price-card .price-table {
  width: 100%;
  margin-bottom: 0;
}
.pricing-page .instant-pricing-calculator .calculator-card .price-card .price-table td {
  padding: 10px 20px;
  border-top: 1px solid #eeeeee;
  font-size: 0.9rem;
}
.pricing-page .instant-pricing-calculator .calculator-card .price-card .price-table .label {
  color: #888888;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}
.pricing-page .instant-pricing-calculator .calculator-card .price-card .price-table .value {
  text-align: right;
  font-weight: 600;
}
.pricing-page .instant-pricing-calculator .calculator-card .total-row {
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
}
.pricing-page .instant-pricing-calculator .calculator-card .total-label {
  font-weight: 400;
  font-size: 1.1rem;
}
.pricing-page .instant-pricing-calculator .calculator-card .total-amount {
  color: #D9436B;
  font-weight: 700;
  font-size: 1.4rem;
}
.pricing-page .instant-pricing-calculator .calculator-card .budget-section {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991px) {
  .pricing-page .instant-pricing-calculator .calculator-card .budget-section {
    margin: 0 auto 50px auto;
  }
}
.pricing-page .instant-pricing-calculator .calculator-card .budget-section h3 {
  font-family: "Rubik-SemiBold";
  font-size: 40px;
}
@media (max-width: 768px) {
  .pricing-page .instant-pricing-calculator .calculator-card .budget-section h3 {
    font-size: 28px;
  }
}
.pricing-page .instant-pricing-calculator .calculator-card .budget-section p {
  font-size: 26px;
}
.pricing-page .instant-pricing-calculator .calculator-card .price-container {
  max-width: 480px;
  margin: 0 auto;
}
.pricing-page .instant-pricing-calculator .calculator-card .price-container .side-label {
  color: #D9436B;
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  text-align: right;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 47px;
}
@media (min-width: 768px) {
  .pricing-page .instant-pricing-calculator .calculator-card .price-container .side-label {
    font-size: 0.75rem;
  }
}
.pricing-page .instant-pricing-calculator .calculator-card .price-container .price-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.pricing-page .instant-pricing-calculator .calculator-card .price-container .price-card h2 {
  color: #c8415a;
  font-weight: 800;
  padding: 1.25rem 1.25rem 0.5rem;
  margin: 0;
  font-size: 1.4rem;
  border-bottom: 1px solid #eeeeee;
}
.pricing-page .instant-pricing-calculator .calculator-card .price-container .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  border-bottom: 1px solid #eeeeee;
  height: 47px;
}
.pricing-page .instant-pricing-calculator .calculator-card .price-container .price-row:last-of-type {
  border-bottom: 1px solid #444444;
}
.pricing-page .instant-pricing-calculator .calculator-card .price-container .item-text {
  font-size: 15px;
}
@media (max-width: 767px) {
  .pricing-page .instant-pricing-calculator .calculator-card .price-container .item-text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .pricing-page .instant-pricing-calculator .calculator-card .price-container .item-price {
    font-size: 12px;
  }
}
.pricing-page .instant-pricing-calculator .calculator-card .price-container .total-row {
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 55px;
}
.pricing-page .instant-pricing-calculator .calculator-card .price-container .total-label {
  font-size: 1.25rem;
  font-weight: 500;
}
.pricing-page .instant-pricing-calculator .calculator-card .price-container .total-price {
  color: #E67E66;
  font-size: 20px;
  font-weight: 500;
}
.pricing-page .instant-pricing-calculator .calculator-card .price-container .side-spacer {
  height: 55px;
}
@media (max-width: 767px) {
  .pricing-page .instant-pricing-calculator .calculator-card .price-container .side-spacer {
    height: 47px;
  }
}
@media (max-width: 767px) {
  .pricing-page .instant-pricing-calculator .calculator-card .price-container .total-label {
    font-size: 12px;
  }
  .pricing-page .instant-pricing-calculator .calculator-card .price-container .total-row {
    padding: 0 5px;
    min-height: 47px;
  }
  .pricing-page .instant-pricing-calculator .calculator-card .price-container .total-price {
    padding: 0 5px;
    font-size: 12px;
  }
  .pricing-page .instant-pricing-calculator .calculator-card .price-container .price-row {
    padding: 0 5px;
  }
}
.pricing-page .save-more-ordering-section {
  background: #ffffff;
  padding: 100px 0 70px 0;
}
@media (max-width: 1024px) {
  .pricing-page .save-more-ordering-section {
    padding: 50px 0 20px 0;
  }
}
.pricing-page .home-book-call-section {
  background: transparent;
  padding: 0 0 100px 0;
}
@media (max-width: 1024px) {
  .pricing-page .home-book-call-section {
    padding: 0 0 50px 0;
  }
}
.pricing-page .home-book-call-section .container {
  background: #d5f1ff;
  border-radius: 15px;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (max-width: 1024px) {
  .pricing-page .home-book-call-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.pricing-page .home-book-call-section .container .btn-container {
  gap: 40px;
  display: flex;
  justify-content: center;
}

/* profile style */
.profile-style-section {
  padding: 100px 0;
  /* Card & Image Interaction */
  /* Hover Overlay */
}
@media (max-width: 1024px) {
  .profile-style-section {
    padding: 64px 0;
  }
}
.profile-style-section h2 {
  font-size: 52px;
  font-family: "Rubik-SemiBold";
  text-align: center;
  margin: 0 0 50px 0;
  text-transform: uppercase;
  line-height: 52px;
}
@media (max-width: 1024px) {
  .profile-style-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .profile-style-section h2 {
    font-size: 28px;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
.profile-style-section p {
  font-size: 28px;
  font-family: "Montserrat-Regular";
  color: #000000;
  text-align: center;
}
@media (max-width: 1024px) {
  .profile-style-section p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .profile-style-section p {
    font-size: 18px;
    line-height: normal;
  }
}
.profile-style-section .nav-tabs {
  margin: 0 0 80px 0;
}
.profile-style-section .nav-tabs .nav-item {
  margin: 0 20px;
}
.profile-style-section .nav-tabs .nav-item .nav-link {
  color: #D9436B;
  font-family: "Rubik-SemiBold";
  border: none;
  border-bottom: 3px solid transparent;
  padding: 0;
  background: none;
  font-size: 30px;
}
@media (max-width: 1023px) {
  .profile-style-section .nav-tabs .nav-item .nav-link {
    font-size: 25px;
  }
}
.profile-style-section .nav-tabs .nav-item .nav-link.active {
  background: none;
  border-bottom-color: #D9436B;
}
.profile-style-section .nav-tabs .nav-item .nav-link:hover {
  border-bottom-color: #D9436B;
  color: #D9436B;
}
.profile-style-section .style-card h3 {
  font-size: 30px;
  font-family: "Rubik-Medium";
  margin: 0 0 50px 0;
}
@media (max-width: 1023px) {
  .profile-style-section .style-card h3 {
    font-size: 25px;
  }
}
.profile-style-section .style-card .image-zoom-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0 0 15px 0;
}
.profile-style-section .style-card .image-zoom-container img {
  transition: transform 0.3s ease;
  display: block;
  width: 100%;
}
.profile-style-section .style-card .image-zoom-container:hover .black-overlay {
  opacity: 1;
}
.profile-style-section .style-card .image-zoom-container:hover img {
  transform: scale(1.05);
}
.profile-style-section .black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.profile-style-section .see-more-text {
  color: #ffffff;
  font-family: "Rubik-SemiBold";
  letter-spacing: 1px;
  font-size: 24px;
}

/* Button Styling */
.btn-pink {
  background-color: #D9436B;
  color: #ffffff;
  min-height: 50px;
  font-size: 18px;
  font-family: "Rubik-Medium";
  border: none;
  max-width: 338px;
  width: 100%;
}
@media (max-width: 1023px) {
  .btn-pink {
    font-size: 14px;
  }
}
.btn-pink:hover {
  background-color: #A53456;
  color: #ffffff;
}

/* Modal Gallery Adjustments */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

/* bookcover designs section */
.bookcover-designs-section {
  padding: 10px 0 100px 0;
}
@media (max-width: 1024px) {
  .bookcover-designs-section {
    padding: 0 0 64px 0;
  }
}
.bookcover-designs-section h2 {
  font-size: 52px;
  font-family: "Rubik-SemiBold";
  text-align: center;
  margin: 0 0 50px 0;
  text-transform: uppercase;
  line-height: 52px;
}
@media (max-width: 1024px) {
  .bookcover-designs-section h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .bookcover-designs-section h2 {
    font-size: 28px;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
.bookcover-designs-section p {
  font-size: 24px;
  font-family: "Montserrat-Regular";
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .bookcover-designs-section p {
    font-size: 20px;
  }
}
.bookcover-designs-section .primary-btn {
  min-height: 70px;
  max-width: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: "Rubik-Medium";
  font-size: 18px;
}
@media (max-width: 1023px) {
  .bookcover-designs-section .primary-btn {
    min-height: 50px;
    max-width: 230px;
    font-size: 14px;
  }
}

.about-us-page {
  /* Journey Section */
  /* making-memories-simple-section */
  /* our team section */
  /* Book a demo section */
  /* home book call section */
}
.about-us-page .about-hero-image {
  object-position: center !important;
}
.about-us-page .about-header-text {
  font-size: 24px;
  color: #ffffff;
  margin: 40px 0 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us-page .journey-section {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .about-us-page .journey-section {
    padding: 50px 0;
  }
}
.about-us-page .journey-section .intro-text-content .label-text {
  font-size: 32px;
  color: #000000;
  font-family: "Rubik-SemiBold";
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}
.about-us-page .journey-section .intro-text-content p {
  font-size: 46px;
  font-family: "Rubik-SemiBold";
  margin: 0 0 40px 0;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1366px) {
  .about-us-page .journey-section .intro-text-content p {
    font-size: 35px;
  }
}
@media (max-width: 1366px) {
  .about-us-page .journey-section .intro-text-content p {
    font-size: 25px;
  }
}
@media (max-width: 650px) {
  .about-us-page .journey-section .intro-text-content {
    margin: 0;
    background: transparent;
    padding: 0 !important;
    border-radius: 0;
    max-width: 100% !important;
  }
}
.about-us-page .making-memories-simple-section {
  min-height: 1030px;
  padding: 50px 0;
  background: url(../images/about-us/making-memories-simple.webp) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.about-us-page .making-memories-simple-section .logo-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.about-us-page .making-memories-simple-section .logo-container .logo-image {
  max-width: 450px;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .about-us-page .making-memories-simple-section .logo-container .logo-image {
    max-width: 300px;
  }
}
@media (max-width: 1023px) {
  .about-us-page .making-memories-simple-section .logo-container .logo-image {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .about-us-page .making-memories-simple-section .logo-container .logo-image {
    max-width: 150px;
  }
}
.about-us-page .making-memories-simple-section .logo-container .badge-image {
  max-width: 190px;
  width: 100%;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .about-us-page .making-memories-simple-section .logo-container .badge-image {
    max-width: 100px;
  }
}
@media (max-width: 1023px) {
  .about-us-page .making-memories-simple-section .logo-container .badge-image {
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  .about-us-page .making-memories-simple-section .logo-container .badge-image {
    max-width: 60px;
  }
}
.about-us-page .making-memories-simple-section .making-memories-content h2 {
  font-size: 45px;
  color: #ffffff;
  font-family: "Rubik-Medium";
}
@media (max-width: 1024px) {
  .about-us-page .making-memories-simple-section .making-memories-content h2 {
    font-size: 30px;
  }
}
.about-us-page .making-memories-simple-section .making-memories-content p {
  font-size: 22px;
  color: #ffffff;
  font-family: "Montserrat-Light";
  margin: 40px 0;
}
.about-us-page .making-memories-simple-section .making-memories-content p strong {
  font-family: "Rubik-Medium";
  font-weight: normal;
}
.about-us-page .making-memories-simple-section .making-memories-content .btn {
  padding: 20px 40px;
  text-transform: uppercase;
  font-family: "Montserrat-Medium";
}
.about-us-page .our-team-section {
  background: #000000;
  padding: 110px 0 0 0;
  /* Hover Reveal Logic */
}
@media (max-width: 1024px) {
  .about-us-page .our-team-section {
    padding: 50px 0 0 0;
  }
}
.about-us-page .our-team-section .section-title {
  font-size: 70px;
  color: #000000;
  font-family: "Rubik-SemiBold";
  margin-bottom: 30px;
  text-align: center;
  color: #FFF2EA;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .about-us-page .our-team-section .section-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .about-us-page .our-team-section .section-title {
    font-size: 30px;
  }
}
.about-us-page .our-team-section .section-subtitle {
  font-size: 20px;
  color: #FFF2EA;
  font-family: "Montserrat-Regular";
  margin-bottom: 0;
  text-align: center;
}
.about-us-page .our-team-section .meno-team {
  text-align: center;
}
.about-us-page .our-team-section :root {
  --bg-color: #000000;
  --card-width: 280px;
  --card-height: 450px;
}
.about-us-page .our-team-section .spacer {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #333;
}
.about-us-page .our-team-section .scroll-track {
  position: relative;
  margin-top: 50px;
}
.about-us-page .our-team-section .sticky-wrapper {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about-us-page .our-team-section .team-merge-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 600px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 991px) {
  .about-us-page .our-team-section .team-merge-container {
    height: 360px;
  }
}
@media (max-width: 500px) {
  .about-us-page .our-team-section .team-merge-container {
    height: 200px;
  }
}
@media (max-width: 360px) {
  .about-us-page .our-team-section .team-merge-container {
    height: 180px;
    transform: scale(1);
    transform-origin: 0 0;
  }
}
.about-us-page .our-team-section .team-card {
  position: absolute;
  bottom: 0;
  left: 50%;
  /* We use calc to combine the -50% centering with the JS offset */
  transform: translateX(-50%);
  width: var(--card-width);
  height: var(--card-height);
  transition: filter 0.4s ease, z-index 0.1s;
  cursor: pointer;
}
.about-us-page .our-team-section .team-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: transform 0.4s ease, filter 0.4s ease;
  transform-origin: bottom center;
}
.about-us-page .our-team-section .team-card:hover {
  /* Ensure hovered card is always on top of the stack */
  z-index: 100 !important;
}
.about-us-page .our-team-section .team-card:hover img {
  filter: grayscale(0);
  transform: scale(1.08);
}
.about-us-page .our-team-section .hover-info {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 150px);
  width: 300px;
  padding: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  border-radius: 10px;
  transform: translateY(20px);
  transition: all 0.4s ease;
  pointer-events: none;
}
.about-us-page .our-team-section .team-card:hover .hover-info {
  opacity: 1;
  transform: translateY(0);
}
.about-us-page .our-team-section .hover-info h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}
.about-us-page .our-team-section .hover-info p {
  font-size: 0.85rem;
  margin: 5px 0 0;
  color: #ccc;
}
.about-us-page .book-call-section {
  padding: 150px 130px;
}
.about-us-page .book-call-section .cta-box {
  background-color: #d5f1ff;
  padding: 130px 0;
  text-align: center;
  border-radius: 10px;
}
.about-us-page .book-call-section .cta-box h2 {
  font-size: 52px;
  color: #000000;
  font-family: "Rubik-SemiBold";
  margin: 0 0 30px 0;
}
.about-us-page .book-call-section .cta-box p {
  font-size: 20px;
  color: #000000;
  font-family: "Rubik-Regular";
  margin: 0 0 50px 0;
}
.about-us-page .book-call-section .cta-box .btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.about-us-page .book-call-section .cta-box .btn.outline-btn {
  border: 1px solid #D9436B !important;
  color: #D9436B !important;
}
.about-us-page .book-call-section .cta-box .btn.outline-btn:hover {
  background: #D9436B !important;
  color: #ffffff !important;
}
.about-us-page .home-book-call-section {
  background: transparent;
  padding: 0 0 100px 0;
}
@media (max-width: 1024px) {
  .about-us-page .home-book-call-section {
    padding: 0 0 50px 0;
  }
}
.about-us-page .home-book-call-section .container {
  background: #d5f1ff;
  border-radius: 15px;
  padding-top: 160px;
  padding-bottom: 160px;
  width: calc(100% - 20px);
}
@media (max-width: 1024px) {
  .about-us-page .home-book-call-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about-us-page .home-book-call-section .container .btn-container {
  column-gap: 40px;
  row-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Hero Section */
.hero-text {
  font-size: 24px;
  color: #ffffff;
  margin: 40px 0 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 800px) {
  .hero-text {
    margin-top: 15px !important;
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .hero-text {
    margin-top: 10px !important;
    font-size: 14px;
  }
}

/* Cover Materials Section */
.cover-materials-section {
  padding: 100px 0 0 0;
}
@media (max-width: 1024px) {
  .cover-materials-section {
    padding: 50px 0 0 0;
  }
}
.cover-materials-section .section-title {
  font-size: 52px;
  font-family: "Rubik-SemiBold";
  margin: 0 0 24px 0;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.cover-materials-section .section-subtitle {
  font-size: 26px;
  font-family: "Montserrat-Regular";
  margin: 0 0 38px 0;
  text-align: center;
  color: #000000;
}
.cover-materials-section .cover-card {
  transition: transform 0.3s ease;
}
.cover-materials-section .cover-card h3 {
  font-size: 24px;
  font-family: "Rubik-Bold";
  color: #000000;
  text-align: center;
  margin: 45px 0 40px 0;
}
.cover-materials-section .cover-card p {
  font-size: 16px;
  font-family: "Montserrat-Medium";
  color: #000000;
  text-align: center;
  margin: 0 15px 0 15px;
}
.cover-materials-section .cover-card:hover {
  transform: translateY(-5px);
}
.cover-materials-section .img-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
}
.cover-materials-section .img-wrapper img {
  display: block;
  width: 100%;
  max-width: 225px;
  max-height: 184.82px;
}
.cover-materials-section .img-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cover-materials-section .img-bw {
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.cover-materials-section .cover-card .img-wrapper:hover .img-bw {
  opacity: 0;
}

/* Cover Designs Section */
.cover-designs-section {
  padding: 100px 0 80px 0;
  /* Card & Image Interaction */
  /* Modal Gallery Adjustments */
  /* Gallery styles */
}
@media (max-width: 1024px) {
  .cover-designs-section {
    padding: 50px 0;
  }
}
.cover-designs-section .section-title {
  font-size: 52px;
  font-family: "Rubik-SemiBold";
  margin: 0 0 24px 0;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.cover-designs-section .section-subtitle {
  font-size: 26px;
  font-family: "Montserrat-Regular";
  margin: 0 0 38px 0;
  text-align: center;
  color: #000000;
}
.cover-designs-section .nav-tabs {
  margin: 0 0 80px 0;
}
.cover-designs-section .nav-tabs .nav-item {
  margin: 0 20px;
}
.cover-designs-section .nav-tabs .nav-item .nav-link {
  color: #D9436B;
  font-family: "Rubik-SemiBold";
  border: none;
  border-bottom: 3px solid transparent;
  padding: 0;
  background: none;
  font-size: 30px;
}
@media (max-width: 1023px) {
  .cover-designs-section .nav-tabs .nav-item .nav-link {
    font-size: 25px;
  }
}
.cover-designs-section .nav-tabs .nav-item .nav-link.active {
  background: none;
  border-bottom-color: #D9436B;
}
.cover-designs-section .nav-tabs .nav-item .nav-link:hover {
  border-bottom-color: #D9436B;
  color: #D9436B;
}
.cover-designs-section .cover-description {
  color: #D9436B;
  font-family: "Montserrat-Regular";
}
.cover-designs-section .style-card {
  /* Hover Overlay */
}
.cover-designs-section .style-card .see-more-text {
  color: #ffffff;
  font-family: "Rubik-SemiBold";
  letter-spacing: 1px;
  font-size: 24px;
}
.cover-designs-section .style-card .black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cover-designs-section .style-card h3 {
  font-size: 30px;
  font-family: "Rubik-Medium";
  margin: 0 0 50px 0;
}
@media (max-width: 1023px) {
  .cover-designs-section .style-card h3 {
    font-size: 25px;
  }
}
.cover-designs-section .style-card .image-zoom-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0 0 15px 0;
}
.cover-designs-section .style-card .image-zoom-container img {
  transition: transform 0.3s ease;
  display: block;
  width: 100%;
}
.cover-designs-section .style-card .image-zoom-container:hover .black-overlay {
  opacity: 1;
}
.cover-designs-section .style-card .image-zoom-container:hover img {
  transform: scale(1.05);
}
.cover-designs-section .carousel-control-prev-icon,
.cover-designs-section .carousel-control-next-icon {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.cover-designs-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.cover-designs-section .item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.cover-designs-section .item.item-large {
  grid-column: span 2;
  grid-row: span 2;
}

/* home-book-call-section */
.home-book-call-section p {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Rubik-Regular";
}

/* responsive CSS */
@media (max-width: 1199px) {
  .cover-designs-section .nav .nav-item .nav-link {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .cover-materials-section .section-title,
  .cover-designs-section .section-title {
    font-size: 42px;
    padding-top: 0;
  }
  .cover-materials-section .section-subtitle,
  .cover-designs-section .section-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .cover-materials-section .section-title,
  .cover-designs-section .section-title {
    font-size: 32px;
    padding-top: 0;
  }
  .cover-materials-section .section-subtitle,
  .cover-designs-section .section-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .item-large {
    grid-column: span 2 !important;
    grid-row: span 1 !important;
  }
  .cover-materials-section .section-title,
  .cover-designs-section .section-title {
    font-size: 30px;
    padding-top: 0;
  }
  .cover-materials-section .section-subtitle,
  .cover-designs-section .section-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr !important;
  }
  .item-large {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}