/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

@font-face {
  font-family: OpenSans-Regular;
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/The%20second%20window/fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: OpenSans-BoldItalic;
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/DE%20Storytelling%20Secrets%2026/Fonts/OpenSans-BoldItalic.ttf);
}

@font-face {
  font-family: Poppins-Bold;
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/Website%20Images/new_bof/Fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: OpenSans-Italic;
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/The%20second%20window/fonts/OpenSans-Italic.ttf);
}
@font-face {
  font-family: OpenSans-Bold;
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/The%20second%20window/fonts/OpenSans-Bold.ttf);
}

@font-face {
  font-family: OpenSans-Medium;
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/The%20second%20window/fonts/OpenSans-Medium.ttf);
}

h2,h5{
  font-family: OpenSans-Bold;
}
.brown{
  color:#8C4448;
}
.bold{
  font-family: OpenSans-Bold;
}
p{
  color:#6C6C6C;
  font-family: OpenSans-Regular;
  font-size:22px;
}
h2{
  font-size:28px;
}
h3{
  color:#6C6C6C;
  font-family: OpenSans-Regular;
  font-size:18px;
}
h5,h4{
  font-size:16px;

}

.mobile{
  display:none;

}
.bookletbtn {
  text-align: center;
  cursor:pointer;
  padding: 1% 2%;
  background-color: #8C4448;
  width: 25%;
  margin: auto;
  color: white;
  margin-top: 2%;
  border-radius: 50px;
  font-family: OpenSans-Bold;
  transition: transform .3s, box-shadow .3s;
}
.whatsapp-btn{
  text-align: center;
  cursor:pointer;
  padding: 1% 2%;
  background-color: #8C4448;
  width: 25%;
  margin: auto;
  color: white;
  margin: 2% auto 2% auto;
  border-radius: 50px;
  font-family: OpenSans-Bold;
  transition: transform .3s, box-shadow .3s;
}
.bookletbtn:hover {
  box-shadow: 0 4px 8px #f5f5f5;
  transform: scale(1.02) translateY(-2px);
}
.whatsapp-btn:hover {
  box-shadow: 0 4px 8px #f5f5f5;
  transform: scale(1.02) translateY(-2px);
}
.arrow {
  margin-left: 2%;
  rotate: -45deg;
}
section{
  margin-top:50px;
}
.section1{
  margin-top:0px;
}


.section1 .top-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.section1 .live-badge {
  background: white;
  padding: 1% 2%;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  font-size: 14px;
  color: #8c4448;
  border: 1px solid #8c4448;
  font-family: OpenSans-Italic;
}

.section1 .main-title {
  font-weight: 800;
  color: #8c4448;
  line-height: 1.1;
  letter-spacing: -1px;
  font-family: OpenSans-Bold;
  background: linear-gradient(to right, #8c4448,#C47F82, #8c4448);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  display: inline-block;
  font-weight: bold;
}

.section1 .main-title .brown {
  color: #a36b6e;
  font-weight: 400;
}
.section1 p.subtitle {
  width: fit-content;
  margin: auto;
  text-align: center;
  display: block;
  background: linear-gradient(to right, transparent, #8c444857, transparent);
  opacity: 0.5;
  color: black;
}


/* Grid for the center images and times */
.section1 .hero-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  /*   gap: 30px; */
  position: relative;
}

.section1 .info-item {
  margin-bottom: 40px;
}

.section1 .info-item i {
  color: #8c4448;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.section1 .info-item p {
  margin: 0;
  font-size: 16px;
  color: #8c4448;
  font-family: Poppins-Bold;
}

.section1 .info-item span .smalltext {
  font-size: 12px;
}

.section1 {
  position: relative;
  padding: 100px 0 60px;
  background: linear-gradient(180deg, #fff 0, #decdb6 8%, #fff 100%);
  overflow: hidden;
}
.section1 .info-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section1 .info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0; /* Let the separator handle spacing */
}
.section1 .container.text-center {
  position: relative;
  top: 90px;
}
.section1 .center-graphic {
  width: 50%;
}

.section1 .info-item img, 
.section1 .info-item i {
  height: auto;
  margin-bottom: 10px;
  color: #8c4448;
}

.section1 .info-item p {
  font-weight: 800;
  color: #8c4448;
  margin: 0;
}

/* The horizontal fading line between the two icons */
.section1 .separator {
  height: 1px;
  width: 100px;
  margin: 20px 0;
  background: linear-gradient(
    to right, 
    transparent, 
    #8c4448, 
    transparent
  );
  opacity: 0.6;
}


/* section2 */

.section2{
  background-color:#FFF3F3;
  padding:3%;
}
.section8{
  background-color:#FFF3F3;
  padding:3%;

}
.section2 .box{
  border: 2px solid #FFBFBF;
  border-radius: 10px;
  padding: 2%;
  margin-bottom: 1%;
  background-color:white;
}


/* section3 */

.section3 .number{
  align-self:center;
  color:#8C4448;
  font-size:22px;
  font-family: OpenSans-Bold;
}
.section3 .content{
  text-align:start;
}
.section3 .roundbox{    
  border: 1px solid transparent;
  padding: 1% 2%;
  border-radius: 50px;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(white, white), 
    linear-gradient(to right, #8c4448, #E6D4D4);
  width:32%;
  box-shadow: 0px 10px 10px 10px #FFF3F3;
}


/* section4 */

.section4{
  background-color:#FFF3F3;
  padding:3%;
}

.section4 .middleschoolbox {
  background-color: #FFE0E0;
  padding: 3% 5%;
  border: 1px solid #8C4448;
  border-radius: 15px;
}

.section4 .stat-card {
  position: relative;
  margin-bottom: 1%;
  padding: 3% 1%;
  border-radius: 15px;
  text-align: center;
  border: 2px solid transparent;
  background-image: linear-gradient(white, white), 
    linear-gradient(to right, #8c4448, #E6D4D4);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.section4 .icon-wrapper {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8c4448;
  background: white;
}

.section4 h3 {
  color: #8c4448;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.section4 .stat-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 5px!important;
}

.section4 .progress-container {
  width: 70%;
  margin: 0 auto;
  background: #f0e6e6;
  height: 12px;
  border-radius: 10px;
  position: relative;
}

.section4 .progress-bar {
  height: 100%;
  background: #8c4448;
  border-radius: 10px;
}

.section4 .progress-label {
  position: absolute;
  right: 0;
  bottom: -22px;
  font-size: 11px;
  font-weight: bold;
  color: #333;
}
.section4 .middleschoolbox p{
  font-size:16px;
}

/* section5 */

.section5 .icon-wrapper {
  width: 44px;
  height: 44px;
  margin-right:5%;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8c4448;
  background: white;
}

.section5 .independent{
  display:flex;
  align-items:center;
}
.section5 .content{
  text-align:start;
}

.section5 .roundbox{    
  border: 1px solid transparent;
  padding: 2% 2%;
  border-radius: 50px;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#FFF3F3, #FFF3F3), 
    linear-gradient(to right, #8c4448, #E6D4D4);
  margin-top:2%;
}

.section5 h5,.section5 h4{
  color:#6C6C6C;
}

.section5 .gradient-line {
  height: 2px;
  border: none;
  margin: 20px auto;
  width: 30%;
  background: linear-gradient(
    to right, 
    transparent 0%, 
    #8c4448 20%, 
    #8c4448 80%, 
    transparent 100%
  );
}


.section5 .box{
  border: 1px solid #96787a57;
  padding: 1%;
  margin-top: 3%;
  border-radius: 15px;
}
.section5 .box h4{
  color:#8C4448;
  font-family: OpenSans-Bold;
}


.section6 .timeline-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #FFF3F3;
  padding: 2%;
  border-radius: 10px;
  border:1px solid #96787a57;
}

.section6 .timeline-container {
  position: relative;
  /* Remove the 40px padding-left you had before */
  padding: 0 0 0 30px; 
  display: inline-block;
  text-align: left; /* Keeps text left-aligned while the box is centered */
}

/* The vertical line */
.section6 .timeline-container::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #8c4448, #8c4448, transparent);
}

.section6 .timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.section6 .timeline-item:last-child {
  margin-bottom: 0;
}

/* The circular dots aligned to the line */
.section6 .timeline-dot {
  position: absolute;
  left: -35px; /* Centers the dot exactly on the 1px line */
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #8c4448;
  border-radius: 50%;
}

.section6 h4 {
  color: #333;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}

.section6 p {
  color: #777;
  font-size: 0.9rem;
  margin: 4px 0 0;
}



.section7 .habits-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fdf5f5;
  padding: 20px 10px;
  border-radius: 12px;
  text-align: center;
}

.section7 .habit-item {
  flex: 1;
  position: relative;
}

.section7 .habit-item h5 {
  color: #8c4448;
  font-weight: 700;
}

.section7 .habit-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #8c4448, transparent);
  opacity: 0.3;
}

.section7 .relief-box {
  background-color: #E9FFE6;
  border: 1px solid #d4edda;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.section7 .relief-box h5 {
  color: #155724;
  font-weight: 700;
  margin-bottom: 8px;
}

.section7 .relief-box p {
  color: #555;
  font-size: 14px;
  margin: 0;
}

.section7 .btn-clarity {
  display: inline-block;
  background-color: #8c4448;
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
}

.section7 .btn-clarity:hover {
  background-color: #6d3336;
  color: white;
}
.section7 .bookletbtn{
  width:65%;
  padding:2%;
}

.section8 .brownicons
{
  margin-right:
}

/* .section8 .awareness-list {
margin-top: 30px;
} */

.section8 .awareness-item {
  background: #ffffff;
  border: 1px solid #f5ebeb; /* Light border seen in screenshot */
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 15px 20px;
  display: flex;
  justify-content: center; /* This centers the content group inside the bar */
  align-items: center;
}

.section8 .awareness-content {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 50%;
  margin: auto;
}

.section8 .brownimage {
  max-width: 25px; /* Adjust size based on your icon image */
  height: auto;
}

.section8 .awareness-item h5 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #6c6c6c;
}

.section8 .small-text {
  color: #777;
  font-size: 0.9rem;
}



.section9 .testimonial-card {
  position: relative;
  padding: 7%;
  border-radius: 25px;
  background-color: white;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* Gradient Border */
  border: 2px solid transparent;
  background-image: linear-gradient(white, white), 
    linear-gradient(to right, #8c4448, #E6D4D4);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.section9 .user-img {

  margin-bottom: 10px;
}

/* .section9 .user-img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 15px; /* Matches the rounded square in screenshot */
}
*/
.section9 .testimonial-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 30px;
  font-style: normal;
}

.section9 .user-info {
  display: flex;
  flex-direction: column;
}

.section9 .user-name {
  font-weight: 700;
  color: #333;
  font-size: 1rem;
}

.section9 .user-location {
  color: #777;
  font-size: 0.9rem;
  margin-top: 5px;
}
.swiper-button-next,.swiper-button-prev{
  color:#8C4448;
}
.call-icon{
  width:7%;
}


.section10 .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
}

.section10 .accordion-header {
  margin-bottom: 0;
}

.section10 .accordion-button {
  background-color: transparent;
  color: #444;
  font-weight: 700;
  font-size: 1rem;
  padding: 1.5rem 0;
  border: none;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, #8C4448);
  border-image-slice: 1;
  box-shadow: none;
  font-family: OpenSans-Bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
}

.section10 .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #8c4448; 
  box-shadow: none;
}

.section10 .accordion-button::after {
  display: none;
}
section.section10 {
  background-color: #FFF4F4;
  padding: 2%;
}
p.testimonial-text{
  font-size:16px;
}
.section10 .accordion-body {
  font-family: OpenSans-Regular;
  color: #666;
  padding: 1rem 0 2rem 0;
  font-size: 1rem;
  line-height: 1.6;
}

.section10 .custom-icon {
  font-size: 1rem;
  transition: transform 0.3s ease;
  color: #f64d52; 
}

.section10 .accordion-button:not(.collapsed) .custom-icon {
  transform: rotate(180deg);
  color: #a14bf3;
}
.section10 .accordion-button:not(.collapsed) .accordionimg {
  transform: rotate(180deg);
}
.section10-1 h5.bold{
  color:#6C6C6C;
}

/* Optional: Add a smooth transition so it spins nicely */
.custom-icon {
  transition: transform 0.3s ease;
}

.section12 .form-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.section12 #studentFormhiddenwindow input,
.section12 #studentFormhiddenwindow select {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
}

.section12 .phone-wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  width: 100%;
}

.section12 #countryCode {
  flex-shrink: 0;
  width: auto;
  min-width: 90px;
  max-width: 120px;
  margin-bottom: 0;
}

.section12 #phone {
  flex-grow: 1;
  margin-bottom: 0;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
}

.section12 .error {
  color: #dc3545;
  font-size: 0.9em;
  margin-top: -10px;
  margin-bottom: 15px;
}

.section12 .bookletbtn1 {
  margin: unset;
}

.section12 .name-fields-row {
  display: flex;
  gap: 15px;
  margin-bottom: 5px;
}

.section12 .name-input-group {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.section12 .name-input-group input {
  width: 100%;
  margin-bottom: 0;
}

.section12 .btn-form-submit {
  display: block;
  padding: 1% 3%;
  margin: auto;
  background: linear-gradient(90deg, #8c4448, #8c4448);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.section12 .btn-form-submit:hover {
  background-color: #b03a71;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-overlay.visible {
  display: flex;
}

.section12 .modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 800px;
  position: relative;
  max-height: 75vh;
  overflow-y: auto;
  margin-top:10%;
}

.section12 .modal-content::-webkit-scrollbar {
  width: 8px;
}

.section12 .modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.section12 .modal-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.section12 .modal-content::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.close-modal-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  color: #9ca3af;
  cursor: pointer;
  line-height: 1;
  z-index: 10;
}

.form-check .form-check-input {
  float: unset !important;
  margin-left: 0.5em;
}
.form-check {
  padding-left:unset!important;
}

.content h4{
  margin-bottom:0px;
}

@media(max-width:768px){
  .testimonial-text p{
    font-size:14px;
  }
  h1{
    font-size:28px;
  }
  h2{
    font-size:22px;
  }
  h3{
    font-size:16px;
  }
  .section3 .number {
    font-size:14px!important;
  }
  p {
    font-size: 14px;
  }
  h5,h4 {
    font-size: 12px;
  }
  .section1 .container.text-center {
    position: relative;
    top: 23px;
    z-index: 100;
  }
  .bookletbtn{
    width:40%; 
  }
  .section1 .info-item p, .section1 .info-item span,.section9 .testimonial-text,.section9 .user-name {
    font-size: 12px;
  }
  .section4 .stat-card {
    padding:5% 1%;
  }
  .section7 .bookletbtn {
    padding: 3%;
    width: 100%!important;
  }
  .section8 .awareness-content {
    align-items: center;
    display: flex;
    gap: 15px;
    margin: auto;
  }
  .call-icon {
    width: 10%;
  }
  .whatsapp-btn {
    width:35%;
  }
  .section4 h3,.section4 .stat-card p{
    font-size: 14px;
    margin-bottom:0px;

  }
  .section4 .stat-card {
    padding: 0 0 6% 1%!important;
  }
  .section7 .bookletbtn {
    width: 100%;
    font-size: 14px;
  }
  .bookletbtn, .whatsapp-btn {
    width: 45%!important;
    font-size: 14px;
  }
  .content h5,.content p{
    margin-bottom:0px;
  }
  .section8 .awareness-content {
    width: 70%!important;
  }
  .section9 .testimonial-card{
    min-height:270px;
  }
  .section4 .middleschoolbox p{
    font-size:14px;
  }
}



@media(max-width:767px){
  .section8 .awareness-item h5{
 font-size:14px;
  }
  .section6 .timeline-wrapper{
    padding:5%;
  }
  .mobile section.section2 {
    margin-top: 0px;
  }
  .desktop{
    display:none;

  }
  .mobile{
    display:block;

  }
  .mobile .bookletbtn{
    width: 70%!important;
  }
  .mobile .section1 {
    background: linear-gradient(180deg, #fff, #decdb6 8%, #fff);
    position: relative;
    padding: 0px;
  }

  /* Desktop Columns */
  .mobile .hero-main-layout {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobile .side-column {
    flex: 1;
    flex-direction: column;
  }

  .mobile .separator-horizontal {
    height: 1px;
    width: 90px;
    margin: 15px auto;
    background: linear-gradient(to right, transparent, #8c4448, transparent);
    opacity: 0.5;
  }

  .mobile .date-text, .mobile .live-text, .mobile .grade-title {
    color: #8c4448;
    font-weight: 800;
    font-size: 22px;
    margin: 5px 0;
  }

  /* Mobile Overlapping Glass Bar */
  /*   .mobile .hero-graphic-container {
  position: relative;
  max-width: 500px;
} */
  .mobile .section1 .top {
    position: relative;
    top: -150px;
    margin: auto;
  }

  .mobile .mobile-info-bar {
    display: flex;
    width: 95%;
    background: #FFF4F4;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    padding: 15px 5px;
    box-shadow: 0 8px 32px rgba(140, 68, 72, 0.1);
    z-index: 10;
    margin:auto;
  }

  .mobile .m-info-item {
    flex: 1;
    position: relative;
  }

  /* Vertical Fading Separator between mobile items */
  .mobile .m-info-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #8c4448, transparent);
    opacity: 0.3;
  }

  .mobile .m-info-item img {
    width: 17%;
    margin-bottom: 5px;
  }

  .mobile .m-info-item p {
    font-size: 10px;
    font-weight: 800;
    color: #8c4448;
    margin: 0;
    line-height: 1.2;
  }

  .mobile .m-info-item span {
    font-size: 8px;
    color: #666;
  }


  .section8 .awareness-content {
    width:100%!important;
  }
  .section8 .awareness-item h5  {
    text-align:start;
  }
  .section9 .testimonial-card{
    width:80%;
    margin:auto;
    min-height:300px;
    padding:5%;
  }
  .section9 .user-img {
    margin-bottom: 0px;
  }
  .section9 .testimonial-text{
    margin: 10px 0;
  }
  .call-icon {
    width: 16%;
  }
  .whatsapp-btn {
    width: 60%!important;
  }
  .section10-1 {
    margin-top:0px
  }
  .section6 .timeline-wrapper {
    width:80%;
    margin:auto;
  }
  .section9 .row.text-center.mb-5 {
    margin-bottom: 1% !important;
  }
  .section1 .container.text-center {
    position: relative;
    top: 132px;
    z-index: 100;
  }
}

.section12 {
  margin-top: 0px;
}
@media(max-width:1024px){
  .bookletbtn, .whatsapp-btn {
    width:30%;
  }
  .section8 .awareness-content {
    width:60%;
  }
  .section7 .bookletbtn {
    padding: 2%;
    width: 70%;
  }
  .section9 .testimonial-card{
    padding:3%;
  }
  .section4 .flower{
    width:75%;

  }
  .section4 .stat-card{
    padding:4% 1%;
  }
  .section3 .number{
    font-size: 16px;
  }
  .section3 .content {
    text-align: start;
    margin-top: 4%;
  }
}

@media(min-width:1441px){
  .desktop .section1 {
    background-image: url('https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/DE%20Storytelling%20Secrets%2026/images/imgtop.png');
    background-repeat: no-repeat;
    background-size: cover; /* Good for the top-decoration vine */
    background-position: top center;
  }
  .desktop .section1 .top-decoration{
    display:none;

  }

}

section.footer-new.py-5{
  margin-top:0px;
}

.section5 .content {
  text-align: start;
  align-content: center;
}