/* Photo Service Page Specific Styles */

/* Hero Section Styles */
.k8m3n7p2q9r4s {
  width: 100%;
  margin: 0;
  background: linear-gradient(135deg, var(--secondary-color) 0%, #2980b9 100%);
  padding: 5rem 0;
  position: relative;
}

.k8m3n7p2q9r4s::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  z-index: 1;
}

.k8m3n7p2q9r4s .c5t8y3r6e9w2q {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.e9f2g5h8i1j4k {
  flex: 1;
  min-width: 280px;
  max-width: 500px;
  text-align: left;
}

.l3m6n9o2p5q8r {
  font-size: 3.5rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.s4t7u0v3w6x9y {
  font-size: 1.4rem;
  color: var(--text-color);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.z1a4b7c0d3e6f {
  display: inline-block;
  background: linear-gradient(45deg, var(--accent-color), #c0392b);
  color: white;
  padding: 1rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.z1a4b7c0d3e6f:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

.x7y2z5a8b1c4d {
  flex: 1;
  min-width: 280px;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.x7y2z5a8b1c4d img {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
}

/* Custom Sessions Section */
.ud1qd9hy0z7e {
  width: 100%;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 5rem 0;
  position: relative;
}

.g0lgwd8dthjn {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.s5s51kn50t9k {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(52, 152, 219, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.s5s51kn50t9k * {
  text-decoration: none;
}

.s5s51kn50t9k::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--secondary-color),
    var(--accent-color)
  );
  border-radius: 20px 20px 0 0;
}

.s5s51kn50t9k:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.aci5zrg3x894 {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}

.s5s51kn50t9k h3 {
  font-size: 2rem;
  font-weight: bold;
  color: var(--secondary-color);
  margin-bottom: 1rem;
  text-shadow: none;
  text-decoration: none;
  text-align: center;
}

.s5s51kn50t9k p {
  font-size: 1.4rem;
  color: var(--text-color);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-shadow: none;
  text-decoration: none;
  font-weight: 400;
}

.s5s51kn50t9k ul {
  list-style: none;
  padding: 1rem;
  margin: 0;
}

.s5s51kn50t9k li {
  font-size: 1.3rem;
  color: white;
  margin-bottom: 0.8rem;
  padding-left: 2rem;
  position: relative;
  text-shadow: none;
  text-decoration: none;
}

.s5s51kn50t9k li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2ecc71;
  font-weight: bold;
  font-size: 1.2rem;
}

/* Loyalty Programs Section */
.v8mraesudrm1 {
  width: 100%;
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  padding: 5rem 0;
  position: relative;
  color: white;
  overflow: hidden;
}

.v8mraesudrm1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(52, 152, 219, 0.1) 0%,
    rgba(231, 76, 60, 0.1) 100%
  );
  z-index: 1;
}

.v8mraesudrm1 .c5t8y3r6e9w2q {
  position: relative;
  z-index: 2;
}

.aaf2qv9rrdt3 {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin: 3rem 0;
  padding: 2rem;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.aaf2qv9rrdt3:hover {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0.08) 100%
  );
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.lnj1unzbf524 {
  flex: 0 0 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lnj1unzbf524 img {
  width: 100%;
  max-width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.lnj1unzbf524 img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.ud1qd9hy0z7e {
  flex: 1;
  padding-left: 1rem;
}

.g0lgwd8dthjn {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.s5s51kn50t9k {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin-bottom: 2rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.ud1qd9hy0z7e ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  padding: 1rem;
}

.ud1qd9hy0z7e li {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.8rem;
  padding-left: 2rem;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ud1qd9hy0z7e li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2ecc71;
  font-weight: bold;
  font-size: 1.2rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.aci5zrg3x894 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aci5zrg3x894 li {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.8rem;
  padding-left: 2rem;
  position: relative;
}

.aci5zrg3x894 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2ecc71;
  font-weight: bold;
  font-size: 1.2rem;
}

/* Contact Form Section */
.fgglizcf9pbj {
  width: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 5rem 0;
  position: relative;
}

.v8mraesudrm1 {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(52, 152, 219, 0.2);
}

.aaf2qv9rrdt3 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.lnj1unzbf524 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ud1qd9hy0z7e {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--primary-color);
}

.g0lgwd8dthjn {
  padding: 1rem;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 1.4rem;
  transition: border-color 0.3s ease;
}

.g0lgwd8dthjn:focus {
  outline: none;
  border-color: var(--secondary-color);
}

.s5s51kn50t9k {
  padding: 1rem;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 1.4rem;
  resize: vertical;
  min-height: 120px;
  transition: border-color 0.3s ease;
}

.s5s51kn50t9k:focus {
  outline: none;
  border-color: var(--secondary-color);
}

.aci5zrg3x894 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
}

.aci5zrg3x894 input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--secondary-color);
}

.runxour1izqo {
  font-size: 1.3rem;
  color: var(--text-color);
}

.k5ht14ih1cy2 {
  color: var(--secondary-color);
  text-decoration: underline;
}

.fgglizcf9pbj {
  background: linear-gradient(45deg, var(--secondary-color), #2980b9);
  color: white !important;
  padding: 1rem 2rem;
  border: 2px solid white;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.fgglizcf9pbj:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
  color: white !important;
}

/* Media Queries for Loyalty Programs */
@media (max-width: 768px) {
  .aaf2qv9rrdt3 {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .lnj1unzbf524 {
    flex: none;
    order: 1;
  }

  .ud1qd9hy0z7e {
    order: 2;
    padding-left: 0;
  }

  .g0lgwd8dthjn {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .v8mraesudrm1 {
    padding: 3rem 0;
  }

  .aaf2qv9rrdt3 {
    padding: 1.5rem;
    gap: 1.5rem;
  }

  .lnj1unzbf524 img {
    max-width: 250px;
    height: 150px;
  }

  .g0lgwd8dthjn {
    font-size: 1.8rem;
  }

  .s5s51kn50t9k {
    font-size: 1.3rem;
  }

  .ud1qd9hy0z7e li {
    font-size: 1.2rem;
  }
}

/* Media Queries */
@media (max-width: 768px) {
  .runxour1izqo .c5t8y3r6e9w2q {
    flex-direction: column;
    text-align: center;
  }

  .lnj1unzbf524 {
    flex: none;
    margin-top: 2rem;
  }

  .fgglizcf9pbj {
    font-size: 2.5rem;
  }

  .g0lgwd8dthjn {
    grid-template-columns: 1fr;
  }

  .aaf2qv9rrdt3 {
    grid-template-columns: 1fr;
  }
}

/* Loyalty Programs Section */
.mp2d81uzl {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
  padding: 6rem 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

.mp2d81uzl .h9i2j5k8l1m4n {
  color: white !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.mp2d81uzl .a7b2c5d8e1f4g {
  color: white !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.mp2d81uzl .o6p9q2r5s8t1u {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
}

.kukav7ohqy7q4 {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 3rem !important;
  margin-top: 4rem !important;
  position: relative !important;
  z-index: 2 !important;
}

.ask4iqdlg {
  background: rgba(255, 255, 255, 0.95) !important;
  border-radius: 20px !important;
  padding: 2rem !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(52, 152, 219, 0.2) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
  flex: 0 0 calc(33.333% - 2rem) !important;
  max-width: 400px !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.ask4iqdlg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #3498db, #e74c3c);
}

.ask4iqdlg:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.z56mcan0zq2bov6 {
  width: 100%;
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
}

.z56mcan0zq2bov6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ask4iqdlg:hover .z56mcan0zq2bov6 img {
  transform: scale(1.05);
}

.qga7pwjbvdl5rif {
  position: relative;
  z-index: 2;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  height: 100% !important;
}

.mybgbcdaks1nqpp {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 1rem;
  text-align: center;
}

.vyb5wdv34plko {
  font-size: 1.4rem;
  color: var(--text-color);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-align: center;
}

.ht6k76bjyl1mu {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  flex: 1 !important;
}

.ht6k76bjyl1mu li {
  font-size: 1.3rem;
  color: var(--text-color);
  margin-bottom: 0.8rem;
  padding-left: 2rem;
  position: relative;
  line-height: 1.5;
}

.ht6k76bjyl1mu li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2ecc71;
  font-weight: bold;
  font-size: 1.2rem;
}

.fohb21h33ftou {
  text-align: center;
  margin-top: 2rem;
  padding: 1rem;
  background: linear-gradient(135deg, #3498db, #e74c3c);
  border-radius: 10px;
}

.rl9d5p11d {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Responsive Design for Loyalty Programs */
@media (max-width: 1024px) {
  .ask4iqdlg {
    flex: 0 0 calc(50% - 1.5rem) !important;
  }
}

@media (max-width: 768px) {
  .kukav7ohqy7q4 {
    flex-direction: column !important;
    align-items: center !important;
    gap: 2rem;
  }

  .ask4iqdlg {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 1.5rem;
  }

  .mybgbcdaks1nqpp {
    font-size: 1.8rem;
  }

  .vyb5wdv34plko {
    font-size: 1.3rem;
  }

  .ht6k76bjyl1mu li {
    font-size: 1.2rem;
  }
}

/* Contact Us Section */
.j67msm4c8vp4 {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 6rem 0;
  position: relative;
}

.h41rpd13a {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-top: 3rem;
}

.x524tyjrgw {
  flex: 0 0 50%;
  position: relative;
}

.x524tyjrgw img {
  max-width: 100%;

  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.x524tyjrgw:hover img {
  transform: scale(1.02);
}

.tp0uctc4q42oo {
  flex: 0 0 50%;
  padding-left: 2rem;
}

.k3jm6bbr {
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(52, 152, 219, 0.2);
}

.gqj5jry19p {
  margin-bottom: 2rem;
}

.taz01ev4dem {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0.8rem;
}

.f41318y9c5 {
  width: 100%;
  padding: 1.2rem;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 1.4rem;
  transition: border-color 0.3s ease;
  background: #f8f9fa;
}

.f41318y9c5:focus {
  outline: none;
  border-color: var(--secondary-color);
  background: white;
}

.t3209ix8q {
  width: 100%;
  padding: 1.2rem;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 1.4rem;
  resize: vertical;
  min-height: 120px;
  transition: border-color 0.3s ease;
  background: #f8f9fa;
  font-family: inherit;
}

.t3209ix8q:focus {
  outline: none;
  border-color: var(--secondary-color);
  background: white;
}

.vu6m6pu15e {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1.3rem;
  color: var(--text-color);
  line-height: 1.5;
}

.vu6m6pu15e input[type="checkbox"] {
  margin-top: 0.3rem;
  transform: scale(1.2);
}

.vu6m6pu15e a {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 600;
}

.vu6m6pu15e a:hover {
  text-decoration: underline;
}

/* Responsive Design for Contact Us */
@media (max-width: 1024px) {
  .h41rpd13a {
    flex-direction: column;
    gap: 3rem;
  }

  .x524tyjrgw {
    flex: 0 0 100%;
  }

  .tp0uctc4q42oo {
    flex: 0 0 100%;
    padding-left: 0;
  }

  .x524tyjrgw img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .j67msm4c8vp4 {
    padding: 4rem 0;
  }

  .k3jm6bbr {
    padding: 2rem;
  }

  .taz01ev4dem {
    font-size: 1.3rem;
  }

  .f41318y9c5,
  .t3209ix8q {
    font-size: 1.3rem;
    padding: 1rem;
  }

  .vu6m6pu15e {
    font-size: 1.2rem;
  }
}

/* Client Reviews Section */
.jxb9qubogjou {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.dnywfci6h {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem;
  position: relative;
  z-index: 2;
}

.qfeq3yikhw {
  background: white;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(52, 152, 219, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  flex: 0 0 calc(33.333% - 2rem);
  max-width: 400px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
}

.qfeq3yikhw::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #3498db, #e74c3c);
  border-radius: 20px 20px 0 0;
}

.qfeq3yikhw:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.uoc798s6v4jxc {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.p9ass0ju38 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #f39c12;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ftu7nxwkm {
  font-size: 1.5rem;
  color: var(--text-color);
  line-height: 1.7;
  margin-bottom: 2rem;
  text-align: center;
  font-style: italic;
  flex: 1;
  display: flex;
  align-items: center;
}

.jy0j29z224qj8vu {
  text-align: center;
  padding-top: 2rem;
  border-top: 2px solid rgba(52, 152, 219, 0.2);
  margin-top: auto;
}

.bm5orrzo {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 0.8rem;
}

.bpaksvax8tn {
  font-size: 1.4rem;
  color: var(--secondary-color);
  font-weight: 600;
  background: linear-gradient(135deg, #3498db, #e74c3c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Responsive Design for Client Reviews */
@media (max-width: 1024px) {
  .qfeq3yikhw {
    flex: 0 0 calc(50% - 1.5rem);
  }
}

@media (max-width: 768px) {
  .dnywfci6h {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .qfeq3yikhw {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 2rem;
    min-height: 300px;
  }

  .ftu7nxwkm {
    font-size: 1.3rem;
  }

  .bm5orrzo {
    font-size: 1.5rem;
  }

  .bpaksvax8tn {
    font-size: 1.2rem;
  }

  .p9ass0ju38 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .fgglizcf9pbj {
    font-size: 2rem;
  }

  .v8mraesudrm1 {
    font-size: 1.4rem;
  }
}

/* Client Reviews Section */

.iqgyrzywjngr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.mthzhk3rmy44 {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(52, 152, 219, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.mthzhk3rmy44::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2ecc71, #27ae60);
  border-radius: 20px 20px 0 0;
}

.mthzhk3rmy44:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.wu75a7uptjj2 {
  font-size: 1.5rem;
  color: #f39c12;
  margin-bottom: 1rem;
}

.a27p6tdsdxdt {
  font-size: 1.4rem;
  color: var(--text-color);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.ghcfj0puwd4a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ghcfj0puwd4a strong {
  font-size: 1.3rem;
  color: var(--primary-color);
  font-weight: bold;
}

.ghcfj0puwd4a span {
  font-size: 1.2rem;
  color: var(--secondary-color);
  font-weight: 500;
}

/* FAQ Section */
.r6z6kcffjp {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.r6z6kcffjp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(52, 152, 219, 0.1) 0%,
    rgba(231, 76, 60, 0.1) 100%
  );
  z-index: 1;
}

.r6z6kcffjp .h9i2j5k8l1m4n {
  color: white !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.r6z6kcffjp .a7b2c5d8e1f4g {
  color: white !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.r6z6kcffjp .o6p9q2r5s8t1u {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
}

.nogfl23vhs {
  max-width: 900px;
  margin: 4rem auto 0;
  position: relative;
  z-index: 2;
}

.zngt1q5wwvjo {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.zngt1q5wwvjo:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.wszpy2n1jpoh {
  padding: 2rem 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: white !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  background: rgba(255, 255, 255, 0.05);
}

.wszpy2n1jpoh:hover {
  background: rgba(255, 255, 255, 0.1);
}

.wszpy2n1jpoh::after {
  content: "+";
  font-size: 2rem;
  font-weight: bold;
  transition: transform 0.3s ease;
  background: rgba(255, 255, 255, 0.2);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zngt1q5wwvjo[open] .wszpy2n1jpoh::after {
  transform: rotate(45deg);
  background: rgba(231, 76, 60, 0.8);
}

.zngt1q5wwvjo[open] .wszpy2n1jpoh {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.qclcqs0l9ksk {
  padding: 2rem 2.5rem;
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  background: rgba(255, 255, 255, 0.05);
}

.qclcqs0l9ksk p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0;
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}

/* Additional Services Section */
.zvi6ulcmb {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.zvi6ulcmb .h9i2j5k8l1m4n {
  color: white !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.zvi6ulcmb .a7b2c5d8e1f4g {
  color: white !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.zvi6ulcmb .o6p9q2r5s8t1u {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
}

.t0zqbr2d9ge1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem;
  position: relative;
  z-index: 2;
}

.navlrui70k {
  background: white;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(52, 152, 219, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  flex: 0 0 calc(50% - 1.5rem);
  max-width: 450px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
}

.navlrui70k::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3498db, #e74c3c);
  border-radius: 20px 20px 0 0;
}

.navlrui70k:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.q8tuaihnx470 {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}

.q8tuaihnx470 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.navlrui70k:hover .q8tuaihnx470 img {
  transform: scale(1.05);
}

.o3wnu9sawfmszp4 {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.q4nt91iby8tdc75 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
  display: block;
}

.ysgz2hfk09e0 {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 1rem;
  text-align: center;
}

.kv4981sdy {
  font-size: 1.3rem;
  color: var(--text-color);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-align: center;
  flex: 1;
}

.ktrywwfh {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.ktrywwfh li {
  font-size: 1.2rem;
  color: var(--text-color);
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.5;
}

.ktrywwfh li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2ecc71;
  font-weight: bold;
  font-size: 1rem;
}

.md8decpuwku2r3 {
  background: linear-gradient(135deg, #3498db, #e74c3c);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;

  text-align: center;
}

.md8decpuwku2r3:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(52, 152, 219, 0.3);
}

/* Responsive Design for Additional Services */
@media (max-width: 768px) {
  .t0zqbr2d9ge1 {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .navlrui70k {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 300px;
  }

  .q8tuaihnx470 {
    height: 150px;
  }

  .o3wnu9sawfmszp4 {
    padding: 1.5rem;
  }

  .q4nt91iby8tdc75 {
    font-size: 2rem;
  }

  .ysgz2hfk09e0 {
    font-size: 1.5rem;
  }

  .kv4981sdy {
    font-size: 1.2rem;
  }

  .ktrywwfh li {
    font-size: 1.1rem;
  }

  .md8decpuwku2r3 {
    font-size: 1.2rem;
    padding: 0.8rem 1.5rem;
  }
}

/* CTA Section Styles */
.me57yr40t9ndo {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.u5ksrrz0tg {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

.f13fv8swezyeyv4 {
  display: flex;
  align-items: center;
  gap: 4rem;
  background: white;
  border-radius: 25px;
  padding: 4rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(52, 152, 219, 0.2);
  position: relative;
  overflow: hidden;
}

.f13fv8swezyeyv4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #3498db, #e74c3c);
  border-radius: 25px 25px 0 0;
}

.jy63s571de {
  flex: 0 0 45%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.jy63s571de img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.jy63s571de:hover img {
  transform: scale(1.05);
}

.bcxfdymtec {
  flex: 0 0 55%;
  padding-left: 2rem;
}

.fk7ts45mx66guc {
  font-size: 1.4rem;
  color: #3498db;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.h1igehrok2esbp {
  font-size: 3rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 2rem;
  line-height: 1.2;
}

.u0iaeb1tfi {
  font-size: 1.5rem;
  color: var(--text-color);
  line-height: 1.7;
  margin-bottom: 3rem;
}

.x56oaoohj6s {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.kenh7ovvyubtv5 {
  background: linear-gradient(135deg, #3498db, #e74c3c);
  color: white;
  border: none;
  padding: 1.5rem 3rem;
  border-radius: 15px;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.kenh7ovvyubtv5::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.kenh7ovvyubtv5:hover::before {
  left: 100%;
}

.kenh7ovvyubtv5:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(52, 152, 219, 0.4);
}

.kenh7ovvyubtv5:last-child {
  background: linear-gradient(135deg, #2c3e50, #34495e);
}

.kenh7ovvyubtv5:last-child:hover {
  box-shadow: 0 15px 35px rgba(44, 62, 80, 0.4);
}

/* Responsive Design for CTA Section */
@media (max-width: 1024px) {
  .f13fv8swezyeyv4 {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
  }

  .jy63s571de {
    flex: 0 0 100%;
    max-width: 500px;
  }

  .bcxfdymtec {
    flex: 0 0 100%;
    padding-left: 0;
  }

  .h1igehrok2esbp {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .me57yr40t9ndo {
    padding: 4rem 0;
  }

  .f13fv8swezyeyv4 {
    padding: 3rem 2rem;
    gap: 2rem;
  }

  .jy63s571de img {
    height: 300px;
  }

  .h1igehrok2esbp {
    font-size: 2rem;
  }

  .u0iaeb1tfi {
    font-size: 1.3rem;
  }

  .x56oaoohj6s {
    flex-direction: column;
    gap: 1rem;
  }

  .kenh7ovvyubtv5 {
    padding: 1.2rem 2rem;
    font-size: 1.2rem;
  }
}

/* Media Queries for Hero Section */
@media (max-width: 768px) {
  .k8m3n7p2q9r4s .c5t8y3r6e9w2q {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }

  .e9f2g5h8i1j4k {
    text-align: center;
    order: 2;
  }

  .x7y2z5a8b1c4d {
    order: 1;
  }

  .l3m6n9o2p5q8r {
    font-size: 2.8rem;
  }

  .s4t7u0v3w6x9y {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .l3m6n9o2p5q8r {
    font-size: 2.2rem;
  }

  .s4t7u0v3w6x9y {
    font-size: 1.2rem;
  }

  .z1a4b7c0d3e6f {
    font-size: 1.1rem;
    padding: 0.8rem 1.5rem;
  }
}

/* Media Queries for New Sections */
@media (max-width: 768px) {
  .iqgyrzywjngr {
    grid-template-columns: 1fr;
  }

  .mthzhk3rmy44 {
    grid-template-columns: 1fr;
  }

  .wszpy2n1jpoh {
    font-size: 1.3rem;
    padding: 1.5rem 2rem;
  }

  .wszpy2n1jpoh::after {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
  }

  .qclcqs0l9ksk {
    padding: 1.5rem 2rem;
  }

  .qclcqs0l9ksk p {
    font-size: 1.3rem;
  }
}
