* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #000000;
    color: #ffffff;
    overflow-x: hidden;
}

.container-block {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('/media/images/franchazingV2/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Header Styles */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 37px 81px;
    position: relative;
    z-index: 10;
}

.logo img {
    width: 308px;
    height: 121px;
    object-fit: contain;
}

.nav {
    display: flex;
    gap: 20px;
}

.btn {
    padding: 18px 32px;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #E82F23;
    color: #ffffff;
    border-color: #E82F23;
}

.btn-primary:hover {
    background-color: #C0392B;
    border-color: #C0392B;
}

.btn-secondary {
    background-color: transparent;
    color: #ffffff;
    font-size: 27.49px;
    font-weight: 300;
}

.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Hero Section */
.hero {
    position: relative;
    padding: 60px 81px 0;
    min-height: 600px;
}

.hero-content {
    position: relative;
    z-index: 5;
    max-width: 100%;
}

.hero-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.5;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.hero-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 84.66px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
}

#second-title {
    margin-left: 360px;
}

.hero-visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.circle-gradient {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(231, 76, 60, 0.4) 0%, rgba(231, 76, 60, 0.2) 40%, rgba(231, 76, 60, 0) 70%);
    filter: blur(40px);
}

/* Info Cards Section */
.info-cards {
    position: relative;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1600px;
    display: flex;
    justify-content: center;
    gap: 40px;
    z-index: 10;
}

.card {
    background-color: #ffffff;
    border-radius: 32px;
    padding: 36px 40px;
    display: flex;
    align-items: center;
    position: relative;
}

.card-left {
    flex: 1;
    max-width: 700px;
}

.card-middle {
    flex: 0 0 auto;
    padding: 40px 52px;
}

.card-right {
    flex: 1;
    max-width: 600px;
}

.card-text {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 39px;
    color: #000000;
    margin: 0;
}

.highlight {
    color: #E74C3C;
    font-weight: 500;
}

.highlight-red {
    color: #E74C3C;
    font-weight: 500;
}

.stat-container {
    display: flex;
    align-items: center;
    gap: 32.35px;
}

.team-image {
    width: 210px;
    height: 88px;
    object-fit: contain;
}

.stat-text {
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
}

.stat-number {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    color: #E74C3C;
}

.stat-label {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    color: #000000;
}

/* History Section */
.history-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('/media/images/franchazingV2/history-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.history-overlay {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10.85%, rgba(0, 0, 0, 0) 90.87%);
}

.header-right {
    justify-content: flex-end;
}

.circle-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 1286px;
    height: 519px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    pointer-events: none;
}

.history-content {
    position: relative;
    padding: 60px 81px;
    z-index: 5;
}

.history-text {
    margin-bottom: 200px;
    margin-left: 100px;
}

.history-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 31.82px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 30px;
    max-width: 450px;
}

.history-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 108.25px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0;
}

.timeline {
    position: relative;
    display: grid;
    grid-template-columns: 320px 365px 1fr;
    gap: 85px;
    max-width: 90%;
    margin-top: 330px;
    padding: 0 0 0 100px;
}

.timeline-line {
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ffffff;
    grid-column: 1 / -1;
}

.timeline-milestone {
    position: relative;
}

.timeline-dot {
    position: absolute;
    top: 48px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 3px solid #000000;
    z-index: 2;
}

.timeline-date {
    font-family: 'Unbounded', sans-serif;
    font-size: 36.18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 80px;
    white-space: nowrap;
}

.timeline-description {
    font-family: 'Inter', sans-serif;
    font-size: 24.56px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
}

/* About Section */
.about-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('/media/images/franchazingV2/about-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 87px;
    filter: blur(0);
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/media/images/franchazingV2/about-background.jpg');
    background-size: cover;
    background-position: center;
    filter: blur(22px);
    z-index: 0;
}

.about-circle-decoration {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1492px;
    height: 1080px;
    object-fit: contain;
    pointer-events: none;
    z-index: 1;
}

.about-card {
    position: relative;
    background-color: #ffffff;
    border-radius: 42px;
    padding: 84px 87px;
    max-width: 1747px;
    width: 100%;
    z-index: 2;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.about-header {
    margin-bottom: 70px;
}

.about-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 92.77px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 24px 0;
    line-height: 1.2;
}

.about-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 31.39px;
    font-weight: 400;
    color: #E82F23;
    margin: 0;
}

.about-stats {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stat-item {
    position: relative;
    padding: 26px 0 26px 49px;
    border-bottom: 2px solid #373737;
}

.stat-item:last-child {
    border-bottom: 2px solid #373737;
}

.stat-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #000000;
    border-radius: 50%;
}

.stat-text {
    font-family: 'Inter', sans-serif;
    font-size: 38.83px;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
    display: inline-block;
}

.stat-highlight {
    color: #E82F23;
    font-weight: 600;
}

.mobile-break {
    display: none;
}

/* Achievements Section */
.achievements-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('/media/images/franchazingV2/achievements-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 37px 81px 80px;
}

.achievements-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10.85%, rgba(0, 0, 0, 0) 90.87%);
    pointer-events: none;
    z-index: 1;
}

.achievements-content {
    position: relative;
    z-index: 2;
    max-width: 1600px;
    margin: 0 auto;
}

.achievements-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 108.25px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0px 0 80px 0;
}

.achievements-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 100px;
    align-items: start;
}

.achievements-grid .achievement-card:nth-child(2) {
    margin-top: 80px;
}

.achievement-card {
    border-radius: 32px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    min-height: 400px;
}

.achievement-card-white {
    background-color: #ffffff;
}

.achievement-card-red {
    background-color: #E82F23;
}

.achievement-card-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

.achievement-card-white .achievement-card-title {
    color: #000000;
}

.achievement-card-red .achievement-card-title {
    color: #ffffff;
}

.achievement-image {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 16px;
}

.achievement-text {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.achievement-card-white .achievement-text {
    color: #000000;
}

.achievement-card-red .achievement-text {
    color: #ffffff;
}

.achievement-highlight {
    font-weight: 600;
}

.achievements-savings {
    display: flex;
    align-items: center;
    gap: 60px;
}

.savings-amount {
    font-family: 'Unbounded', sans-serif;
    font-size: 72px;
    font-weight: 600;
    color: #ffffff;
    flex-shrink: 0;
}

.savings-text {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.1em;
    padding-left: 60px;
    border-left: 2px solid #ffffff;
    flex: 1;
}

/* Geography Section */
.geography-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('/media/images/franchazingV2/geography-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 80px;
}

.geography-container {
    position: relative;
    background-color: #ffffff;
    border-radius: 42px;
    padding: 60px 80px 80px;
    max-width: 1600px;
    width: 100%;
    z-index: 2;
}

.geography-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 60px;
}

.geography-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
    gap: 60px;
}

.geography-intro {
    flex: 1;
}

.geography-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 92.77px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 30px 0;
}

.geography-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #000000;
    line-height: 1.4;
    margin: 0;
    max-width: 600px;
}

.geography-scale {
    flex-shrink: 0;
}

.scale-images {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.city-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    margin-left: -30px;
}

.city-image:first-child {
    margin-left: 0;
}

.scale-text {
    max-width: 350px;
}

.scale-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #E74C3C;
    margin: 0 0 10px 0;
}

.scale-description {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 1.4;
    margin: 0;
}

.btn-alt {
    color: #000000;
    border-color: #000000;
}

.geography-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.geo-stat-card {
    background-color: #E82F23;
    border-radius: 32px;
    padding: 60px 40px;
    text-align: center;
}

.geo-stat-number {
    font-family: 'Unbounded', sans-serif;
    font-size: 120px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 20px;
}

.geo-stat-text {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.3;
}

/* Values Section */
.values-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 80px;
    overflow: hidden;
}

.values-circle-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 470px;
    height: 746px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    pointer-events: none;
}

.values-content {
    display: flex;
    gap: 60px;
    max-width: 1760px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.values-image-container {
    position: relative;
    flex-shrink: 0;
}

.values-image {
    width: 808px;
    height: 1023px;
    object-fit: cover;
    border-radius: 42px;
}

.values-decoration {
    position: absolute;
    width: 54px;
    height: 23px;
}

.values-decoration-1 {
    bottom: 496px;
    left: 142px;
}

.values-decoration-2 {
    bottom: 494px;
    right: 135px;
}

.values-text-content {
    flex: 1;
}

.values-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 64.34px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 60px 0;
    max-width: 856px;
}

.values-cards {
    display: flex;
    gap: 30px;
}

.value-card {
    background-color: #E82F23;
    border-radius: 38px;
    padding: 32px 45px 44px;
    flex: 1;
    min-height: 452px;
    display: flex;
    flex-direction: column;
}

.value-number {
    font-family: 'Unbounded', sans-serif;
    font-size: 80.31px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 106px;
}

.value-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 44px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 31px 0;
}

.value-description {
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-weight: 400;
    color: #ffffff;
    line-height: 42px;
    margin: 0;
}

/* Section Divider */
.section-divider {
    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
    margin: 0;
}

/* Brandbook Section */
.brandbook-section {
    position: relative;
    width: 100%;
    min-height: 96vh;
    background-color: #ffffff;
    padding: 37px 81px 0px;
}

.brandbook-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    min-height: 900px;
}

.brandbook-image-container {
    position: relative;
    flex: 0 0 auto;
    width: 750px;
}

.brandbook-image {
    width: 100%;
    height: auto;
    border-radius: 40px;
    object-fit: cover;
}

.brandbook-text-content {
    flex: 1;
    position: relative;
}

.brandbook-circle-decoration {
    position: absolute;
    top: 0;
    right: -200px;
    width: 504px;
    height: 935px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 86px;
    gap: 12px;
    pointer-events: none;
}

.brandbook-circle-text-top,
.brandbook-circle-text-bottom {
    font-family: 'Inter', sans-serif;
    font-size: 27.49px;
    font-weight: 500;
    color: #000000;
}

.brandbook-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 68.20px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 40px 0;
}

.brandbook-description {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    margin: 0;
    max-width: 454px;
}

.brandbook-highlight-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 60px;
}

.brandbook-description-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.brandbook-icon {
    width: 50px;
    height: 30px;
    flex-shrink: 0;
    margin-top: 5px;
}

.brandbook-highlight {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #E82F23;
    line-height: 1.5;
    margin: 0;
    max-width: 446px;
}

.brandbook-cards {
    display: flex;
    gap: 23px;
}

.brandbook-card {
    background-color: #E82F23;
    border-radius: 38px;
    padding: 32px 48px 44px;
    flex: 1;
    min-height: 391px;
    display: flex;
    flex-direction: column;
}

.brandbook-number {
    font-family: 'Unbounded', sans-serif;
    font-size: 80.31px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 70px;
}

.brandbook-card-text {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
}

/* Partners Section */
.partners-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('/media/images/franchazingV2/partners-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 37px 81px 80px;
    overflow: hidden;
}

.partners-circle-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 223px;
    height: 1080px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    pointer-events: none;
}

.partners-circle-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 1466px;
    height: 1080px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    pointer-events: none;
}

.partners-woman-image {
    position: absolute;
    right: -450px;
    bottom: -110px;
    height: 130%;
    width: auto;
    object-fit: contain;
    object-position: bottom right;
    z-index: 1;
    pointer-events: none;
}

.partners-content {
    position: relative;
    z-index: 2;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 80px;
    display: block;
    gap: 23px;
    align-items: flex-start;
}

.partners-black-box {
    background-color: #000000;
    border-radius: 38px;
    padding: 57px 89px 110px;
    flex: 1;
}

.partners-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 52.75px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 60px 0;
    max-width: 885px;
}

.partners-highlight {
    color: #E82F23;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 23px;
    max-width: 1013px;
}

.partner-card {
    border-radius: 31px;
    width: 450px;
    padding: 43px 48px;
    z-index: 3;
}

.partner-card-white {
    background-color: #ffffff;
    border: 0.81px solid #ffffff;
}

.partner-card-red {
    background-color: #E82F23;
    box-shadow: 0px 4px 44.1px rgba(232, 47, 35, 0.60);
}

.partner-card-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 33.70px;
    font-weight: 400;
    color: #E82F23;
    margin: 0 0 17px 0;
}

.partner-card-title-white {
    color: #ffffff;
}

.partner-card-description {
    font-family: 'Inter', sans-serif;
    font-size: 28.49px;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
    margin: 0;
}

.partner-card-description-white {
    color: #ffffff;
}

.partner-card-outside {
    width: 495px;
    flex-shrink: 0;
    align-self: flex-end;
}

/* Technologies Section */
.tech-section {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 75px 86px 80px;
}

.tech-content {
    max-width: 1748px;
    margin: 0 auto;
}

.tech-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 202.90px;
    font-weight: 400;
    color: #000000;
    margin: 0 0 40px 0;
    line-height: 1;
}

.tech-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 52px;
    gap: 40px;
}

.tech-description {
    font-family: 'Inter', sans-serif;
    font-size: 21.39px;
    font-weight: 400;
    color: #000000;
    line-height: 25.66px;
    margin: 0;
    margin-top: 10px;
    max-width: 694px;
}

.tech-subtitle {
    font-family: 'Unbounded', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    max-width: 1027px;
}

.tech-grid {
    display: grid;
    grid-template-columns: 495px 744px 495px;
    grid-template-rows: 274px 274px;
    gap: 23px;
}

.tech-card {
    border-radius: 31px;
    padding: 54px 44px;
    display: flex;
    flex-direction: column;
}

.tech-card-red {
    background-color: #E82F23;
}

.tech-card-black {
    background-color: #000000;
    grid-column: 2;
    grid-row: 1 / 3;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.tech-card-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 33.70px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 26px 0;
}

.tech-card-text {
    font-family: 'Inter', sans-serif;
    font-size: 24.30px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.tech-card-text strong {
    display: block;
    margin-bottom: 18px;
}

.tech-card-image {
    width: 100%;
    height: 300px;
    padding: 35px;
    border: black;
    object-fit: cover;
    border-radius: 50px;
}

.tech-card-content {
    padding: 10px 58px;
}

.tech-card-with-image {
    position: relative;
    padding-bottom: 200px;
    /* background-color: #000000; */
    grid-column: 3;
    grid-row: 1 / 3;
    /* position: relative; */
    overflow: hidden;
    /* padding: 0; */
}

.tech-card-image-bottom {
    position: absolute;
    bottom: 75px;
    right: 44px;
    width: 407px;
    height: 186px;
    object-fit: cover;
    border-radius: 20px;
}

/* MGP Site Section */
.mgp-site-section {
    background-color: #000000;
    padding: 114px 92px 80px;
    min-height: 100vh;
}

.mgp-site-content {
    max-width: 1758px;
    margin: 0 auto;
}

.mgp-site-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 120px;
}

.mgp-site-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 136.35px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

.mgp-office-info {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.office-icon {
    width: 118px;
    height: 118px;
    border-radius: 50%;
}

.office-text {
    max-width: 336px;
}

.office-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 22.67px;
    font-weight: 400;
    color: #E82F23;
    margin: 0 0 7px 0;
}

.office-description {
    font-family: 'Inter', sans-serif;
    font-size: 16.26px;
    font-weight: 300;
    color: #ffffff;
    line-height: 22.77px;
    margin: 0;
}

.mgp-content-box {
    background-image: url('/media/images/franchazingV2/content-border.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 49px 27px 67px;
    margin-bottom: 100px;
}

.mgp-highlight{
    color: #E82F23;
}

.mgp-feature-text {
    font-family: 'Inter', sans-serif;
    font-size: 27.37px;
    font-weight: 300;
    color: #ffffff;
    opacity: 0.6;
    margin: 0 0 47px 536px;
    max-width: 1186px;
    line-height: 1.2;
}

.mgp-process {
    display: flex;
    align-items: flex-start;
    gap: 53px;
}

.mgp-process-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 46.56px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 65.18px;
    margin: 0;
    max-width: 417px;
}

.mgp-step {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.mgp-step-number {
    background-color: #E82F23;
    width: 98px;
    height: 133px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Unbounded', sans-serif;
    font-size: 50.58px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    flex-shrink: 0;
}

.mgp-step-text {
    font-family: 'Inter', sans-serif;
    font-size: 29px;
    font-weight: 400;
    color: #ffffff;
    margin: 81px 0 0 0;
    max-width: 428px;
    line-height: 1.2;
}

.mgp-step:last-child .mgp-step-text {
    max-width: 527px;
    margin-top: 74px;
}

.mgp-bottom-text {
    font-family: 'Inter', sans-serif;
    font-size: 27px;
    font-weight: 300;
    color: #ffffff;
    opacity: 0.6;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.mgp-highlight {
    color: #E82F23;
}

/* Cooperation Section */
.cooperation-section {
    background-color: #ffffff;
}

.cooperation-header-bg {
    background-image: url('/media/images/franchazingV2/office-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 513px;
    padding: 37px 81px 0;
}

.cooperation-content {
    padding: 59px 123px 71px;
}

.cooperation-title-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 37px;
    gap: 40px;
}

.cooperation-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 67.33px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}

.cooperation-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 23.64px;
    font-weight: 400;
    color: #000000;
    line-height: 28.37px;
    margin: 0;
    margin-top: 90px;
    max-width: 516px;
}

.cooperation-box {
    padding: 43px 0px;
    display: flex;
    gap: 133px;
    position: relative;
}

.cooperation-box::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 4px);
    height: 2px;
    background-color: #ffffff;
}

.cooperation-column {
    flex: 1;
    position: relative;
}

.cooperation-column:first-child::after {
    content: '';
    position: absolute;
    right: -66.5px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #000000;
}

.cooperation-column-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 33.70px;
    font-weight: 400;
    color: #E82F23;
    margin: 0 0 23px 0;
}

.cooperation-column-text {
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-weight: 300;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}

/* Responsive Design */
@media (min-width: 1400px) and (max-width: 1700px){
    #second-title {
        margin-left: 0px;
    }
    .hero {
        padding-top: 0px;
    }

    .brandbook-image-container{
        width: 700px !important;
    }
    
    .geography-content {
        gap: 20px;
    }

    .geography-title {
        font-size: 72px;
    }

    .franchise-variant-2-section {
        min-height: auto;
    }

    .achievement-card-red .achievement-card-title{
        font-size: 24px;
    }
    .values-image {
        width: 500px;
        height: auto;
    }
    .values-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .corporate-culture-destinations {
        top: -490px !important;
    }

    .values-text-content .header {
        margin-bottom: 20px !important;
        padding: 17px 81px;
    }

    .value-card {
        min-height: auto;
    }

    .value-number {
        margin-bottom: 50px;
    }

    .partners-content {
        margin-top: 0px;
    }
    
    .tech-title {
        font-size: 100px;
    }

    .tech-grid {
        grid-template-columns: 30% 40% 30%;
        grid-template-rows: auto;
    }

    .tech-card-image-bottom {
        right: 10px;
    }
    .mgp-feature-text{
        margin-bottom: 40px;
        margin-top: 25px;
        font-size: 20px;
    }

    .partner-card {
        width: 350px;
    }

    .partners-title{
        font-size: 45px;
        width: 60%;
    }

    .mgp-site-section {
        padding: 114px 2px 80px;
    }

    .mgp-step-text {
        font-size: 22px;
    }

    .variant-left-box {
        max-width: 774px !important;
    }

    .variant-number {
        left: 570px !important;
    }

    .franchise-variants-container {
        padding: 0 20px !important;
    }

    .variant-2-left-box {
        max-width: 654px !important;
    }

    .variant-2-container {
        padding: 0 20px !important;
    }

    .variant-2-number {
        left:425px !important;
    }

    .services-title {
        width: 60% !important;
        font-size: 45px !important;
    }
    
    .lg\:text-\[30px\] {
        font-size: 20px !important;
    }

    .lg\:text-\[26px\] {
        font-size: 18px !important;
    }

    .corporate-culture-title {
        font-size: 60px !important;
    }

    .corporate-culture-description {
        font-size: 23px !important;
    }

    .chat-feature-text {
        font-size: 28px !important;
    }

    .roadmap-header-content .header-right{
        top: 0px !important;
    }

    .brandbook-text-content .header {
        margin-bottom: 30px !important;
         padding: 0 !important;
    }

    .brandbook-section {
        padding: 17px 41px 20px;
        overflow:hidden;
    }

    .brandbook-title {
        font-size: 38px !important;
        margin-bottom: 10px;
    }

    .brandbook-highlight-container {
        margin-bottom: 10px;
    }

    .brandbook-number{
        margin-bottom: 10px;
    }
    .brandbook-content{
        gap: 20px;
    }

    .marketing-card-red {
        height: 530px !important;
    }

    .final-info-card {
        padding: 25px 25px 50px !important;
    }

    .final-info-text {
        font-size: 20px !important;
    }
    .variant-2-right-content {
        right: 120px;
    }
}

@media (min-width: 1200px ) and (max-width: 1400px){
    .partner-card {
        width: 300px;
    }

    .partner-card-title {
        font-size: 25px;
    }

    .partner-card-description {
        font-size: 22px;
    }

    .partners-title{
        font-size: 45px;
        width: 80%;
    }

    .achievement-card {
        height: auto
    }

    .achievement-card-red .achievement-text {
        margin-top: 80px;
    }

    .achievements-section {
        padding: 37px 20px 80px;
    }

    .achievements-grid {
        gap: 20px
    }
    .geography-title {
        font-size: 52px;
    }

    .values-image {
        width: 470px;
    }

    .values-text-content .header {
        margin-bottom: 50px !important;
    }

    .values-section {
        padding: 40px 20px;
    }

    .value-title {
        font-size: 30px;
    }

    .values-content {
        gap: 15px;
    }

    .values-title {
        font-size: 54px;
    }

    .achievement-card-title {
        font-size: 20px !important;
    }

        .tech-title {
        font-size: 100px;
    }

    .geo-stat-card {
        padding: 60px 30px !important;
    }

    .tech-grid {
        grid-template-columns: 30% 40% 30%;
        grid-template-rows: auto;
    }

    .tech-card-image-bottom {
        right: 0px;
        width: 100%;
    }

    .tech-card-with-image .tech-card-text{
        margin-top: 100px;
    }

    .mgp-feature-text{
        margin-bottom: 20px;
        margin-top: 15px;
        font-size: 20px;
        margin-left: 436px;
    }

    .mgp-site-section {
        padding: 114px 2px 80px;
    }

    .mgp-step-text {
        font-size: 20px;
    }

    .mgp-process-title{
        font-size: 32px;
    }

    .cooperation-content{
        padding: 59px 73px 71px;
    }

    .cooperation-subtitle {
        margin-top: 40px;
    }

    .cooperation-header-bg {
        height: 413px;
    }

    .loyalty-content {
        padding: 60px 61px 100px !important;
    }

    .feature-tag {
        padding: 16px 12px !important;
    }

    .franchise-variants-container {
        padding: 0 10px !important;
    }

    .services-title {
        width: 50%;
        font-size: 38px !important;
    }

    .variant-2-container {
        padding: 0 40px !important;
    }

    .corporate-culture-title {
        font-size: 50px !important;
        width: 60%;
    }

    .corporate-culture-destinations {
        top: -300px !important;
    }

    .corporate-title-line2 {
        margin-left: 130px !important;
    }

    .corporate-culture-main-image {
        width: 350px !important;
    }


    .corporate-culture-description {
        font-size: 20px !important;
    }

    .corporate-culture-content {
        gap: 20px !important;
    }


    .corporate-culture-section {
        height: 1150px !important;
    }

    .roadmap-header-content .header-right {
        right: 0 !important;
    }

    .roadmap-title {
        margin-bottom: 1px !important;
    }

    .timeline-cards {
        gap: 0 !important;
    }

    .brandbook-image-container {
        width: 550px;
    }

    .brandbook-section {
        padding: 37px 21px 0px;
    }

    .br-none {
        display: none;
    }

    .brandbook-text-content .header {
        margin-bottom: 0px;
        display: none;
    }

    .brandbook-description {
        font-size: 22px;
    }

    .brandbook-description-row {
        width: 95%;
    }

    .brandbook-title {
        margin-bottom: 20px;
        font-size: 38px;
    }
    .brandbook-content {
        gap: 20px;
    }

    .values-cards {
        width: 91%;
    }

    .brandbook-highlight-container img {
        display: none;
    }

    .brandbook-image-container {
        top: 50px;
    }

    .brandbook-cards {
        width: 85%;
    }

    .brandbook-card-text {
        font-size: 22px;
    }

    .marketing-card-red {
        top: 0px !important;
    }
    .white-contact {
        display: block !important;
    }

    .final-info-card {
        margin-top: 30px;
    }

    .final-contact-details {
        margin-top: 170px;
        margin-left: 20px;
    }

    .final-info-card img {
        margin: auto;
    }

    .card-text {
        font-size: 20px;
        line-height: normal;
    }

    .history-content {
        padding: 60px 41px !important;
    }
}

@media (max-width: 1400px) {
    .hero-title {
        font-size: 70px;
    }
    
    .circle-gradient {
        width: 350px;
        height: 500px;
    }
    
    .history-title {
        font-size: 90px;
    }
    
    .history-subtitle {
        font-size: 28px;
    }
    
    .timeline-date {
        font-size: 32px;
    }
    
    .timeline-description {
        font-size: 22px;
    }
    
    .circle-decoration {
        width: 1000px;
        height: 400px;
    }
    
    .about-title {
        font-size: 70px;
    }
    
    .about-subtitle {
        font-size: 26px;
    }
    
    .stat-text {
        font-size: 32px;
    }
    
    .about-circle-decoration {
        width: 1200px;
        height: 900px;
    }
    
    .achievements-title {
        font-size: 80px;
    }
    
    .achievement-card-title {
        font-size: 28px;
    }
    
    .achievement-text {
        font-size: 20px;
    }
    
    .savings-amount {
        font-size: 56px;
    }
    
    .savings-text {
        font-size: 24px;
        padding-left: 40px;
    }
    
    .achievements-savings {
        gap: 40px;
    }
}

@media (max-width: 1200px) {
    .header {
        padding: 30px 40px;
    }
    
    .hero {
        padding: 40px 40px 0;
    }
    
    .hero-title {
        font-size: 60px;
    }
    
    .info-cards {
        left: 40px;
        right: 40px;
        flex-direction: column;
        gap: 20px;
    }
    
    .card-left,
    .card-right {
        max-width: 100%;
    }
    
    .history-content {
        padding: 40px;
    }
    
    .history-title {
        font-size: 70px;
    }
    
    .timeline {
        display: flex;
        flex-direction: column;
        gap: 60px;
        margin-top: 150px;
        padding: 0 40px;
    }
    
    .timeline-line {
        display: none;
    }
    
    .timeline-dot {
        display: none;
    }
    
    .about-section {
        padding: 40px;
    }
    
    .about-card {
        padding: 60px 40px;
    }
    
    .about-title {
        font-size: 60px;
    }
    
    .about-subtitle {
        font-size: 24px;
    }
    
    .stat-text {
        font-size: 28px;
    }
    
    .about-circle-decoration {
        width: 1000px;
        height: 800px;
    }
    
    .achievements-section {
        padding: 40px;
    }
    
    .achievements-title {
        font-size: 60px;
        margin: 40px 0 60px 0;
    }
    
    .achievements-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        margin-bottom: 60px;
    }
    
    .achievements-grid .achievement-card:nth-child(2) {
        margin-top: 40px;
    }
    
    .achievement-card {
        padding: 32px;
    }
    
    .achievement-card-title {
        font-size: 24px;
    }
    
    .achievement-text {
        font-size: 18px;
    }
    
    .achievement-card {
        min-height: 350px;
    }
    
    .savings-amount {
        font-size: 48px;
    }
    
    .savings-text {
        font-size: 20px;
        padding-left: 30px;
    }
    
    .achievements-savings {
        gap: 30px;
    }
    
    .values-section {
        padding: 40px;
    }
    
    .values-content {
        min-height: auto;
    }
    
    .values-text-content {
        padding-right: 0;
    }
    
    .values-image-container {
        position: relative;
        margin-bottom: 40px;
    }
    
    .values-image {
        width: 100%;
        max-width: 600px;
        height: auto;
        aspect-ratio: 808 / 1023;
    }
    
    .partners-section {
        padding: 40px;
    }
    
    .partners-content {
        margin-top: 60px;
        flex-direction: column;
    }
    
    .partners-black-box {
        padding: 40px 30px 60px;
    }
    
    .partners-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .partners-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .partner-card {
        padding: 32px 28px;
    }
    
    .partner-card-title {
        font-size: 24px;
    }
    
    .partner-card-description {
        font-size: 20px;
    }
    
    .partner-card-outside {
        width: 100%;
        align-self: auto;
    }
    
    .tech-section {
        padding: 40px;
    }
    
    .tech-title {
        font-size: 100px;
        margin-bottom: 30px;
    }
    
    .tech-header {
        flex-direction: column;
        margin-bottom: 40px;
    }
    
    .tech-subtitle {
        font-size: 28px;
    }
    
    .tech-description {
        font-size: 16px;
        line-height: 20px;
    }
    
    .tech-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .tech-card {
        padding: 32px 28px;
        grid-column: 1;
        grid-row: auto;
    }
    
    .tech-card-mobile{
        grid-row: 2 !important;
    }

    .tech-card-black {
        grid-column: 1;
        grid-row: auto;
    }
    
    .tech-card-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .tech-card-text {
        font-size: 20px;
    }
    
    .tech-card-with-image {
        padding-bottom: 220px;
    }
    
    .tech-card-image-bottom {
        width: calc(100% - 56px);
        height: 160px;
        bottom: 28px;
        right: 28px;
    }
}

@media (max-width: 768px) {
    .header {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    .header-right {
        display: none;
    }
    
    .about-section {
        padding: 20px;
        min-height: auto;
    }
    
    .about-card {
        padding: 40px 24px;
    }
    
    .about-header {
        margin-bottom: 40px;
    }
    
    .about-title {
        font-size: 35px;
    }
    
    .about-subtitle {
        font-size: 18px;
    }
    
    .stat-item {
        padding: 20px 0 20px 35px;
    }
    
    .stat-item::before {
        width: 10px;
        height: 10px;
    }
    
    .stat-text {
        font-size: 20px;
        display: block;
    }
    
    .about-circle-decoration {
        display: none;
    }
    
    .mobile-break {
        display: block;
    }
    
    .achievements-section {
        padding: 20px;
    }
    
    .achievements-title {
        font-size: 32px;
        margin: 30px 0 40px 0;
    }
    
    .achievements-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .achievements-grid .achievement-card:nth-child(2) {
        margin-top: 0;
    }
    
    .achievement-card {
        padding: 24px;
    }
    
    .achievement-card-title {
        font-size: 20px;
    }
    
    .achievement-image {
        width: 100px;
        height: 100px;
    }
    
    .achievement-text {
        font-size: 16px;
    }
    
    .achievement-card {
        min-height: auto;
    }
    
    .achievements-savings {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .savings-amount {
        font-size: 36px;
    }
    
    .savings-text {
        font-size: 16px;
        padding-left: 0;
        padding-top: 20px;
        border-left: none;
        border-top: 2px solid #ffffff;
    }
    
    .geography-section {
        padding: 20px;
    }
    
    .geography-container {
        padding: 40px 24px;
    }
    
    .geography-header {
        margin-bottom: 40px;
        display: none;
    }
    .partners-content .header {
        display: none;
    }
    
    .geography-content {
        margin-bottom: 50px;
        display: block;
    }
    
    .geography-title {
        font-size: 30px;
    }

    .geo-stat-card {
        margin-bottom: 20px;
    }

    .geography-stats {
        display: block;
        margin-bottom: 15px;
    }
    
    .geography-subtitle {
        font-size: 18px;
    }
    
    .city-image {
        width: 80px;
        height: 80px;
        margin-left: -20px;
    }
    
    .scale-title {
        font-size: 24px;
    }
    
    .scale-description {
        font-size: 16px;
    }
    
    .geo-stat-card {
        padding: 40px 24px;
    }
    
    .geo-stat-number {
        font-size: 64px;
    }
    
    .geo-stat-text {
        font-size: 18px;
    }
    
    .values-section {
        padding: 20px;
    }
    
    .values-circle-decoration {
        display: none;
    }
    
    .values-image-container {
        display: none;
    }
    
    .values-text-content .header-right {
        display: none;
    }
    
    .values-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .values-cards {
        flex-direction: column;
        gap: 20px;
    }
    
    .value-card {
        padding: 28px 24px;
    }
    
    .value-number {
        font-size: 48px;
        margin-bottom: 40px;
    }
    
    .value-title {
        font-size: 26px;
    }
    
    .value-description {
        font-size: 20px;
        line-height: 28px;
    }
    
    .partners-section {
        padding: 20px;
    }
    
    .partners-circle-left,
    .partners-circle-right,
    .partners-woman-image {
        display: none;
    }
    
    .partners-content {
        margin-top: 40px;
    }
    
    .partners-black-box {
        padding: 30px 20px 40px;
    }
    
    .partners-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .partner-card {
        padding: 24px 20px;
        width: 100%;
    }
    
    .partner-card-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .partner-card-description {
        font-size: 18px;
    }
    
    .parther-unvisible {
        display: none;
    }
    
    .tech-section {
        padding: 20px;
    }
    
    .tech-title {
        font-size: 35px;
        margin-bottom: 20px;
    }
    
    .tech-subtitle {
        font-size: 20px;
    }
    
    .tech-description {
        font-size: 14px;
        line-height: 18px;
    }
    
    .tech-card {
        padding: 24px 20px;
    }
    
    .tech-card-title {
        font-size: 22px;
    }
    
    .tech-card-text {
        font-size: 20px;
        margin-top: 20px;
    }
    
    .tech-card-image {
        height: 200px;
        padding: 0px;
        border-radius: 25px;
    }
    
    .tech-card-content {
        padding: 32px 0px;
    }
    
    .tech-card-with-image {
        padding-bottom: 180px;
    }
    
    .tech-card-image-bottom {
        height: 120px;
    }
    
    .mgp-site-section {
        padding: 40px 20px;
    }
    
    .mgp-site-header {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }
    
    .mgp-site-title {
        font-size: 48px;
    }
    
    .mgp-office-info {
        flex-direction: column;
        gap: 20px;
    }
    
    .office-icon {
        width: 80px;
        height: 80px;
    }
    
    .office-text {
        max-width: 100%;
    }
    
    .office-title {
        font-size: 18px;
    }
    
    .office-description {
        font-size: 14px;
        line-height: 18px;
    }
    
    .mgp-content-box {
        padding: 30px 20px;
        margin-bottom: 30px;
        background-image: none;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .mgp-feature-text {
        font-size: 16px;
        margin: 0 0 40px 0;
    }
    
    .mgp-process {
        flex-direction: column;
        gap: 30px;
    }
    
    .mgp-process-title {
        font-size: 28px;
        line-height: 38px;
        max-width: 100%;
    }
    
    .mgp-step {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    
    .mgp-step-number {
        width: 70px;
        height: 95px;
        font-size: 36px;
    }
    
    .mgp-step-text {
        font-size: 18px;
        margin-top: 0;
        max-width: 100%;
    }
    
    .mgp-step:last-child .mgp-step-text {
        max-width: 100%;
        margin-top: 0;
    }
    
    .mgp-bottom-text {
        font-size: 16px;
        text-align: left;
    }
    
    .cooperation-header-bg {
        height: 200px;
        padding: 10px 10px 0;
    }
    
    .cooperation-content {
        padding: 30px 20px;
    }
    
    .cooperation-title-section {
        flex-direction: column;
        margin-bottom: 30px;
        gap: 20px;
    }
    
    .cooperation-title {
        font-size: 25px;
    }
    
    .cooperation-subtitle {
        font-size: 16px;
        line-height: 20px;
        max-width: 100%;
        margin-top: 10px;
    }
    
    .cooperation-box {
        flex-direction: column;
        gap: 30px;
        padding: 10px 10px;
    }
    
    .cooperation-box::before {
        display: none;
    }
    
    .cooperation-column:first-child::after {
        display: none;
    }
    
    .cooperation-column-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .cooperation-column-text {
        font-size: 18px;
    }

    .history-text {
        margin-bottom: 50px;
        margin-left: 0px;
        margin-top: 50px;
    }

    .nav {
        flex-direction: column;
        width: 100%;
    }
    
    .btn {
        width: 100%;
        font-size: 18px;
        padding: 14px 24px;
    }
    
    .logo img {
        width: 200px;
        height: auto;
    }
    
    .hero {
        padding: 20px;
        min-height: 400px;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    .hero-title {
        font-size: 40px;
    }
    
    .circle-gradient {
        display: none;
    }
    
    .info-cards {
        position: relative;
        bottom: auto;
        left: 20px;
        right: 20px;
        margin-top: 40px;
        transform: translateX(0%);
        padding-bottom: 40px;
    }
    
    .card {
        padding: 24px 28px;
    }
    
    .card-text {
        font-size: 18px;
        line-height: 27px;
    }
    
    .stat-container {
        flex-direction: column;
        gap: 16px;
    }
    
    .team-image {
        width: 150px;
        height: auto;
    }
    
    .stat-number,
    .stat-label {
        font-size: 24px;
        line-height: 28px;
    }
    
    .history-section {
        min-height: auto;
    }
    
    .history-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.9) 100%);
    }
    
    .circle-decoration {
        display: none;
    }
    
    .history-content {
        padding: 20px;
    }
    
    .history-subtitle {
        font-size: 20px;
    }
    
    .history-title {
        font-size: 48px;
    }
    
    .timeline {
        display: flex;
        flex-direction: column;
        margin-top: 80px;
        gap: 40px;
        padding: 0 20px;
    }
    
    .timeline-line {
        display: none;
    }
    
    .timeline-dot {
        display: none;
    }
    
    .timeline-date {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .timeline-description {
        font-size: 18px;
    }

    #second-title {
        margin-left: 0px; 
    }
    .cooperation-header-bg .header {
        visibility: hidden;
    }
}

/* Loyalty Program Section */
.loyalty-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #000000;
    padding: 0;
}

.loyalty-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 0;
}

.loyalty-content {
    padding: 60px 81px 100px;
}

.loyalty-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 94.72px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 80px 0;
    text-align: left;
}

/* Progress Indicator */
.loyalty-progress {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 60px;
    gap: 0;
}

.progress-item {
    display: flex;
    align-items: center;
    gap: 0;
    margin-right: 40px;
}

.progress-circle {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.progress-line {
    width: auto;
    flex-shrink: 0;
}

/* Tier Cards */
.loyalty-tiers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 100px;
}

.tier-card {
    background-color: #E82F23;
    border-radius: 32px;
    padding: 80px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.tier-name {
    font-family: 'Unbounded', sans-serif;
    font-size: 48.35px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

/* Loyalty Bottom Section */
.loyalty-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.loyalty-description {
    padding-right: 40px;
}

.loyalty-desc-text {
    font-family: 'Inter', sans-serif;
    font-size: 31.91px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
}

.loyalty-features {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.feature-tag {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    padding: 16px 32px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    white-space: nowrap;
}

.loyalty-kpi-text {
    font-family: 'Inter', sans-serif;
    font-size: 31.91px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    padding: 16px 32px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    display: inline-block;
    width: fit-content;
}

/* Responsive adjustments for Loyalty Section */
@media (max-width: 1400px) {
    .loyalty-title {
        font-size: 70px;
    }

    .tier-name {
        font-size: 36px;
    }

    .loyalty-desc-text,
    .feature-tag,
    .loyalty-kpi-text {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .loyalty-content {
        padding: 40px 40px 80px;
    }

    .loyalty-title {
        font-size: 50px;
        margin-bottom: 60px;
    }

    .loyalty-tiers {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .tier-card {
        padding: 60px 30px;
        min-height: 150px;
    }

    .tier-name {
        font-size: 32px;
    }

    .loyalty-bottom {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .loyalty-desc-text,
    .feature-tag,
    .loyalty-kpi-text {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .loyalty-content {
        padding: 24px 16px 40px;
    }

    .loyalty-title {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 1.2;
    }

    .loyalty-progress {
        margin-bottom: 30px;
    }

    .progress-circle {
        width: 12px;
        height: 12px;
    }

    .loyalty-tiers {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 40px;
    }

    .tier-card {
        padding: 24px 16px;
        min-height: 80px;
    }

    .tier-name {
        font-size: 18px;
    }

    .loyalty-desc-text {
        font-size: 14px;
        padding: 16px 20px;
        line-height: 1.5;
    }

    .feature-tag {
        font-size: 14px;
        padding: 10px 20px;
    }

    .loyalty-kpi-text {
        font-size: 14px;
        padding: 10px 20px;
        line-height: 1.5;
    }

    .feature-tags {
        gap: 10px;
    }

    .loyalty-features {
        gap: 20px;
    }

    .loyalty-bottom {
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .loyalty-content {
        padding: 20px 12px 32px;
    }

    .loyalty-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .loyalty-tiers {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 32px;
    }

    .tier-card {
        padding: 20px 12px;
        min-height: 70px;
    }

    .tier-name {
        font-size: 16px;
    }

    .loyalty-desc-text {
        font-size: 13px;
        padding: 14px 18px;
    }

    .feature-tag {
        font-size: 13px;
        padding: 8px 16px;
    }

    .loyalty-kpi-text {
        font-size: 13px;
        padding: 8px 16px;
    }

    .feature-tags {
        gap: 8px;
    }

    .loyalty-features {
        gap: 16px;
    }

    .loyalty-bottom {
        gap: 24px;
    }
}

/* Franchise Variants Section */
.franchise-variants-section {
    position: relative;
    width: 100%;
    min-height: 1080px;
    background-color: #ffffff;
    padding: 80px 0;
    overflow: hidden;
}

.franchise-variants-container {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 80px;
    height: 100%;
}

/* Decorative number */
.variant-number {
    position: absolute;
    top: -80px;
    left: 817px;
    font-family: 'Unbounded', sans-serif;
    font-size: 566.70px;
    font-weight: 600;
    color: #ffffff;
    line-height: 0.9;
    z-index: 3;
    pointer-events: none;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}

/* Background circles */
.variant-circle-bg {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(116, 116, 116, 0.30);
    pointer-events: none;
}

.variant-circle-left {
    width: 962px;
    height: 1056px;
    top: 24px;
    left: 0;
    z-index: 0;
}

.variant-circle-right {
    width: 995px;
    height: 304px;
    top: 0;
    right: 0;
    z-index: 0;
}

/* Left content box */
.variant-left-box {
    position: relative;
    z-index: 2;
    background-color: #000000;
    border-radius: 42px;
    padding: 90px 83px;
    max-width: 974px;
}

.variant-badge {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #E82F23;
    padding: 12px 32px;
    border-radius: 8px;
    margin-bottom: 60px;
}

.variant-box-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 45.86px;
    font-weight: 500;
    line-height: 59.62px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 43px;
}

.variant-box-description {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 39.20px;
    color: #ffffff;
    margin: 0;
}

/* Right content */
.variant-right-content {
    position: absolute;
    top: 0px;
    right: 80px;
    max-width: 688px;
    z-index: 2;
}

.variant-top-badges {
    display: flex;
    gap: 20px;
    margin-bottom: 88px;
    justify-content: flex-end;
}

.variant-circle-badge {
    font-family: 'Inter', sans-serif;
    font-size: 27.49px;
    font-weight: 500;
    color: #000000;
    padding: 18px 32px;
    border: 1px solid rgba(116, 116, 116, 0.30);
    border-radius: 50px;
    white-space: nowrap;
}

.variant-main-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 45px;
    font-weight: 600;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 10px;
}

/* Features list */
.variant-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.variant-feature-item {
    align-items: flex-start;
}

.variant-toggle-icon {
    width: 62px;
    height: 37px;
    flex-shrink: 0;
    margin-top: 4px;
}

.variant-feature-text {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 1.4;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 1600px) {
    .variant-number {
        font-size: 400px;
    }

    .variant-left-box {
        max-width: 800px;
        padding: 70px 60px;
    }

    .variant-box-title {
        font-size: 38px;
        line-height: 50px;
    }

    .variant-box-description {
        font-size: 24px;
        line-height: 34px;
    }

    .variant-right-content {
        max-width: 600px;
    }

    .variant-main-title {
        font-size: 38px;
    }

    .variant-feature-text {
        font-size: 26px;
    }

    .brandbook-section {
        overflow: hidden;
    }
}

@media (max-width: 1400px) {
    .variant-number {
        font-size: 300px;
    }

    .variant-left-box {
        max-width: 550px;
        padding: 60px 50px;
        margin-top: 60px;
    }

    .variant-number {
        display: none;
    }

    .variant-box-title {
        font-size: 34px;
        line-height: 44px;
    }

    .variant-box-description {
        font-size: 22px;
        line-height: 32px;
    }

    .variant-right-content {
        top: 60px;
        max-width: 550px;
    }

    .variant-main-title {
        font-size: 34px;
        margin-bottom: 50px;
    }

    .variant-feature-text {
        font-size: 24px;
    }

    .variant-toggle-icon {
        width: 50px;
        height: 30px;
    }
}

@media (max-width: 1200px) {
    .franchise-variants-section {
        min-height: auto;
        padding: 60px 0;
    }

    .franchise-variants-container {
        padding: 0 40px;
    }

    .variant-number {
        display: none;
    }

    .variant-circle-left,
    .variant-circle-right {
        display: none;
    }

    .variant-left-box {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 60px;
    }

    .variant-right-content {
        position: static;
        max-width: 100%;
    }

    .variant-top-badges {
        justify-content: flex-start;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .franchise-variants-section {
        padding: 40px 0;
    }

    .franchise-variants-container {
        padding: 0 20px;
    }

    .variant-left-box {
        padding: 40px 30px;
        border-radius: 32px;
        margin-bottom: 40px;
    }

    .variant-badge {
        font-size: 18px;
        padding: 10px 24px;
        margin-bottom: 40px;
    }

    .variant-box-title {
        font-size: 23px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .variant-box-description {
        font-size: 18px;
        line-height: 26px;
    }

    .variant-top-badges {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
    }

    .variant-circle-badge {
        font-size: 20px;
        padding: 14px 24px;
        text-align: center;
    }

    .variant-main-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .variant-features {
        gap: 24px;
    }

    .variant-feature-item {
        gap: 16px;
    }

    .variant-toggle-icon {
        width: 40px;
        height: 24px;
    }

    .variant-feature-text {
        font-size: 18px;
    }
    .loyalty-container {
        min-height: auto;
    }

    .loyalty-section {
        min-height: auto;
    }
}

/* Franchise Variant 2 Section */
.franchise-variant-2-section {
    position: relative;
    width: 100%;
    min-height: 1080px;
    background-color: #ffffff;
    padding: 80px 0;
    overflow: hidden;
}

.variant-2-container {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 80px;
    height: 100%;
}

/* Decorative number 2 */
.variant-2-number {
    position: absolute;
    top: -75px;
    left: 725px;
    font-family: 'Unbounded', sans-serif;
    font-size: 566.70px;
    font-weight: 600;
    color: #ffffff;
    line-height: 0.9;
    z-index: 3;
    pointer-events: none;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}

/* Background circles for variant 2 */
.variant-2-circle-bg {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.variant-2-circle-left {
    width: 1013px;
    height: 1080px;
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
    z-index: 0;
}

.variant-2-circle-right {
    width: 1492px;
    height: 1080px;
    top: 0;
    right: 0;
    background-image: url('/media/images/franchazingV2/variant-2-background.svg');
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(116, 116, 116, 0.30);
    z-index: 1;
}

/* Left content box for variant 2 */
.variant-2-left-box {
    position: relative;
    z-index: 2;
    background-color: #E82F23;
    border-radius: 42px;
    padding: 90px 78px;
    padding-top: 350px;
    max-width: 974px;
}

.variant-2-left-box .variant-badge {
    background-color: #000000;
    color: #ffffff;
}

.variant-2-left-box .variant-box-title {
    margin-bottom: 0;
}

/* Right content for variant 2 */
.variant-2-right-content {
    position: absolute;
    top: 20px;
    right: 80px;
    max-width: 688px;
    z-index: 100;
}

.variant-2-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 33px;
    font-weight: 400;
    color: #000000;
    line-height: 1.4;
    margin: 0 0 60px 0;
}

/* Responsive adjustments for variant 2 */
@media (max-width: 1600px) {
    .variant-2-number {
        font-size: 400px;
        left: 600px;
    }

    .variant-2-circle-right {
        width: 1200px;
    }

    .variant-2-subtitle {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .mgp-site-section {
        overflow: hidden;
    }
}

@media (max-width: 1400px) {
    .variant-2-number {
        font-size: 300px;
        left: 450px;
    }

    .variant-2-left-box {
        max-width: 520px;
        margin-top: 60px;
    }

    .variant-2-circle-right {
        width: 1000px;
    }

    .variant-2-right-content {
        top: 60px;
        max-width: 550px;
    }

    .variant-2-subtitle {
        font-size: 24px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1200px) {
    .franchise-variant-2-section {
        min-height: auto;
        padding: 60px 0;
    }

    .variant-2-container {
        padding: 0 40px;
    }

    .variant-2-number {
        display: none;
    }

    .variant-2-circle-left,
    .variant-2-circle-right {
        display: none;
    }

    .variant-2-left-box {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 60px;
    }

    .variant-2-right-content {
        position: static;
        max-width: 100%;
    }

    .variant-2-subtitle {
        font-size: 22px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .franchise-variant-2-section {
        padding: 40px 0;
    }

    .variant-2-container {
        padding: 0 20px;
    }

    .variant-2-left-box {
        padding: 40px 30px;
        border-radius: 32px;
        margin-bottom: 40px;
    }

    .variant-2-subtitle {
        font-size: 16px;
        margin-bottom: 24px;
    }
}

@media (max-width: 480px) {
    .franchise-variant-2-section {
        padding: 30px 0;
    }

    .variant-2-container {
        padding: 0 16px;
    }

    .variant-2-left-box {
        padding: 32px 24px;
        border-radius: 24px;
        margin-bottom: 32px;
    }

    .variant-2-subtitle {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media (max-width: 375px) {
    .variant-2-left-box {
        padding: 28px 20px;
    }

    .variant-2-subtitle {
        font-size: 13px;
        margin-bottom: 24px;
    }
}

/* Support Package Section */
.support-section {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 80px;
}

.support-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: transparent;
    display: none;
}

.support-header-bg {
    width: 100%;
    height: 553px;
    background-image: url('/media/images/franchazingV2/support-header-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.support-content {
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 80px 0;
}

.support-title-section {
    margin-bottom: 80px;
    display: flex;
}

.support-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 67px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 40px;
    max-width: 873px;
}

.support-description-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    text-align: right;
}

.support-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    margin: 0;
    max-width: 783px;
    margin-top: 20px;
}

.support-icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.support-columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    position: relative;
}

.support-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
    text-align: center;
}

.support-column:first-child {
    padding-left: 0;
}

.support-column:last-child {
    padding-right: 0;
}

.support-separator {
    width: 1px;
    height: 189px;
    background-color: #000000;
    flex-shrink: 0;
}

.support-column-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 35px;
    font-weight: 400;
    color: #E82F23;
    margin: 0;
}

.support-column-text {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 1.4;
    margin: 0;
}

/* Responsive adjustments for support section */
@media (max-width: 1600px) {
    .support-header-bg {
        height: 450px;
    }

    .support-content {
        padding: 50px 60px 0;
    }

    .support-title {
        font-size: 56px;
        margin-bottom: 32px;
    }

    .support-subtitle {
        font-size: 22px;
        line-height: 28px;
    }

    .support-icon {
        width: 130px;
        height: 130px;
    }

    .support-column-title {
        font-size: 30px;
    }

    .support-column-text {
        font-size: 26px;
    }
}

@media (max-width: 1400px) {
    .support-header-bg {
        height: 400px;
    }

    .support-content {
        padding: 40px 50px 0;
    }

    .support-title {
        font-size: 48px;
        margin-bottom: 28px;
    }

    .support-subtitle {
        font-size: 20px;
        line-height: 26px;
    }

    .support-icon {
        width: 110px;
        height: 110px;
    }

    .support-column-title {
        font-size: 28px;
    }

    .support-column-text {
        font-size: 24px;
    }

    .support-separator {
        height: 160px;
    }
}

@media (max-width: 1200px) {
    .support-header-bg {
        height: 350px;
    }

    .support-content {
        padding: 40px 40px 0;
    }

    .support-title {
        font-size: 42px;
        margin-bottom: 24px;
    }

    .support-description-row {
        flex-direction: column;
        gap: 24px;
    }

    .support-icon {
        width: 100px;
        height: 100px;
    }

    .support-columns {
        flex-direction: column;
        gap: 40px;
    }

    .support-separator {
        display: none;
    }

    .support-column {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .support-section {
        padding-bottom: 40px;
    }

    .support-section::before {
        display: block;
        background-color: rgba(0, 0, 0, 0.15);
        margin: 0 20px;
        left: 20px;
        right: 20px;
        width: auto;
    }

    .support-header-bg {
        height: 280px;
    }

    .support-content {
        padding: 30px 20px 0;
    }

    .support-title-section {
        margin-bottom: 50px;
    }

    .support-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .support-subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .support-icon {
        width: 200px;
        height: 200px;
        margin: auto;
        border-radius: 10%;
    }

    .support-columns {
        gap: 32px;
    }

    .support-column-title {
        font-size: 24px;
    }

    .support-column-text {
        font-size: 18px;
    }
    .support-column {
        gap: 16px;
        margin: auto;
    }
}

@media (max-width: 480px) {
    .support-section {
        padding-bottom: 20px;
    }

    .support-header-bg {
        height: 220px;
    }

    .support-content {
        padding: 24px 16px 0;
    }

    .support-title-section {
        margin-bottom: 40px;
    }

    .support-title {
        font-size: 26px;
        margin-bottom: 16px;
    }


    .support-columns {
        gap: 28px;
    }

    .support-column-title {
        font-size: 20px;
    }

    .support-column-text {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .support-header-bg {
        height: 200px;
    }

    .support-column-title {
        font-size: 18px;
    }

    .support-column-text {
        font-size: 15px;
    }
}

/* Additional Services Section */
.services-section {
    position: relative;
    width: 100%;
    min-height: 981px;
    background-image: 
        linear-gradient(0deg, rgba(0, 0, 0, 1) 10.85%, rgba(0, 0, 0, 0) 90.87%),
        linear-gradient(90deg, rgba(0,0,0,1) 5.24%, rgba(0,0,0,0) 80.76%),
        url('/media/images/franchazingV2/services-background.jpg');
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    overflow: hidden;
}

.services-container {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 80px;
    height: 100%;
}

/* Circular info box */
.services-info-circle {
    position: absolute;
    top: 0;
    right: 0px;
    width: 700px;
    /* height: 470px; */
    z-index: 2;
}

.services-info-circle .header {
    padding: 37px 60px;
}

.services-info-content {
    padding: 60px 60px 60px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.services-dot-icon {
    width: 62px;
    height: 37px;
}

.services-info-text {
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.6;
    margin: 0;
    max-width: 590px;
}

/* Background circle */
.services-circle-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 505px;
    height: 1012px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    pointer-events: none;
    z-index: 0;
}

/* Main content */
.services-content {
    position: relative;
    z-index: 1;
    padding-top: 60px;
    margin-bottom: 60px;
}

.services-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 71.77px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 80px;
    max-width: 1120px;
}

.services-subtitle {
    font-family: 'Unbounded', sans-serif;
    font-size: 35.25px;
    font-weight: 400;
    line-height: 42.30px;
    color: #ffffff;
    margin: 0 0 60px 0;
}

/* Service tags grid */
.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 100%;
    align-items: flex-start;
}

.service-tag {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
    padding: 20px 40px;
    border-radius: 50px;
    white-space: nowrap;
    display: inline-block;
    width: fit-content;
    flex-shrink: 0;
}

.service-tag-red {
    background-color: #E82F23;
    color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 1600px) {

    .services-info-circle .header {
        padding: 30px 50px;
    }

    .services-info-text {
        font-size: 22px;
        line-height: 28px;
    }

    .services-title {
        font-size: 60px;
        margin-bottom: 60px;
    }

    .services-subtitle {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 50px;
    }

    .service-tag {
        font-size: 26px;
        padding: 18px 36px;
    }
}

@media (max-width: 1400px) {
    .services-container {
        padding: 0 60px;
    }

    .services-info-text {
        font-size: 20px;
        line-height: 26px;
    }

    .services-title {
        font-size: 52px;
        margin-bottom: 50px;
    }

    .services-subtitle {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 40px;
    }

    .service-tag {
        font-size: 24px;
        padding: 16px 32px;
    }

    .services-grid {
        gap: 16px;
    }
}

/* Market Position Section */
.market-position-section {
    position: relative;
    width: 100%;
    min-height: 1080px;
    overflow: hidden;
}

.market-position-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/media/images/franchazingV2/market-position-bg.jpg');
    background-size: cover;
    background-position: center;
    filter: blur(22px);
    z-index: 0;
}

.market-position-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0,0,0,1) 5.24%, rgba(0,0,0,0) 80.76%);
    z-index: 1;
}

.market-position-circle {
    position: absolute;
    left: 0;
    top: 223px;
    width: 534px;
    height: 857px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    pointer-events: none;
    z-index: 1;
}

.market-position-container {
    position: relative;
    z-index: 10;
    max-width: 1920px;
    margin: 0 auto;
    padding: 80px;
}

.market-position-top {
    margin-bottom: 64px;
}

.market-position-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px;
}

.market-position-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 78.68px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.2;
    max-width: 1158px;
    margin: 0;
}

.market-position-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 30.68px;
    font-weight: 400;
    line-height: 42.95px;
    color: #ffffff;
    max-width: 489px;
    margin: 0;
}

.market-position-sections {
    display: flex;
    gap: 128px;
    margin-bottom: 32px;
}

.market-section-header {
    display: flex;
    flex-direction: inherit;
    gap: 16px;
}

.market-section-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}

.market-arrow-icon {
    width: 110px;
    height: 45px;
    margin-top: 40px;
}

.market-boxes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.market-box {
    border-radius: 30px;
    min-height: 471px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.market-box-white {
    background-color: #ffffff;
    padding: 10px;
}

.market-box-red {
    background-color: #E82F23;
    border: 1px solid #000000;
    padding: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.market-logos-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.market-bonus-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 58.39px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 48px 0;
}

.market-bonus-text {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 1600px) {
    .market-position-title {
        font-size: 64px;
    }

    .market-position-subtitle {
        font-size: 26px;
        line-height: 36px;
    }

    .market-section-title {
        font-size: 24px;
    }

    .market-bonus-title {
        font-size: 48px;
    }

    .market-bonus-text {
        font-size: 24px;
    }
}

@media (max-width: 1400px) {
    .market-position-container {
        padding: 60px;
    }

    .market-position-title {
        font-size: 56px;
    }

    .market-position-subtitle {
        font-size: 24px;
        line-height: 32px;
    }

    .market-section-title {
        font-size: 22px;
    }

    .market-boxes-grid {
        gap: 24px;
    }

    .market-bonus-title {
        font-size: 42px;
        margin-bottom: 36px;
    }

    .market-bonus-text {
        font-size: 22px;
    }
}

@media (max-width: 1200px) {
    .market-position-section {
        min-height: auto;
    }

    .market-position-container {
        padding: 40px;
    }

    .market-position-circle {
        display: none;
    }

    .market-position-header {
        flex-direction: column;
        gap: 24px;
    }

    .market-position-sections {
        gap: 60px;
    }

    .market-boxes-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .market-box {
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .market-position-container {
        padding: 30px 20px;
    }

    .market-position-title {
        font-size: 32px;
    }

    .market-position-subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .market-position-sections {
        display: none;
    }

    .market-section-header {
        gap: 0;
        margin-bottom: 16px;
    }

    .market-section-title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .market-arrow-icon {
        display: none;
    }

    .market-boxes-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .market-box {
        min-height: 300px;
        padding: 32px 24px;
    }

    .market-bonus-title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .market-bonus-text {
        font-size: 18px;
    }
}

/* Corporate Culture Section */
.corporate-culture-section {
    position: relative;
    width: 100%;
    height: 1350px;
    background-color: #000000;
    padding: 80px 0;
    overflow: hidden;
}

.corporate-culture-circle-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 960px;
    height: 746px;
    border-radius: 50%;
    border: 1px solid rgba(116, 116, 116, 0.30);
    pointer-events: none;
    z-index: 0;
}

.corporate-culture-circle-right {
    position: absolute;
    right: 0;
    top: 290px;
    width: 1071px;
    height: 790px;
    border-radius: 50%;
    border: 1px solid rgba(116, 116, 116, 0.30);
    pointer-events: none;
    z-index: 0;
}

.corporate-culture-container {
    position: relative;
    z-index: 1;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 80px;
}

.corporate-culture-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 100.06px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    margin: 120px 0 80px 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.corporate-title-line1 {
    display: block;
}

.corporate-title-line2 {
    display: block;
    /* text-align: right; */
    margin-left: 490px;
}

.corporate-culture-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.corporate-culture-left {
    flex-shrink: 0;
}

.corporate-culture-image-wrapper {
    position: relative;
}

.corporate-culture-main-image {
    width: 634px;
    height: 453px;
    border-radius: 50px;
    object-fit: cover;
}

.corporate-culture-label {
    position: absolute;
    top: -20px;
    left: 0px;
    font-family: 'Inter', sans-serif;
    font-size: 37.54px;
    font-weight: 400;
    color: #ffffff;
    background-color: #E82F23;
    padding: 12px 32px;
    border-radius: 50px;
}

.corporate-culture-center {
    flex: 1;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.corporate-culture-description {
    font-family: 'Inter', sans-serif;
    font-size: 33.47px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    margin: 0 0 30px 0;
    max-width: 608px;
}

.corporate-culture-quote {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.corporate-quote-icon {
    width: 62px;
    height: 37px;
}

.corporate-quote-text {
    font-family: 'Unbounded', sans-serif;
    font-size: 31px;
    font-weight: 400;
    line-height: 43.41px;
    text-transform: uppercase;
    color: #E82F23;
    margin: 0;
    max-width: 505px;
}

.corporate-culture-destinations {
    position: relative;
    flex-shrink: 0;
    background-color: #ffffff;
    border-radius: 43px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 453px;
    top: -600px;
}

.destination-card {
    position: relative;
}

.destination-image {
    width: 100%;
    height: 350px;
    border-radius: 31px;
    object-fit: cover;
}

.destination-label {
    position: absolute;
    bottom: -30px;
    right: 0px;
    font-family: 'Inter', sans-serif;
    font-size: 31.74px;
    font-weight: 400;
    color: #ffffff;
    background-color: #E82F23;
    padding: 8px 24px;
    border-radius: 30px;
}

/* Responsive */
@media (max-width: 1600px) {
    .corporate-culture-title {
        font-size: 80px;
        margin: 100px 0 60px 0;
    }

    .corporate-title-line2 {
        margin-right: 150px;
    }

    .corporate-culture-main-image {
        width: 550px;
        height: 400px;
    }

    .corporate-culture-description {
        font-size: 28px;
        margin-bottom: 60px;
    }

    .corporate-quote-text {
        font-size: 26px;
        line-height: 36px;
    }

    .corporate-culture-destinations {
        width: 400px;
    }
}

@media (max-width: 1400px) {

    .destination-image {
        height: 200px;
    }

    .destination-label {
        font-size: 26px;
        padding: 6px 20px;
    }
}

@media (max-width: 1200px) {
    .corporate-culture-section {
        min-height: auto;
        padding: 60px 0;
    }

    .corporate-culture-container {
        padding: 0 40px;
    }

    .corporate-culture-circle-left,
    .corporate-culture-circle-right {
        display: none;
    }

    .corporate-culture-content {
        flex-direction: column;
        gap: 40px;
        margin-top: 60px;
    }

    .corporate-culture-center {
        padding-top: 0;
    }

    .corporate-culture-destinations {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .corporate-culture-section {
        padding: 40px 0;
    }

    .corporate-culture-container {
        padding: 0 20px;
    }

    .corporate-culture-content {
        margin-top: 40px;
        gap: 32px;
    }

    .corporate-culture-title {
        font-size: 36px;
        margin-bottom: 32px;
    }

    .corporate-culture-main-image {
        width: 100%;
        height: auto;
        min-height: 280px;
    }

    .corporate-culture-label {
        font-size: 22px;
        padding: 8px 20px;
    }

    .corporate-culture-description {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .corporate-quote-icon {
        width: 50px;
        height: 30px;
    }

    .corporate-quote-text {
        font-size: 18px;
        line-height: 26px;
    }

    .corporate-culture-destinations {
        padding: 24px 20px;
        gap: 24px;
        position: static;
    }

    .destination-image {
        height: 180px;
    }

    .destination-label {
        font-size: 20px;
        padding: 6px 18px;
        bottom: 12px;
        right: 12px;
    }
    .corporate-culture-container .header {
        display: none;
    }

    .corporate-culture-title {
        font-size: 25px;
        margin-top: 10px;
    }
    .corporate-title-line2 {
        margin: 0;
    }
    .corporate-culture-section{
        height: auto;
    }
}

@media (max-width: 1200px) {
    .services-section {
        min-height: auto;
        padding: 60px 0;
    }

    .services-container {
        padding: 0 40px;
    }

    .services-info-circle {
        position: static;
        width: 100%;
        height: auto;
        border-radius: 24px;
        margin-bottom: 40px;
    }

    .services-info-circle .header {
        padding: 30px 40px;
    }

    .services-info-content {
        padding: 20px 40px 40px;
    }

    .services-circle-left {
        display: none;
    }

    .services-content {
        padding-top: 0;
    }

    .services-title {
        font-size: 46px;
        margin-bottom: 40px;
    }

    .services-subtitle {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 32px;
    }

    .services-grid {
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .services-content {
        margin-bottom: 40px;
    }
    .services-section {
        padding: 0;
        background: #000000;
    }

    .services-container {
        padding: 0 20px;
    }

    .services-info-circle {
        border-radius: 20px;
        margin-bottom: 32px;
    }

    .services-info-circle .header {
        padding: 24px 24px;
    }

    .services-info-content {
        padding: 0px;
        margin-top: 20px;
        gap: 12px;
    }

    .services-dot-icon {
        width: 50px;
        height: 30px;
    }

    .services-info-text {
        font-size: 16px;
        line-height: 22px;
    }

    .services-title {
        font-size: 25px;
        margin-bottom: 28px;
    }

    .services-subtitle {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    .services-grid {
        gap: 12px;
        flex-direction: column;
    }

    .service-tag {
        font-size: 18px;
        padding: 14px 28px;
        white-space: normal;
        text-align: center;
        width: 100%;
    }
}

/* Contact Form Section */
.contact-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('/media/images/franchazingV2/contact-background.jpg');
    background-size: cover;
    background-position: 0px -2000px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: blur(72.2px);
    z-index: 0;
}

.contact-container {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 80px;
    height: 100%;
    z-index: 1;
}

.contact-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
}

/* Left content */
.contact-left {
    position: relative;
    flex: 1;
    max-width: 930px;
    padding-top: 580px;
}

.contact-circle-border {
    position: absolute;
    top: 0;
    left: -1000px;
    width: 2000px;
    height: 2000px;
    border-radius: 50%;
    border: 1px solid;
    border-color: rgb(255 255 255 / 38%);
    pointer-events: none;
    z-index: 0;
}

.contact-title {
    position: relative;
    font-family: 'Unbounded', sans-serif;
    font-size: 66.11px;
    font-weight: 500;
    line-height: 85.94px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 29px;
    z-index: 1;
}

.contact-subtitle {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 33px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
    z-index: 1;
}

/* Right form card */
.contact-form-card {
    position: relative;
    bottom: 70px;
    flex-shrink: 0;
    width: 600px;
    background-color: #ffffff;
    border-radius: 32px;
    padding: 48px 56px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.form-inputs {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.form-input,
.form-textarea {
    font-family: 'Inter', sans-serif;
    font-size: 23.82px;
    font-weight: 400;
    color: #000000;
    background-color: transparent;
    border: 2px solid #000000;
    border-radius: 50px;
    padding: 20px 32px;
    outline: none;
    transition: border-color 0.3s ease;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #000000;
    opacity: 0.5;
}

.form-input:focus,
.form-textarea:focus {
    border-color: #E82F23;
}

.form-textarea {
    border-radius: 32px;
    resize: vertical;
    min-height: 150px;
    font-family: 'Inter', sans-serif;
}

.form-submit-btn {
    font-family: 'Inter', sans-serif;
    font-size: 23.82px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #E82F23;
    border: none;
    border-radius: 50px;
    padding: 24px 48px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: stretch;
}

.form-submit-btn:hover {
    background-color: #C0392B;
}

.form-privacy-text {
    font-family: 'Inter', sans-serif;
    font-size: 17.53px;
    font-weight: 400;
    color: #000000;
    opacity: 0.5;
    line-height: 1.5;
    margin: 20px 0 0 0;
}

/* Responsive adjustments */
@media (max-width: 1600px) {
    .contact-content {
        padding-top: 120px;
        gap: 60px;
    }

    .contact-left {
        padding-top: 200px;
    }

    .contact-circle-border {
        width: 700px;
        height: 650px;
    }

    .contact-title {
        font-size: 54px;
        line-height: 70px;
    }

    .contact-subtitle {
        font-size: 28px;
    }

    .contact-form-card {
        width: 550px;
        padding: 40px 48px;
    }
}

@media (max-width: 1400px) {
    .contact-content {
        padding-top: 100px;
        gap: 40px;
    }

    .contact-left {
        padding-top: 150px;
    }

    .contact-circle-border {
        width: 600px;
        height: 550px;
    }

    .contact-title {
        font-size: 48px;
        line-height: 62px;
    }

    .contact-subtitle {
        font-size: 24px;
    }

    .contact-form-card {
        width: 500px;
        padding: 36px 40px;
    }

    .form-input,
    .form-textarea {
        font-size: 20px;
        padding: 18px 28px;
    }

    .form-submit-btn {
        font-size: 20px;
        padding: 20px 40px;
    }

    .form-privacy-text {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .contact-section {
        min-height: auto;
        padding: 60px 0;
    }

    .contact-container {
        padding: 0 40px;
    }

    .contact-content {
        flex-direction: column;
        padding-top: 60px;
        gap: 60px;
    }

    .contact-left {
        padding-top: 0;
        max-width: 100%;
    }

    .contact-circle-border {
        display: none;
    }

    .contact-title {
        font-size: 42px;
        line-height: 54px;
    }

    .contact-subtitle {
        font-size: 22px;
    }

    .contact-form-card {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 30px 0;
        min-height: auto;
    }

    .contact-container {
        padding: 0 16px;
    }

    .contact-content {
        padding-top: 30px;
        gap: 30px;
    }

    .contact-title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 16px;
    }

    .contact-subtitle {
        font-size: 15px;
        line-height: 1.4;
    }

    .contact-form-card {
        padding: 24px 20px;
        border-radius: 20px;
        position: static;
    }

    .contact-form {
        gap: 16px;
    }

    .market-position-top {
        margin-bottom: 30px;
    }

    .form-inputs {
        gap: 14px;
    }

    .form-input,
    .form-textarea {
        font-size: 14px;
        padding: 14px 20px;
        border-radius: 30px;
        border-width: 1.5px;
    }

    .form-textarea {
        min-height: 100px;
        border-radius: 20px;
    }

    .form-submit-btn {
        font-size: 14px;
        padding: 16px 28px;
        border-radius: 30px;
    }

    .form-privacy-text {
        font-size: 11px;
        margin-top: 12px;
        line-height: 1.4;
    }

    .contact-container .header {
        display: none;
    }
    
    .support-header-bg {
        display: none;
    }
    .support-title-section {
        display: block;
        margin-bottom: 20px;
    }

    .support-subtitle{
        width: 80%;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 24px 0;
    }

    .contact-container {
        padding: 0 12px;
    }

    .contact-content {
        padding-top: 24px;
        gap: 24px;
    }

    .contact-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .contact-subtitle {
        font-size: 13px;
    }

    .contact-form-card {
        padding: 20px 16px;
        border-radius: 16px;
    }

    .contact-form {
        gap: 12px;
    }

    .form-inputs {
        gap: 12px;
    }

    .form-input,
    .form-textarea {
        font-size: 13px;
        padding: 12px 16px;
        border-radius: 24px;
    }

    .form-textarea {
        min-height: 80px;
        border-radius: 16px;
    }

    .form-submit-btn {
        font-size: 13px;
        padding: 14px 24px;
        border-radius: 24px;
    }

    .form-privacy-text {
        font-size: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 375px) {
    .contact-title {
        font-size: 20px;
        line-height: 26px;
    }

    .contact-subtitle {
        font-size: 12px;
    }

    .contact-form-card {
        padding: 16px 12px;
    }

    .form-input,
    .form-textarea {
        font-size: 12px;
        padding: 10px 14px;
    }

    .form-submit-btn {
        font-size: 12px;
        padding: 12px 20px;
    }

    .form-privacy-text {
        font-size: 9px;
    }
}

/* Working Chat Section */
.working-chat-section {
    position: relative;
    width: 100%;
    min-height: 900px;
    background-color: #ffffff;
    padding: 30px 0;
    overflow: hidden;
}

.working-chat-circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 470px;
    height: 746px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    pointer-events: none;
    z-index: 0;
}

.working-chat-container {
    position: relative;
    z-index: 1;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 0px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.working-chat-left {
    flex-shrink: 0;
}

.working-chat-phone-wrapper {
    background-color: #E82F23;
    border-radius: 64px;
    padding: 40px 180px;
}

.working-chat-phone {
    width: 431px;
    height: 892px;
    display: block;
    border-radius: 65px;
}

.working-chat-right {
    flex: 1;
}

.working-chat-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 90.07px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    line-height: 1.2;
    margin: 40px 0 40px 0;
}

.working-chat-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 42.97px;
    font-weight: 400;
    color: #E82F23;
    line-height: 1.4;
    margin: 0 0 40px 0;
    max-width: 770px;
}

.working-chat-features {
    display: flex;
    flex-direction: column;
}

.chat-feature {
    display: flex;
    align-items: center;
    gap: 48px;
}

.chat-bullet {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.chat-feature-text {
    font-family: 'Inter', sans-serif;
    font-size: 38.83px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}

.chat-separator {
    width: 909px;
    height: 7px;
    margin: 20px 0;
}

/* Responsive */
@media (max-width: 1600px) {
    .working-chat-phone-wrapper {
        padding: 32px;
    }

    .working-chat-phone {
        width: 350px;
        height: 725px;
    }

    .working-chat-title {
        font-size: 72px;
        margin: 60px 0 32px 0;
    }

    .working-chat-subtitle {
        font-size: 36px;
        margin-bottom: 60px;
    }

    .chat-feature-text {
        font-size: 32px;
    }

    .chat-separator {
        width: 750px;
    }
}

@media (max-width: 1400px) {
    .working-chat-container {
        padding: 0 60px;
        gap: 60px;
    }

    .working-chat-phone-wrapper {
        padding: 28px;
    }

    .working-chat-phone {
        width: 320px;
        height: 660px;
    }

    .working-chat-title {
        font-size: 64px;
        margin: 50px 0 28px 0;
    }

    .working-chat-subtitle {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .chat-feature {
        gap: 36px;
    }

    .chat-feature-text {
        font-size: 28px;
    }

    .chat-separator {
        width: 650px;
        margin: 16px 0;
    }
}

@media (max-width: 1200px) {
    .working-chat-section {
        min-height: auto;
        padding: 60px 0;
    }

    .working-chat-container {
        padding: 0 40px;
        flex-direction: column;
        gap: 50px;
    }

    .working-chat-circle {
        display: none;
    }

    .working-chat-phone-wrapper {
        padding: 24px;
    }

    .working-chat-phone {
        width: 280px;
        height: 580px;
    }

    .working-chat-title {
        font-size: 52px;
        margin: 40px 0 24px 0;
    }

    .working-chat-subtitle {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .chat-separator {
        width: 100%;
        max-width: 650px;
    }
}

@media (max-width: 768px) {
    .working-chat-section {
        padding: 20px 0;
    }

    .working-chat-container {
        padding: 0 20px;
        gap: 40px;
    }

    .working-chat-phone-wrapper {
        padding: 20px 60px;
        border-radius: 40px;
    }

    .working-chat-phone {
        width: 240px;
        height: 496px;
        border-radius: 35px;
    }

    .working-chat-title {
        font-size: 36px;
        margin: 0px 0 20px 0;
    }

    .working-chat-subtitle {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .chat-feature {
        gap: 24px;
    }

    .chat-bullet {
        width: 10px;
        height: 10px;
    }

    .chat-feature-text {
        font-size: 18px;
    }

    .chat-separator {
        margin: 12px 0;
    }
}

/* Roadmap Section */
.roadmap-section {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}

.roadmap-header {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.roadmap-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/media/images/franchazingV2/roadmap-bg.jpg');
    background-size: cover;
    background-position: center;
    background-position-y: -600px;
    filter: blur(10.7px);
}

.roadmap-header-content {
    position: relative;
    z-index: 1;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.roadmap-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 88.40px;
    font-weight: 500;
    line-height: 118.46px;
    color: #ffffff;
    margin: 0px 0 20px 0;
    max-width: 1418px;
}

.roadmap-description {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 30.80px;
    color: #ffffff;
    margin: 0;
    max-width: 974px;
    margin-left: 600px;
    position: relative;
    top: -140px;
}

.roadmap-header-content .header-right{
    top: 60px;
    right: -150px;
}

.roadmap-timeline {
    background-color: #ffffff;
    padding: 40px 0;
}

.roadmap-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 80px;
}

.timeline-cards {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
}

.timeline-card {
    flex: 1;
    border-radius: 40px;
    padding: 40px 32px;
    min-height: 514px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0px 5.78px 49.15px rgba(232, 47, 35, 0.40);
}

.timeline-card-red {
    background-color: #ffffff;
}

.timeline-card-black {
    background-color: #000000;
}

.timeline-badge {
    font-family: 'Inter', sans-serif;
    font-size: 25.76px;
    font-weight: 700;
    line-height: 30.92px;
    color: #ffffff;
    background-color: #E82F23;
    padding: 12px 24px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 60px;
    width: fit-content;
    align-self: center;
}

.timeline-badge-black {
    text-transform: uppercase;
    background-color: #ffffff;
    color: #000000;
}

.timeline-card-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 23.62px;
    font-weight: 400;
    line-height: 33.07px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 20px 0;
    text-align: center;
}

.timeline-card-black .timeline-card-title {
    color: #ffffff;
}

.timeline-card-text {
    font-family: 'Inter', sans-serif;
    font-size: 20.79px;
    font-weight: 300;
    line-height: 29.10px;
    color: #000000;
    margin: 0;
    text-align: center;
}

.timeline-card-black .timeline-card-text {
    color: #ffffff;
}

.timeline-arrow {
    width: 71px;
    height: 2px;
    flex-shrink: 0;
}

.roadmap-footer-text {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.80px;
    color: #000000;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 1600px) {

    .roadmap-description {
        font-size: 20px;
        line-height: 28px;
    }

    .timeline-card {
        padding: 32px 24px;
        min-height: 420px;
    }

    .timeline-card-title {
        font-size: 20px;
        line-height: 28px;
    }

    .timeline-card-text {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 1400px) {
    .roadmap-header-content {
        padding: 0 60px;
    }

    .roadmap-container {
        padding: 0 60px;
    }

    .roadmap-title {
        margin: 60px 0 16px 0;
    }

    .roadmap-description {
        font-size: 18px;
        line-height: 26px;
    }

    .timeline-card {
        padding: 28px 20px;
        min-height: 380px;
    }

    .timeline-badge {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .timeline-card-title {
        font-size: 18px;
        line-height: 26px;
    }

    .timeline-card-text {
        font-size: 16px;
        line-height: 24px;
    }

    .roadmap-footer-text {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 1200px) {
    .roadmap-header {
        height: 380px;
    }

    .roadmap-header-content {
        padding: 0 40px;
    }

    .roadmap-container {
        padding: 0 40px;
    }

    .roadmap-timeline {
        padding: 60px 0;
    }

    .timeline-cards {
        flex-direction: column;
        gap: 32px;
    }

    .timeline-arrow {
        transform: rotate(90deg);
        margin: 0;
    }

    .timeline-card {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .roadmap-header {
        height: 320px;
    }

    .roadmap-header-content {
        padding: 0 20px;
    }

    .roadmap-container {
        padding: 0 20px;
    }

    .roadmap-timeline {
        padding: 40px 0;
    }

    .roadmap-title {
        font-size: 36px;
        line-height: 48px;
        margin: 40px 0 12px 0;
    }

    .roadmap-description {
        font-size: 15px;
        line-height: 22px;
    }

    .timeline-cards {
        gap: 24px;
        margin-bottom: 40px;
    }

    .timeline-card {
        padding: 24px 20px;
        min-height: 320px;
    }

    .timeline-badge {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .timeline-card-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .timeline-card-text {
        font-size: 14px;
        line-height: 20px;
    }

    .roadmap-footer-text {
        font-size: 16px;
        line-height: 24px;
    }

    /* Brandbook Section Mobile */
    .brandbook-section {
        padding: 40px 20px;
    }

    .brandbook-content {
        flex-direction: column;
        gap: 40px;
        min-height: auto;
    }

    .brandbook-image-container {
        width: 100%;
    }

    .brandbook-text-content {
        padding-right: 0;
    }

    .brandbook-circle-decoration {
        display: none;
    }

    .brandbook-title {
        font-size: 36px;
        margin-bottom: 24px;
    }

    .brandbook-description-row {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 40px;
    }

    .brandbook-description {
        font-size: 16px;
        line-height: 1.4;
        max-width: 100%;
    }

    .brandbook-highlight-container {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 0;
    }

    .brandbook-icon {
        width: 40px;
        height: 24px;
    }

    .brandbook-highlight {
        font-size: 16px;
        line-height: 1.4;
        max-width: 100%;
    }

    .brandbook-cards {
        flex-direction: column;
        gap: 20px;
    }

    .brandbook-card {
        min-height: auto;
        padding: 28px 32px 36px;
    }

    .brandbook-number {
        font-size: 60px;
        margin-bottom: 40px;
    }

    .brandbook-card-text {
        font-size: 20px;
        line-height: 1.3;
    }

    .brandbook-image-container {
        display: none;
    }

    .brandbook-title {
        font-size: 46px;
    }
}

@media (max-width: 1200px) {

    .brandbook-content {
        gap: 50px;
    }

    .brandbook-image-container {
        width: 500px;
    }

    .brandbook-description {
        font-size: 20px;
    }

    .brandbook-highlight {
        font-size: 20px;
    }

    .brandbook-card-text {
        font-size: 26px;
    }
}

@media (max-width: 1400px) {
    .brandbook-circle-decoration {
        right: -150px;
        width: 400px;
        height: 750px;
    }

    .brandbook-circle-text-top,
    .brandbook-circle-text-bottom {
        font-size: 24px;
    }
}

/* Marketing Section */
.marketing-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('/media/images/franchazingV2/marketing-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 37px 81px 80px;
    overflow: hidden;
}

.marketing-circle-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 823px;
    height: 1019px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    pointer-events: none;
}

.marketing-circle-right {
    position: absolute;
    top: 334px;
    right: 0;
    width: 909px;
    height: 746px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    pointer-events: none;
}

.marketing-content {
    position: relative;
    z-index: 2;
    max-width: 1760px;
    margin: 0 auto;
}

.marketing-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 78.04px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 60px 0 80px 0;
}

.marketing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 80px;
}

.marketing-card {
    border-radius: 42px;
    padding: 40px 40px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 426px;
}

.marketing-card-white {
    background-color: #ffffff;
}

.marketing-card-red {
    background-color: #E82F23;
    position: relative;
    top: 60px;
    height: 490px;
}

.marketing-card-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 21.71px;
    font-weight: 600;
    color: #010101;
    margin: 0 0 40px 0;
    line-height: 1.3;
}

.marketing-card-red .marketing-card-title {
    color: #ffffff;
}

.marketing-image {
    width: 100%;
    max-width: 150px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 40px;
}

.marketing-text {
    font-family: 'Inter', sans-serif;
    font-size: 21.06px;
    font-weight: 400;
    color: #000000;
    line-height: 1.3;
    margin: 0;
}

.marketing-card-red .marketing-text {
    color: #ffffff;
}

.marketing-footer {
    position: relative;
    text-align: left;
    padding-top: 40px;
    display: flex;
}

.marketing-footer-title {
    width: 40%;
    font-family: 'Unbounded', sans-serif;
    font-size: 32.21px;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.marketing-footer-divider {
    width: 100%;
    height: 1.38px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.marketing-footer-text {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    /* max-width: 800px; */
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

/* Marketing Section Responsive */
@media (max-width: 1400px) {
    .marketing-title {
        font-size: 64px;
    }

    .marketing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .marketing-card {
        min-height: 380px;
    }

    .marketing-card-title {
        font-size: 20px;
    }

    .marketing-text {
        font-size: 19px;
    }

    .marketing-footer-title {
        font-size: 28px;
    }

    .marketing-footer-text {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .marketing-section {
        padding: 40px 20px;
    }

    .marketing-title {
        font-size: 36px;
        margin: 40px 0 40px 0;
    }

    .marketing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }

    .marketing-card {
        padding: 32px 28px 40px;
        min-height: auto;
    }

    .marketing-card-title {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .marketing-image {
        max-width: 120px;
        margin-bottom: 24px;
    }

    .marketing-text {
        font-size: 16px;
    }

    .marketing-footer {
        padding-top: 20px;
        display: block;
    }

    .marketing-footer-title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .marketing-footer-divider {
        margin-bottom: 16px;
    }

    .marketing-footer-text {
        font-size: 16px;
    }

    .marketing-circle-left,
    .marketing-circle-right {
        display: none;
    }

    .marketing-card-red {
        top: 0px;
        height: auto;
    }

    .one_more{
        margin-bottom: 24px !important;
    }
}

/* Target Audience Section */
.target-section {
    position: relative;
    width: 100%;
    background-color: #F5F5F5;
    padding: 80px 40px;
}

.target-container {
    max-width: 1842px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 60px 80px 80px;
    box-shadow: 0px 3.78px 35.15px rgba(232, 47, 35, 0.20);
}

.target-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 63.71px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 80px 0;
}

.target-title-red {
    color: #E82F23;
}

.target-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.target-card {
    display: flex;
    flex-direction: column;
    border-radius: 42px;
    overflow: hidden;
    background-color: #E82F23;
}

.target-card-image {
    width: 100%;
    height: auto;
    aspect-ratio: 398 / 353;
    object-fit: cover;
}

.target-card-content {
    padding: 40px 30px;
    background-color: #E82F23;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.target-card-text {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #ffffff;
    margin: 0;
    text-align: center;
}

.target-footer-text {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    margin: 0;
}

/* Target Section Responsive */
@media (max-width: 1400px) {
    .target-title {
        font-size: 48px;
    }

    .target-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .target-card-text {
        font-size: 26px;
        line-height: 32px;
    }

    .target-footer-text {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .target-section {
        padding: 40px 20px;
    }

    .target-container {
        padding: 40px 30px 50px;
    }

    .target-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .target-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .target-card-content {
        padding: 30px 20px;
    }

    .target-card-text {
        font-size: 20px;
        line-height: 28px;
    }

    .target-footer-text {
        font-size: 16px;
    }
}

/* Final Contact Section */
.final-contact-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('/media/images/franchazingV2/last_section.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 120px;
    overflow: hidden;
}

.final-contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/media/images/franchazingV2/last_section.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(8px);
    z-index: 0;
}

.final-contact-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1680px;
    margin: 0 auto;
}

.final-contact-left {
    flex: 1;
}

.white-contact {
    display: flex;
}

.final-mgp-button {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    padding: 20px 40px;
    background-color: rgba(255, 255, 255, 0.20);
    border: 2.15px solid #ffffff;
    border-radius: 16px;
    backdrop-filter: blur(24px);
    margin-bottom: 100px;
}

.final-globe-icon {
    width: 45px;
    height: 46px;
}

.final-mgp-button span {
    font-family: 'Inter', sans-serif;
    font-size: 32.26px;
    font-weight: 500;
    color: #ffffff;
}

.final-contact-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 70.36px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 160px 0;
}

.final-info-card {
    background-color: #ffffff;
    border-radius: 42px;
    padding: 45px 53px 50px;
    max-width: 720px;
}

.final-info-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 33.79px;
    font-weight: 400;
    color: #E82F23;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.final-info-text {
    font-family: 'Inter', sans-serif;
    font-size: 25.30px;
    font-weight: 300;
    line-height: 34.91px;
    color: #000000;
    margin: 0;
}

.final-contact-right {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.final-logo {
    width: 350px;
    height: auto;
    margin-bottom: 20px;
}

.final-director-circle {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 80px;
}

.final-director-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.final-contact-details {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.final-qr-code {
    width: 222px;
    height: 221px;
    max-width: fit-content;
    margin-top: 20px;
}

.final-contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-right: 80px;
}

.final-email,
.final-phone {
    display: flex;
    align-items: center;
    gap: 28px;
    font-family: 'Inter', sans-serif;
    font-size: 27.49px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.final-email:hover,
.final-phone:hover {
    opacity: 0.8;
}

.final-phone-icon {
    width: 25px;
    height: 25px;
}

.final-director-info {
    margin-top: 20px;
}

.final-director-title,
.final-director-dept,
.final-director-name {
    font-family: 'Unbounded', sans-serif;
    font-size: 27.49px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}

/* Final Contact Section Responsive */
@media (max-width: 1400px) {
    .final-contact-section {
        padding: 60px 80px;
    }

    .final-contact-title {
        font-size: 56px;
        margin-bottom: 100px;
    }

    .final-director-circle {
        width: 400px;
        height: 400px;
    }

    .final-info-title {
        font-size: 28px;
    }

    .final-info-text {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 1024px) {
    .final-contact-content {
        flex-direction: column;
        align-items: center;
    }

    .final-contact-left {
        max-width: 100%;
        margin-bottom: 60px;
    }

    .final-contact-right {
        align-items: center;
    }

    .final-contact-title {
        font-size: 48px;
        text-align: center;
    }

    .final-info-card {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .final-contact-section {
        padding: 40px 20px;
    }

    .final-header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 60px;
    }

    .final-mgp-button {
        padding: 15px 10px;
        gap: 20px;
        margin-bottom: 0;
    }

    .final-globe-icon {
        width: 35px;
        height: 36px;
    }

    .final-mgp-button span {
        font-size: 24px;
    }

    .final-contact-title {
        font-size: 32px;
        margin-bottom: 60px;
    }

    .final-info-card {
        padding: 30px 25px;
        margin-top: 20px;
    }

    .final-info-title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .final-info-text {
        font-size: 18px;
        line-height: 26px;
    }

    .final-logo {
        width: 170px;
        margin-bottom: 0;
    }

    .final-director-circle {
        width: 300px;
        height: 300px;
        margin-bottom: 40px;
    }

    .final-contact-details {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .final-qr-code {
        width: 80%;
        height: 80%;
        margin: auto;
    }

    .final-contact-info {
        margin-right: 0;
        align-items: center;
    }

    .final-email,
    .final-phone {
        font-size: 20px;
        gap: 15px;
        justify-content: center;
    }

    .final-director-title,
    .final-director-dept,
    .final-director-name {
        font-size: 20px;
        text-align: center;
    }

    .white-contact {
        display: block;
    }
}
