/* Split Gallery Content Component Styles */
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
/**************************************************
Theme Color Variables
Description: Centralized theme color system for component portability
**************************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
/* Split Gallery Content Component Styles */
/**************************************************
Stylesheet: Mixins Stylesheet
**************************************************/
/*******************
FONT MIXINS (size, color, weight, line-height)
********************/
/*********************
Column split into X columns
@include column-count(3);
*********************/
/*********************
Column split with px gap
@include column-gap(40px);
*********************/
/*********************
Column split style
@include column-rule-style(solid);
*********************/
/*********************
Column split border
@include column-rule(1px solid #ededed);
*********************/
/*********************
Background gradient 2 color
@include background-gradient($gray, #000);
*********************/
/*********************
Background gradient 3 color
@include accordion-gradient($gray, #000, #666);
*********************/
/*********************
Transform duration by X seconds
@include transition(1.5s);
*********************/
/*********************
Transform Rotate element by x degrees
@include rotate(180);
*********************/
/*********************
Creates a 6px arrow with pure css
@include arrow(#000);
*********************/
/*********************
Clip 10px corner off the bottom right corner
@include cornerclip(#000);
*********************/
/*********************
Clip 3px corner off the bottom right corner
@include cornerclipsmall(#000);
*********************/
/*********************
Clip 10px corner off the top right corner
@include cornercliptop(#000);
*********************/
/*********************
Clip 10px corner off the top left corner
@include cornercliptopleft(#000);
*********************/
/*********************
Enhanced CTA Button with Ripple Effect
Usage: @include enhanced-cta-button($bg-color, $text-color, $border-color, $hover-bg, $hover-text);
Example: @include enhanced-cta-button($brand-primary, $brand-white, $brand-primary, transparent, $brand-primary);
*********************/
.split-gallery-content {
  background-color: #F0F0F0 !important;
  padding: 52px 0;
  margin-top: 52px;
}
.split-gallery-content__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 125px;
  display: flex;
  gap: 137px;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .split-gallery-content__container {
    gap: 100px;
  }
}
@media (max-width: 1024px) {
  .split-gallery-content__container {
    flex-direction: column;
    gap: 40px;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .split-gallery-content__container {
    padding: 0 20px;
    gap: 30px;
  }
}
.split-gallery-content__images {
  flex: 0 0 566px;
  margin: 0 auto;
  max-width: 640px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 1024px) {
  .split-gallery-content__images {
    flex: none;
    width: 100%;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .split-gallery-content__images {
    gap: 15px;
  }
}
.split-gallery-content__image {
  overflow: hidden;
}
.split-gallery-content__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.split-gallery-content__image:first-child {
  grid-column: 1/-1;
}
.split-gallery-content__image:nth-child(2) {
  grid-column: 1;
}
.split-gallery-content__image:nth-child(3) {
  grid-column: 2;
}
.split-gallery-content__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1024px) {
  .split-gallery-content__content {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .split-gallery-content__content {
    gap: 30px;
  }
}
.split-gallery-content__section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.split-gallery-content__text-block {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
}
.split-gallery-content__text-content {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
}
.split-gallery-content__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 45px;
  color: #252526;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .split-gallery-content__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .split-gallery-content__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.split-gallery-content__body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #252526;
}
.split-gallery-content__body h1, .split-gallery-content__body h2, .split-gallery-content__body h3, .split-gallery-content__body h4, .split-gallery-content__body h5, .split-gallery-content__body h6 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.split-gallery-content__body h2 {
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .split-gallery-content__body h2 {
    font-size: 42px;
  }
}
.split-gallery-content__body h3 {
  font-size: 24px;
  line-height: 1.2;
}
.split-gallery-content__body p {
  margin: 0 0 15px 0;
}
.split-gallery-content__body p:last-child {
  margin-bottom: 0;
}
.split-gallery-content__body ul {
  list-style-type: disc;
  margin: 0 0 15px 0;
}
.split-gallery-content__body ul li {
  margin-bottom: 4px;
}
.split-gallery-content__body ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .split-gallery-content__body {
    font-size: 14px;
    line-height: 22px;
  }
  .split-gallery-content__body ul {
    padding-left: 20px;
  }
}
