:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-92e9a19 */.fcwt-contact-hero,
  .fcwt-contact-hero * {
    box-sizing: border-box;
  }

  .fcwt-contact-hero {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 20px;
    overflow: hidden;
    text-align: center;
    background-image: url('https://www.freecuscowalkingtours.com/wp-content/uploads/2026/06/free-cusco-walking-tour.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    isolation: isolate;
  }

  .fcwt-contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      135deg,
      rgba(15, 18, 28, 0.86),
      rgba(15, 18, 28, 0.58),
      rgba(236, 33, 122, 0.50)
    );
    z-index: 1;
  }

  .fcwt-hero-overlay {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at top left, rgba(236, 33, 122, 0.30), transparent 34%),
      radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.14), transparent 38%);
    z-index: 2;
    pointer-events: none;
  }

  .fcwt-hero-content {
    position: relative;
    z-index: 3;
    max-width: 920px;
    margin: 0 auto;
    color: #ffffff;
  }

  .fcwt-hero-label {
    display: inline-block;
    margin-bottom: 18px;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(236, 33, 122, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 50px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .fcwt-hero-content h1 {
    margin: 0 0 22px;
    font-size: clamp(38px, 6vw, 72px);
    line-height: 1.05;
    font-weight: 800;
    color: #ffffff;
  }

  .fcwt-hero-content p {
    max-width: 720px;
    margin: 0 auto 36px;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.94);
  }

  .fcwt-hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .fcwt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    padding: 15px 28px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .fcwt-btn-primary {
    color: #ffffff;
    background: #EC217A;
    box-shadow: 0 14px 30px rgba(236, 33, 122, 0.38);
  }

  .fcwt-btn-primary:hover {
    color: #ffffff;
    background: #c91866;
    transform: translateY(-3px);
  }

  .fcwt-btn-secondary {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.90);
  }

  .fcwt-btn-secondary:hover {
    color: #EC217A;
    background: #ffffff;
    transform: translateY(-3px);
  }

  @media (max-width: 768px) {
    .fcwt-contact-hero {
      min-height: 500px;
      padding: 70px 16px;
      background-position: center center;
    }

    .fcwt-hero-label {
      font-size: 12px;
      padding: 8px 16px;
      margin-bottom: 16px;
    }

    .fcwt-hero-content h1 {
      font-size: 38px;
      line-height: 1.08;
      margin-bottom: 18px;
    }

    .fcwt-hero-content p {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 28px;
    }

    .fcwt-hero-buttons {
      flex-wrap: nowrap;
      gap: 10px;
      width: 100%;
      max-width: 360px;
      margin: 0 auto;
    }

    .fcwt-btn {
      flex: 1 1 50%;
      min-width: 0;
      padding: 13px 10px;
      font-size: 14px;
      white-space: nowrap;
    }
  }

  @media (max-width: 390px) {
    .fcwt-contact-hero {
      padding: 60px 14px;
    }

    .fcwt-hero-content h1 {
      font-size: 34px;
    }

    .fcwt-hero-content p {
      font-size: 15px;
    }

    .fcwt-btn {
      font-size: 13px;
      padding: 12px 8px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-176debe */.fcwt-quick-contact,
  .fcwt-quick-contact * {
    box-sizing: border-box;
  }

  .fcwt-quick-contact {
    width: 100%;
    padding: 80px 20px;
    background: #ffffff;
    overflow: hidden;
  }

  .fcwt-qc-container {
    max-width: 1180px;
    margin: 0 auto;
  }

  .fcwt-qc-header {
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
  }

  .fcwt-qc-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(236, 33, 122, 0.10);
    color: #EC217A;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }

  .fcwt-qc-header h2 {
    margin: 0 0 16px;
    color: #161616;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.1;
    font-weight: 800;
  }

  .fcwt-qc-header p {
    margin: 0;
    color: #666666;
    font-size: 18px;
    line-height: 1.7;
  }

  .fcwt-qc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .fcwt-qc-card {
    position: relative;
    padding: 34px 28px;
    background: #ffffff;
    border: 1px solid rgba(236, 33, 122, 0.14);
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 18px 45px rgba(18, 18, 18, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
  }

  .fcwt-qc-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    height: 4px;
    background: #EC217A;
    transform: translateX(-50%);
    border-radius: 0 0 20px 20px;
  }

  .fcwt-qc-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 55px rgba(236, 33, 122, 0.16);
    border-color: rgba(236, 33, 122, 0.35);
  }

  .fcwt-qc-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EC217A;
    border-radius: 50%;
    box-shadow: 0 14px 30px rgba(236, 33, 122, 0.28);
  }

  .fcwt-qc-icon svg {
    width: 34px;
    height: 34px;
    fill: #ffffff;
  }

  .fcwt-qc-card h3 {
    margin: 0 0 12px;
    color: #161616;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
  }

  .fcwt-qc-card p {
    margin: 0 0 20px;
    color: #666666;
    font-size: 16px;
    line-height: 1.65;
  }

  .fcwt-qc-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #EC217A;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none;
    word-break: break-word;
    transition: all 0.3s ease;
  }

  .fcwt-qc-link:hover {
    color: #c91866;
    text-decoration: underline;
  }

  @media (max-width: 992px) {
    .fcwt-qc-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    .fcwt-qc-card {
      padding: 30px 18px;
    }

    .fcwt-qc-card h3 {
      font-size: 22px;
    }

    .fcwt-qc-card p,
    .fcwt-qc-link {
      font-size: 14px;
    }
  }

  @media (max-width: 768px) {
    .fcwt-quick-contact {
      padding: 60px 16px;
    }

    .fcwt-qc-header {
      margin-bottom: 34px;
    }

    .fcwt-qc-header h2 {
      font-size: 34px;
    }

    .fcwt-qc-header p {
      font-size: 16px;
    }

    .fcwt-qc-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px;
    }

    .fcwt-qc-card {
      flex: 0 0 calc(50% - 7px);
      max-width: calc(50% - 7px);
      padding: 24px 12px;
      border-radius: 20px;
    }

    .fcwt-qc-card:nth-child(3) {
      margin-left: auto;
      margin-right: auto;
    }

    .fcwt-qc-icon {
      width: 56px;
      height: 56px;
      margin-bottom: 16px;
    }

    .fcwt-qc-icon svg {
      width: 27px;
      height: 27px;
    }

    .fcwt-qc-card h3 {
      font-size: 19px;
      margin-bottom: 9px;
    }

    .fcwt-qc-card p {
      font-size: 13px;
      line-height: 1.5;
      margin-bottom: 14px;
    }

    .fcwt-qc-link {
      font-size: 13px;
      line-height: 1.35;
    }
  }

  @media (max-width: 390px) {
    .fcwt-quick-contact {
      padding: 55px 12px;
    }

    .fcwt-qc-header h2 {
      font-size: 30px;
    }

    .fcwt-qc-header p {
      font-size: 15px;
    }

    .fcwt-qc-card {
      padding: 22px 9px;
      border-radius: 18px;
    }

    .fcwt-qc-icon {
      width: 50px;
      height: 50px;
      margin-bottom: 14px;
    }

    .fcwt-qc-icon svg {
      width: 24px;
      height: 24px;
    }

    .fcwt-qc-card h3 {
      font-size: 17px;
    }

    .fcwt-qc-card p {
      font-size: 12px;
    }

    .fcwt-qc-link {
      font-size: 12px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b42ecb2 */.fcwt-contact-form-section,
  .fcwt-contact-form-section * {
    box-sizing: border-box;
  }

  .fcwt-contact-form-section {
    width: 100%;
    padding: 90px 20px;
    background: #fafafa;
  }

  .fcwt-form-container {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 45px;
    align-items: center;
  }

  .fcwt-form-info {
    padding-right: 10px;
  }

  .fcwt-form-label {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(236, 33, 122, 0.10);
    color: #EC217A;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }

  .fcwt-form-info h2 {
    margin: 0 0 20px;
    color: #161616;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 800;
  }

  .fcwt-form-info > p {
    margin: 0 0 28px;
    color: #666666;
    font-size: 18px;
    line-height: 1.7;
  }

  .fcwt-form-benefits {
    display: grid;
    gap: 16px;
    margin-bottom: 28px;
  }

  .fcwt-benefit-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 18px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(18, 18, 18, 0.06);
  }

  .fcwt-benefit-item span {
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EC217A;
    color: #ffffff;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 800;
  }

  .fcwt-benefit-item p {
    margin: 0;
    color: #444444;
    font-size: 16px;
    line-height: 1.5;
  }

  .fcwt-whatsapp-extra {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 28px;
    border-radius: 50px;
    background: #EC217A;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(236, 33, 122, 0.30);
    transition: all 0.3s ease;
  }

  .fcwt-whatsapp-extra:hover {
    background: #c91866;
    color: #ffffff;
    transform: translateY(-3px);
  }

  .fcwt-form-box {
    padding: 34px;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 22px 60px rgba(18, 18, 18, 0.10);
    border: 1px solid rgba(236, 33, 122, 0.12);
  }

  .fcwt-form-box h3 {
    margin: 0 0 8px;
    color: #161616;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
  }

  .fcwt-form-subtitle {
    margin: 0 0 24px;
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
  }

  .fcwt-cf7-form {
    display: grid;
    gap: 18px;
  }

  .fcwt-cf7-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .fcwt-cf7-group {
    display: grid;
    gap: 8px;
  }

  .fcwt-cf7-group label {
    color: #222222;
    font-size: 14px;
    font-weight: 800;
  }

  .fcwt-cf7-field,
  .fcwt-cf7-form input,
  .fcwt-cf7-form select,
  .fcwt-cf7-form textarea {
    width: 100%;
    padding: 15px 16px;
    border: 1px solid #dddddd;
    border-radius: 14px;
    background: #ffffff;
    color: #222222;
    font-size: 15px;
    font-family: inherit;
    outline: none;
    transition: all 0.3s ease;
  }

  .fcwt-cf7-form textarea {
    min-height: 70px;
    resize: vertical;
  }

  .fcwt-cf7-field:focus,
  .fcwt-cf7-form input:focus,
  .fcwt-cf7-form select:focus,
  .fcwt-cf7-form textarea:focus {
    border-color: #EC217A;
    box-shadow: 0 0 0 4px rgba(236, 33, 122, 0.10);
  }

  .fcwt-cf7-submit {
    margin-top: 4px;
  }

  .fcwt-cf7-btn,
  .fcwt-cf7-form input[type="submit"] {
    width: 100%;
    padding: 16px 26px;
    border: none;
    border-radius: 50px;
    background: #EC217A;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(236, 33, 122, 0.30);
    transition: all 0.3s ease;
  }

  .fcwt-cf7-btn:hover,
  .fcwt-cf7-form input[type="submit"]:hover {
    background: #c91866;
    color: #ffffff;
    transform: translateY(-3px);
  }

  .wpcf7 form .wpcf7-response-output {
    margin: 18px 0 0;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.5;
  }

  .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #EC217A;
    font-size: 13px;
    font-weight: 600;
  }

  .fcwt-form-note {
    margin: 18px 0 0;
    color: #777777;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }

  @media (max-width: 992px) {
    .fcwt-form-container {
      grid-template-columns: 1fr;
      gap: 35px;
    }

    .fcwt-form-info {
      text-align: center;
      padding-right: 0;
    }

    .fcwt-benefit-item {
      text-align: left;
    }
  }

  @media (max-width: 768px) {
    .fcwt-contact-form-section {
      padding: 65px 16px;
    }

    .fcwt-form-info h2 {
      font-size: 34px;
    }

    .fcwt-form-info > p {
      font-size: 16px;
    }

    .fcwt-form-box {
      padding: 24px 18px;
      border-radius: 24px;
    }

    .fcwt-form-box h3 {
      font-size: 24px;
      text-align: center;
    }

    .fcwt-form-subtitle {
      text-align: center;
      font-size: 15px;
    }

    .fcwt-cf7-row {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .fcwt-cf7-field,
    .fcwt-cf7-form input,
    .fcwt-cf7-form select,
    .fcwt-cf7-form textarea {
      padding: 14px 15px;
      font-size: 14px;
    }

    .fcwt-cf7-btn,
    .fcwt-cf7-form input[type="submit"] {
      padding: 15px 22px;
      font-size: 15px;
    }

    .fcwt-whatsapp-extra {
      width: 100%;
      max-width: 330px;
    }
  }

  @media (max-width: 390px) {
    .fcwt-form-info h2 {
      font-size: 30px;
    }

    .fcwt-benefit-item {
      padding: 14px 15px;
    }

    .fcwt-benefit-item p {
      font-size: 14px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d9a39e6 */.fcwt-schedule-section,
  .fcwt-schedule-section * {
    box-sizing: border-box;
  }

  .fcwt-schedule-section {
    width: 100%;
    padding: 85px 20px;
    background: #ffffff;
  }

  .fcwt-schedule-container {
    max-width: 1180px;
    margin: 0 auto;
  }

  .fcwt-schedule-header {
    max-width: 780px;
    margin: 0 auto 46px;
    text-align: center;
  }

  .fcwt-schedule-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(236, 33, 122, 0.10);
    color: #EC217A;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }

  .fcwt-schedule-header h2 {
    margin: 0 0 16px;
    color: #161616;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.1;
    font-weight: 800;
  }

  .fcwt-schedule-header p {
    margin: 0;
    color: #666666;
    font-size: 18px;
    line-height: 1.7;
  }

  .fcwt-schedule-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }

  .fcwt-schedule-card {
    position: relative;
    padding: 32px 22px;
    background: #ffffff;
    border: 1px solid rgba(236, 33, 122, 0.14);
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 18px 45px rgba(18, 18, 18, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .fcwt-schedule-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(236, 33, 122, 0.08),
      rgba(236, 33, 122, 0)
    );
    opacity: 0;
    transition: all 0.3s ease;
  }

  .fcwt-schedule-card:hover {
    transform: translateY(-8px);
    border-color: rgba(236, 33, 122, 0.35);
    box-shadow: 0 24px 55px rgba(236, 33, 122, 0.16);
  }

  .fcwt-schedule-card:hover::before {
    opacity: 1;
  }

  .fcwt-schedule-time {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 12px 18px;
    border-radius: 50px;
    background: #EC217A;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(236, 33, 122, 0.28);
  }

  .fcwt-schedule-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    color: #161616;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
  }

  .fcwt-schedule-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
  }

  .fcwt-schedule-cta {
    margin: 42px auto 0;
    padding: 28px 30px;
    max-width: 760px;
    background: #fafafa;
    border: 1px solid rgba(236, 33, 122, 0.12);
    border-radius: 24px;
    text-align: center;
  }

  .fcwt-schedule-cta p {
    margin: 0 0 18px;
    color: #222222;
    font-size: 20px;
    font-weight: 800;
  }

  .fcwt-schedule-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 28px;
    border-radius: 50px;
    background: #EC217A;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(236, 33, 122, 0.30);
    transition: all 0.3s ease;
  }

  .fcwt-schedule-cta a:hover {
    background: #c91866;
    color: #ffffff;
    transform: translateY(-3px);
  }

  @media (max-width: 992px) {
    .fcwt-schedule-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
    }
  }

  @media (max-width: 768px) {
    .fcwt-schedule-section {
      padding: 65px 16px;
    }

    .fcwt-schedule-header {
      margin-bottom: 34px;
    }

    .fcwt-schedule-header h2 {
      font-size: 34px;
    }

    .fcwt-schedule-header p {
      font-size: 16px;
    }

    .fcwt-schedule-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .fcwt-schedule-card {
      padding: 24px 12px;
      border-radius: 20px;
    }

    .fcwt-schedule-time {
      margin-bottom: 14px;
      padding: 10px 12px;
      font-size: 15px;
    }

    .fcwt-schedule-card h3 {
      font-size: 18px;
      margin-bottom: 9px;
    }

    .fcwt-schedule-card p {
      font-size: 13px;
      line-height: 1.5;
    }

    .fcwt-schedule-cta {
      margin-top: 34px;
      padding: 24px 18px;
      border-radius: 22px;
    }

    .fcwt-schedule-cta p {
      font-size: 18px;
    }

    .fcwt-schedule-cta a {
      width: 100%;
      max-width: 330px;
      padding: 14px 20px;
      font-size: 14px;
    }
  }

  @media (max-width: 390px) {
    .fcwt-schedule-section {
      padding: 55px 12px;
    }

    .fcwt-schedule-header h2 {
      font-size: 30px;
    }

    .fcwt-schedule-card {
      padding: 22px 9px;
    }

    .fcwt-schedule-time {
      font-size: 13px;
      padding: 9px 10px;
    }

    .fcwt-schedule-card h3 {
      font-size: 16px;
    }

    .fcwt-schedule-card p {
      font-size: 12px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6db6de3 */.fcwt-location-section,
  .fcwt-location-section * {
    box-sizing: border-box;
  }

  .fcwt-location-section {
    width: 100%;
    padding: 90px 20px;
    background: #fafafa;
  }

  .fcwt-location-container {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 45px;
    align-items: center;
  }

  .fcwt-location-label {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(236, 33, 122, 0.10);
    color: #EC217A;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }

  .fcwt-location-info h2 {
    margin: 0 0 20px;
    color: #161616;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 800;
  }

  .fcwt-location-info > p {
    margin: 0 0 28px;
    color: #666666;
    font-size: 18px;
    line-height: 1.7;
  }

  .fcwt-location-details {
    display: grid;
    gap: 16px;
    margin-bottom: 30px;
  }

  .fcwt-location-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(18, 18, 18, 0.06);
    border: 1px solid rgba(236, 33, 122, 0.10);
  }

  .fcwt-location-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EC217A;
    border-radius: 50%;
    box-shadow: 0 12px 25px rgba(236, 33, 122, 0.24);
  }

  .fcwt-location-icon svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
  }

  .fcwt-location-item h3 {
    margin: 0 0 6px;
    color: #161616;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
  }

  .fcwt-location-item p {
    margin: 0;
    color: #666666;
    font-size: 15px;
    line-height: 1.5;
  }

  .fcwt-location-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }

  .fcwt-location-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .fcwt-location-btn-primary {
    background: #EC217A;
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(236, 33, 122, 0.30);
  }

  .fcwt-location-btn-primary:hover {
    background: #c91866;
    color: #ffffff;
    transform: translateY(-3px);
  }

  .fcwt-location-btn-secondary {
    background: #ffffff;
    color: #EC217A;
    border: 2px solid rgba(236, 33, 122, 0.25);
  }

  .fcwt-location-btn-secondary:hover {
    background: rgba(236, 33, 122, 0.08);
    color: #EC217A;
    transform: translateY(-3px);
  }

  .fcwt-map-box {
    width: 100%;
    height: 520px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(18, 18, 18, 0.12);
    border: 1px solid rgba(236, 33, 122, 0.14);
    background: #ffffff;
  }

  .fcwt-map-box iframe {
    display: block;
    width: 100%;
    height: 100%;
  }

  @media (max-width: 992px) {
    .fcwt-location-container {
      grid-template-columns: 1fr;
      gap: 35px;
    }

    .fcwt-location-info {
      text-align: center;
    }

    .fcwt-location-item {
      text-align: left;
    }

    .fcwt-location-buttons {
      justify-content: center;
    }
  }

  @media (max-width: 768px) {
    .fcwt-location-section {
      padding: 65px 16px;
    }

    .fcwt-location-info h2 {
      font-size: 34px;
    }

    .fcwt-location-info > p {
      font-size: 16px;
    }

    .fcwt-location-item {
      padding: 16px;
      border-radius: 16px;
    }

    .fcwt-location-icon {
      width: 42px;
      height: 42px;
      min-width: 42px;
    }

    .fcwt-location-icon svg {
      width: 22px;
      height: 22px;
    }

    .fcwt-location-buttons {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .fcwt-location-btn {
      width: 100%;
      padding: 14px 20px;
      font-size: 14px;
    }

    .fcwt-map-box {
      height: 380px;
      border-radius: 22px;
    }
  }

  @media (max-width: 390px) {
    .fcwt-location-section {
      padding: 55px 12px;
    }

    .fcwt-location-info h2 {
      font-size: 30px;
    }

    .fcwt-location-item h3 {
      font-size: 16px;
    }

    .fcwt-location-item p {
      font-size: 14px;
    }

    .fcwt-map-box {
      height: 330px;
    }
  }/* End custom CSS */