/*
Theme Name: Hello Elementor Child
Theme URI: https://webicine.com
Description: Child theme for Hello Elementor
Author: Webicine
Author URI: https://webicine.com
Template: hello-elementor
Version: 1.0
*/
/* Webicine Secondary Button */
.elementor-widget-button.btn-secondary .elementor-button {
    background-color: transparent !important;
    color: var(--e-global-color-primary) !important;
    border: 2px solid var(--e-global-color-primary) !important;
    border-radius: 6px !important;
    padding: 14px 22px !important;
}

.elementor-widget-button.btn-secondary .elementor-button:hover,
.elementor-widget-button.btn-secondary .elementor-button:focus {
    background-color: var(--e-global-color-primary) !important;
    color: #ffffff !important;
    border-color: var(--e-global-color-primary) !important;
}
/* Webicine Before/After Project Grid */
.webicine-before-after-grid {
    display: grid;
    gap: 40px;
}

.webicine-before-after-item {
    width: 100%;
}

.webicine-before-after-caption {
    margin-bottom: 16px;
    font-size: 22px;
}

.webicine-before-after-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.webicine-before-after-photo {
    position: relative;
}

.webicine-before-after-photo span {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0,0,0,0.75);
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
}

.webicine-before-after-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .webicine-before-after-pair {
        grid-template-columns: 1fr;
    }
}
/* Webicine Additional Project Photos */
.webicine-additional-photos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.webicine-additional-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .webicine-additional-photos-grid {
        grid-template-columns: 1fr;
    }
}
/* Webicine Featured Projects Grid */
.webicine-projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.webicine-project-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.webicine-project-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.webicine-project-card h3 {
    margin: 14px 0 0;
    font-size: 20px;
    line-height: 1.3;
}

.webicine-project-card a {
    text-decoration: none;
    color: inherit;
}

@media (max-width: 767px) {
    .webicine-projects-grid {
        grid-template-columns: 1fr;
    }
}
/* Webicine Local Gallery */
.webicine-local-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.webicine-local-gallery-item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .webicine-local-gallery-grid {
        grid-template-columns: 1fr;
    }
}
/* Webicine Service Area Map */
.webicine-service-area-map iframe {
    border-radius: 8px;
    display: block;
}

.webicine-map-address {
    margin-top: 10px;
    font-size: 14px;
    opacity: 0.8;
}
/* Webicine Service Cards */
.service-card {
    border: 1px solid #e8e3dc;
    border-radius: 12px;
    padding: 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.service-card .elementor-icon-box-icon {
    transition: transform 0.25s ease;
}

.service-card:hover .elementor-icon-box-icon {
    transform: scale(1.08);
}
/* Webicine Project Cards */
.project-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

.project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

.project-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}
.service-area-link {
    transition: transform 0.2s ease;
}

.service-area-link:hover {
    transform: translateX(4px);
}
.review-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 35px;
}
.review-page-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 45px;
}
/* Goldy's FAQ Accordion */
.goldys-faq-accordion {
    max-width: 100%;
}

.goldys-faq-item {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    margin-bottom: 14px;
    overflow: hidden;
    background: #FFFFFF;
}

/* Question row */
.goldys-faq-question {
    width: 100%;
    background: #FAFAFA !important;
    color: #222222 !important;
    border: 0;
    padding: 20px 24px;

    display: flex;
    align-items: center;
    gap: 14px;

    cursor: pointer;
    text-align: left;

    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;

    transition: background-color .2s ease;
}

.goldys-faq-question:hover {
    background: #F3F3F3 !important;
}

/* Question text */
.goldys-faq-question span:first-child {
    flex-shrink: 0;
}

/* Plus / Minus icon */
.goldys-faq-icon {
    width: 20px;
    min-width: 20px;

    color: #222222;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

/* Answer area */
.goldys-faq-answer {
    background: #FFFFFF;
    border-top: 1px solid #E5E5E5;
    padding: 22px 28px;

    color: #555555;
    font-size: 16px;
    line-height: 1.8;
}

.goldys-faq-answer p {
    margin: 0;
}

/* Mobile */
@media (max-width: 767px) {

    .goldys-faq-question {
        padding: 18px;
        font-size: 17px;
    }

    .goldys-faq-answer {
        padding: 18px 20px;
        font-size: 15px;
    }
}
/* Service Area Cards */
.service-area-card {
    transition: transform .25s ease, box-shadow .25s ease;
}

.service-area-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}
.process-timeline {
  position: relative;
}

/* Vertical dashed line */
.process-timeline {
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 37px;
}


.process-timeline::before {
  content: "";
  position: absolute;
  top: 45px;
  bottom: auto !important;
  left: 14px;
  height: calc(100% - 360px);
  border-left: 2px dashed #bf5661;
  z-index: 0;
}

.process-card {
  position: relative;
  z-index: 1;
}

.process-card::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 45px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 3px solid #bf5661;
  border-radius: 50%;
  z-index: 2;
}
.process-card::after {
  content: "";
  position: absolute;
  left: -28px;
  top: 52px;
  width: 28px;
  border-top: 2px solid #bf5661;
  z-index: 1;
}
@media (max-width: 767px) {
  .process-timeline {
    padding-left: 32px;
  }

  .process-timeline::before {
    left: 14px;
	top: 42px;
    height: calc(100% - 510px);
  }

  .process-card::before {
    left: -29px;
    top: 32px;
  }

  .process-card::after {
    left: -16px;
    top: 39px;
    width: 15px;
  }
}
.gallery-image-ratio {
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.gallery-image-ratio .elementor-widget-image,
.gallery-image-ratio .elementor-widget-container,
.gallery-image-ratio img {
  width: 100%;
  height: 100%;
}

.gallery-image-ratio img {
  object-fit: cover;
  display: block;
}
.care-guide-card {
  background: #ffffff;
  border-left: 4px solid #bf5661;
  border-radius: 12px;
  padding: 26px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

.care-guide-card h3 {
  margin-bottom: 10px;
}
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input[type="submit"],
body .gform_wrapper .gform_button {
  background: #bf5661 !important;
  color: #ffffff !important;
  border: 2px solid #bf5661 !important;
  border-radius: 999px !important;
  padding: 13px 28px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input[type="submit"]:hover,
body .gform_wrapper .gform_button:hover {
  background: #ffffff !important;
  color: #bf5661 !important;
  border-color: #bf5661 !important;
}
/* Gravity Forms advanced file upload button */
body .gform_wrapper .ginput_container_fileupload .gform_button,
body .gform_wrapper .ginput_container_fileupload button[type="button"],
body .gform_wrapper .ginput_container_fileupload input[type="button"] {
  background: #bf5661 !important;
  color: #ffffff !important;
  border: 2px solid #bf5661 !important;
  border-radius: 999px !important;
  padding: 11px 24px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

body .gform_wrapper .ginput_container_fileupload .gform_button:hover,
body .gform_wrapper .ginput_container_fileupload button[type="button"]:hover,
body .gform_wrapper .ginput_container_fileupload input[type="button"]:hover {
  background: #ffffff !important;
  color: #bf5661 !important;
  border-color: #bf5661 !important;
}
/* File upload drop area */
body .gform_wrapper .ginput_container_fileupload .gform_drop_area {
  border: 2px dashed #d8d8d8;
  border-radius: 12px;
  background: #fafafa;
  padding: 28px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-header-iconbox .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .tablet-header-iconbox .elementor-icon-box-icon {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tablet-header-iconbox .elementor-icon-box-content {
    display: flex;
    align-items: center;
  }

  .tablet-header-iconbox .elementor-icon-box-title {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  .tablet-header-iconbox .elementor-icon-box-title a,
  .tablet-header-iconbox .elementor-icon-box-title span {
    line-height: 1 !important;
  }
}
@media (max-width: 767px) {
  .crc-mobile-buttons-row {
    min-height: 72px !important;
    height: 72px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch !important;
  }

  .crc-mobile-buttons-row > .e-con-inner,
  .crc-mobile-buttons-row > .elementor-container {
    min-height: 72px !important;
    height: 72px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch !important;
  }

  .crc-mobile-buttons-row .e-con {
    min-height: 72px !important;
    height: 72px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .crc-mobile-buttons-row .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .crc-mobile-buttons-row .elementor-icon-box-icon {
    margin: 0 !important;
    line-height: 1 !important;
  }

  .crc-mobile-buttons-row .elementor-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
  }

  .crc-mobile-buttons-row .elementor-icon-box-title {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.1 !important;
  }

  .crc-mobile-buttons-row .elementor-icon-box-title a,
  .crc-mobile-buttons-row .elementor-icon-box-title span {
    line-height: 1.1 !important;
  }
}
@media (max-width: 767px) {
  .crc-mobile-buttons-row .elementor-heading-title {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.05 !important;
  }

  .crc-mobile-buttons-row .elementor-widget-heading {
    margin-bottom: 0 !important;
  }
}
/* CRC Comparison Table */
.crc-comparison-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.crc-comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 15px;
  line-height: 1.45;
}

.crc-comparison-table th,
.crc-comparison-table td {
  padding: 18px 20px;
  border: 1px solid #e3e3e3;
  text-align: center;
  vertical-align: middle;
}

.crc-comparison-table thead th {
  background: #374878;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
}

.crc-comparison-table thead th:first-child {
  background: #333333;
}

.crc-comparison-table tbody td:first-child {
  background: #bf5661;
  color: #ffffff;
  font-weight: 700;
  width: 26%;
}

.crc-comparison-table tbody td:nth-child(2) {
  font-weight: 600;
  color: #2d365f;
}

.crc-comparison-table tbody tr:nth-child(even) td:not(:first-child) {
  background: #f7f7f5;
}

/* Mobile table spacing */
@media (max-width: 767px) {
  .crc-comparison-table-wrap {
    border-radius: 10px;
  }

  .crc-comparison-table {
    font-size: 14px;
    min-width: 720px;
  }

  .crc-comparison-table th,
  .crc-comparison-table td {
    padding: 14px 16px;
  }
}
.mobile-table-hint {
  display: none;
}

@media (max-width: 767px) {
  .mobile-table-hint {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #666666;
    margin-bottom: 12px;
  }
}