/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com/
Description:  A child theme for GeneratePress
Author:       Your Name
Author URI:   https://yourwebsite.com/
Template:     generatepress
Version:      1.0.0
Text Domain:  generatepress-child
*/
/* Add your custom styles below */

h1, h2, h3, h4, h5, h6, p, ul, li, a {
  margin: 0;
}

.site-content {
  display: block;
}
.site-header {
    background-color: #f7e9ee;
}
:root{
  --white:#fff;
  --gray:#1b1b1b;
  --font:"Inter",sans-serif;
  --header-bg: #ffc8d9;
  --header-border: #ffc8d9;
  --txt-dark: #000;
  --txt-light: #fff;
}
*,
*::before,
*::after{
  box-sizing:border-box;
  margin:0;
  padding:0;
}
body {
    margin: 0;
    padding: 0;
    background-color: #f7e9ee;
    display: block;
    font-family: sans-serif;
}
.container {
    max-width: 1450px;
    margin: 0 auto;
}
.site-header {
    display: flex;
    justify-content: center;
    padding: 24px 0;
    z-index: 999;
    margin: 0 auto;
    position: relative;
}
.nav-inner {
    max-width: 1100px;
    background: var(--header-bg);
    border: 1px solid var(--header-border);
    border-radius: 30px;
    padding: 5px 30px;
    position: fixed;
    display: flex;
    align-items: center;
    gap: 64px;
    top: 50px;
}
.site-header .brand {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
}
.nav-links ul {
    display: flex;
    gap: 64px;
    list-style: none;
}
.nav-links a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}
.site-header .mail-icon {
    list-style: none;
}
.site-header .mail-icon a {
    color: #fff;
}
@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.nav-links li {
    opacity: 0;
    transform: translateY(18px);
    animation: fadeIn .6s forwards calc(var(--i) * .08s);
}
.nav-toggle {
    display: none;
    height: 32px;
    width: 35px;
    background: none;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
}
.nav-toggle span {
    display: block;
    height: 2px;
    background: #fff;
    margin: 6px 0;
    transition: .35s;
    width: 22px;
}
#form-modal{
  position:fixed;
  inset:0;
  z-index:50;
  pointer-events:none;
}
#form-modal[hidden]{
  display:none;
}
#form-modal .modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.6);
  opacity:0;
  transition:opacity .35s;
}
#form-modal .modal-content{
  position:absolute;
  top:0;
  right:0;
  width:620px;
  max-width:90%;
  height:100%;
  background:#fff;
  transform:translateX(100%);
  transition:transform .35s;
  overflow:auto;
}
#form-modal.show{
  pointer-events:auto;
}
#form-modal.show .modal-backdrop{
  opacity:1;
}
#form-modal.show .modal-content{
  transform:translateX(0);
}
.modal-close{
  position:absolute;
  top:8px;
  right:12px;
  font-size:1.5rem;
  background:transparent;
  border:0;
  cursor:pointer;
}
.mail-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.4rem;
  margin-left:auto;
  border-radius:4px;
  transition:background .25s ease;
}
.mail-btn:hover,
.mail-btn:focus{
  background:rgba(255,255,255,.15);
}

.utility-icon{
  width:22px;
  height:22px;
  stroke-width:1.8;
  color:#ffffff;
}
.hero-banner-c {
    position: relative;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}
.hero-banner-c__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}
.hero-banner-c__heading {
    margin: 0 0 32px;
    font-size: 60px;
    line-height: 1.2;
    color: #1b2538;
    font-weight: 500;
}
.hero-banner-c__text {
    margin: 0 0 48px;
    font-size: 18px;
    line-height: 1.6;
    color: #1b2538;
}
.hero-banner-c__content {
    max-width: 500px;
    margin: 0 auto;
}
.hero-banner-c__btn {
    display: inline-block;
    padding: 12px 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: #ffc8d9;
    color: #1b2538;
    text-decoration: none;
    border-radius: 40px;
}
.hero-banner-c__media {
    position: relative;
    width: 100%;
    height: 740px;
}
.hero-banner-c__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-banner-c__badge {
    position: absolute;
    left: 48px;
    bottom: 48px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fdeff1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .07);
}
.hero-banner-c__badge img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}
.bright-redesign-c {
    width: 100%;
    padding: 50px 0;
}
.heading-primary {
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 1.18;
    font-weight: 400;
    color: #000;
    max-width: 1050px;
}
.bright-redesign-c__tagline {
    margin: 0 0 20px;
     
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}
.bright-industry-btn {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    color: #1b2538;
    text-decoration: none;
    background: #eeecec;
    padding: 0 5px;
    font-weight: 400;
}
.bright-redesign-c a:hover {
    background-color: #000;
    color: #fff;
    padding: 2px 0;
}
.bright-industry-btn span {
    color: #000;
    font-weight: 500;
}

.img-wrap {
    padding: 50px 0;
}
.img-wrap__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.img-wrap__item {
    position: relative;
    background: #ffeef4;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.img-wrap__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.starts-pouch-c {
    width: 100%;
    padding: 50px 0;
    background: #f7e9ee;
}
.heading-primary-two {
    margin: 0 auto 120px;
     
    font-size: 40px;
    line-height: 1.18;
    font-weight: 400;
    color: #000;
    max-width: 1000px;
}
.starts-pouch-c__tagline {
    margin: 0 0 60px; 
    font-size: 32px;
    line-height: 1.3;
    color: #000;
}
.starts-pouch-c__grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
}
.starts-pouch-c__text {
    margin: 0; 
    font-size: 20px;
    line-height: 1.55;
    color: #000;
}

.mockup-c {
    width: 100%;
    padding: 0 0 50px;
    justify-content: center;
}
.mockup-c__img {
    width: 100%;
    max-width: 1350px;
    height: auto;
    display: block;
    margin: 0 auto;
    background: #f9eaea;
    padding: 70px 70px 0;
}

.services-features-c {
    background: #f5e4e9;
    padding: 80px 0;
}
.services-features-c .container {
    max-width: 1100px;
    margin: 0 auto;
}
.services-features-c .intro {
    margin: 0 0 72px;
    display: flex;
    gap: 40px;
    max-width: 900px;
}
.services-features-c .brand {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0 0 16px;
    font-weight: 700;
}
.services-features-c .brand span {
    font-weight: 800;
}
.services-features-c .desc {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 32px;
}
.services-features-c .view-site {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    background: #fff;
    padding: 12px 24px;
    border-radius: 4px;
    transition: transform .2s ease;
}
.services-features-c .view-site:hover {
    transform: translateY(-2px);
}
.services-features-c .grid {
    display: grid;
    grid-template-columns: 180px 1fr;
    column-gap: 48px;
    row-gap: 48px;
}
.services-features-c .col-title {
    font-size: 24px;
    font-weight: 600;
}
.services-features-c .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.services-features-c .tags a {
    display: block;
    background: #ffffff;
    border-radius: 4px;
    padding: 6px 14px;
    font-size: 14px;
    white-space: nowrap;
    color: #000;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}
.services-features-c .tags a:hover {
    background: #e4fdff;
    transform: translateY(-2px);
}
.services-features-c .partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 24px;
}
.services-features-c .partners-grid a {
    display: block;
    text-decoration: none;
    color: #000;
}
.services-features-c .partners-grid img {
    max-width: 130px;
    object-fit: contain;
    margin: 0 0 8px;
}
.services-features-c .partners-grid span {
    display: block;
    font-size: 14px;
}

.custom-product-wrap {
    padding: 80px 0;
}
.custom-product-wrap .container {
    max-width: 1440px;
    margin: 0 auto;
}
.section-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 40px;
}
.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}
.project-card {
    display: block;
    color: #000;
    text-decoration: none;
    overflow: hidden;
}
.project-media {
    position: relative;
    width: 100%;
    padding-top: 133%;
    overflow: hidden;
}
.project-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .6s ease, transform .6s ease;
}
.img-hover {
    opacity: 0;
    width: 60%;
}
.overlay-title {
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    opacity: 0;
    transition: opacity .3s ease;
}
.project-caption {
    display: flex;
    gap: 16px;
    padding: 24px 0;
    align-items: flex-start;
    transition: opacity .3s ease;
}
.icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.project-caption h3 {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 600;
}
.project-caption p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #555;
}
@media (hover:hover) {
    .project-card:hover .img-default {
        transform: scale(1.05);
        opacity: 0;
    }
    .project-card:hover .img-hover {
        opacity: 1;
        transform: scale(1);
    }
    .project-card:hover .overlay-title {
        opacity: 1;
    }
    .project-card:hover .project-caption {
        opacity: 0;
    }
}
.talk-footer-c{
    background-color: #000;
}
.cta-block{
  padding: 6rem 0 4rem;
}

.cta-block h2{
  font-size: 40px;
  font-weight:700;
  max-width:900px;
  color: #fff;
}

.cta-btn{
  margin-top:2.5rem;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  background:var(--white);
  color:var(--black);
  padding:1rem 1.25rem;
  width:100%;
  max-width:600px;
  text-decoration:none;
  font-size:1.25rem;
  font-weight:500;
  border-radius:.2rem;
}

.cta-btn svg{
  width:24px;
  height:24px;
}


.footer-top{
  display:flex;
  flex-wrap:wrap;
  gap:3rem;
  margin:0 auto 4rem;
}

.footer-nav ul{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:1.5rem;
  font-size:1.25rem;
  font-weight:500;
}

.footer-nav a{
  color:var(--white);
  text-decoration:none;
}

.newsletter{
  flex:1 1 420px;
}

.newsletter-title{
  font-weight:600;
  margin-bottom:1rem;
  color: #fff;
}

.newsletter-form{
  display:flex;
  flex-direction:column;
  gap:1.2rem;
}

.newsletter-form input[type="email"]{
  background:var(--gray);
  border:0;
  padding:1rem;
  color:var(--white);
  font-size:1rem;
  width: 60%;
}

.newsletter-form .consent{
  display:flex;
  align-items:flex-start;
  gap:.6rem;
  font-size:.9rem;
}

.newsletter-form button{
  align-self:flex-start;
  background:transparent;
  border:0;
  color:var(--white);
  font-weight:700;
  font-size:1.25rem;
  cursor:pointer;
}


.footer-bottom{
  padding-top:3rem;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:2rem;
  border-top:1px solid var(--gray);
}

.social{
  display:flex;
  gap:1.25rem;
}

.social a svg{
  width:22px;
  height:22px;
  color: #fff;
}

.contact-info{
  display:flex;
  flex-direction:column;
  gap:.6rem;
  font-size:1rem;
  color: #fff;
}

.contact-info svg{
  width:18px;
  height:18px;
}

.legal{
  display:flex;
  flex-direction:column;
  gap:.6rem;
  font-size:.95rem;
}

.legal a{
  color:var(--white);
  text-decoration:none;
}
.newsletter-form .consent span{
    color: #fff;
    max-width: 750px;
}
@media (max-width: 1024px) {
    .hero-banner-c__grid {
        padding: 0 20px;
        gap: 20px;
    }
    .hero-banner-c__media {
        height: auto;
    }
    .hero-banner-c__text br {
        display: none;
    }
    .hero-banner-c__heading {
        font-size: 30px;
        margin: 0 0 20px;
    }
    .hero-banner-c__text {
        font-size: 14px;
        margin: 0 0 25px;
    }
    .heading-primary {
        font-size: 30px;
    }
    .container {
        padding: 0 20px;
    }
	.nav-inner {
    top: 20px;
}
}
@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
    .hero-banner-c__grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }
    .hero-banner-c__media {
        height: auto;
    }
    .hero-banner-c__heading {
        font-size: 30px;
        margin: 0 0 20px;
    }
    .hero-banner-c__text {
        font-size: 14px;
        margin: 0 0 25px;
    }
    .hero-banner-c__text br {
        display: none;
    }
    .heading-primary {
        font-size: 20px;
        margin: 0 auto 60px;
    }
    .bright-redesign-c__tagline {
        font-size: 16px;
    }
    .img-wrap__grid {
        grid-template-columns: 1fr;
    }
    .starts-pouch-c__tagline {
        font-size: 18px;
        margin: 0 0 30px;
    }
    .starts-pouch-c__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .starts-pouch-c__text {
        font-size: 14px;
    }
    .mockup-c__img {
        padding: 0 !important;
    }
    .services-features-c .intro {
        margin: 0 0 48px;
        flex-direction: column;
        gap: 20px;
    }
    .services-features-c .grid {
        grid-template-columns: 1fr;
    }
    .services-features-c .col-title {
        margin: 0 0 16px;
    }
    .services-features-c .container {
        padding: 0 20px;
    }
    .projects-grid {
        display: block;
    }
    .overlay-title {
        font-size: 24px;
        top: 16px;
        left: 16px;
    }
    .project-caption {
        padding: 16px 0;
    }
    .project-caption h3 {
        font-size: 18px;
    }
    .project-caption p {
        font-size: 14px;
    }
    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--header-bg);
        border-radius: 0 0 32px 32px;
        overflow: hidden;
        max-height: 0;
        transition: max-height .4s ease;
    }
    .nav-links ul {
        flex-direction: column;
        gap: 32px;
        padding: 40px 15px;
    }
    .nav-toggle {
        display: block;
    }
    .nav-inner.open .nav-links {
        max-height: 400px;
    }
    .nav-inner.open .nav-toggle span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    .nav-inner.open .nav-toggle span:nth-child(2) {
        opacity: 0;
    }
    .nav-inner.open .nav-toggle span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
    .footer-top{
    flex-direction:column;
    }
    .footer-bottom{
        grid-template-columns:1fr;
    }
    .ecosystem {
        margin: 0;
        gap: 30px;
    }
    .newsletter {
        flex: 100%;
    }
    .newsletter-form input[type="email"]{
    width: 100%;
    }
    .heading-primary-two {
      font-size: 20px;
    }
    .nav-inner{
    width:96%;
    gap:10px;
    justify-content:center;
    padding: 20px 0;
    align-items: center;
    margin: 0 20px;
  }
  .site-header .brand{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
  }
  .nav-toggle{
    display:block;
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
  }
  .site-header .mail-icon{
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
  }
  .cta-block h2{
  font-size: 20px;
}
	.nav-inner {
    top: 20px;
}
}