/*==================================================
CONTACT HERO
==================================================*/

.pv-contact-hero {
  overflow: hidden;

  background: #fff;
  padding: 0px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/*==================================
Layout
==================================*/

.pv-contact-hero-wrapper {
  display: grid;

  grid-template-columns: 45% 55%;

  align-items: start;

  gap: 0px;
}

/*==================================
Left Content
==================================*/

.pv-contact-content {
  padding-right: 20px;
}

.pv-contact-label {
  display: inline-block;
  padding: 0px;
  color: #f4b400;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 15px 0px;
  width: auto;
  height: auto;
  background: none;
  text-transform: uppercase;
}

.pv-contact-content h1 {
  font-size: 64px;

  line-height: 1.1;

  font-weight: 800;

  color: #111;

  margin-bottom: 30px;
}

.pv-contact-content h1 span {
  color: #f4b400;
}

.pv-contact-content p {
  font-size: 18px;

  line-height: 1.9;

  color: #666;

  margin-bottom: 40px;

  max-width: 580px;
}

/*==================================
Buttons
==================================*/

.pv-contact-buttons {
  display: flex;

  gap: 18px;

  margin-bottom: 35px;
}

.pv-btn-primary,
.pv-btn-secondary {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  padding: 18px 32px;

  border-radius: 12px;

  font-weight: 700;

  text-decoration: none;

  transition: 0.3s;
}

.pv-btn-primary {
  background: #f4b400;

  color: #111;
}

.pv-btn-primary:hover {
  background: #111;

  color: #fff;
}

.pv-btn-secondary {
  background: #fff;

  color: #111;

  border: 2px solid #ddd;
}

.pv-btn-secondary:hover {
  background: #111;

  border-color: #111;

  color: #fff;
}

/*==================================
Happy Clients
==================================*/

.pv-contact-clients {
  display: flex;

  align-items: center;

  gap: 20px;
}

.pv-client-images {
  display: flex;
}

.pv-client-images img {
  width: 48px;

  height: 48px;

  border-radius: 50%;

  object-fit: cover;

  border: 3px solid #fff;

  margin-left: -12px;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.pv-client-images img:first-child {
  margin-left: 0;
}

.pv-client-info strong {
  display: block;

  font-size: 34px;

  font-weight: 800;

  color: #111;
}

.pv-client-info span {
  font-size: 15px;

  color: #666;
}

/*==================================
Right Side
==================================*/

.pv-contact-image {
  flex: 0 0 100%;
  max-width: 100%;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.pv-contact-image img {
  width: 100%;

  display: block;
  height: 100%;
}

/*==================================================
COMPANY STATS
==================================================*/

.pv-company-stats {
  padding: 80px 0;
}

.pv-company-stats-grid {
  display: grid;

  grid-template-columns: repeat(5, 1fr);

  background: #fff;

  border-radius: 20px;

  overflow: hidden;

  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

/*==================================
Card
==================================*/

.pv-stat-card {
  padding: 45px 30px;

  text-align: center;

  position: relative;

  transition: 0.35s ease;
}

.pv-stat-card:not(:last-child)::after {
  content: "";

  position: absolute;

  top: 50%;

  right: 0;

  transform: translateY(-50%);

  width: 1px;

  height: 70%;

  background: #ececec;
}

/*==================================
Hover
==================================*/

.pv-stat-card:hover {
  transform: translateY(-8px);

  background: #fffdf7;
}

/*==================================
Icon
==================================*/

.pv-stat-icon {
  width: 75px;

  height: 75px;

  margin: 0 auto 25px;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 2px solid #f4b400;

  border-radius: 50%;

  color: #f4b400;

  font-size: 34px;

  transition: 0.3s;
}

.pv-stat-card:hover .pv-stat-icon {
  background: #f4b400;

  color: #fff;
}

/*==================================
Number
==================================*/

.pv-stat-card h3 {
  font-size: 42px;

  font-weight: 800;

  color: #111;

  margin-bottom: 10px;
}

/*==================================
Title
==================================*/

.pv-stat-card h4 {
  font-size: 20px;

  font-weight: 700;

  color: #111;

  margin-bottom: 18px;

  line-height: 1.4;
}

/*==================================
Description
==================================*/

.pv-stat-card p {
  font-size: 15px;

  line-height: 1.8;

  color: #666;

  margin: 0;
}

/*==================================================
CONTACT FORM SECTION
==================================================*/

.pv-contact-form-section {
  padding: 80px 0;
}

.pv-contact-wrapper {
  display: grid;

  grid-template-columns: 2fr 1fr;

  background: #fff;

  border-radius: 20px;

  overflow: hidden;

  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

/*==================================
Left Form
==================================*/

.pv-contact-form {
  padding: 50px;
}

.pv-contact-heading {
  margin-bottom: 35px;
}

.pv-contact-heading h2 {
  font-size: 40px;

  font-weight: 800;

  color: #111;

  margin-bottom: 12px;
}

.pv-contact-heading span {
  display: block;

  width: 60px;

  height: 4px;

  background: #f4b400;

  border-radius: 50px;

  margin-bottom: 20px;
}

.pv-contact-heading p {
  font-size: 16px;

  line-height: 1.8;

  color: #666;
}

/*==================================
Form Grid
==================================*/

.pv-contact-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px;

  margin-bottom: 20px;
}

.pv-form-group {
  margin-bottom: 20px;
}

.pv-form-group input,
.pv-form-group select,
.pv-form-group textarea {
  width: 100%;

  border: 1px solid #e6e6e6;

  border-radius: 8px;

  padding: 16px 18px;

  font-size: 15px;

  color: #222;

  outline: none;

  transition: 0.3s;

  background: #fff;
}

.pv-form-group textarea {
  resize: none;
}

.pv-form-group input:focus,
.pv-form-group select:focus,
.pv-form-group textarea:focus {
  border-color: #f4b400;
}

/*==================================
Button
==================================*/

.pv-contact-btn {
  width: 100%;

  height: 58px;

  border: none;

  border-radius: 8px;

  background: #f4b400;

  color: #111;

  font-size: 17px;

  font-weight: 700;

  cursor: pointer;

  transition: 0.3s;
}

.pv-contact-btn i {
  margin-left: 10px;
}

.pv-contact-btn:hover {
  background: #111;

  color: #fff;
}

/*==================================
Right Side
==================================*/

.pv-contact-page .pv-contact-info {
  padding: 50px 40px;

  border-left: 1px solid #ececec;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

/*==================================
Info Box
==================================*/

.pv-info-box {
  display: flex;

  align-items: flex-start;

  gap: 18px;

  margin-bottom: 35px;
}

.pv-info-icon {
  width: 58px;

  height: 58px;

  min-width: 58px;

  border-radius: 50%;

  background: #f4b400;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 22px;
}
.pv-info-icon svg {
  width: 32px;
  height: 32px;
}

.pv-info-content h4 {
  font-size: 21px;

  font-weight: 700;

  color: #111;

  margin-bottom: 6px;
}

.pv-info-content p {
  font-size: 15px;

  line-height: 1.8;

  color: #666;

  margin: 0;
}

/*==================================================
OFFICE LOCATION
==================================================*/

.pv-office-location {
  padding: 80px 0;
}

.pv-office-wrapper {
  display: grid;

  grid-template-columns: 35% 65%;

  background: #fff;

  border-radius: 20px;

  overflow: hidden;

  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

/*==================================
Left Side
==================================*/

.pv-office-info {
  padding: 50px;

  border-right: 1px solid #ececec;
}

.pv-office-heading {
  margin-bottom: 40px;
}

.pv-office-heading h2 {
  font-size: 38px;

  font-weight: 800;

  color: #111;

  margin-bottom: 15px;
}

.pv-office-heading span {
  display: block;

  width: 60px;

  height: 4px;

  background: #f4b400;

  border-radius: 50px;
}

/*==================================
Office Box
==================================*/

.pv-office-box {
  display: flex;

  align-items: flex-start;

  gap: 18px;

  margin-bottom: 40px;
}

.pv-office-box:last-child {
  margin-bottom: 0;
}

/*==================================
Icon
==================================*/

.pv-office-icon {
  width: 55px;

  height: 55px;

  min-width: 55px;

  border-radius: 50%;

  background: #f4b400;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 20px;
}

/*==================================
Content
==================================*/

.pv-office-content h4 {
  font-size: 22px;

  font-weight: 700;

  color: #111;

  margin-bottom: 10px;
}

.pv-office-content p {
  font-size: 16px;

  line-height: 1.8;

  color: #666;

  margin: 0;
}

/*==================================
Right Side Map
==================================*/

.pv-office-map {
  position: relative;
}

.pv-office-map img {
  width: 100%;

  height: 100%;

  min-height: 420px;

  object-fit: cover;

  display: block;
}

.pv-stat-card .satisfaction-icon svg {
  width: 40px;
  height: 40px;
}
.pv-stat-card .satisfaction-icon svg path {
  fill: #919191;
}
.pv-stat-card:hover .satisfaction-icon svg path {
  fill: #fff;
}

.pv-contact-success {
  display: none;
  margin-top: 20px;
  padding: 18px 20px;
  background: #e8f8ec;
  border: 1px solid #28a745;
  border-radius: 8px;
  color: #155724;
  font-size: 16px;
  font-weight: 600;
}

/*=========================================
=      Contact Success Message
=========================================*/

.pv-contact-success {
  display: none;
  text-align: center;
  padding: 60px 40px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ececec;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.pv-success-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  font-size: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.pv-contact-success h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.pv-contact-success p {
  max-width: 500px;
  margin: 0 auto 30px;
  color: #666;
  line-height: 1.8;
}

.pv-send-another {
  padding: 15px 35px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: #ffb400;
  color: #111;
  font-weight: 600;
  transition: 0.3s;
}

.pv-send-another:hover {
  transform: translateY(-3px);
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/*==========================================
1024px
==========================================*/

@media (max-width: 1024px) {
  .pv-contact-hero {
    padding: 40px 0;
  }

  .pv-contact-hero-wrapper {
    display: flex;

    flex-direction: column;

    gap: 50px;
  }

  /* Content First */

  .pv-contact-content {
    order: 1;
    padding-right: 0;
    width: 100%;
  }
  .pv-contact-content h1 {
    text-align: center;
  }

  /* Image Second */

  .pv-contact-image {
    order: 2;

    width: 100%;
  }

  .pv-contact-content p {
    max-width: 700px;

    margin: 0 auto 35px;
  }

  .pv-contact-buttons {
    justify-content: center;
  }

  .pv-contact-clients {
    justify-content: center;
  }

  .pv-contact-image::before {
    border-radius: 40px;
  }

  .pv-contact-image::after {
    display: none;
  }

  .pv-contact-image img {
    height: auto;

    max-height: 650px;

    border-radius: 40px;
  }
  /*==================================================
COMPANY STATS
==================================================*/
  .pv-company-stats {
    padding: 40px 0;
  }

  .pv-company-stats-grid {
    display: flex;

    overflow-x: auto;

    overflow-y: hidden;

    gap: 20px;

    padding: 10px 20px 25px;

    scroll-snap-type: x mandatory;

    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;

    box-shadow: none;

    background: transparent;

    border-radius: 0;
  }

  .pv-company-stats-grid::-webkit-scrollbar {
    display: none;
  }

  .pv-stat-card {
    flex: 0 0 calc(50% - 10px);

    min-width: 320px;

    scroll-snap-align: start;

    background: #fff;

    border-radius: 20px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }

  .pv-stat-card::after {
    display: none;
  }

  /*==================================================
CONTACT FORM SECTION
==================================================*/
  .pv-contact-form-section {
    padding: 40px 0;
  }

  .pv-contact-wrapper {
    grid-template-columns: 1fr;
  }

  /* Form First */

  .pv-contact-form {
    order: 1;

    padding: 45px;
  }

  /* Contact Info Second */

  .pv-contact-page .pv-contact-info {
    order: 2;

    border-left: none;

    border-top: 1px solid #ececec;

    padding: 45px;
  }
  .pv-contact-page .contact-detail-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  /*==================================================
OFFICE LOCATION
==================================================*/

  .pv-office-location {
    padding: 70px 0;
  }

  .pv-office-wrapper {
    grid-template-columns: 1fr;
  }

  /* Office Info First */

  .pv-office-info {
    order: 1;

    border-right: none;

    border-bottom: 1px solid #ececec;

    padding: 45px;
  }

  /* Map Second */

  .pv-office-map {
    order: 2;
  }

  .pv-office-map img {
    min-height: 380px;
  }
}

/*==========================================
768px
==========================================*/

@media (max-width: 768px) {
  .pv-contact-hero {
    padding: 40px 0;
  }

  .pv-contact-content h1 {
    font-size: 46px;
  }

  .pv-contact-content p {
    font-size: 16px;
  }

  .pv-contact-buttons {
    flex-wrap: wrap;

    gap: 15px;
  }

  .pv-btn-primary,
  .pv-btn-secondary {
    width: 100%;

    justify-content: center;
  }

  .pv-contact-image img {
    width: 100%;
  }

  /*==================================================
COMPANY STATS
==================================================*/
  .pv-company-stats {
    padding: 60px 0;
  }

  .pv-company-stats-grid {
    padding: 10px 16px 20px;
  }

  .pv-stat-card {
    flex: 0 0 85%;

    min-width: 280px;

    padding: 40px 25px;
  }

  .pv-stat-icon {
    width: 65px;

    height: 65px;

    font-size: 28px;
  }

  .pv-stat-card h3 {
    font-size: 34px;
  }

  .pv-stat-card h4 {
    font-size: 18px;
  }

  /*==================================================
CONTACT FORM SECTION
==================================================*/

  .pv-contact-form-section {
    padding: 60px 0;
  }

  .pv-contact-page .pv-contact-form .pv-contact-info {
    padding: 35px;
  }

  .pv-contact-heading h2 {
    font-size: 34px;
  }

  .pv-contact-grid {
    grid-template-columns: 1fr;

    gap: 0;
  }

  .pv-form-group {
    margin-bottom: 18px;
  }

  .pv-contact-btn {
    height: 55px;

    font-size: 16px;
  }

  /*==================================================
OFFICE LOCATION
==================================================*/

  .pv-office-location {
    padding: 60px 0;
  }

  .pv-office-info {
    padding: 35px;
  }

  .pv-office-heading h2 {
    font-size: 32px;
  }

  .pv-office-box {
    gap: 16px;

    margin-bottom: 30px;
  }

  .pv-office-icon {
    width: 50px;

    height: 50px;

    min-width: 50px;

    font-size: 18px;
  }

  .pv-office-content h4 {
    font-size: 20px;
  }

  .pv-office-content p {
    font-size: 15px;
  }

  .pv-office-map img {
    min-height: 320px;
  }
}

/*==========================================
576px
==========================================*/

@media (max-width: 576px) {
  .pv-contact-hero {
    padding: 20px 0;
  }

  .pv-contact-hero .pv-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pv-contact-hero-wrapper {
    gap: 20px;
  }

  .pv-contact-label {
    font-size: 12px;

    padding: 7px 0px;
  }

  .pv-contact-content h1 {
    font-size: 34px;
    text-align: left;
    line-height: 1.2;
  }

  .pv-contact-content p {
    font-size: 15px;

    line-height: 1.8;
  }

  .pv-contact-clients {
    flex-direction: column;

    gap: 15px;
  }

  .pv-client-info {
    text-align: center;
  }

  .pv-client-info strong {
    font-size: 28px;
  }

  .pv-client-images img {
    width: 42px;

    height: 42px;
  }

  .pv-contact-image img {
    border-radius: 25px;
  }
  /*==================================================
COMPANY STATS
==================================================*/

  .pv-company-stats-grid {
    gap: 15px;

    padding: 10px 15px 20px;
  }

  .pv-stat-card {
    flex: 0 0 92%;

    min-width: 260px;

    padding: 35px 20px;
  }

  .pv-stat-icon {
    width: 60px;

    height: 60px;

    font-size: 26px;
  }
  .pv-contact-page .pv-stat-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  }

  .pv-stat-card h3 {
    font-size: 30px;
  }

  .pv-stat-card h4 {
    font-size: 17px;
  }

  .pv-stat-card p {
    font-size: 14px;
  }

  /*==================================================
CONTACT FORM SECTION
==================================================*/
  .pv-contact-page .contact-detail-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pv-contact-form-section {
    padding: 20px 0px;
  }
  .pv-contact-page .pv-contact-form .pv-contact-info {
    padding: 25px;
  }

  .pv-contact-heading h2 {
    font-size: 28px;
  }

  .pv-contact-heading p {
    font-size: 15px;
  }

  .pv-contact-heading span {
    width: 50px;
  }

  .pv-form-group input,
  .pv-form-group select,
  .pv-form-group textarea {
    padding: 15px;

    font-size: 14px;
  }

  .pv-contact-btn {
    height: 52px;

    font-size: 15px;
  }

  .pv-info-box {
    gap: 15px;

    margin-bottom: 28px;
  }

  .pv-info-icon {
    width: 50px;

    height: 50px;

    min-width: 50px;

    font-size: 18px;
  }

  .pv-info-content h4 {
    font-size: 18px;
  }

  .pv-info-content p {
    font-size: 14px;
  }

  /*==================================================
OFFICE LOCATION
==================================================*/

  .pv-office-info {
    padding: 25px;
  }

  .pv-office-heading {
    margin-bottom: 30px;
  }

  .pv-office-heading h2 {
    font-size: 28px;
  }

  .pv-office-heading span {
    width: 50px;
  }

  .pv-office-box {
    gap: 15px;

    margin-bottom: 25px;
  }

  .pv-office-icon {
    width: 45px;

    height: 45px;

    min-width: 45px;

    font-size: 16px;
  }

  .pv-office-content h4 {
    font-size: 18px;

    margin-bottom: 6px;
  }

  .pv-office-content p {
    font-size: 14px;

    line-height: 1.7;
  }

  .pv-office-map img {
    min-height: 260px;
  }
  .pv-contact-page-contact .pv-contact-container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

/*==========================================
420px
==========================================*/

@media (max-width: 420px) {
  .pv-contact-content h1 {
    font-size: 28px;
  }

  .pv-contact-content p {
    font-size: 14px;
  }

  .pv-btn-primary,
  .pv-btn-secondary {
    padding: 15px 20px;

    font-size: 14px;
  }

  .pv-client-images img {
    width: 38px;

    height: 38px;
  }
  /*==================================================
COMPANY STATS
==================================================*/
  .pv-stat-card {
    flex: 0 0 94%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  }

  .pv-stat-icon {
    width: 55px;

    height: 55px;

    font-size: 24px;
  }

  .pv-stat-card h3 {
    font-size: 28px;
  }

  /*==================================================
CONTACT FORM SECTION
==================================================*/
  .pv-contact-page .pv-contact-form .pv-contact-info {
    padding: 20px;
  }

  .pv-contact-heading h2 {
    font-size: 24px;
  }

  .pv-contact-heading p {
    font-size: 14px;

    line-height: 1.7;
  }

  .pv-form-group input,
  .pv-form-group select,
  .pv-form-group textarea {
    padding: 14px;
  }

  .pv-contact-btn {
    height: 50px;

    font-size: 14px;
  }

  .pv-info-icon {
    width: 45px;

    height: 45px;

    min-width: 45px;

    font-size: 16px;
  }

  .pv-info-content h4 {
    font-size: 17px;
  }

  .pv-info-content p {
    font-size: 13px;
  }

  /*==================================================
OFFICE LOCATION
==================================================*/
  .pv-office-info {
    padding: 20px;
  }

  .pv-office-heading h2 {
    font-size: 24px;
  }

  .pv-office-content h4 {
    font-size: 17px;
  }

  .pv-office-content p {
    font-size: 13px;
  }

  .pv-office-map img {
    min-height: 220px;
  }
}
