/* Minified build placeholder: identical to main.css to preserve styles. Replace with tool-minified output when available. */
/* Source: css/main.css */
/* --- START CSS --- */
/* Show desktop diamonds by default, hide mobile */
.diamonds-desktop { display: block; }
.diamonds-mobile { display: none; }

/* Figma Step by Step Process */
/* Figma Step by Step Process - refined */
.process-figma {
  position: relative;
  width: 1152px;
  height: 432px;
  margin: 0 auto 40px auto;
}
@media (max-width: 600px) {
  .diamonds-desktop { display: none !important; }
  .diamonds-mobile { display: block !important; }
  .process-figma {
    width: 100%;
    height: auto;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }
  .diamond-outline, .diamond {
    width: 120px !important;
    height: 120px !important;
    border-radius: 10px !important;
    position: static !important;
    margin: 0 auto 24px auto !important;
    left: unset !important;
    top: unset !important;
    display: block !important;
  }
  .diamond-text {
    font-size: 14px !important;
    width: 80px !important;
    padding: 0 !important;
  }
}

@media (max-width: 600px) {
  .process-figma {
    width: 100%;
    height: auto;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }
  .diamond-outline {
    width: 120px !important;
    height: 120px !important;
    border-radius: 10px !important;
    position: static !important;
    margin: 0 auto 24px auto !important;
    left: unset !important;
    top: unset !important;
    display: block !important;
  }
  .diamond {
    width: 110px !important;
    height: 110px !important;
    border-radius: 10px !important;
    position: static !important;
    margin: 0 auto 24px auto !important;
    left: unset !important;
    top: unset !important;
    display: block !important;
  }
  .diamond-text {
    font-size: 14px !important;
    width: 80px !important;
    padding: 0 !important;
  }
}

.diamond-outline {
  position: absolute;
  width: 184.16px;
  height: 184.16px;
  border-radius: 18px;
  transform: rotate(45deg);
  border: 2px dashed rgba(255,255,255,0.25);
  box-sizing: border-box;
}
.diamond-outline:hover {
    cursor: pointer;
}
.diamond:hover {
    cursor: pointer;
}

.diamond {
  position: absolute;
  width: 144.15px;
  height: 144.15px;
  background: linear-gradient(135deg, #194BFD 0%, #001F8F 100%);
  box-shadow: 0px 25px 36px rgba(0,0,0,0.25), 0px 4px 40px #000 inset;
  border-radius: 12px;
  transform: rotate(45deg);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.diamond-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 110px;
  font-family: 'Space Grotesk', 'Inter', Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -0.08em;
  color: #fff;
  pointer-events: none;
}

.arrow {
  position: absolute;
  width: 33px;
  height: 33px;
  pointer-events: none;
  z-index: 2;
}
/* Step by Step diamonds vertical alignment fix */
.process-figma .diamond-outline {
  /* Top row positions unchanged */
}
.process-figma .diamond-outline.bottom {
  /* Center lower diamonds within outlines */
  left: calc(50% - 92px);
}
.process-figma .diamond.bottom {
  /* Center lower diamonds inside outlines */
  left: calc(50% - 72px);
}
.process-figma .arrow {
  /* Only show arrows for lower diamonds */
  display: none;
}
.process-figma .arrow.down {
  display: block;
}
@font-face {
  font-family: 'InterBold';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'InterMedium';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
 General and Typography 
========================================================================== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  overflow-x: hidden;
}

body {
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
    overflow-x: hidden;
    font-family: 'InterMedium', serif;
}
img {
    max-height:100%;
    max-width:100%;
}


#header .banner h1{
    font-family:'InterBold',serif;
}

.navbar-brand h2, #header .subtitle h4 {
    font-family: 'InterMedium', serif;
}

#header {
    position: static;
    overflow: hidden;
    background: url('../img/baner.png') center top/cover no-repeat;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 65px;
    margin-bottom: -65px;
}

#header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0);
    z-index: -1;
}

#header .container {
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
}

/* Hero styles */
.hero-title {
    font-family: 'InterBold', serif;
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
    text-shadow: none;
}

.hero-subtitle {
    font-family: 'InterMedium', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 42px;
    line-height: 58px;
    letter-spacing: -0.08em;
    color: #C0C0C0;
    text-shadow: none;
    margin-bottom: 2.5rem;
}

.hero-buttons {
    margin-top: 2rem;
}

.hero-buttons .btn {
    padding: 12px 30px;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
    margin: 0 10px;
    display: inline-block;
    box-shadow: none;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 1px solid transparent;
}

.hero-buttons .btn:hover {
    transform: translateY(-2px);
}

.hero-buttons .btn-primary {
    background: #3D68FF;
    border-color: #3D68FF;
    color: white;
}

.hero-buttons .btn-primary:hover {
    background: #2557ff;
    border-color: #2557ff;
}

.hero-buttons .btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: white;
    background: transparent;
}

.hero-buttons .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    color: white;
}

.hero-content {
    position: relative;
    z-index: 2;
}

/* Navigation styles */
.navbar {
    background: rgba(17, 17, 17, 0.8) !important;
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 0;
}

.navbar-brand {
    padding: 0.5rem 0;
}

.logo-img {
    height: 45px;
    width: auto;
}

.navbar-nav .nav-link {
    font-size: 1rem;
    padding: 0.5rem 1.2rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-family: 'InterMedium', serif;
    transition: color 0.3s ease;
    font-weight: 500;
}

.navbar-nav .nav-link:hover {
    color: white !important;
}

.btn-outline-light {
    border-radius: 25px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: white;
    background: transparent;
    transition: all 0.3s ease;
    padding: 8px 20px;
    font-size: 0.9rem;
}

.btn-outline-light:hover {
    background: white;
    color: #000;
    border-color: white;
}

/* Dark wrapper styles */
.dark-wrapper {
    background: #1a1a1a;
    color: white;
    padding: 60px 0;
}

.section-title {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.audience-item {
    padding: 2rem 1rem;
}

.audience-item h4 {
    font-size: 1.3rem;
    margin: 1rem 0;
    color: white;
}

.audience-item p {
    opacity: 0.8;
    line-height: 1.6;
}

/* New audience cards styles */
.audience-cards {
    margin-top: 3rem;
}

.audience-card {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}


.card-image {
    position: relative;
    height: 350px;
    overflow: hidden;
}

/* Mobile-only extra images under audience cards */
.mobile-extra { display: none; margin-top: 12px; border-radius: 16px; }
@media (max-width: 576px) {
  .mobile-extra { display: block; }
  .audience-card .card-image { margin-bottom: 0; }
}

/* Diamond Flow Design */
.diamond-flow-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.diamond-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 2rem;
}

.diamond-box {
    box-sizing: border-box;
    width: 184.16px;
    height: 184.16px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    border-radius: 18px;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px dashed rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.diamond-box:hover {
    transform: rotate(45deg) scale(1.1);
    border-color: rgba(255, 255, 255, 0.6);
}

.diamond-box span {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    transform: rotate(-45deg);
    white-space: nowrap;
}

.arrow-down, .arrow-up {
    width: 0;
    height: 0;
    position: relative;
}

.arrow-down {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid #2a5298;
}

.arrow-up {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 25px solid #2a5298;
}

/* Responsive design for diamond flow */
@media (max-width: 768px) {
    .diamond-row {
        flex-direction: row;
    }
    
    .diamond-box {
        width: 140px;
        height: 140px;
        border-radius: 14px;
    }
    
    .diamond-box span {
        font-size: 0.9rem;
    }
    
    .arrow-down, .arrow-up {
        transform: rotate(90deg);
    }
    
    .diamond-flow-container {
        padding: 2rem 1rem;
    }
}


.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 40px 20px 20px;
}

.card-title {
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.card-content {
    padding: 25px 20px;
    text-align: center;
}

.card-content p {
    color: white;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    opacity: 0.9;
}

/* Support Packages Accordion Styles */
.support-package {
    text-align: left;
    padding: 0 20px;
}

.package-title {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: left;
}

.package-accordion {
    margin-top: 1rem;
}

.accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    font-size: 1.1rem;
    line-height: 1.4;
}

.accordion-header:hover {
    color: #007bff;
}

.accordion-header span:first-child {
    flex: 1;
    margin-right: 20px;
}

.accordion-icon {
    font-size: 1.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
    color: white;
    margin-left: auto;
}

.accordion-header[aria-expanded="true"] .accordion-icon {
    transform: rotate(45deg);
}

.accordion-content {
    padding: 0 0 20px 0;
    margin-bottom: 10px;
}

.accordion-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.accordion-content.show {
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 200px;
    }
}

/* Responsive accordion */
@media (max-width: 768px) {
    .package-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .support-package {
        padding: 0 10px;
        margin-bottom: 3rem;
    }
    
    .accordion-header {
        font-size: 1rem;
        padding: 15px 0;
    }
    
    .accordion-header span:first-child {
        margin-right: 15px;
    }
}

/* Real Stories Section Styles */
.stories-grid {
    margin-top: 3rem;
}

.story-card {
    background: transparent;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease;
}

.story-card:hover {
    transform: translateY(-5px);
}

.story-image {
    margin-bottom: 20px;
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.story-content {
    padding: 0 10px;
}

.story-title {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.story-preview p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.story-full {
    margin-top: 15px;
    text-align: left;
}

.story-full p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.story-full p:first-child {
    font-weight: bold;
    color: white;
}

.story-toggle {
    background: transparent;
    border: none;
    color: #007bff;
    font-size: 0.9rem;
    padding: 5px 0;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.3s ease;
}

.story-toggle:hover {
    color: #0056b3;
    text-decoration: none;
}

.story-toggle:focus {
    outline: none;
    box-shadow: none;
}

/* Responsive for stories */
@media (max-width: 768px) {
    .story-image {
        height: 250px;
    }
    
    .story-card {
        margin-bottom: 2rem;
    }
    
    .story-title {
        font-size: 1rem;
    }
    
    .story-preview p,
    .story-full p {
        font-size: 0.9rem;
    }
}

/* Step by Step Process Section - Tree Layout */
.step-by-step-tree {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
}

.step-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 0;
  position: relative;
}

.step-row-top {
  margin-bottom: -60px;
}
.step-row-bottom {
  margin-top: 0;
  padding-left: 122px;
}

.step-diamond {
  width: 184px;
  height: 184px;
  background: linear-gradient(135deg, #14316b 0%, #1d4ed8 100%);
  box-shadow: 0px 25px 36px 0px rgba(0,0,0,0.35), 0px 4px 40px 0px rgba(0,0,0,0.3) inset;
  border-radius: 18px;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  border: 2px dashed rgba(255,255,255,0.25);
}

.step-diamond:hover {
  transform: rotate(45deg) scale(1.05);
  box-shadow: 0px 30px 50px rgba(0,0,0,0.45), 0px 4px 40px rgba(0,0,0,0.4) inset;
  border-color: rgba(255,255,255,0.6);
}

.step-text {
  transform: rotate(-45deg);
  color: #fff;
  font-family: 'InterBold', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
  padding: 8px;
  width: 120px;
}

@media (max-width: 900px) {
  .step-by-step-tree {
    max-width: 100%;
    padding: 30px 5px;
  }
  .step-row {
    gap: 30px;
  }
  .step-row-bottom {
    padding-left: 60px;
  }
  .step-diamond {
    width: 120px;
    height: 120px;
  }
  .step-text {
    font-size: 13px;
    width: 80px;
  }
}

/* Design Thinking Process Grid - Frame 12280 */
.design-thinking-grid {
    position: absolute;
    width: 1151.99px;
    height: 431.99px;
    left: calc(50% - 1151.99px/2 + 4px);
    margin: 80px 0;
}

/* Outer frames (dashed squares) - Rectangle 57, 62, 66, 59, 63, 67 */
.dt-square {
    box-sizing: border-box;
    position: absolute;
    width: 184.16px;
    height: 184.16px;
    border-radius: 18px;
    transform: rotate(45deg);
    border: 2px dashed rgba(255, 255, 255, 0.2);
}

/* First row squares */
.dt-square:nth-child(1) { left: 0px; top: 0px; }
.dt-square:nth-child(2) { left: 355px; top: 0px; }
.dt-square:nth-child(3) { left: 710px; top: 0px; }

/* Second row squares */
.dt-square:nth-child(4) { left: 181.55px; top: 171.55px; }
.dt-square:nth-child(5) { left: 536.55px; top: 171.55px; }
.dt-square:nth-child(6) { left: 891.55px; top: 171.55px; }

/* Inner diamonds - Rectangle 56, 60, 64, 58, 61, 65 */
.dt-diamond {
    box-sizing: border-box;
    position: absolute;
    width: 144.15px;
    height: 144.15px;
    background: #001F8F;
    box-shadow: 0px 25px 36px rgba(0, 0, 0, 0.1), inset 0px 4px 40px #000000;
    border-radius: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.dt-diamond:hover {
    transform: rotate(45deg) scale(1.05);
    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.15), inset 0px 4px 40px #000000;
}

/* First row diamonds */
.dt-diamond:nth-child(7) { left: 28.29px; top: 28.29px; }
.dt-diamond:nth-child(8) { left: 383.29px; top: 28.29px; }
.dt-diamond:nth-child(9) { left: 738.29px; top: 28.29px; }

/* Second row diamonds */
.dt-diamond:nth-child(10) { left: 209.85px; top: 199.84px; }
.dt-diamond:nth-child(11) { left: 564.85px; top: 199.84px; }
.dt-diamond:nth-child(12) { left: 919.85px; top: 199.84px; }

/* Text labels */
.dt-label {
    position: absolute;
    font-family: 'InterMedium', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 114%;
    text-align: center;
    letter-spacing: -0.08em;
    color: #FFFFFF;
    transform: rotate(-45deg);
    z-index: 10;
}

/* Empathize */
.dt-label.empathize {
    width: 79px;
    height: 21px;
    left: 90.72px;
    top: 118.72px;
}

/* Ideate */
.dt-label.ideate {
    width: 48px;
    height: 21px;
    left: 460.72px;
    top: 118.72px;
}

/* Qualitative test */
.dt-label.qualitative {
    width: 80px;
    height: 42px;
    left: 799.72px;
    top: 109.22px;
}

/* Define */
.dt-label.define {
    width: 50px;
    height: 21px;
    left: 286.27px;
    top: 291.27px;
}

/* Prototype */
.dt-label.prototype {
    width: 77px;
    height: 21px;
    left: 628.27px;
    top: 291.27px;
}

/* Quantitative test */
.dt-label.quantitative {
    width: 93px;
    height: 42px;
    left: 975.27px;
    top: 280.77px;
}

/* Responsive design for process */
@media (max-width: 1200px) {
    .process-flow {
        padding: 40px 15px;
    }
    
    .step-diamond {
        width: 140px;
        height: 140px;
    }
    
    .step-diamond span {
        font-size: 13px;
        width: 90px;
    }
    
    .connector-right, .connector-left {
        margin-left: 25px;
        margin-right: 25px;
    }
    
    /* Responsive design thinking grid */
    .design-thinking-grid {
        position: relative;
        width: 100%;
        max-width: 1151.99px;
        transform: scale(0.8);
        transform-origin: center top;
        left: 50%;
        margin-left: -576px; /* Half of original width */
    }
    
    .dt-diamond {
        width: 120px;
        height: 120px;
    }
    
    .dt-square {
        width: 154px;
        height: 154px;
    }
    
    .dt-label {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .design-thinking-grid {
        position: relative;
        transform: scale(0.6);
        margin-left: -346px; /* Half of scaled width */
        left: 50%;
    }
    
    .dt-label {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .design-thinking-grid {
        position: relative;
        transform: scale(0.4);
        margin-top: -100px;
        margin-left: -230px; /* Half of scaled width */
        left: 50%;
    }
    
    .dt-label {
        font-size: 14px;
    }
    
    .connector-line {
        width: 45px;
    }
}

@media (max-width: 992px) {
    .process-flow {
        padding: 30px 10px;
    }
    
    .step-diamond {
        width: 120px;
        height: 120px;
    }
    
    .step-diamond span {
        font-size: 12px;
        padding: 6px;
        width: 80px;
    }
    
    .connector-right, .connector-left {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .connector-line {
        width: 40px;
        height: 2px;
    }
    
    .connector-line.vertical {
        width: 2px;
        height: 60px;
    }
    
    .connector-arrow {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .process-flow {
        padding: 20px 10px;
    }
    
    .process-row {
        flex-direction: column !important;
        margin-bottom: 40px;
    }
    
    .process-row.reverse {
        flex-direction: column !important;
    }
    
    .process-connector {
        margin: 20px 0 !important;
        transform: rotate(90deg);
    }
    
    .connector-down {
        position: static;
        transform: rotate(0deg);
        margin: 30px 0;
    }
    
    .connector-line {
        width: 30px;
        height: 2px;
    }
    
    .connector-line.vertical {
        width: 2px;
        height: 40px;
    }
    
    .connector-arrow {
        font-size: 16px;
        transform: rotate(90deg);
    }
    
    .connector-arrow.down {
        transform: rotate(0deg);
    }
    
    .step-diamond {
        width: 100px;
        height: 100px;
    }
    
    .step-diamond span {
        font-size: 11px;
        width: 70px;
    }
}

/* Responsive styles for header */
@media (max-width: 992px) {
    .hero-title {
        font-size: 3rem;
    }
    .hero-subtitle {
        font-size: 1.15rem;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
        line-height: 1.3;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }
    
    .hero-buttons .btn {
        padding: 10px 24px;
        font-size: 0.9rem;
        margin: 0 5px;
    }
    
    .logo-img {
        height: 40px;
    }
    
    .navbar {
        padding: 0.8rem 0;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
        line-height: 1.3;
    }
    .dark-wrapper {
        padding: 40px 0;
    }
    
    .hero-subtitle {
        font-size: 13px;
        margin-bottom: 6rem !important;
    }
    
    .hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons .btn {
        display: block;
        width: 80%;
        margin: 0 auto 15px auto;
        text-align: center;
    }
    
    .logo-img {
        height: 35px;
    }
    
    .navbar-nav .nav-link {
      padding: 0.5rem 1rem !important;
      font-size: 0.95rem;
    }
    #header {
      /* Use mobile-optimized artwork and prevent cropping */
      background-image: url('../img/baner.png');
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; /* keep full image visible */
      margin-bottom: -65px;
      margin-top: -60px;
    }
    
    .navbar-nav .nav-link {
      padding: 0.5rem 1rem !important;
      font-size: 0.95rem;
    }
}

/* Audience Section Styles */
.audience-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5rem;
}


.card-image {
    position: relative;
}

.card-image img {
    width: 100%;
    height: auto;
    display: block;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.card-title {
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
}

.description-block {
    background-image: url('../img/block.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    text-align: center;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.description-block p {
    color: white;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
 Navigation 
========================================================================== */
#menu {
    background: rgba(211, 230, 231, 1);
    margin-bottom:0;
    border-color: #28384d;
    background: #28384d;
}
.navbar-brand h2 {
    margin-top:0;
    font-weight:bold;
    text-shadow: none;
}
.navbar-brand {
    padding-top:8px;
    padding-bottom:0;
}
.navbar-inverse .navbar-nav>li>a {
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    font-weight:bold;
    text-shadow: none;
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>.active>a {
    background: #28384d;
    color:white;
    text-shadow:none;
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25); 
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-brand h2, .navbar-inverse .navbar-nav>li>a{
    color: #4D949E;
    color: white;
}
.navbar-toggle {
    font-size: 2.5em;
    padding: 0px;
    border: 0px;
    margin: 0px 15px 0px 0px;
    color: white;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: transparent;
    color: darkcyan;
}
#how {
  background: #ffffff;
  color: #2c3e50;
}
#how .how-steps {
  margin-top: 40px;
}
.step-box {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 30px 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(40,56,77,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
}
.step-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(40,56,77,0.1);
}
.step-icon {
  font-size: 48px;
  color: #28384d;
  margin-bottom: 15px;
}
.step-box h4 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #28384d;
}
.step-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #2c3e50;
}

.service-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(40,56,77,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(40,56,77,0.1);
}
.service-box h4 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #28384d;
}
.service-box p {
  color: #2c3e50;
  font-size: 17px;
  line-height: 1.6;
}
#philosophy p,
#book p {
  max-width: 800px;
  margin: 0 auto 30px;
  font-size: 18px;
  color: #2c3e50;
}
#book .btn {
  padding: 12px 30px;
  font-size: 18px;
  border-radius: 33px;
}
#about .story {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 60px;
}
#about .story .col-sm-5 {
  flex: 0 0 40%;
  padding: 20px;
}
#about .story .col-sm-7 {
  flex: 0 0 60%;
  padding: 20px 30px;
}
#about .story img {
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(40,56,77,0.1);
  transition: transform .3s;
}
#about .story img:hover {
  transform: scale(1.02);
}
#about .story ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
#about .story ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
#about .story ul li::before {
  content: "\2713";  /* Unicode ✓ */
  position: absolute;
  left: 0;
  top: 0;
  color: #28384d;
  font-weight: bold;
}
#about .story p, #about .story ul li {
  font-size: 18px;
  line-height: 1.7;
  color: #2c3e50;
}
#audience .audience-list {
  margin-top: 40px;
}
.audience-item {
  text-align: center;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(40,56,77,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.audience-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(40,56,77,0.1);
}
.audience-item i {
  font-size: 48px;
  color: #28384d;
  margin-bottom: 15px;
}
.audience-item h4 {
  color: #28384d;
  margin-bottom: 10px;
  font-size: 22px;
}
.audience-item p {
  color: #2c3e50;
  font-size: 16px;
  line-height: 1.6;
}
#philosophy {
  background: #000000 !important;
  color: white;
  padding: 0;
}

#philosophy .section-title {
  color: white !important;
  font-size: 3.5rem !important;
  font-weight: 300 !important;
  margin-bottom: 1rem !important;
  letter-spacing: -1px;
}

#philosophy .philosophy-content {
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 20px !important;
}

#philosophy .philosophy-content p {
  color: rgba(255,255,255,0.9) !important;
  font-size: 1.1rem !important;
  line-height: 1.8 !important;
  font-weight: 300 !important;
  margin-bottom: 0 !important;
}
.signupForm {
    background: #28384d;
    padding: 16px 0;
}
.signupForm .form-control {
    background: transparent;
    border-radius: 0;
    border: 2px solid white;
    color: white;
}
.signupForm .btn-primary {
    background: #000000;
    border-radius: 0;
    box-shadow: none;
    border: 2px solid black;
    transition: all 0.4s;
}
.signupForm .btn-primary:hover {
    background: white;
    color: #28384d;
    border-color: #9CDEE2;
}

.signupForm .btn-primary:focus {
    outline: none;
}

/* do not group these rules */
.form-control::-webkit-input-placeholder { color:#fff; }
.form-control::-moz-placeholder { color:#fff; } /* firefox 19+ */
.form-control:-ms-input-placeholder { color:#fff; } /* ie */
input:-moz-placeholder { color:#fff; }

.cyan-wrapper {
    background: #dceaf9;
    color: #2c3e50;
}
h1.giant-heading {
    font-size: 130px; 
    font-family: 'InterBold',serif; text-transform: uppercase; 
    font-weight: 700; margin: 0; padding: 0; 
    line-height: 80%;
    letter-spacing: -4px;
}

.video-container{
    position: relative;
    width: 100%;
    height: 1px;
    padding-bottom: 62.5%;
}
.video-container > iframe{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

/* ==========================================================================
 Story 
========================================================================== */
.light-wrapper {
    background: #FFFFFF;
}
.section-title {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight:600;
    font-family: 'InterMedium', serif;
    margin-top: 0;
}
.main.lead {
    margin-bottom: 100px;
}
.lead {
    font-size: 16px;
    font-weight:normal;
    margin-bottom:15px;
    color: #EEEEEE;
    position:relative;
    /* font-family: 'InterBold',serif; */
}
.lead:after {
    position:absolute;
    content:' ';
    background: #28384d;
    width:80px;
    height:3px;
    bottom: -15px;
    left: 50%;
    margin-left: -40px;
}
.story .col-wrapper {
    padding:0 10px;
}
.story .icon-wrapper {
    position:relative;
    height:80px;
    margin-top: 40px;
}
span.up-caps {
    float: left;
    font-size: 100px;
    line-height: 80px;
    font-family: 'InterBold',serif;
    font-weight: 700;
    margin-right: 10px;
}
p {
    line-height: 22px;
    margin-bottom: 30px;
}


/* ==========================================================================
 Gallery 
========================================================================== */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid {
    overflow: hidden;
    margin: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: -0.135em;
    width: 33.333%;
    height: 400px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    float: left;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: 0.8;
    max-width: initial !important;
    max-height: initial !important;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
    top: auto;
    bottom: 0;
    height: 50%;
    text-align: left;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255,255,255,0.6);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

figure.effect-roxy img {
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0);
}

figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
    padding: 3em;
    text-align: left;
}

figure.effect-roxy h2 {
    padding: 30% 0 10px 0;
}

figure.effect-roxy p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
    background: #28384d;
}

figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba h2 {
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

figure.effect-romeo img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,0,300px);
    transform: translate3d(0,0,300px);
}

figure.effect-romeo:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

figure.effect-romeo:hover figcaption::before {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg);
}
#testimonialCarousel .carousel-item img {
  height: 320px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

figure.effect-romeo h2,
figure.effect-romeo p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-romeo h2 {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
    transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effect-romeo p {
    padding: 0.25em 2em;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
    transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-romeo:hover h2 {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
    transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-romeo:hover p {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
    transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
    background: #18a367;
}

figure.effect-layla img {
    min-width: 100%;
    height: -webkit-calc(100% + 40px);
    height: calc(100% + 40px);
}

figure.effect-layla figcaption {
    padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-layla p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
    background: #4a3753;
}

figure.effect-honey img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-honey:hover img {
    opacity: 0.5;
}

figure.effect-honey figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

figure.effect-honey h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}

figure.effect-honey h2 i {
    font-style: normal;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
    padding: 3em;
    background-color: rgba(58,52,42,0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}

figure.effect-oscar h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-oscar:hover figcaption {
    background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
    opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
    text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
}


figure.effect-marley p {
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
    top: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
    background-color: #17819c;
}

figure.effect-ruby img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

figure.effect-ruby:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-ruby h2 {
    margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
    margin: 1em 0 0;
    padding: 3em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
    background: #2e5d5a;
}

figure.effect-milo img {
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px,0,0) scale(1.12);
    transform: translate3d(-30px,0,0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-milo:hover img {
    opacity: 0.5;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
}

figure.effect-milo p {
    padding: 0 10px 0 0;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
    background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
    background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); 
}

figure.effect-dexter img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
    opacity: 0.4;
}

figure.effect-dexter figcaption::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: -webkit-calc(50% - 30px);
    height: calc(50% - 30px);
    border: 7px solid #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

figure.effect-dexter:hover figcaption::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-dexter figcaption {
    padding: 3em;
    text-align: left;
}

figure.effect-dexter p {
    position: absolute;
    right: 60px;
    bottom: 60px;
    left: 60px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

figure.effect-dexter:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
    background: #42b078;
}

figure.effect-sarah img {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-sarah:hover img {
    opacity: 0.4;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
    text-align: left;
}

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0;
}

figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
    float: left;
}

figure.effect-zoe figcaption > span {
    float: right;
}

figure.effect-zoe p {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-zoe h2,
figure.effect-zoe figcaption > span {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

figure.effect-zoe figcaption > span::before {
    display: inline-block;
    padding: 8px 10px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover figcaption > span {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover figcaption > span:nth-child(4) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover figcaption > span:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover figcaption > span:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-chico figcaption {
    padding: 3em;
}

figure.effect-chico figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
    padding: 20% 0 20px 0;
}

figure.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 69.5em) {
    .grid figure {
        width: 50%;
    }   

    .grid figure figcaption {
        font-size: 90%;
    }
}


@media screen and (max-width: 41.5em) {

    .grid figure {
        width: 100%;
    }
}

/* ==========================================================================
 News and events 
========================================================================== */
.blog .left .news > img, .blog .right .news > img{
    width: 40%;
}

.blog .right .news > img {
    float: left;
    margin-right: 15px;
}
.blog .left .news > img {
    float: right;
    margin-left: 15px;
}
.blog .left .news {
    text-align: right;
    padding-right: 40px;
}
.blog .right .news {
    padding-left: 40px;
}
.row.blog {
    background-image: url(../img/timeline-divider.png);
    background-repeat: repeat-y;
    background-position: center top;
}
.news h3 {
    font-family: 'InterBold',serif;
    font-size: 20px;
    color: #28384d;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 18px;
}
.news .fold-link {
    background: #28384d;
    color: white;
    font-family: 'InterMedium', serif;
    padding: 2px 5px;
}
.news {
    margin-bottom: 50px;
}
.news p {
    margin-bottom: 20px;
}


/* ==========================================================================
 footer 
========================================================================== */
.dark-wrapper {
    background: #28384d;
    color:white;
    font-size: 15px;
    font-weight:bold;
}
.dark-wrapper .ss-style-top::before {
    background-image:linear-gradient(315deg,#ed0121 50%,transparent 50%),linear-gradient(45deg,#ed0121 50%,transparent 50%);
}
.social-bar {
    width:100%;
    text-align:right;
}
.social-bar a {
    display:inline-block;
    margin-right:11px;
    font-size:2.15em;
    text-decoration:none;
    color: white;
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:opacity 350ms ease;
    -moz-transition:opacity 350ms ease;
    -o-transition:opacity 350ms ease;
    transition:opacity 350ms ease;
}
.social-bar a:hover {
    opacity:0.5;
    filter: alpha(opacity=50);
}

.themeBy{
    color: #28384d;
    background: white;
}
footer ul {
    margin: 0;
    list-style: none;
}
footer ul li a {
    color: white;
    transition: all 0.4s;
}

/* ==========================================================================
 Responsive styles 
========================================================================== */
@media (max-width: 767px) {
  #audience .audience-list .col-12 {
    margin-bottom: 20px;
  }

  #about .story {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #about .story .col-md-5,
  #about .story .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 15px;
  }

  #about .story .col-md-5 img {
    max-width: 160px;
    margin: 0 auto;
  }

  #about .story ul {
    text-align: left;
  }
}

.carousel-item img {
  max-height: 400px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(40, 56, 77, 0.7);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-size: 70% 70%;
}
#header h1 {
  font-size: 85px;
  font-weight: bold;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 991px) {
  #header h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  #header h1 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  #header h1 {
    font-size: 32px;
    margin-top: 120px;
    margin-bottom: 0px !important;
  }
}

@media (max-width: 1199px){

    h1.giant-heading {
        font-size: 104px;
    }
}


@media (max-width: 991px){

    h1.giant-heading {
        font-size: 82px;
    }
}


@media (max-width:767px) {
    #header .banner h1 {
        font-size:60px;
    }
    #header .subtitle h4 {
        font-size: 22px;
    }
    .social-bar {
        text-align: left;
        margin-top: 30px;
    }

    h1.giant-heading {
        font-size: 65px;
        text-align: center;
    }


    .blog .left .news > img, .blog .right .news > img {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .news h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .news {
        text-align: left !important;
        padding: 0px !important;
    }
    .row.blog {
        background: none;
    }
    .mb10{
        margin-bottom: 10px;
    
        display: block;
    }
    .section-title {
        font-size: 28px;
    }
    footer ul {
        padding-left: 0;
        margin-top: 20px;
        border-top: 1px solid;
        padding-top: 10px;
        border-bottom: 1px solid;
        padding-bottom: 10px;
    }

}

/* ==========================================================================
 Phone Carousel Styles 
========================================================================== */
.phone-carousel-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 60px 0 40px 0;
    cursor: grab;
}

.phone-carousel-container:active {
    cursor: grabbing;
}

.phone-carousel-container.dragging .phone-device {
    transition: transform 0.3s ease;
}

/* Keep touch functionality for mobile only */
.phone-carousel-container.touching {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.phones-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 510px;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}

.phone-device {
    width: 200px;
    height: 400px;
    background: linear-gradient(145deg, #1a1a1a 0%, #2a2a2a 50%, #0f0f0f 100%);
    border-radius: 35px;
    padding: 6px;
    box-shadow: 
        0 0 0 1px #333,
        0 0 0 2px #1a1a1a,
        0 20px 40px rgba(0,0,0,0.6),
        inset 0 1px 0 rgba(255,255,255,0.1);
    position: absolute;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-style: preserve-3d;
}

/* Dynamic Island */
.phone-device::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 22px;
    background: #000;
    border-radius: 15px;
    z-index: 10;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
}

/* Speaker */
.phone-device::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #222;
    border-radius: 50%;
    z-index: 11;
}

.phone-screen {
    width: 100%;
    height: 100%;
    /* background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%); */
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 
        inset 0 1px 5px rgba(0,0,0,0.1),
        inset 0 0 0 1px rgba(255,255,255,0.3);
}

.phone-screen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.2) 50%, transparent 100%);
    border-radius: 30px;
    pointer-events: none;
}

.testimonial-content {
    width: 100%;
}

.testimonial-content.active {
    opacity: 1;
    transform: scale(1);
}

.testimonial-text {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-style: italic;
    color: #34495e;
    font-weight: 400;
}

.testimonial-author {
    font-size: 10px;
    color: #2c3e50;
}

.testimonial-author strong {
    font-size: 12px;
    color: #007bff;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}

.testimonial-author span {
    opacity: 0.7;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Phone positioning with realistic 3D effect */
.phone-center {
    z-index: 10;
    transform: translateX(0) translateZ(50px) scale(1.2);
}

.phone-left {
    z-index: 8;
    transform: translateX(-250px) translateZ(-50px) rotateY(30deg) scale(0.9);
}

.phone-right {
    z-index: 8;
    transform: translateX(250px) translateZ(-50px) rotateY(-30deg) scale(0.9);
}

.phone-hidden-left {
    z-index: 6;
    transform: translateX(-450px) translateZ(-150px) rotateY(50deg) scale(0.7);
    opacity: 0.4;
}

.phone-hidden-right {
    z-index: 6;
    transform: translateX(450px) translateZ(-150px) rotateY(-50deg) scale(0.7);
    opacity: 0.4;
}

/* Remove carousel controls */
.carousel-controls {
    display: none;
}

/* Add scroll indicator */
.scroll-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: rgba(255,255,255,0.6);
    opacity: 0.8;
    font-size: 12px;
    font-weight: 300;
}

.scroll-indicator::before {
    content: '← ';
    margin-right: 8px;
    animation: scrollLeft 2s infinite;
}

.scroll-indicator::after {
    content: ' →';
    margin-left: 8px;
    animation: scrollRight 2s infinite;
}

@keyframes scrollLeft {
    0%, 50% { transform: translateX(0); }
    25% { transform: translateX(-3px); }
}

@keyframes scrollRight {
    0%, 50% { transform: translateX(0); }
    75% { transform: translateX(3px); }
}

.section-subtitle {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.8);
    opacity: 0.9;
    font-style: italic;
    margin-bottom: 20px;
    font-weight: 300;
}
.header-container {
   max-width: 1440px;
}
.footer-img{
    max-width: 20px;
    max-height: 20px;
}
.buttonBooking{
    padding: 0px 30px !important;
    margin-bottom: 30px;
    font-size: 30px !important;
    width: 37%;
    height: 30%;
}


/* Mobile Responsive */
@media (max-width: 768px) {
    .buttonBooking{
        padding: 5px 30px !important;
        margin-bottom: 30px;
        font-size: 30px !important;
        width: 100%;
    }
    .header-container{
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
    .phone-carousel-container {
        padding: 30px 0;
    }
    
    .phones-wrapper {
        height: 280px;
        perspective: 500px;
    }
    
    .phone-device {
        width: 110px;
        height: 220px;
        border-radius: 30px;
    }
    
    .phone-center {
        transform: translateX(0) translateZ(20px) scale(1);
    }
    
    .phone-left {
        transform: translateX(-120px) translateZ(-30px) rotateY(20deg) scale(0.85);
    }
    
    .phone-right {
        transform: translateX(120px) translateZ(-30px) rotateY(-20deg) scale(0.85);
    }
    
    .phone-hidden-left {
        display: block;
        transform: translateX(-240px) translateZ(-50px) rotateY(35deg) scale(0.7);
        opacity: 0.3;
    }
    
    .phone-hidden-right {
        display: block;
        transform: translateX(240px) translateZ(-50px) rotateY(-35deg) scale(0.7);
        opacity: 0.3;
    }
    
    .testimonial-text {
        font-size: 8px;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    
    .testimonial-author strong {
        font-size: 9px;
    }
    
    .testimonial-author span {
        font-size: 7px;
    }
    
    .scroll-indicator {
        font-size: 10px;
        margin-top: 15px;
    }
    
    .phone-screen {
        padding: 15px 8px;
        border-radius: 25px;
    }
    
    .phone-device::before {
        width: 50px;
        height: 16px;
        top: 10px;
        border-radius: 12px;
    }
    
    .phone-device::after {
        width: 3px;
        height: 3px;
        top: 15px;
    }
}

@media (max-width: 480px) {
    .phones-wrapper {
        height: 220px;
        perspective: 400px;
    }
    
    .phone-device {
        width: 95px;
        height: 190px;
        border-radius: 25px;
    }
    
    .phone-center {
        transform: translateX(0) translateZ(15px) scale(1);
    }
    
    .phone-left {
        transform: translateX(-105px) translateZ(-25px) rotateY(18deg) scale(0.8);
    }
    
    .phone-right {
        transform: translateX(105px) translateZ(-25px) rotateY(-18deg) scale(0.8);
    }
    
    .phone-hidden-left {
        transform: translateX(-210px) translateZ(-40px) rotateY(30deg) scale(0.65);
        opacity: 0.2;
    }
    
    .phone-hidden-right {
        transform: translateX(210px) translateZ(-40px) rotateY(-30deg) scale(0.65);
        opacity: 0.2;
    }
    
    .testimonial-text {
        font-size: 7px;
        margin-bottom: 6px;
        line-height: 1.1;
    }
    
    .testimonial-author strong {
        font-size: 8px;
    }
    
    .testimonial-author span {
        font-size: 6px;
    }
    
    .phone-screen {
        padding: 12px 6px;
        border-radius: 20px;
    }
    
    .phone-device::before {
        width: 45px;
        height: 14px;
        top: 8px;
        border-radius: 10px;
    }
    
    .phone-device::after {
        width: 2px;
        height: 2px;
        top: 12px;
    }
}

/* ==========================================================================
 About Section - New Design (Match provided design exactly)
========================================================================== */
.about-section {
    background: #000000;
    padding: 100px 0;
    color: white;
}

.about-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* Main title and subtitle - centered above everything */
.section-main-title {
    font-family: 'InterBold', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    line-height: 1.1;
}

.section-main-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 60px;
    font-weight: 300;
}

.about-layout {
    display: flex;
    align-items: stretch;
    gap: 60px;
    text-align: left;
}

/* Left side - Blue gradient square with image - height matches content */
.about-image-card {
    width: 450px;
    min-height: 500px;
}

.about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

/* Right side - Text content */
.about-text-content {
    flex: 1;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-name {
    font-family: 'InterBold', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.about-role {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    font-weight: 500;
}

.about-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.about-expertise-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
}

.about-experience-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.about-experience-list li {
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.about-experience-list li::before {
    content: "•";
    color: #4A90E2;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 0;
}

.about-footer {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .about-layout {
        gap: 40px;
    }
    
    .about-image-card {
        width: 350px;
        min-height: 400px;
    }
    
    .section-main-title {
        font-size: 3rem;
    }
    
    .about-name {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 60px 0;
    }
    
    .about-layout {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .about-image-card {
        width: 300px;
        min-height: 350px;
    }
    
    .about-text-content {
        text-align: center;
        max-width: 600px;
    }
    
    .section-main-title {
        font-size: 2.5rem;
    }
    
    .about-name {
        font-size: 1.8rem;
    }
    
    .section-main-subtitle {
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .about-image-card {
        width: 280px;
        min-height: 300px;
    }
    
    .section-main-title {
        font-size: 2rem;
    }
    
    .about-name {
        font-size: 1.5rem;
    }
    
    .about-role {
        font-size: 1.1rem;
    }
    
    .about-description,
    .about-experience-list li {
        font-size: 0.9rem;
    }
    .about-description,
    .about-experience-list p {
        font-size: 0.9rem;
        font-weight: 400;
        margin: 0 0 8px 20px;
        color: rgba(255, 255, 255, 0.9);
    }
    
    .section-main-subtitle {
        font-size: 1rem;
        margin-bottom: 30px;
    }
}

/* ==========================================================================
 Book Consultation Section 
========================================================================== */
.book-consultation-section {
    background: linear-gradient(135deg, #1e1e1e 0%, #002DCD 100%);
    padding: 100px 0;
    text-align: center;
}

.book-content {
    max-width: 600px;
    margin: 0 auto;
}

.book-title {
    font-family: 'InterBold', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    line-height: 1.1;
}

.book-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    font-weight: 300;
}

.book-btn {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.book-btn:hover {
    background-color: white;
    color: #002DCD;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
 Custom Footer 
========================================================================== */
.custom-footer {
    background: linear-gradient(135deg, #1e1e1e 0%, #0a0a2e 100%);
    color: white;
    padding: 60px 0 20px 0;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

/* Footer Brand Column */
.footer-brand {
    max-width: 350px;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.logo-icon {
    font-size: 1.5rem;
    margin-right: 10px;
}

.logo-text {
    font-family: 'InterBold', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
}

.footer-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

/* Footer Headings and Links */


/* Combined Book + Footer Section */
.book-footer-container {
    background: radial-gradient(ellipse at center bottom, #0000FF 9%, #0f1426 50%, #000000 85%);
    position: relative;
}

/* Book Section Styles */
#book {
    background: linear-gradient(to bottom, #000000 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
}

/* Footer Styles */
.footer-main {
    background: radial-gradient(ellipse at center bottom, #0000FF 5%, #0f1426 55%, #000000 80%);
    color: white;
    padding: 80px 0 40px 0;
    position: relative;
    margin-top: -50px; /* Перекриття для плавного переходу */
}
.footer-heading {
    font-family: 'InterBedium', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
    text-decoration: none;
}

/* Footer Contacts */
.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.contact-item i {
    color: #002DCD;
    width: 16px;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

/* Footer Hover Effects */
.footer-links a:hover {
    color: white !important;
    transform: translateX(5px);
}

.social-link:hover {
    background: rgba(255,255,255,0.15) !important;
    transform: translateY(-2px) !important;
    border-color: rgba(255,255,255,0.2);
}

.contact-item:hover {
    color: white !important;
    transform: translateX(5px) !important;
}

/* Audience section responsive improvements */
@media (max-width: 767px) {
    .audience-descriptions {
        display: none;
    }
    #audience .col-lg-4 {
        padding-right: 20px !important;
    }
}

/* Footer responsive improvements */
@media (max-width: 768px) {
    footer {
        padding: 60px 0 30px 0 !important;
    }
    
    .footer-logo {
        justify-content: center;
        margin-bottom: 1.5rem !important;
    }
    
    .footer-description {
        text-align: justify;
        max-width: 100% !important;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-heading {
        text-align: center;
        margin-bottom: 1.5rem !important;
    }
    
    .footer-links {
        text-align: center;
    }
    
    .footer-contacts {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .contact-item {
        justify-content: center;
    }
}

/* Mobile: center diamond inside outline (stacked like desktop) */
@media (max-width: 600px) {
  .diamonds-mobile .diamond-row {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 50px auto;
  }
  .diamonds-mobile .diamond-outline,
  .diamonds-mobile .diamond {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) rotate(45deg) !important;
    margin: 0 !important;
    display: block !important;
  }
  /* Keep outline slightly bigger than inner diamond */
  .diamonds-mobile .diamond-outline {
    width: 130px !important;
    height: 130px !important;
    border-radius: 10px !important;
  }
  .diamonds-mobile .diamond {
    width: 110px !important;
    height: 110px !important;
    border-radius: 10px !important;
  }
  .diamonds-mobile .diamond-text {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg) !important;
    width: 80px !important;
  }
}

/* Extra spacing above desktop diamonds */
@media (min-width: 601px) {
  .process-figma {
    margin-top: 100px; /* add 50px gap from the text above */
  }
}

/* Step modal styling */
.step-modal .modal-dialog {
  max-width: 640px;
}
.step-modal .modal-content {
  background: rgba(20, 20, 28, 0.6);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6), inset 0 4px 40px rgba(0,0,0,0.4);
  color: #fff;
}
.step-modal .modal-header {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.step-modal .modal-title {
  font-family: 'InterBold', sans-serif;
  font-size: 1.5rem;
}
.step-modal .modal-body {
  font-family: 'InterMedium', sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
}
.step-modal .close {
  color: #fff;
  opacity: 0.9;
  text-shadow: none;
}
.step-modal .close:hover { opacity: 1; }

/* Make Bootstrap modal backdrop darker for contrast */
.modal-backdrop.show { opacity: 0.65; }

@media (max-width: 600px) {
  .step-modal .modal-dialog { margin: 1.25rem; }
  .step-modal .modal-title { font-size: 1.25rem; }
  .step-modal .modal-body { font-size: 1rem; }
}

/* --- END CSS --- */
