* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: 'GoodTimesRg-Regular';
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

body {
  background: #0e2428;
}

.section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
}

.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
 /* height: 100%;*/
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
  will-change: transform;
}

.section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section-container {
  position: relative;
  z-index: 2;
  width: calc(100% - 60px);
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-container-interne{
  width: calc(100% - 60px);
  padding: 20px 20px;
  max-width: 1250px;
  margin: 0 auto;
}
.section-1 {
  background-color: #0e2428;
  background-image: url('../img/bg-section-1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.section-2 { background-color: #0D121D; color: #ffffff; }
.section-3 { background-color: #1a4750; color: #ffffff; }
.section-4 { background-color: #0a1f24; color: #ffffff; }
.section-5 {
  background-color: #15454c;
  background-image: url('../img/bg-section5.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}
.section-6 { background-color: #0D121D; color: #ffffff; }

.section-parent {
  background-color: #0a1f24;
  background-image: url('../img/bg-section3parent.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #0D121D;
  display:block;
}

.section-parent .section-container {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 0;
}

.child-section {
  position: relative;
  z-index: 2;
  padding: 40px 0;
  min-height: 50vh;
  display: flex;
  align-items: center;
}

.child-grid {
  display: grid;
  grid-template-columns: 540px 1fr;
  gap: clamp(40px, 7vw, 80px);
  width: 100%;
  align-items: start;
}

.child-grid-reverse {
  display: grid;
  grid-template-columns: 1fr 540px;
  gap: clamp(40px, 7vw, 80px);
  width: 100%;
  align-items: stretch;
}

.child-grid-reverse .child-image { order: 2;  }
.child-grid-reverse .child-text { order: 1; }
.pos-relative{
  position:relative;
}
.child-media-absolute{
  position: absolute;
  right:-55px; 
  bottom:-55px;
  max-width:calc(50% + 55px);
  width:254px;
}
.child-image{
 
  text-align: center;
  overflow: hidden;
   border-radius: 20px;
   position:relative;
}
.child-image.pos-relative{
  overflow: inherit;
}
.child-image img {
  min-width: 100%;
  width:100%;
  height: auto;
  display: inline-block;;
  position:relative;
  border-radius: 20px;
 
}

.child-text {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 2.8vw, 34px);
  height:100%;
}
.child-section.child-4 .child-text h2 {
  text-align: right;
}
.child-text h2 {
  font-family: 'GoodTimesHv-Regular';
  font-size: clamp(24px, 1.8vw, 35px);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  color: #0D121D;
}

.child-text p ,.partners-text{
  font-family: 'Esphimere';
  font-size: clamp(13px, 1.3vw, 31px);
  font-weight: 500;
  color: #0D121D;
  margin: 0;
  text-align: justify;
  text-align-last: left;
}
.partners-text{
max-width: 100%;
margin:0 auto ;
  color:#fff;
   text-align-last: center;
}
#section-4 .child-text p,
.child-4 .child-text p{
  text-align-last: right;
}

.sep-wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  height:325px;
  margin: -140px 0px -110px;
  pointer-events: none;
  background: url(../img/sepsection.png) ;
  background-size: 100% 80%;
  background-repeat: no-repeat;
  background-position: center;
}


.theme-title {
  font-family: 'GoodTimesRg-Regular';
  font-size: clamp(28px, 2.3vw, 45px);
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 70px;
  letter-spacing: 2px;
  background: linear-gradient(to right, #78C7E3 , #CBE7F4 ) ;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  width: 100%;
}

.section-2 .section-container {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 15vh;
  padding-bottom: 5vh;
}

.theme-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

.theme-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

.theme-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #132030;
  padding: 8px;
  border-radius: 37px 37px 0 0;
  width: 66px;
  height: 63px;
  margin: 0 auto ;
}

.theme-icon img {
  width: 60%;
  display: block;
}

.theme-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1A2A3A;
  padding: 18px 18px;
  text-align: center;
  border-radius: 17px;
  gap: 6px;
  width: 100%;
}

.theme-text-1 {
  font-family: 'GoodTimesRg-Regular';
  font-size:clamp(11px, 1.2vw, 14px);
  line-height: 1.2;
  color: #ffffff;
}

.theme-text-2 {
  font-family: 'Esphimere';
  font-size: clamp(11px, 1vw, 19px);
  line-height: 1.2;
  color: #ffffff;
}
.theme-text-2.last{
  font-size: clamp(11px, 1vw, 18px);
}

.theme-description {
  width: 100%;
  max-width: 1250px;
  margin: 30px auto 0;
  text-align: center;
}

.theme-description p {
  font-family: 'Esphimere';
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.6;
  color: #ffffff;
  margin: 35px 0;
  text-align: justify;;
   text-align-last: center;
}

.scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  filter: 
    drop-shadow(0 0 5px #fff) 
    drop-shadow(0 0 25px #fff) 
    drop-shadow(0 0 50px #fff);
}

.arrow-icon {
  width: 85px;
  height: 56px;
  fill: #ffffff;
  animation: bounce 2s infinite;
  margin-bottom: 6px;
}

.arrow-text {
  font-family: 'GoodTimesRg-Regular';
  font-size: clamp(11px, 1.2vw, 16px);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.mt3{
  margin-top:15px;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}

.hero-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.demo-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  width: 150px;
  height: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.demo-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-block {
  text-align: center;
  width: 100%;
  display:grid; 
  gap:16px;
}

.title-hv-52 {
  font-family: 'GoodTimesHv-Regular';
  font-size: clamp(24px, 4.2vw, 65px);
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 ;
  letter-spacing: 2px;
  line-height: 1.1;
  color: #ffffff;
  align-items: center;
}

.title-hv-32 {
  font-family: 'GoodTimesRg-Regular';
  font-size: clamp(13px, 2.2vw, 26px);
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0;
  letter-spacing: 1.5px;
  line-height: 1.2;
  color: #ffffff;
   align-items: center;
}

.title-esphimere {
  font-family: 'Esphimere';
  font-size: clamp(18px, 3.2vw, 52px);
  font-weight: bold;
  margin: 0 0;
  line-height: 1.1;
  color: #ffffff;
  align-items: center;
}

.subtitle-bk {
  font-family: 'GoodTimesBk-Regular';
  font-size: clamp(12px, 2vw, 24px);
  font-weight: normal;
  margin: 0;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 1.8px;
}

.info-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 6vw, 80px);
  width: 100%;
  margin: 4px 0 6px;
  flex-wrap: wrap;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-family: 'GoodTimesRg-Regular';
  font-size: clamp(11px, 1.7vw, 19px);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  white-space: nowrap;
  margin:10px 0;
}

.info-item svg {
  width: clamp(18px, 2.4vw, 32px);
  height: clamp(18px, 2.4vw, 32px);
  stroke: #ffffff;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
}

.info-icon {
  width: clamp(18px, 2.4vw, 32px);
  height: clamp(18px, 2.4vw, 32px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.info-icon-calendar {
  background-image: url(../img/calender.png);
}

.info-icon-map {
  background-image: url(../img/map.png);
}

.countdown-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px 0 6px;
  width: 100%;
}

.countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 3.8vw, 60px);
}

.cd-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #163339;
  border: 3px solid #78C7E3;
  border-radius: 12px;
  padding: 14px 5px;
  width: clamp(80px, 10vw, 130px);
  width: 95px;
  text-align: center;
  font-variant-numeric: tabular-nums;
  cursor: default;
  transition: background 0.45s ease, color 0.45s ease, border-color 0.45s ease;
  position: relative;
}

.cd-item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right:calc(-1 * clamp(26px, 3.5vw, 55px) / 2 - 6px);
  top: 40%;
  transform: translateY(-50%);
  font-family: 'GoodTimesRg-Regular';
  font-size: clamp(22px, 4.2vw, 43px);
  line-height: 1;
  color: #ffffff;
  pointer-events: none;
}

.cd-item:hover {
  background: linear-gradient(to right, #00647D 0%, #CBE7F4 100%);
  border-color: #00647D;
}

.cd-item:hover .cd-number {
  color: #163339;
}

.cd-item:hover::after {
  color: #163339;
}

.cd-number {
  font-family: 'GoodTimesRg-Regular';
  font-size: clamp(20px, 5.4vw, 32px);
  line-height: 1;
  color: #ffffff;
  display: block;
}

.cd-label {
  display: none;
}

.buttons-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 1.6vw, 22px);
  flex-wrap: wrap;
  margin-top: 6px;
  width: 100%;
}

.btn-wrap {
  display: inline-block;
  border: 1px solid #78C7E3;
  border-radius: 16px;
  padding: 3px ;
  background: transparent;
  line-height: 0;
  outline:none;
}
 button:focus, button:blur{
  border:none;
  outline:none;
 }
.btn-custom {
  display: inline-block;
  font-family: 'GoodTimesRg-Regular';
  font-size: clamp(12px, 1vw, 19px);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  background: linear-gradient(to right, #00647D 0%, #CBE7F4 100%);
  border: 0;
  border-radius: 12px;
  padding:clamp(10px, 1.4vw, 14px) clamp(18px, 1.2vw, 38px);
  text-decoration: none;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}
.form-submit .btn-custom {
    padding: clamp(10px, 1.4vw, 14px) clamp(59px, 1.6vw, 45px);
}
.placeholder-content {
  text-align: center;
  padding: 40px 20px;
  font-family: 'GoodTimesRg-Regular';
  color: #ffffff;
}

.placeholder-content h2 {
  font-family: 'GoodTimesHv-Regular';
  font-size: clamp(28px, 4vw, 48px);
  text-transform: uppercase;
  margin: 0 0 25px;
  letter-spacing: 2px;
}

.placeholder-content p {
  font-size: clamp(14px, 1.6vw, 20px);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 18px;
  color: rgba(255, 255, 255, 0.85);
}

.form-content {
  text-align: center;
  padding: 40px 20px;
  color: #ffffff;
  width: 100%;
}

.form-title {
  font-family: 'GoodTimesHv-Regular';
  font-size: clamp(28px, 2vw, 41px);
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 14px;
  letter-spacing: 2px;
  line-height: 1.1;
}

.form-subtitle {
  font-family: 'Esphimere';
  font-size: 16px;
  color: #ffffff;
  margin: 0 0 40px;
  font-weight: 300;
}

.inscription-form {
  max-width: 1000px;
  margin: 0 auto;
}
.bg-form{
  background-color: #00647D;
  border-radius:17px;
  padding:20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2vw, 28px);
  margin-bottom: clamp(16px, 2vw, 28px);
}

.form-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.form-group label {
  font-family: 'Esphimere';
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 400;
  text-indent: 18px;;
}

.form-group input {
  font-family: 'Esphimere';
  font-size: 18px;
  color: #ffffff;
  background-color: #0E3C49;
  border: 0;
  border-radius: 17px;
  padding: 16px 22px;
  outline: none;
  width: 100%;
  transition: box-shadow 0.2s ease;
}

.form-group input::placeholder {
  color: rgba(255, 255, 255, 0.55);
  font-family: 'Esphimere';
  font-size: 16px;
}

.form-group input:focus {
  box-shadow: 0 0 0 2px #CBE7F4;
}

.form-submit {
  display: flex;
  justify-content: center;
  margin-top: clamp(20px, 3vw, 40px);
}

.partners-content {
  text-align: center;
  padding: 40px 20px;
  color: #ffffff;
  width: 1250px;
}

.partners-title {
  font-family: 'GoodTimesHv-Regular';
  font-size: 52px;
  text-transform: uppercase;
  margin: 0 0 30px;
  letter-spacing: 2px;
  background: linear-gradient(to right, #00647D 0%, #CBE7F4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1.1;
}



.partners-circles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
  max-width: 900px;
  margin:70px auto;
}

.partner-circle {
  width: 65px;
  height: 65px;
  background-color: #CBE7F4;
  border-radius: 50%;
  flex-shrink: 0;
}

.partners-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(10px, 2vw, 20px);
}

/* ── WPForms styling to match ACN design ── */
.inscription-form .wpforms-form {
  width: 100%;
  background-color: #00647D;
  border-radius: 17px;
  padding: clamp(14px, 2vw, 24px);
}

.inscription-form .wpforms-field-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(8px, 1vw, 14px);
}

.inscription-form .wpforms-field {
  margin-bottom: 0;
}

.inscription-form .wpforms-field-name {
  grid-column: 1 / -1;
}

.inscription-form .wpforms-field-name .wpforms-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(8px, 1vw, 14px);
}

.inscription-form .wpforms-field-name .wpforms-field-row-block {
  margin-bottom: 0;
}

.inscription-form .wpforms-field label.wpforms-field-label {
  font-family: 'Esphimere' !important;
  font-size: 16px !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  margin-bottom: 6px !important;
  text-indent: 20px;
  display: block;
  text-align: left;
}

.inscription-form .wpforms-field-sublabel {
  display: none !important;
}

.inscription-form .wpforms-field input[type="text"],
.inscription-form .wpforms-field input[type="email"],
.inscription-form .wpforms-field input[type="tel"],
.inscription-form .wpforms-field input[type="url"],
.inscription-form .wpforms-field input[type="number"],
.inscription-form .wpforms-field input[type="password"],
.inscription-form .wpforms-field select,
.inscription-form .wpforms-field textarea {
  font-family: 'Esphimere' !important;
  font-size: 16px !important;
  color: #ffffff !important;
  background-color: #0E3C49 !important;
  border: 0 !important;
  border-radius: 17px !important;
  padding: 12px 18px !important;
  outline: none !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease;
  text-align: left;
}

.inscription-form .wpforms-field-medium {
  width: 100% !important;
  max-width: 100% !important;
}

.inscription-form .wpforms-field-medium input {
  width: 100% !important;
  max-width: 100% !important;
}

.inscription-form .wpforms-field input::placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
  font-family: 'Esphimere' !important;
  font-size: 14px !important;
  text-align: left;
}

.inscription-form .wpforms-field input:focus {
  box-shadow: 0 0 0 2px #CBE7F4 !important;
}

.inscription-form .wpforms-submit-container {
  display: inline-block;
  border: 1px solid #78C7E3;
  border-radius: 16px;
  padding: 3px;
  background: transparent;
  line-height: 0;
  margin-top: clamp(14px, 2vw, 24px);
  grid-column: 1 / -1;
  text-align: center;
}

.inscription-form .wpforms-submit {
  display: inline-block;
  font-family: 'GoodTimesRg-Regular' !important;
  font-size: clamp(13px, 1vw, 21px) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff !important;
  background: linear-gradient(to right, #00647D 0%, #CBE7F4 100%) !important;
  border: 0 !important;
  border-radius: 12px !important;
  padding: clamp(10px, 1.4vw, 14px) clamp(18px, 1.2vw, 38px) !important;
  text-decoration: none;
  text-align: center;
  line-height: 1 !important;
  cursor: pointer;
  white-space: nowrap;
  font-weight: normal !important;
  transition: none !important;
  height: inherit !important;
}

.inscription-form .wpforms-submit:hover {
  opacity: 0.9;
}

.inscription-form .wpforms-description {
  color: rgba(255, 255, 255, 0.6) !important;
  font-family: 'Esphimere' !important;
  font-size: 14px !important;
}

.inscription-form .wpforms-error-container {
  background-color: transparent !important;
}

.inscription-form .wpforms-error {
  color: #ff6b6b !important;
  font-family: 'Esphimere' !important;
  font-size: 14px !important;
}

@media (max-width: 600px) {
  .inscription-form .wpforms-field-container {
    grid-template-columns: 1fr;
  }
  .inscription-form .wpforms-field-name .wpforms-field-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .theme-icon{width:50px; height:50px;}
  .form-subtitle{font-size: 11px;;}
  .form-content{padding: 20px 0;;}
  .form-title { font-size: 15px; }
  .form-subtitle { font-size: 18px; margin-bottom: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 14px; margin-bottom: 14px; }
  .form-group label { font-size: 18px; }
  .form-group input { font-size: 16px; padding: 14px 18px; }
  .partners-title { font-size: 32px; }
  .partners-text { font-size: 18px; }
  .partner-circle { width: 44px; height: 44px; }
}

@media (min-width: 768px) {
  .title-hv-52,
  .title-hv-32,
  .subtitle-bk,
  .info-item,
  .btn-custom,
  .cd-number {
    white-space: nowrap;
  }

  .demo-logo {
    width: 180px;
    margin-bottom: 30px;
  }
  

  .hero-wrapper {
    gap: 20px;
  }
}

@media (min-width: 992px) {
  .demo-logo {
    width: 400px;
    margin-bottom: 40px;
  }

  .hero-wrapper {
    gap: 24px;
  }
}

a:hover,a:focus {
  text-transform: none;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  outline:none;
}

@media (max-height: 720px) {
  .hero-wrapper { gap: 8px; }
  
  .title-hv-32 { font-size: clamp(12px, 2vw, 22px); margin-bottom: 8px; }
  .title-esphimere { font-size: clamp(30px, 5.6vw, 42px); margin-bottom: 20px; }
  .subtitle-bk { font-size: clamp(11px, 1.8vw, 18px); text-transform: uppercase; letter-spacing: 2px;}
  .info-item { font-size: clamp(10px, 1.3vw, 16px); }
  .cd-item { padding: 16px; width: 80px; min-width: 65px; border-radius: 12px; border-width: 2px; }
  .cd-item:nth-child(1) .cd-number,
  .cd-item:nth-child(2) .cd-number,
  .cd-item:nth-child(3) .cd-number,
  .cd-item:nth-child(4) .cd-number { font-size: clamp(26px, 2.6vw, 42px); }
  .cd-item:not(:last-child)::after { font-size: clamp(22px, 2.6vw, 32px); }
  .cd-label { font-size: 9px; letter-spacing: 1px; }
  .btn-custom { padding: 8px 16px; font-size: clamp(11px, 1.3vw, 16px); }

  .hero-block { margin-bottom: 0; }
}
@media (max-width: 1200px) {
.title-hv-52{
    font-size:57px;
  }
  .section-container-interne{
    padding:10px;
    width: calc(100% - 20px);;
  }
   .child-grid{ grid-template-columns:380px  1fr ; gap: 18px; }
  .section-container-interne .child-grid-reverse { grid-template-columns:   1fr 380px; gap: 18px; }
}
@media (max-width: 768px) {
.title-hv-52{
    font-size:42px;
  }
  
}
@media (max-width: 600px) {
  .info-bar { gap: 14px; }
  .info-item { font-size: 11px; gap: 6px; }
  .info-item svg,
  .info-icon { width: 16px; height: 16px; }
  .countdown { gap: 10px; }
  .cd-item { min-width: 55px; width: 57px; padding: 6px; border-radius: 10px; border-width: 2px; }
  .cd-item:nth-child(1) .cd-number,
  .cd-item:nth-child(2) .cd-number,
  .cd-item:nth-child(3) .cd-number,
  .cd-item:nth-child(4) .cd-number { font-size: 22px; }
  .cd-item:not(:last-child)::after { font-size: 18px; right: -8px; }
  .cd-label { font-size: 8px; letter-spacing: 1px; }
  .btn-custom { padding: 8px 12px; font-size: 11px; letter-spacing: 0.5px; }
  .buttons-row { gap: 8px; }
  .section-container { width: calc(100% - 30px); padding: 10px; }
  .hero-wrapper { gap: 8px; }
 

  .theme-grid { grid-template-columns: 1fr; gap: 12px; }
  .theme-icon { padding: 10px; }
  .theme-icon img { width: 25px; height: 25px; }
  .theme-text { padding: 12px 10px; }
  .theme-description { margin-top: 20px; }
  .arrow-icon { width: 40px; height: 40px; }
  .scroll-down { margin-top: 20px; }

  .child-grid,
  .child-grid-reverse { grid-template-columns: 1fr; gap: 18px; }
  .child-section { padding: 24px 0; min-height: auto; }
  .child-text h2 { font-size: 22px; }
  .sep-wrapper { height: 80px; margin: -20px 0; }
  .sep-bg { top: -40px; height: 160px; }
  .arrow-icon img{max-width: 100%;;}
}
