/* =========================================
   Drip Ice Cream Shop - Starter Theme SCSS
   ========================================= */
body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #001f5b;
  background-color: #ffffff;
  overflow-x: hidden;
}

h1, .hero-h1 {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.15;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  h1, .hero-h1 {
    font-size: clamp(2.5rem, 3.5vw + 1rem, 4.2rem);
  }
}
@media screen and (min-width: 1512px) {
  h1, .hero-h1 {
    font-size: 50px;
  }
}

h2 {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
}

h3, h4, h5, h6 {
  font-family: "Fredoka", sans-serif;
  color: #001f5b;
}

img, .rounded, .img-fluid {
  border-radius: 20px;
  height: auto;
  max-width: 100%;
}

.btn-primary, .button, .wp-block-button__link, a.wp-element-button {
  background-color: #ec38a9;
  color: #ffffff !important;
  font-family: "Fredoka", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0.8em 2em;
  display: inline-block;
  border: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .button:hover, .button:active, .button:focus, .wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus, a.wp-element-button:hover, a.wp-element-button:active, a.wp-element-button:focus {
  background-color: #ffb81c !important;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(236, 56, 169, 0.25);
}

.navbar-brand img {
  max-width: 300px;
}
@media screen and (max-width: 992px) {
  .navbar-brand img {
    max-width: 250px;
  }
}

.navbar-nav li a {
  font-family: "Fredoka", sans-serif;
  color: #001f5b !important;
  font-weight: bold;
  margin-right: 20px;
  font-size: 20px;
}
.navbar-nav li a:hover {
  color: #ec38a9 !important;
}

section.hero-section {
  position: relative;
  height: 90vh;
  min-height: 680px;
  overflow: hidden;
  background: #000;
  display: flex;
}
section.hero-section .hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.hero-section .hero-slide {
  width: 100%;
  height: 90vh;
  min-height: 680px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, rgba(0, 31, 91, 0.85) 0%, rgba(0, 31, 91, 0.4) 100%);
  z-index: 2;
}
section.hero-section .hero-content-wrapper {
  position: relative;
  z-index: 3;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
section.hero-section .hero-logo {
  max-width: 240px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 0px !important;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 768px) {
  section.hero-section .hero-logo {
    max-width: 320px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  section.hero-section .hero-logo {
    max-width: 380px;
    margin-bottom: 30px;
  }
}
section.hero-section .hero-intro-content {
  font-family: "Nunito", sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: 5px;
  margin-bottom: 2.5rem;
  max-width: 750px;
}
section.hero-section .hero-intro-content, section.hero-section .hero-intro-content p, section.hero-section .hero-intro-content span, section.hero-section .hero-intro-content ul, section.hero-section .hero-intro-content li, section.hero-section .hero-intro-content strong, section.hero-section .hero-intro-content em {
  color: #ffffff !important;
}
@media screen and (max-width: 992px) {
  section.hero-section .hero-intro-content {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 2rem;
  }
}

.bg-light-blue,
.bg-cyan,
.bg-dark-blue,
.bg-parallax {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  display: flow-root !important;
  clear: both !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.bg-light-blue .wp-block-group__inner-container,
.bg-light-blue .wp-block-cover__inner-container,
.bg-cyan .wp-block-group__inner-container,
.bg-cyan .wp-block-cover__inner-container,
.bg-dark-blue .wp-block-group__inner-container,
.bg-dark-blue .wp-block-cover__inner-container,
.bg-parallax .wp-block-group__inner-container,
.bg-parallax .wp-block-cover__inner-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.bg-light-blue {
  background-color: #a3e4f1 !important;
  color: #001f5b !important;
}

.bg-cyan {
  background-color: #a3e4f1 !important;
  color: #001f5b !important;
}

.bg-dark-blue {
  background-color: rgb(0, 39.6868131868, 116.5) !important;
  color: #ffffff !important;
}

.bg-parallax {
  background-attachment: fixed !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #ffffff !important;
  z-index: 1;
  min-height: 80vh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}
.bg-parallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 31, 91, 0.75) !important;
  z-index: -1;
}

@media only screen and (max-width: 992px), (hover: none) and (pointer: coarse) {
  .bg-parallax {
    background-attachment: scroll !important;
    min-height: 60vh !important;
  }
}
.about-drip-section {
  padding: 80px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.about-drip-section .about-drip-heading {
  font-family: "Fredoka", sans-serif;
  font-size: 3rem;
  color: #001f5b;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: none;
}
@media screen and (max-width: 992px) {
  .about-drip-section .about-drip-heading {
    font-size: 2.5rem;
    text-align: center;
  }
}
.about-drip-section .about-drip-text {
  font-family: "Nunito", sans-serif;
  color: #001f5b;
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .about-drip-section .about-drip-text {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .about-drip-section .btn-primary {
    display: table;
    margin: 0 auto;
  }
}
.about-drip-section .drip-shape-img {
  border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  box-shadow: 15px 15px 0px #a3e4f1;
  max-width: 90%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/4;
  transition: all 0.4s ease-in-out;
}
.about-drip-section .drip-shape-img:hover {
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  box-shadow: 15px 15px 0px #ec38a9;
  transform: translateY(-5px);
}

.flavors-section {
  background-image: url(https://cdn.greenphoenixny.com/drip/uploads/2026/05/flavor_bg-1-scaled.png);
  background-size: contain;
  background-position: center top;
  background-repeat: repeat-y;
  background-color: #001f5b;
  padding: 100px 0;
  position: relative;
}
.flavors-section .container {
  max-width: 1000px;
}
.flavors-section .flavors-heading {
  font-family: "Fredoka", sans-serif;
  font-size: 3.5rem;
  color: #ffffff;
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .flavors-section .flavors-heading {
    font-size: 2.8rem;
  }
}
.flavors-section .flavors-subtext {
  color: #a3e4f1;
  font-family: "Nunito", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.flavors-section .flavors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 40px 20px;
  align-items: end;
}
@media screen and (min-width: 768px) {
  .flavors-section .flavors-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 50px 30px;
  }
}
.flavors-section .flavor-item {
  text-align: center;
  cursor: pointer;
}
.flavors-section .flavor-item .flavor-img {
  width: 100%;
  max-width: 180px;
  height: auto;
  margin-bottom: 15px;
  border-radius: 0 !important;
  transition: all 0.3s ease;
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.4));
}
.flavors-section .flavor-item .flavor-name {
  font-family: "Nunito", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.flavors-section .flavor-item:hover .flavor-img {
  transform: translateY(-10px) scale(1.05);
  filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.6));
}
.flavors-section .flavor-item:hover .flavor-name {
  color: #ec38a9;
}

.drip-nav-container {
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 31, 91, 0.08);
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 100;
}

.navbar .drip-text-logo {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  background-color: #001f5b;
  padding: 10px 22px;
  border-radius: 50px;
  border: 3px solid rgb(0, 24.0505494505, 70.6);
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.5px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 31, 91, 0.15);
  transition: all 0.3s ease;
}
.navbar .drip-text-logo:hover {
  transform: scale(1.03) translateY(-2px) rotate(-1deg);
  box-shadow: 0 6px 15px rgba(0, 31, 91, 0.25);
}
.navbar .drip-text-logo .logo-drip {
  color: #ffb81c;
}
.navbar .drip-text-logo .logo-ice-cream {
  color: #a3e4f1;
}
.navbar .drip-text-logo .logo-shop {
  color: #ec38a9;
}
@media screen and (max-width: 992px) {
  .navbar .drip-text-logo {
    font-size: 1.1rem;
    padding: 8px 16px;
    gap: 5px;
  }
}
@media screen and (max-width: 380px) {
  .navbar .drip-text-logo {
    justify-content: center;
    border-radius: 15px;
  }
}
.navbar .navbar-nav li a.nav-link {
  font-family: "Fredoka", sans-serif;
  color: #001f5b !important;
  font-weight: 700;
  margin-right: 20px;
  font-size: 1.15rem;
  transition: color 0.3s ease;
}
.navbar .navbar-nav li a.nav-link:hover, .navbar .navbar-nav li a.nav-link:focus, .navbar .navbar-nav li a.nav-link.active {
  color: #ec38a9 !important;
}
@media screen and (max-width: 1400px) {
  .navbar .navbar-nav li a.nav-link {
    text-align: center;
    margin-right: 0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 31, 91, 0.05);
  }
}
.navbar .navbar-toggler {
  border-color: rgba(0, 31, 91, 0.2);
  border-radius: 8px;
  padding: 8px 12px;
  transition: all 0.3s ease;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: none;
  position: relative;
  width: 24px;
  height: 3px;
  background-color: #001f5b;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  transition: all 0.3s ease;
}
.navbar .navbar-toggler .navbar-toggler-icon::before, .navbar .navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 3px;
  background-color: #001f5b;
  transition: all 0.3s ease;
}
.navbar .navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}
.navbar .navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}
.navbar .navbar-toggler:hover, .navbar .navbar-toggler:focus {
  outline: none;
  background-color: rgba(236, 56, 169, 0.05);
  border-color: #ec38a9;
}
.navbar .navbar-toggler:hover .navbar-toggler-icon,
.navbar .navbar-toggler:hover .navbar-toggler-icon::before,
.navbar .navbar-toggler:hover .navbar-toggler-icon::after, .navbar .navbar-toggler:focus .navbar-toggler-icon,
.navbar .navbar-toggler:focus .navbar-toggler-icon::before,
.navbar .navbar-toggler:focus .navbar-toggler-icon::after {
  background-color: #ec38a9;
}
.navbar .navbar-toggler[aria-expanded=true] {
  border-color: #ec38a9;
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-color: transparent;
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #ec38a9;
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #ec38a9;
}
.navbar .nav-btn-container {
  text-align: center;
}
.navbar .nav-btn-container .nav-cta-btn {
  padding: 0.6em 1.8em;
  font-size: 1.1rem;
  width: auto;
}
@media screen and (max-width: 1400px) {
  .navbar .nav-btn-container .nav-cta-btn {
    width: 100%;
    max-width: 300px;
  }
}

.drip-footer {
  position: relative;
  overflow: hidden;
}
.drip-footer .footer-main {
  background: linear-gradient(135deg, rgba(163, 228, 241, 0.6) 0%, rgba(236, 56, 169, 0.4) 100%);
  padding: 80px 0;
}
.drip-footer .footer-logo {
  max-width: 220px;
  height: auto;
  filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.15));
  transition: transform 0.3s ease;
}
.drip-footer .footer-logo:hover {
  transform: scale(1.03) rotate(-2deg);
}
.drip-footer .footer-contact-info {
  font-family: "Nunito", sans-serif;
  font-size: 1.15rem;
  color: #001f5b;
  line-height: 1.6;
}
.drip-footer .footer-contact-info p {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .drip-footer .footer-contact-info p {
    justify-content: flex-start;
  }
}
.drip-footer .footer-contact-info p i {
  color: #ec38a9;
  font-size: 1.3rem;
  margin-right: 12px;
  min-width: 25px;
  text-align: center;
}
.drip-footer .footer-contact-info a {
  color: #001f5b;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}
.drip-footer .footer-contact-info a:hover {
  color: #ec38a9;
}
.drip-footer .footer-socials {
  display: flex;
  gap: 15px;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .drip-footer .footer-socials {
    justify-content: flex-start;
  }
}
.drip-footer .footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #001f5b;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.3rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 31, 91, 0.2);
}
.drip-footer .footer-socials a:hover {
  background-color: #ec38a9;
  color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(236, 56, 169, 0.3);
}
.drip-footer .footer-map-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 31, 91, 0.15);
  border: 4px solid #ffffff;
}
.drip-footer .footer-map-container iframe {
  display: block;
  border-radius: 16px;
}
.drip-footer .footer-bottom-bar {
  background-color: #001f5b;
  padding: 25px 0;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
}
.drip-footer .footer-bottom-bar .copyright {
  font-size: 1rem;
  font-weight: 600;
}
.drip-footer .footer-bottom-bar .credits {
  opacity: 0.9;
  font-size: 0.9rem;
}
.drip-footer .footer-bottom-bar .credits a {
  color: #ec38a9;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}
.drip-footer .footer-bottom-bar .credits a:hover {
  color: #a3e4f1;
  text-decoration: underline;
}/*# sourceMappingURL=custom-styles.css.map */