:root {
  --brand-light: #1DEFF0;
  --brand: #1A73FF;
  --brand-dark: #0A56C2;
  --header-bg: url("../images/main-slider.jpg");
  --nav-height: 78px;
}
.pricing-action {
  margin: 30px auto 0;
  max-width: 900px;
  padding: 16px 20px;
  text-align: center;
  background: linear-gradient(135deg, #fff4e5, #ffe0b2);
  border: 2px dashed #ff9800;
  border-radius: 12px;
  font-size: 18px;
  color: #333;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.pricing-action i {
  color: #ff9800;
  margin-right: 8px;
  font-size: 20px;
}

.pricing-action span {
  color: #d32f2f;
  font-weight: 700;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1020px !important;
  margin: 0 auto;
  width: 100%;
}

.header {
  position: relative;
  min-height: 680px;
  color: white;
  display: flex;
  align-items: center;
  background-image: var(--header-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 200px;
}

.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
  border-bottom-left-radius: 200px;
}

.site-nav {
  height: var(--nav-height);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1100;
  transition: background-color .35s ease, color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
  background: transparent;
  color: white;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.site-nav.scrolled {
  background: #fff;
  color: #111;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(6px);

}

.logo-placeholder {
  display: flex;
  align-items: center;
  gap: .6rem;
  height: calc(var(--nav-height) - 16px);
  padding-left: 8px;
}

.logo-placeholder img {
  height: 110px;
  width: 150px;
  display: block;
  transition: opacity .25s ease, transform .25s ease;
}

.site-nav.scrolled .logo-placeholder img {
  transform: scale(0.88);
}

.nav-links {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-left: auto;
  justify-content: center;
  margin-right: auto;
}

.nav-links a {
  color: inherit;
  text-decoration: none;
  padding: .45rem .25rem;
  font-weight: 500;
  position: relative;
}

.nav-separator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw !important;
  height: 1px !important;
  background: rgba(255, 255, 255, 0.21) !important;
  z-index: 999;
}

.nav-underline {
  position: absolute;
  height: 2px;
  background: var(--brand);
  bottom: -20px;
  border-radius: 4px;
  transition: left .32s cubic-bezier(.2, .9, .3, 1), width .32s cubic-bezier(.2, .9, .3, 1), transform .28s ease;
  box-shadow: 0 4px 14px rgba(26, 115, 255, 0.18);
  transform-origin: center;
  z-index: 1060;
}

.header-content {
  position: relative;
  z-index: 10;
  width: 56%;
  max-width: 820px;
  padding: 2.5rem 2rem;
}

.header h1 {
  font-size: 3.2rem;
  line-height: 1.02;
  font-weight: 800;
  margin: 0 0 .9rem 0;
  color: #fff;
}

.brand-blue {
  color: var(--brand) !important;
  font-weight: 700;
}

.header p.lead {
  color: rgba(255, 255, 255, 0.85);
  max-width: 560px;
  margin-bottom: 1.6rem;
}

.btn-brand {
  background: var(--brand-dark) !important;
  color: #fff !important;
  border: none;
  padding: .58rem 1rem;
  border-radius: 6px;
  font-weight: 600;
  transition: opacity .22s ease, box-shadow .22s ease, transform .12s ease;
}

.btn-brand:hover,
.btn-brand:focus {
  opacity: .60;
  box-shadow: 0 8px 30px rgba(26, 115, 255, 0.18);
  transform: translateY(-2px);
}

.site-nav.scrolled .nav-links a {
  color: #111;
}

.site-nav.scrolled .nav-links a.active {
  color: var(--brand) !important;
}

.site-nav:not(.scrolled) .nav-links a.active {
  color: #fff;
}

.navbar-collapse {
  position: relative;
}

.nav-links a.active {
  color: var(--brand);
}

.site-nav.scrolled button svg {
  stroke: #111 !important;
}

#services,
#features {
  min-height: 700px;
  padding: 6rem 2rem;
}

.services-tag {
  display: inline-block;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: .5rem;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.services-intro {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.services-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: .75rem;
}

.services-description {
  color: #555;
  font-size: 1rem;
}

.services-card {
  background: #fff;
  border: 1px solid rgba(26, 115, 255, 0.18);
  border-radius: 12px;
  padding: 2rem 1.75rem;
  transition:
    box-shadow .35s ease,
    transform .35s ease,
    border-color .35s ease;
}

.services-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  background: #fff;
  transition:
    background-color .35s ease,
    color .35s ease,
    box-shadow .35s ease,
    transform .35s ease;
}

.services-icon i {
  font-size: 1.3rem;
  color: var(--brand);
  transition: color .35s ease;
}

.services-card-title,
.services-card-text {
  text-align: left;
}

.services-card-title {
  font-weight: 700;
  margin-bottom: .5rem;
}

.services-card-text {
  color: #555;
  font-size: .95rem;
}

.services-card:hover {
  transform: translateY(-6px);
  border-color: rgba(26, 115, 255, 0.35);
  box-shadow: 0 14px 40px rgba(26, 115, 255, 0.18);
}

.services-card:hover .services-icon {
  background: var(--brand);
}

.services-card:hover .services-icon i {
  color: #fff;
}

.about-numbers {
  background: #f9fbff;
  padding: 0;
}

.about-layout {
  display: grid;

  grid-template-columns: 42% 1fr;

  min-height: 560px;

  gap: 3.5rem;
}

.about-image {
  height: 100%;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  border-top-right-radius: 180px;
}

.about-content {
  display: flex;

  align-items: stretch;

  padding: 4.5rem 0;
}

.about-content .container {
  max-width: 520px;
  margin-left: 0;
}

.about-title {
  font-size: 2.15rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.about-title .brand-blue {
  color: var(--brand);
}

.about-text {
  color: #555;
  margin-bottom: 1.4rem;
  max-width: 420px
}

.about-content .row {
  max-width: 420px;
}

.about-number-box {
  background: #fff;
  border-radius: 14px;

  padding: 1.2rem 1rem;

  text-align: center;
  box-shadow: 0 8px 22px rgba(26, 115, 255, 0.12);
}

.about-number-box h3 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: .15rem;
}

.about-number-box p {
  margin: 0;
  color: #666;
  font-size: .85rem;
}

#cta-project {
  padding: 0;
}

.cta-bg {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;

  background-image: url("../images/cta-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;

}

.cta-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
  background: linear-gradient(90deg,
      rgba(26, 115, 255, 0.7) 0%,
      rgba(255, 255, 255, 0.6) 90%);

  z-index: 0;
}

.cta-content {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.cta-text {
  max-width: 520px;
}

.cta-text h2 {
  font-size: 2.1rem;
  font-weight: 800;
  margin-bottom: .6rem;
  color: #fff;
}

.cta-text p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.cta-action {
  flex-shrink: 0;
}


#contact {
  padding: 6rem 2rem;
  background: #f9fbff;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-box {
  background: #fff;
  padding: 1.1rem 1.3rem;
  border-radius: 12px;
  border: 1px solid rgba(26, 115, 255, 0.18);
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.contact-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(26, 115, 255, 0.18);
  border-color: rgba(26, 115, 255, 0.35);
}

.contact-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow .35s ease;
}

.contact-box:hover .contact-icon {
  box-shadow: 0 0 0 2px rgba(26, 115, 255, 0.18);
}

.contact-icon i {
  color: #fff;
  font-size: 1.1rem;
}

.contact-text {
  display: flex;
  flex-direction: column;
}

.contact-title {
  font-weight: 700;
  color: var(--brand);
  margin: 0;
  font-size: 1rem;
}

.contact-box p {
  margin: 0;
  color: #555;
  font-size: .9rem;
  line-height: 1.3;
}

.contact-form-wrapper {
  background: #fff;
  padding: 2.5rem;
  border-radius: 14px;
  border: 1px solid rgba(26, 115, 255, 0.18);
  text-align: center;
  transition: transform .35s ease, box-shadow .35s ease;
}

.contact-form-wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(26, 115, 255, 0.18);
}

.contact-tag {
  text-align: center;
  display: inline-block;
  color: var(--brand);
  font-weight: 700;
  margin-bottom: .3rem;
}

.contact-heading {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: .5rem;
}

.contact-subtitle {
  color: #666;
  font-size: .95rem;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.contact-input {
  border-radius: 18px !important;
  padding: .7rem 1.2rem;
  border: 1px solid rgba(26, 115, 255, 0.18);
}

.contact-input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 .15rem rgba(26, 115, 255, .15);
}

.error-msg {
  color: #e74c3c;
  font-size: .85rem;
  margin-top: .4rem;
}

.success-msg {
  color: #2ecc71;
  font-weight: 700;
  margin-top: .6rem;
}

.animated-error {
  animation: shake .35s ease;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-4px);
  }

  50% {
    transform: translateX(4px);
  }

  75% {
    transform: translateX(-4px);
  }

  100% {
    transform: translateX(0);
  }
}

#site-footer {
  padding: 4.5rem 2rem 2rem;
  border-top: 1px solid rgba(26, 115, 255, 0.12);
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
}

.footer-brand p {
  color: #555;
  font-size: .95rem;
  max-width: 320px;
  margin-top: .6rem;
}

.footer-logo img {
  max-height: 110px;
  max-width: 150px;
}

.footer-col h5 {
  font-weight: 700;
  margin-bottom: .9rem;
  color: #111;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: .45rem;
  color: #555;
  font-size: .95rem;
}

.footer-col ul li a {
  text-decoration: none;
  color: #555;
  transition: color .25s ease;
}

.footer-col ul li a:hover {
  color: var(--brand);
}

.footer-divider {
  height: 1px;
  background: rgba(26, 115, 255, 0.15);
  margin: 2.5rem 0 1.6rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-socials {
  display: flex;
  gap: .6rem;
}

.footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e6ebf5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  transition:
    background-color .3s ease,
    box-shadow .3s ease,
    color .3s ease;
}

.footer-socials a:hover {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 8px 22px rgba(26, 115, 255, 0.35);
}

.footer-copy {
  font-size: .9rem;
  color: #666;
}

#pricing {
  padding: 6rem 2rem;
  background: #fff;
}

.pricing-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 4rem;
}

.pricing-tag {
  display: inline-block;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: .5rem;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.pricing-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: .75rem;
}

.pricing-description {
  color: #555;
  font-size: 1rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: stretch;
}

.pricing-card {
  background: #fff;
  border-radius: 14px;
  padding: 2.5rem 2rem;
  text-align: center;
  border: 1px solid rgba(26, 115, 255, 0.18);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.pricing-card:not(.featured) {
  box-shadow: none;
}

.pricing-card:not(.featured):hover {
  transform: translateY(-8px);
  border-color: rgba(26, 115, 255, 0.35);
  box-shadow: 0 14px 40px rgba(26, 115, 255, 0.18);
}

.pricing-card.featured {
  transform: translateY(-20px);
  border-color: var(--brand);
  box-shadow: 0 18px 48px rgba(26, 115, 255, 0.35);
}

.pricing-plan {
  display: block;
  padding: .35rem 1.2rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: .9rem;
  margin-bottom: 1.4rem;
  border: 2px solid var(--brand);
  color: var(--brand);
  text-align: center;
}

.pricing-card.featured .pricing-plan {
  background: var(--brand);
  color: #fff;
}

.pricing-price {
  font-size: 3rem;
  font-weight: 800;
  color: #111;
  margin: 1.2rem 0 1.6rem;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}

.pricing-price .currency {
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: .15rem;
  transform: translateY(.35rem);
  color: #111;
}

.pricing-price .period {
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  margin-left: .35rem;
  align-self: flex-end;
}

.pricing-btn {
  display: inline-block;
  padding: .7rem 1.8rem;
  border-radius: 8px;
  font-weight: 700;
  border: 2px solid var(--brand);
  color: var(--brand);
  background: transparent;
  transition:
    background-color .3s ease,
    color .3s ease,
    box-shadow .3s ease,
    transform .2s ease;
}

.pricing-card:not(.featured) .pricing-btn:hover {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 10px 30px rgba(26, 115, 255, 0.35);
  transform: translateY(-2px);
}

.pricing-card.featured .pricing-btn {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 10px 30px rgba(26, 115, 255, 0.35);
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  text-align: left;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: .6rem;
  color: #555;
  font-size: .95rem;
}

.pricing-features li::before {
  content: "✓";
  color: var(--brand);
  font-weight: 700;
}

#gallery {
  padding: 6rem 2rem;
  background: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 200px;
  gap: 1.4rem;
  width: 100%;
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.border-image-top-right {
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
}

.border-image-bottom-right {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  border-bottom-left-radius: 26px;
}

.border-image-bottom-left {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}

.border-image-top-left {
  border-top-right-radius: 26px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(26, 115, 255, .45),
      rgba(26, 115, 255, .25));
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}

.gallery-overlay .corner {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  transform: scale(0.6);
  opacity: 0;
  transition:
    transform .35s ease,
    opacity .35s ease;
}

.gallery-overlay .gallery-text {
  position: absolute;
  left: 38px;
  bottom: 35px;
  color: #fff;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .3px;
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 1s ease,
    transform 0.35s ease;
  transition-delay: .15s;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover .corner {
  opacity: 1;
  transform: scale(1);
}

.gallery-item:hover .gallery-text {
  opacity: 1;
  transform: translateX(0);
}

.gallery-overlay .corner::before,
.gallery-overlay .corner::after {
  content: "";
  position: absolute;
  background: #fff;
  opacity: 0;
  transition: all 1.3s ease;
}

.gallery-overlay .corner::before {
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
}

.gallery-overlay .corner::after {
  left: 0;
  bottom: 0;
  width: 2px;
  height: 0;
}

.gallery-item:hover .corner::before {
  width: 48px;
  opacity: 1;
}

.gallery-item:hover .corner::after {
  height: 48px;
  opacity: 1;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: transform .6s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item.big {
  grid-column: span 2;
  grid-row: span 2;
}


.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.lightbox.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 90vw;       
  max-width: 1200px; 
  height: 80vh;      
  max-height: 900px; 
  box-sizing: border-box;
  margin-top: 120px;
}


.lightbox-content {
  width: 100%;        
  height: 75%;        
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lightbox-content img,
.lightbox-content video {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 16px;
}

.lightbox-thumbnails {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  justify-content: center;
  flex-wrap: nowrap;
  height: 25%;  
  align-items: center;
}

.lightbox-thumbnails img,
.lightbox-thumbnails video {
  width: 140px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.2s;
}

.lightbox-thumbnails img.active,
.lightbox-thumbnails video.active {
  border: 2px solid #1a73ff;
}

.lightbox-close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 42px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.2s ease;
}

.lightbox-close:hover { opacity: 0.7; }

.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 60px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  padding: 10px;
  transition: opacity 0.2s ease;
}

.lightbox-arrow:hover { opacity: 0.7; }
.lightbox-arrow.left { left: 30px; }
.lightbox-arrow.right { right: 30px; }
@media (max-width: 991px) {
  .header {
    text-align: center;
    min-height: 540px;
  }

  .header h1 {
    font-size: 2.2rem;
  }

  .header-content {
    width: 86%;
    padding: 1.6rem;
  }

  .site-nav button svg {
    stroke: #fff !important;
  }

  #mainNav.collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1050;
    padding: 1rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  #mainNav .nav-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0 1.5rem;
  }

  #mainNav .nav-links a {
    color: #111 !important;
    font-size: 1.1rem;
    font-weight: 500;
    padding: .5rem 0;
  }

  #mainNav .nav-underline {
    display: none;
  }

  .header-content {
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 1.5rem;
  }

  .header-content h1,
  .header-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .header-content .btn {
    margin-top: .5rem;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .about-image img {
    border-top-right-radius: 0;
  }

  .about-content {
    padding: 3.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .about-content .container {
    margin-left: auto;
    margin-right: auto;
  }

  .about-text,
  .about-content .row {
    margin-left: auto;
    margin-right: auto;
  }

  .about-number-box {
    text-align: center;
  }

  .cta-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cta-action {
    margin-top: 1rem;
  }

  .cta-text h2 {
    font-size: 1.8rem;
  }

  .cta-bg {
    min-height: 320px;
  }

  .contact-info {
    align-items: center;
    text-align: center;
  }

  .contact-text {
    max-width: 640px;
    align-items: center;
    text-align: center;
  }

  .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }

  .contact-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 420px;
    padding: 1rem 1.2rem;
  }

  .contact-icon {
    margin-bottom: 0.6rem;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }

  .footer-brand,
  .footer-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-brand p {
    max-width: 360px;
  }

  .footer-bottom {
    gap: 1.2rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card,
  .pricing-card.featured {
    transform: none;
  }

  .pricing-card.featured {
    order: -1;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .pricing-card {
    text-align: center;
    margin: 0 auto;
  }

  .pricing-features {
    text-align: center;
  }

  .pricing-features li {
    justify-content: center;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
    gap: 1.2rem;
  }

  .gallery-item.tall,
  .gallery-item.big {
    grid-row: span 1;
  }

  .gallery-item.big,
  .gallery-item.wide {
    grid-column: span 2;
  }
}

@media (max-width: 576px) {

  .header {
    min-height: 520px;
  }

  .header,
  .header::before {
    border-bottom-left-radius: 80px;
  }

  .cta-bg,
  .cta-bg::before {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }

  .header h1 {
    font-size: 2rem;
    line-height: 1.1;
  }

  .about-title {
    font-size: 1.85rem;
  }

  .cta-bg {
    min-height: 300px;
  }

  .cta-text h2 {
    font-size: 1.6rem;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-socials {
    justify-content: center;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .pricing-card {
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem 1.5rem;
  }

  .pricing-title {
    font-size: 1.6rem;
  }

  .pricing-description {
    font-size: 0.95rem;
  }

  .pricing-price {
    font-size: 2.2rem;
    flex-direction: row;
  }

  .pricing-price .currency {
    font-size: 1rem;
  }

  .pricing-price .period {
    font-size: 0.85rem;
  }

  .pricing-plan {
    font-size: 0.85rem;
    padding: 0.3rem 1rem;
  }

  .pricing-btn {
    width: 100%;
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
  }

  .pricing-features {
    text-align: center;
    padding: 0;
  }

  .pricing-features li {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }

  #gallery {
    padding: 4rem 1rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .gallery-item,
  .gallery-item.tall,
  .gallery-item.wide,
  .gallery-item.big {
    grid-column: span 1;
    grid-row: span 1;
  }

  .gallery-item {
    border-radius: 18px;
  }

  .lightbox-arrow {
    font-size: 40px;
  }

  .lightbox-close {
    font-size: 34px;
    top: 20px;
    right: 25px;
  }
  
}