.desktop-version {
  background-color: #fff9fd;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
}

/* Header Section */
.main-header {
  background-color: rgba(0, 0, 0, 1);
  align-self: stretch;
  display: flex;
  padding: 38px 80px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .main-header {
    max-width: 100%;
    padding: 38px 20px;
  }
}

.logo {
  aspect-ratio: 4.69;
  object-fit: contain;
  object-position: center;
  width: 795px;
  max-width: 100%;
}

/* Hero Section */
.hero-section {
  background-color: rgba(246, 247, 251, 1);
  align-self: stretch;
  display: flex;
  padding: 122px 80px;
  flex-direction: column;
  align-items: center;
  font-family:
    Castoro,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  justify-content: center;
}

@media (max-width: 991px) {
  .hero-section {
    max-width: 100%;
    padding: 100px 20px;
  }
}

.hero-content {
  display: flex;
  margin-left: 24px;
  margin-bottom: -22px;
  width: 100%;
  max-width: 1424px;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 991px) {
  .hero-content {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.highlight-text {
  color: rgba(255, 205, 27, 1);
  font-size: 50px;
}

@media (max-width: 991px) {
  .highlight-text {
    font-size: 40px;
  }
}

.main-title {
  font-size: 68px;
  margin-top: 52px;
}

@media (max-width: 991px) {
  .main-title {
    max-width: 100%;
    margin-top: 40px;
    font-size: 40px;
  }
}

.description {
  font-size: 40px;
  font-family:
    Poppins,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  text-align: center;
  align-self: stretch;
  margin-top: 69px;
}

@media (max-width: 991px) {
  .description {
    max-width: 100%;
    margin-top: 40px;
  }
}

.scroll-indicator {
  aspect-ratio: 0.53;
  object-fit: contain;
  object-position: center;
  width: 74px;
  margin-top: 78px;
}

@media (max-width: 991px) {
  .scroll-indicator {
    margin-top: 40px;
  }
}

/* Section Title */
.section-title {
  color: #252525;
  leading-trim: both;
  text-edge: cap;
  text-shadow: 5px 5px 0px #d4e4f4;
  font-family:
    Poppins,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 64px;
  font-weight: 600;
  margin-top: 75px;
}

@media (max-width: 991px) {
  .section-title {
    max-width: 100%;
    margin-top: 40px;
    font-size: 40px;
  }
}

/* Photography Guide Rows */
.photo-guide-row {
  margin-top: 145px;
  width: 1077px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .photo-guide-row {
    margin-top: 40px;
  }
}

.photo-guide-container {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .photo-guide-container {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}

.photo-guide-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 50%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .photo-guide-column {
    width: 100%;
  }
}

.photo-guide-card {
  justify-content: center;
  align-items: stretch;
  border-radius: 15px;
  box-shadow: 5px 5px 20px 0px #d4e4f4;
  background-color: rgba(255, 249, 253, 0.6);
  display: flex;
  flex-grow: 1;
  padding: 2px 0;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 991px) {
  .photo-guide-card {
    max-width: 100%;
    margin-top: 40px;
  }
}

.photo-step {
  color: rgba(0, 0, 0, 1);
  font-size: 61px;
  font-family:
    Poppins,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 500;
  align-self: center;
}

@media (max-width: 991px) {
  .photo-step {
    font-size: 40px;
  }
}

.photo-image-container {
  justify-content: center;
  align-items: stretch;
  border-radius: 15px;
  box-shadow: 5px 5px 20px 0px #d4e4f4;
  background-color: rgba(255, 249, 253, 0.6);
  z-index: 10;
  display: flex;
  margin-top: 43px;
  flex-direction: column;
  overflow: hidden;
}

@media (max-width: 991px) {
  .photo-image-container {
    max-width: 100%;
    margin-top: 40px;
  }
}

.photo-image {
  aspect-ratio: 1.47;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

@media (max-width: 991px) {
  .photo-image {
    max-width: 100%;
  }
}

.second-column {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .second-column {
    width: 100%;
  }
}

/* Privacy Section */
.privacy-section {
  background-color: rgba(246, 247, 251, 1);
  align-self: stretch;
  display: flex;
  margin-top: 214px;
  padding: 91px 3px;
  flex-direction: column;
  align-items: center;
  font-family:
    Poppins,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 40px;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  text-align: center;
}

@media (max-width: 991px) {
  .privacy-section {
    max-width: 100%;
    margin-top: 40px;
  }
}

.privacy-text {
  max-width: 100%;
}

.privacy-image {
  aspect-ratio: 3.22;
  object-fit: contain;
  object-position: center;
  width: 100%;
  align-self: stretch;
  margin-top: 53px;
}

@media (max-width: 991px) {
  .privacy-image {
    max-width: 100%;
    margin-top: 40px;
  }
}

.privacy-title {
  margin-top: 53px;
}

@media (max-width: 991px) {
  .privacy-title {
    max-width: 100%;
    margin-top: 40px;
  }
}

.privacy-description {
  margin-top: 31px;
}

@media (max-width: 991px) {
  .privacy-description {
    max-width: 100%;
  }
}

/* Contact Section */
.contact-section {
  position: relative;
  display: flex;
  margin-top: 71px;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

@media (max-width: 991px) {
  .contact-section {
    max-width: 100%;
    margin-top: 40px;
  }
}

.contact-title {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family:
    Poppins,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 64px;
  font-weight: 600;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 62px;
  transform: translate(-50%, 0%);
  width: 575px;
  height: 45px;
}

@media (max-width: 991px) {
  .contact-title {
    max-width: 100%;
    font-size: 40px;
  }
}

.contact-container {
  position: absolute;
  z-index: 0;
  max-width: 100%;
  width: 1548px;
  padding-bottom: 33px;
  right: 0px;
  bottom: 31px;
  height: 865px;
}

.contact-row {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .contact-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}

.contact-info-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 33%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .contact-info-column {
    width: 100%;
  }
}

.contact-info {
  display: flex;
  margin-top: 33px;
  width: 100%;
  flex-direction: column;
  align-items: start;
  font-family:
    Raleway,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 400;
}

@media (max-width: 991px) {
  .contact-info {
    max-width: 100%;
    margin-top: 40px;
  }
}

.contact-method {
  display: flex;
  align-items: stretch;
  gap: 19px;
  font-size: 28px;
  color: #252525;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .contact-method {
    white-space: initial;
  }
}

.contact-icon {
  aspect-ratio: 1.02;
  object-fit: contain;
  object-position: center;
  width: 42px;
  flex-shrink: 0;
}

.contact-detail {
  color: rgba(68, 68, 68, 1);
  font-size: 22px;
  margin-top: 19px;
  margin-left: 61px;
}

@media (max-width: 991px) {
  .contact-detail {
    margin-left: 10px;
  }
}

.contact-divider {
  border-color: rgba(212, 228, 244, 1);
  border-style: solid;
  border-width: 1px;
  background-color: #d4e4f4;
  margin-top: 29px;
  width: 400px;
  flex-shrink: 0;
  max-width: 100%;
  height: 1px;
}

.address-container {
  align-self: stretch;
  display: flex;
  margin-top: 40px;
  padding-left: 46px;
  flex-direction: column;
  align-items: start;
}

@media (max-width: 991px) {
  .address-container {
    max-width: 100%;
    padding-left: 20px;
  }
}

.address-title {
  color: #252525;
  font-size: 28px;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .address-title {
    margin-left: 10px;
  }
}

.address-text {
  color: rgba(68, 68, 68, 1);
  font-size: 22px;
  margin-top: 35px;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .address-text {
    margin-left: 10px;
  }
}

.address-logo {
  aspect-ratio: 6.21;
  object-fit: contain;
  object-position: center;
  width: 310px;
  margin-top: 327px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .address-logo {
    margin-top: 40px;
  }
}

.contact-form-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 67%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .contact-form-column {
    width: 100%;
  }
}

.contact-form {
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 1);
  padding: 60px 40px;
  overflow: hidden;
  font-family:
    Raleway,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 24px;
  color: #fff9fd;
  font-weight: 300;
  width: 100%;
}

@media (max-width: 991px) {
  .contact-form {
    max-width: 100%;
    margin-top: 40px;
    padding: 60px 20px;
  }
}

.form-title {
  leading-trim: both;
  text-edge: cap;
  font-family:
    Poppins,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 48px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .form-title {
    max-width: 100%;
    font-size: 40px;
  }
}

.form-field {
  margin-top: 40px;
  max-width: 100%;
  width: 800px;
  white-space: nowrap;
  text-align: center;
}

@media (max-width: 991px) {
  .form-field {
    white-space: initial;
  }
}

.form-label {
  border-color: rgba(212, 228, 244, 1);
  border-bottom-width: 1px;
  padding: 23px 0;
  display: block;
}

@media (max-width: 991px) {
  .form-label {
    max-width: 100%;
    padding-right: 20px;
    white-space: initial;
  }
}

.form-field:nth-child(5) .form-label {
  padding: 15px 0 86px;
}

@media (max-width: 991px) {
  .form-field:nth-child(5) .form-label {
    max-width: 100%;
    padding-right: 20px;
    padding-bottom: 110px;
  }
}

.submit-button {
  border-radius: 15px;
  margin-top: 40px;
  width: 450px;
  max-width: 100%;
  color: #252525;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
}

@media (max-width: 991px) {
  .submit-button {
    white-space: initial;
  }
}

.submit {
  border-radius: 15px;
  background-color: #fff9fd;
  padding: 21px 45px;
  border: none;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  font-family:
    Raleway,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

@media (max-width: 991px) {
  .submit {
    max-width: 100%;
    padding: 21px 20px;
    white-space: initial;
  }
}

/* Testimonials Section */
.testimonials-tag {
  color: rgba(255, 205, 27, 1);
  font-size: 20px;
  font-family:
    Source Sans 3,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 400;
  z-index: 10;
}

.testimonials-title {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  text-shadow: 5px 5px 0px #d4e4f4;
  font-family:
    Poppins,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 64px;
  font-weight: 600;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .testimonials-title {
    max-width: 100%;
    font-size: 40px;
  }
}

.testimonials-container {
  display: flex;
  margin-top: 80px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .testimonials-container {
    max-width: 100%;
    margin-top: 40px;
  }
}

.testimonials-grid {
  display: flex;
  align-items: start;
  gap: 20px;
  font-family:
    Source Sans 3,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 400;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .testimonials-grid {
    max-width: 100%;
  }
}

.testimonial-card {
  border-radius: 10px;
  box-shadow: 5px 5px 20px 0px #d4e4f4;
  background-color: #fff9fd;
  min-width: 240px;
  padding: 35px;
  width: 508px;
}

@media (max-width: 991px) {
  .testimonial-card {
    max-width: 100%;
    padding: 35px 20px;
  }
}

.testimonial-name {
  leading-trim: both;
  text-edge: cap;
  align-self: stretch;
  max-width: 100%;
  width: 438px;
  font-size: 24px;
  color: #252525;
  font-weight: normal;
}

.testimonial-text {
  color: #666;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  margin-top: 35px;
}

@media (max-width: 991px) {
  .testimonial-text {
    max-width: 100%;
  }
}

.pagination {
  display: flex;
  margin-top: 40px;
  align-items: center;
  gap: 40px 80px;
  justify-content: center;
}

.pagination-dot {
  background-color: rgba(217, 217, 217, 1);
  border-radius: 50%;
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  width: 15px;
  flex-shrink: 0;
  height: 15px;
}

.pagination-dot.active {
  background-color: rgba(0, 0, 0, 1);
  width: 20px;
  height: 20px;
}

.more-reviews {
  border-radius: 15px;
  margin-top: 40px;
  width: 200px;
  max-width: 100%;
  font-family:
    Poppins,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 18px;
  color: rgba(255, 205, 27, 1);
  font-weight: 500;
}

.more-reviews-link {
  border-radius: 15px;
  border-color: rgba(255, 205, 27, 1);
  border-style: solid;
  border-width: 1px;
  padding: 19px 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: rgba(255, 205, 27, 1);
}

@media (max-width: 991px) {
  .more-reviews-link {
    padding: 19px 20px;
  }
}

/* FAQ Section */
.faq-section {
  align-self: stretch;
  display: flex;
  margin-top: 111px;
  padding: 54px 80px 0;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  font-family:
    Poppins,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

@media (max-width: 991px) {
  .faq-section {
    max-width: 100%;
    padding: 54px 20px 0;
    margin-top: 40px;
  }
}

.faq-container {
  display: flex;
  width: 100%;
  max-width: 1286px;
  padding: 80px 0;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

@media (max-width: 991px) {
  .faq-container {
    max-width: 100%;
  }
}

.faq-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 64px;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
  justify-content: start;
}

@media (max-width: 991px) {
  .faq-header {
    font-size: 40px;
    white-space: initial;
  }
}

.faq-title {
  leading-trim: both;
  text-edge: cap;
  text-shadow: 5px 5px 0px #d4e4f4;
}

@media (max-width: 991px) {
  .faq-title {
    font-size: 40px;
    white-space: initial;
  }
}

.faq-content {
  border-radius: 0px;
  margin-top: 80px;
  width: 100%;
  font-size: 24px;
  color: #00296d;
  font-weight: 500;
}

@media (max-width: 991px) {
  .faq-content {
    max-width: 100%;
    margin-top: 40px;
  }
}

.faq-item {
  margin-bottom: 40px;
}

.faq-question {
  justify-content: center;
  align-items: stretch;
  border-radius: 15px;
  border: 0.5px solid #d4e4f4;
  box-shadow: 5px 5px 0px 0px #d4e4f4;
  background-color: #fff9fd;
  display: flex;
  padding: 32px 80px;
  gap: 40px 100px;
  overflow: hidden;
  flex-wrap: wrap;
  cursor: pointer;
  list-style: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

@media (max-width: 991px) {
  .faq-question {
    max-width: 100%;
    padding: 32px 20px;
  }
}

.faq-icon {
  aspect-ratio: 1.93;
  object-fit: contain;
  object-position: center;
  width: 27px;
  stroke-width: 2px;
  stroke: #2977d5;
  align-self: start;
  flex-shrink: 0;
}

.faq-answer {
  border-radius: 0px 0px 15px 15px;
  border: 0.5px solid #d4e4f4;
  box-shadow: 5px 5px 0px 0px #d4e4f4;
  background-color: #fff9fd;
  margin-top: 10px;
  padding: 22px 70px;
  font-family:
    Source Sans 3,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .faq-answer {
    max-width: 100%;
    padding: 22px 20px;
  }
}

/* Footer */
.site-footer {
  background-color: #252525;
  align-self: stretch;
  padding: 13px 70px;
  font-family:
    Montserrat,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 20px;
  color: #fff9fd;
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .site-footer {
    max-width: 100%;
    padding: 13px 20px;
    white-space: initial;
  }
}
