body,
html {
  font-size: 24px;
  font-weight: 300;
  color: #000000;
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

* {
  position: relative;
  z-index: 1;
}

.padding-block-bw{
    padding-block: 3.33rem 1.66rem;
}
.header{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color: #9e0b10;
    gap: 1.3rem;
    padding-block: 0.75rem;
    z-index: 99;
}
.header img{
    width: 1.66rem;
    height: 1.66rem;
}
.header p, .p2{
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
}

.header p {
  line-height: 1;
}

.header a {
  color: white;
  text-decoration: none;
  line-height: 1;
}

.logo{
    width: 8rem;
}

.section1_content {
  padding-top: 3.33rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

h1{
    font-size: 2rem;
    line-height: 1.46em;
}
.section1 span{
    color: #9e0b10;
}
.p1{
    font-size: 1.20rem;
}
.img-main{
    width: 100%;
    aspect-ratio: 144/70;
    object-fit: contain;
    display: block;
}

.redbanner{
    background-color: #9E0B1099;
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    backdrop-filter: blur(5px);
}

.support {
    width: 2.5rem;
    height:  2.5rem;
}

.redbanner p {
  color: #F8F6E8;
  line-height: 1;
}

.button1 {
    width: 15.833rem;
    color: #9E0B10;
    padding: 0.83rem;
    background-color: #F8F6E8;
    border: 2px solid #F8F6E8 !important;
    outline: none !important;
    box-shadow: none !important;
    line-height: 1;
    font-size: 1.33rem;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.button1:hover {
  background: #9E0B10;
  color: #F8F6E8;
}

/* form css */

.form-box {
  max-width: 1060px;
  width: 100%;
  background-color: #f3f0e7; /* soft cream */
  border: 1px solid #e0ddd6;
  border-radius: 4px;
  padding: 3.33rem;
}

.form-input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #888;
  padding: 0.75rem 0;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  background-color: transparent;
  outline: none;
}

.form-input::placeholder {
  color: #abaaa4;
  font-weight: 300;
}

select.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/drop.svg");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1rem;
  padding-right: 2rem;
}

.btn-red {
  background-color: #9e0b10;
  color: white;
  font-weight: 600;
  padding: 0.75rem;

  border: none;
  transition: 0.3s ease;
}

.btn-red:hover {
  background-color: #9e0b10;
}

.modal .form-box {
  padding: 2rem;
}

.section-accordion h1, .section4 h1, .video-section{
    color: #9e0b10;
}

.custom-accordion .accordion-item {
  background-color: #f3f0e7; 
  border: none;
  border-radius: 0;
  margin-bottom: 1rem; 
  background-image: linear-gradient(to bottom, #F8F6E8, #E3E1C8);
}

.custom-accordion .accordion-button {
  background-color: transparent;
  color: #9e0b10;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  padding: 1.67rem 1.67rem 0.4rem;
  font-size: 1.33rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none !important;
  transition: all 0.3s ease-in-out;
}

.custom-accordion .accordion-button.collapsed {
  padding: 1.67rem;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
}

.custom-accordion .accordion-button::after {
  background-image: url("../images/down.svg"); /* your custom icon */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2rem;
  height: 2rem;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.custom-accordion .accordion-body {
  padding: 0 3.3rem 1.67rem 1.67rem;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.6;
  transition: all 0.3s ease-in-out;
}

/* Optional: Smooth transition for body */
.custom-accordion .accordion-collapse {
  transition: height 0.3s ease;
}


/* accordion style end */

.expectbox{
  height: 100%;
  padding: 1.66rem;
  background: #F8F6E8;
  background: linear-gradient(90deg, rgba(248, 246, 232, 1) 0%, rgba(227, 225, 200, 1) 100%);

}
.expectbox h3{
  font-size: 1.33rem;
  color: #9e0b10;
  font-weight: 600;
}

.points-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.point {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.bullet-icon {
  flex-shrink: 0;
  margin-top: 0.3rem;
}

.quotesection{
  background-color: #ebead4;
}


.quotebox {
  padding: 1.66rem 2.5rem;
  background-color: white;
  position: relative;
  height: 100%;
}

.quotebox .p2 {
  font-size: 1.23625rem;
}

.p3{
  font-size: 0.83em;
  margin: 0;
}

.comma {
  width: 2.08rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%) translateY(-25%);
}

.video-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  width: 3.33rem;
  height: 3.33rem;
  background-image: url(../images/youtube_icon.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.video-box:hover .play_icon {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.video-box .thumb {
  width: 100%;
  cursor: pointer;
}

.footer{
  background-color: black;
}

.footer .container-fluid{
  padding-inline: 19.79%;
}
.footer-logo{
  width: 6rem;
  height: auto;
}
.icons img{
  width: 1.4rem;
}

.footer a {
  font-size: 0.8rem;
  display: block;
  margin-bottom: 0.5rem;    
  text-decoration: none;
  color: #f8f8f8;
}

#videoPopupModal .modal-dialog {
  max-width: 1200px;
  width: 95%;
}

#formPopupModal .modal-dialog {
  max-width: 1000px;
  width: 95%;
}

#videoPopupModal .modal-content {
  background: transparent;
  border: none;
}

#videoPopupModal .modal-header {
  border: none;
  padding: 0;
}

#videoPopupModal .modal-body {
  padding: 0;
}

#videoPopupModal iframe {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 85vh;
}

.btn-close {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

#videoPopupModal .btn-close {
  filter: invert(1);
  position: absolute;
  right: 0;
  bottom: 0.25rem;
}

#formPopupModal .modal-content,
#formPopupModal .modal-header,
#formPopupModal .modal-body {
  border-radius: 0 !important;
  border: none !important;
  background: #F3F2E9;
}

#formPopupModal .modal-content {
  padding: 2.8rem 3.33rem 3.33rem;
}

#formPopupModal .modal-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.form-check-input {
  box-shadow: none !important;
  outline: none !important; 
}

.form-check-input:checked {
  background-color: #9E0B10;
  border-color: #9E0B10;
}

.parsley-errors-list {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  padding: 0;
  margin: 0;
  font-size: 0.6rem;
  font-weight: 400;
  transform: translateY(-70%);
}

@media( min-width: 1550px ) {
  .container {
    max-width: 1440px;
  }
}


@media( max-width: 1399px ) {
    body,
    html {
        font-size: 22px;
    }
    .section1_content {
      padding-top: 2rem;
    }
    .custom-accordion .accordion-button {
      font-size: 1.2rem;
    }
    .comma {
      transform: translateX(-35%) translateY(-25%);
    }
    .button1 {
      padding: 0.53em;
      font-size: 1.1rem;
  }
}

@media( max-width: 1199px ) {
    body,
    html {
       font-size: 18px;
    }
    .padding-block-bw{
      padding-block: 2.5rem 1.66rem;
    }
}


@media( max-width: 767px ) {
    body,
    html {
       font-size: 16px;
    }
    .custom-accordion .accordion-item {
      margin-bottom: 0.25rem; 
    }
    .footer .icons {
      padding-right: 0.75rem;
    }
    .header p {
      font-size: 1.1rem;
    }
    .header img {
      width: 1.2rem;
      height: 1.2rem;
    }
    .bullet-icon {
      width: 0.65rem;
      margin-top: 0.35rem;
    }
    .button1 {
      width: auto;
      padding: 0.63em 1.5em;
      border: 1px solid #F8F6E8 !important;
      font-size: 1.1rem;
    }
    #formPopupModal .modal-content {
      padding: 2.8rem 1.5rem 3.33rem;
    }
    
}

@media( max-width: 350px ) {
  body,
  html {
      font-size: 15px;
  }
  .header{
    gap: 0.75rem;
  }
  .header p {
    font-size: 1rem;
  }
  .button1 {
    padding: 0.73em 1em;
  }
}


