@font-face {
    font-family: 'Roobert';
    src: url('fonts/RoobertTRIAL-Regular-BF67243fd53fdf2.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roobert';
    src: url('fonts/RoobertTRIAL-Light-BF67243fd502239.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roobert';
    src: url('fonts/RoobertTRIAL-Medium-BF67243fd53e059.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roobert';
    src: url('fonts/RoobertTRIAL-Bold-BF67243fd540abb.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roobert';
    line-height: 1.6;
    color: #333;
    background-color: #F7F5E8;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s;
}

.btn-primary {
    background-color: #263833;
    color: white;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
}

.btn-primary:hover {
    background-color: #1a2a1f;
}

.btn-submit {
    background-color: #263833;
    color: white;
    width: 190px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    margin: 10px 0 0 0;
    display: block; 
}

.btn-submit:hover {
    background-color: #1a2a1f;
}

/* Header Styles */
header {
    padding: 15px 0;
    background-color: #F7F5E8;
    border-bottom: 1px solid #eee;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-weight: bold;
    font-size: 18px;
}

nav ul {
    display: flex;
}

nav ul li {
    margin-right: 25px;
}

.nav-link {
    color: #555;
    font-size: 14px;
    font-weight: 500;
}

.dropdown {
    display: flex;
    align-items: center;
}

.arrow {
    font-size: 10px;
    margin-left: 5px;
}

.header-cta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.phone {
    color: #555;
    font-size: 14px;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    width: 30px;
    cursor: pointer;
    background: transparent;
    border: none;
}

.menu-toggle span {
    height: 2px;
    width: 100%;
    background-color: #333;
    margin-bottom: 4px;
    border-radius: 2px;
}

/* Hero Section */
.hero {
    padding: 50px 0 30px;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.hero-text {
    width: 50%;
    padding-right: 40px;
}

.subtitle {
    color: #555;
    font-family: 'roobert';
    font-size: 24px;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 10px;
}

h1 {
    color: #263833;
    font-family: 'roobert';
    font-weight: 500;
    font-size: 48px;
    line-height: 46px;
    margin-bottom: 20px;
}

.description {
    color: #555;
    font-size: 15px;
    max-width: 90%;
    line-height: 100%;
    font-weight: 500;
}

.form-container {
    width: 45%;
}

.form-container h3 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 100%;
    color: #333;
    font-family: 'roobert';
}

.download-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #263833;
    border-radius: 7px;
    font-size: 13px;
    line-height: 100%;
}


/* Preview Section */
.preview-divider {
    height: 1px;
    background-color: #ddd;
    margin: 10px 0 20px 0;
    width: 640px;
    max-width: 100%;
}
.preview-section {
    margin-top: 30px;
}

.preview-section h3 {
    margin-top: 100px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}

.preview-images {
    display: flex;
    gap: 20px;
}

.preview-img {
    width: 200px;
    height: auto;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

.preview-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Transform Section */

.transform-section {
    background-color: #25392b;
    color: white;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
    position: relative;
    z-index: 1;
}
.transform-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0px;
    position: relative;
    z-index: 1;
}

.transform-content {
    display: flex;
    width: 100%;
    position: relative;
}

.transform-text {
    width: 50%;
    padding: 60px 40px 60px 0;
    z-index: 1;
}

.transform-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url('images/section2.jpg');
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
}



.transform-section h2 {
    font-size: 48px;
    line-height: 46px;
    margin-bottom: 20px;
    font-weight: 500;
}

.highlight {
    color: #d4c591;
}

.transform-description {
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 30px;
    max-width: 90%;
    font-weight: 500;
}

.transform-quote {
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 30px;
    color: #d4c591;
    font-weight: 600;
}

.transform-benefits {
    margin-bottom: 30px;
}

.transform-benefits li {
    display: flex;
    margin-bottom: 20px;
}

.check-icon {
    color: #d4c591;
    margin-right: 10px;
    font-size: 18px;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.transform-get-to-right-content{
    margin-left: 20px;
}

.transform-benefits li p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.transform-get-to-center-content{
    justify-content: center;
    text-align: center;
}

.transform-cta-text {
    font-size: 16px;
    margin-bottom: 15px;
}

.transform-cta-button {
    display: inline-block;
    background-color: #fff;
    color: #25392b;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    
    
}

.transform-cta-button:hover {
    background-color: #d4c591;
    color: #25392b;
}

/* Unlocked Section */
.unlocked-section {
    padding: 120px 0 60px;
    text-align: center;
}

.unlocked-content {
    margin-bottom: 40px;
}

.unlocked-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

.heading-card {
    grid-row: span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.heading-card h2 {
    font-size: 48px;
    line-height: 46px;
    color: #263833;
    font-weight: 500;
    margin: 0;
    width: 461px;
}

.highlight {
    color: #75705C;
}

.feature-icon {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.feature-icon img {
    height: 40px;
    width: auto;
}

.feature-card p {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
    margin: 0;
}

.unlocked-cta {
    text-align: center;
    margin-top: 30px;
}

.unlocked-cta p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.unlocked-btn {
    background-color: #263833;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s;
}

.unlocked-btn:hover {
    background-color: #1a2a1f;
}


/* Feedbacker Section */
.feedbacker-section {
    background-color: #F7F5E8;
    color: #263833;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 40px 0;
    height: 789px;
}
.feedbacker-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 789px;
    background-image: url('images/section4.jpg');
    background-size: cover;
    background-position: 50% 30%;
    margin: 0;
    padding: 0;
}

.feedbacker-content {
    left: 675px;
    display: flex;
    width: 40%;
    height: 540px;
    position: relative;
    background-color: #F7F5E8 ;
    
}

.feedbacker-text {
    width: 395px;
    margin-left: 10%;
    padding: 60px 0 60px 0px;
    z-index: 1;
}



.feedbacker-section h2 {
    font-size: 48px;
    line-height: 46px;
    margin-bottom: 30px;
    font-weight: 500;
}

.feedbacker-stats {
    margin-bottom: 30px;
    
}

.feedbacker-stats li {
    margin-bottom: 15px;
   
}

.feedbacker-stats li p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    color: #333;
    width: 395px;
}

.feedbacker-stats li p strong {
    font-weight: 600;
}

.feedbacker-conclusion {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
}

.feedbacker-cta-button {
    display: inline-block;
    background-color: #263833;
    color: #fff;
    width: 245px;
    height: 41px;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

.feedbacker-cta-button:hover {
    background-color: #1a2a1f;
}

/* Firer Section */
.firer-section {
    background-color: #F7F5E8;
    color: #263833;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 40px 0px 0px 0px;
    height: 700px;
}
.firer-image {
    position: absolute;
    top: 70px;
    right: 0;
    width: 70%;
    height: 90%;
    background-image: url('images/section5.jpg');
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
}

.firer-content {
    display: flex;
    width:60%;
    height: 584px;
    position: relative;
    background-color: #F7F5E8 ;
}

.firer-text {
    width: 520px;
    margin-left: 10%;
    margin-top: 100px;
    padding: 100px 0px 60px 0px;
    z-index: 1;
}



.firer-section h2 {
    font-size: 48px;
    line-height: 46px;
    margin-bottom: 20px;
    font-weight: 500;
}

.firer-stats {
    margin-bottom: 40px;
    
}

.firer{
    margin-bottom: 10px;
}

.firer-conclusion {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
}

.firer-cta-button {
    display: inline-block;
    background-color: #263833;
    color: #fff;
    width: 245px;
    height: 41px;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

.firer-cta-button:hover {
    background-color: #1a2a1f;
}

/* Lastone Section */

.lastone-section {
    background-color: #263833;
    color: white;
    padding: 60px 0;
}

.lastone-content {
    max-width: 800px;
    margin: 0 auto;
}

.lastone-header {
    margin-bottom: 40px;
    text-align: left;
}

.lastone-faq {
 display: flex;
}

.lastone-line {
    height: 1px;
    color: #DCD4B7;
    margin: 10px 5px 20px 0;
    width: 640px;
    max-width: 4%;
}

.lastone-label {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    color: #DCD4B7;
}

.lastone-section h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 30px;
    color: #F7F5E8;
}

.lastone-questions {
    margin-bottom: 40px;
    color: #F7F5E8;
}

.question-item {
    margin-bottom: 25px;
    color: #F7F5E8;
}

.question-number {
    display: inline-block;
    width: 25px;
    vertical-align: top;
}

.question-answer {
    margin-left: 25px;
}

.question-item h3 {
    display: flex;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #DCD4B7;
}

.question-item p {
    font-size: 15px;
    line-height: 1.4;
    color: #F7F5E8;
    opacity: 0.9;
}

.lastone-cta {
    text-align: center;
    margin-top: 40px;
    color: #DCD4B7;
}

.lastone-cta p {
    font-size: 16px;
    margin-bottom: 20px;
}

.lastone-btn {
    background-color: #F7F5E8;
    color: #263833;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s;
}

.lastone-btn:hover {
    background-color: #d4c591;
    color: #263833;
}

/* Media Queries for Responsive Design */
@media screen and (max-width: 768px) {
    /* Header */
    .header-cta {
        display: none;
    }
    
    nav {
        display: none;
    }
    
    .menu-toggle {
        display: flex;
    }
    
    /* Hero Section */
    .hero {
        padding: 60px 0 30px;
    }
    .hero-content {
        margin: 0px 5px;
        flex-direction: column;
    }
    
    .hero-text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .form-container {
        width: 100%;
    }
    
    h1 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .subtitle {
        font-size: 18px;
        line-height: 24px;
    }
    
    .description {
        max-width: 100%;
    }
    
    /* Preview Section */
    .preview-section {
        margin: 0px 5px;
    }
    .preview-section h3 {
        margin-top: 40px;
    }
    
    .preview-divider {
        width: 100%;
    }
    
    .preview-images {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .preview-img {
        width: 45%;
    }
    
    /* Transform Section */
    .transform-section {
        display: block;
        padding-top: 300px; 
        position: relative;
    }
    
    .transform-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 300px;
        right: auto;
        z-index: 1;
        margin: 10px;
    }
    
    .transform-content {
        position: relative;
        z-index: 2;
    }
    
    .transform-text {
        width: 100%;
        padding: 40px 20px;
        background-color: #25392b;
    }
    
    .transform-section h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    /* Unlocked Section */
    .unlocked-features-grid {
        grid-template-columns: 1fr;
    }
   
    .heading-card {
        grid-row: auto;
    }
   
    .heading-card h2 {
        font-size: 32px;
        line-height: 36px;
        width: 100%;
    }
    
    /* Feedbacker Section */
    .feedbacker-section {
        height: auto;
    }
    
    .feedbacker-image {
        display: none;
    }
    
    .feedbacker-content {
        width: 100%;
        left: 0;
        height: auto;
    }
    
    .feedbacker-text {
        width: 100%;
        margin-left: 0;
        padding: 40px 20px;
    }
    
    .feedbacker-section h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .feedbacker-stats li p {
        width: 100%;
    }
    
    /* Firer Section */
    .firer-section {
        height: auto;
    }
    
    .firer-image {
        display: none;
    }
    
    .firer-content {
        width: 100%;
        height: auto;
    }
    
    .firer-text {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        padding: 40px 20px;
    }
    
    .firer-section h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    /* Lastone Section */
    .lastone-content {
        margin: 0px 5px;
    }
    .lastone-section h2 {
        font-size: 28px;
    }
    
    .lastone-line {
        max-width: 10%;
    }
}

/* Additional media query for extra small devices */
@media screen and (max-width: 480px) {
    .preview-img {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .transform-section h2,
    .feedbacker-section h2,
    .firer-section h2,
    .heading-card h2 {
        font-size: 28px;
        line-height: 32px;
    }
    
    .btn-submit {
        width: 100%;
    }
    
    .transform-cta-button,
    .feedbacker-cta-button,
    .firer-cta-button {
        width: 100%;
        text-align: center;
    }
}