/* 
  7 Kings Marketing - About Us Section 
  100% Design Match Refinements
*/

.about-us-section {
  padding: 60px 0;
  background-color: #ffffff;
  max-width: 1326px; 
  width: 100%;
  margin: 0 auto;
  font-family: 'Outfit', 'Inter', sans-serif;
  padding-bottom: 0;
}


.about-us-left-head {
    padding-bottom: 50px;
}

.about-us-eyebrow .field--name-field-eyebrow {
    display: flex;
    align-items: center;
    color: #6C757D;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.02em;
}

.about-us-eyebrow .field--name-field-eyebrow::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #30A3FF;
    margin-right: 15px;
    box-shadow: 0px 0px 12px rgba(48, 163, 255, 0.7); /* Premium Glow */
}

/* Dual-Color Muted Headline Effect */
.about-us-heading .field--name-field-animated-headline p {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.025em;
    margin: 0;
    /* Create the black-to-grey transition across the text block */
    background: linear-gradient(to right, #111 0%, #111 60%, #999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* BOTTOM SECTION STYLES */

/* icon Element Styling - Premium Polish */
.paragraph--type--icon-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0;
    border-bottom: 1px solid #F2F2F2;
}

.paragraph--type--icon-feature-item:first-child {
  padding-top: 0;
}

.paragraph--type--icon-feature-item:last-child {
    border-bottom: 0;
    border-bottom: unset;
}

/* Left Icon Column with centere floating divider */
.paragraph--type--icon-feature-item .field--name-field-icon {
  flex: 0 0 90px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}

.paragraph--type--icon-feature-item .field--name-field-icon img {
    width: 48px;
    height: 48px;
    filter: grayscale(1) opacity(0.3); /* Muted aesthetic per design */
    transition: filter 0.3s ease;
}

.paragraph--type--icon-feature-item:hover .field--name-field-icon img {
    filter: grayscale(0) opacity(1);
}

/* Right Content */
.paragraph--type--icon-feature-item .feature-content {
padding-left: 32px;
  border-left: 1px solid #e0e0e0;
  padding-top: 15px;
}


.paragraph--type--icon-feature-item .field--name-field-title {
    font-size: 19px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}

.paragraph--type--icon-feature-item .field--name-field-description {
    font-size: 15px;
    color: #777;
    line-height: 1.55;
    max-width: 450px;
}

/* Video Block Styling (The "Marketing" Box) */
.about-us-video {
  width: 220px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
}

.about-us-video .field--name-field-bottom-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Stats and CTA Block */
.about-us-bottom-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.about-us-stat h3 {
    font-size: 56px;
    font-weight: 800;
    color: #111;
    margin: 0;
    line-height: 1;
    letter-spacing: -0.03em;
}

.about-us-stat h3 .field--name-field-stat-number::after {
content: "+";
  font-size: 32px;
  color: #111;
  vertical-align: top;
  position: relative;
  top: 6px;
  margin-left: 2px;
  font-weight: bold;
}

.about-us-stat .field--name-field-stat-label {
font-size: 13px;
  margin-top: 5px;
  text-transform: capitalize;
  letter-spacing: 0.01em;
}

/* CTA styling - Perfect Black Circle Arrow */
.about-us-cta a {
    display: inline-flex;
    align-items: center;
    color: #111;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
    transition: color 0.3s ease;
}

.about-us-cta a::before {
    content: "\2192"; /* Arrow character */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 16px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.about-us-cta a:hover {
    color: #30A3FF;
}

.about-us-cta a:hover::before {
    background-color: #30A3FF;
    transform: translateX(5px);
}

/* Right Column (Main Image) */
.about-us-image {
    padding-left: 40px;
}

.about-us-image img {
    width: 100%;
    height: 580px; /* Aligned height */
    object-fit: cover;
    border-radius: 24px; /* More premium rounding */
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}
.field--name-field-feature-items > .field__item{
border-bottom: 1px solid #e0e0e0;
}

.field--name-field-feature-items > .field__item:last-child{
  border-bottom: unset;
}

/* Base */
.paragraph--type--icon-feature-item .feature-content {
  position: relative;
  z-index: 1;
}

/* Gradient overlay (hidden initially) */
.paragraph--type--icon-feature-item .feature-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background: linear-gradient(
    90deg,
    rgba(102, 102, 102, 0) 0%,
    rgba(102, 102, 102, 0.15) 30%,
    rgba(102, 102, 102, 0.15) 70%,
    rgba(102, 102, 102, 0) 100%
  );

  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Hover trigger */
.paragraph--type--icon-feature-item:hover .feature-content::before {
  opacity: 1;
}
.about-us-features {
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  padding-right: 37px;
}
.about-us-left .about-us-bottom{
  justify-content: space-evenly;
    padding: 23px 0px;
    border-right: 1px solid #D9D9D9;
}

/* Responsive removed - moved to responsive.css */

