/*
 Theme Name: Peaks Child
 Theme URI: https://www.peaksdigitalmarketing.com/
 Description: Child theme for Divi
 Author: DevPEAKS
 Template: Divi
 Version: 1.0.0
*/

/* Header */
.top-bar-menu { display:flex; justify-content:flex-end; align-items:center; gap:12px; }
/* End Header */

/* Hero */
.head-purple {color:#2E3094;}
.head-purple.link:hover {color: #000;transition: color 0.3s ease-in-out;}
/* End Hero */

/* Home */
.page-id-12 .et-pb-contact-message {
    color: #fff;
}

.et_pb_contact_form .et_contact_bottom_container{
  display: flex !important;
  justify-content: center !important;
  width: 100%;
}

.et_pb_contact_form .et_contact_bottom_container .et_pb_button{
  margin-top: 10px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.no-link a{pointer-events: none; cursor: default;}

/* Services Page */
.corporate-events-col1 {
  margin-right:2%!important;
}
.corporate-events-col2 {
  margin-right:7.5%!important;
}

.page-id-374 .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item {
    width: 48.5%;
    margin-right: 3%;
    float: left; 
}

.page-id-374 .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n) {
    margin-right: 0; 
}

/* image Inline */
.image-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.image-row img {
  max-width: 100%;
  width: calc(50% - 10px);
  height: 350px; 
  object-fit: cover; 
}

.image-single {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.image-single img {
  max-width: 900px;
  width: 100%; 
  height: auto;
}

@media (max-width: 768px) {
  .image-single img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .image-row {
    flex-direction: column;
    align-items: center;
  }
  .image-row img {
    width: 100%;
    height: auto; 
  }
}


.av-image-gallery {
    max-width: 100%;
    margin: 0 auto; 
    padding: 10px;
}

.av-single-image {
    margin-bottom: 10px;
}

.av-single-image img {
    width: 100%;
    height: auto; 
    border-radius: 5px; 
    display: block;
}

.av-two-column-row {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px; 
}

.av-two-column-row img {
    width: calc(50% - 5px); 
    height: 100%; 
    object-fit: cover; 
    border-radius: 5px;
}

@media (min-width: 768px) {
    .av-two-column-row {
        justify-content: space-between;
    }
}

/* Blog */
.page-id-442 .et_pb_post .entry-featured-image-url {
    margin-bottom: 0px!important;
}

.blog-meta-bottom .et_pb_post {
  display: flex !important;
  flex-direction: column !important;
}
.blog-meta-bottom .et_pb_post .et_pb_image_container {
  order: 1;
}

.blog-meta-bottom .et_pb_post .entry-title {
  order: 2;
}

.blog-meta-bottom .et_pb_post .post-content {
  order: 3;
}
.blog-meta-bottom .et_pb_post .post-meta {
  order: 4; 
  margin-top: 20px;
}

/* Contact Page */


/* Ads LP */
.page-id-445 .header-one, .page-id-445 .header-two {display:none;}
.page-id-445 .footer-one {display:none;}

.page-id-445 .testimonial-section-wrapper {
  font-family: sans-serif;
  padding: 60px 0;
  color: white;
  overflow: hidden;
}

.page-id-445 .testimonial-section-wrapper h2 {
  font-weight: 900;
  text-align: center;
  color: #fff;
  font-size: 40px;
  margin-bottom: 50px;
}

.page-id-445 .testimonial-viewport-center {
  width: 100%;
  overflow: visible;
}

.page-id-445 .testimonial-slider-center {
  display: flex;
  align-items: center;
  padding: 0 5%;
  box-sizing: border-box;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.page-id-445 .testimonial-slide-center {
  flex: 0 0 45%;
  min-width: 0;
  margin: 0 15px;
  box-sizing: border-box;
  opacity: 0.5;
  transform: scale(0.85);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.page-id-445 .testimonial-slide-center.active {
  opacity: 1;
  transform: scale(1);
}

.page-id-445 .testimonial-card-center {
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 60px;
  padding: 40px;
  text-align: left;
  box-shadow: 0px 20px 30px -15px #e5383b;
  background-color: #1b0166;
  height: 100%;
  box-sizing: border-box;
}

.page-id-445 .testimonial-card-center p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.page-id-445 .testimonial-card-center .author {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
}

.page-id-445 .slider-nav-center {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.page-id-445 .slider-nav-center button {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.page-id-445 .slider-nav-center button:hover {
  border-color: white;
  background-color: rgba(255, 255, 255, 0.1);
}


/* MOBILE RESPONSIVE */
/* HEADER */
@media (max-width: 768px) {
 .top-bar-menu {
    justify-content: center;
 }
}




/* HEADINGS */
.h2custom-heading {
    color: #fff; 
    font-family: 'Unbounded', sans-serif; 
    font-size: 40px;
    font-weight: 800!important;
    text-align: center; 
    text-transform: uppercase;
    letter-spacing: 2px; 
    padding: 0px 10px 40px 10px; 
    width: 100%;
    box-sizing: border-box; 
}


