/* Home Page Styles */

/* Global Font Settings */
body, html {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', 'Arial Black', sans-serif;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    background-color: #f0f0f0;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #555;
    vertical-align: middle;
    position: relative;
}

.circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-initial {
    font-size: 18px;
    color: #fff;
    background-color: #007bff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.feature-text p {
    margin: 5px 0 0;
    text-align: left;
    font-size: 14px;
    color: #666;
}

.features-section {
    max-width: 1200px;
    margin: 30px auto;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 10px;
}

.feature-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.hexagons {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DE5700;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    flex-shrink: 0;
}

.hexagons::before {
    content: "";
    position: absolute;
    width: 58px;
    height: 58px;
    background: transparent;
    border: 3px solid #1A1A1A;
    /* Border color */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.hexagons i {
    color: white;
    font-size: 20px;
}

.feature-text {
    flex: 1;
    text-align: left;
}

.feature-text h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.feature-text p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
}

/* Main Slider Styles */
.main-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main-slider .slide-block {
    position: relative;
}

.main-slider .slide-block img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    background-position: center;
}

.main-slider .slider-text h1 {
    font-size: 4rem;
    line-height: 1;
    margin: 0 0 0.5rem;
    text-align: left;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 2px;
    margin-bottom: 2px;
}

.main-slider .slider-text h3 {
    font-size: 1.8rem;
    color: #DE5700;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.main-slider .slider-text hr {
    width: 403px;
    color: #ffffff;
    height: 2px;
    margin: 21px 0;
}

.main-slider .slider-text p {
    max-width: 500px;
    font-size: 1rem;
    line-height: 1.6;
    color: rgb(255 255 255 / 90%);
    margin: 63px 0px;
}

.main-slider .slider-text .btn-learn {
    display: inline-block;
    background-color: #DE5700;
    color: #fff;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.main-slider .slider-text .btn-learn:hover {
    background-color: #e65100;
}

/* Build with Confidence Section Styles */
.confidence-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.confidence-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.orange-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.orange-icon svg {
    width: 75px;
    height: 81px;
}

.confidence-subtitle {
    font-size: 50px;
    font-weight: 800;
    color: #8f8f8f;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2;
    text-align: center;
}

.confidence-title {
    font-size: 85px;
    font-weight: 800;
    color: #dad3c7;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 0.9;
    text-align: center;
}

.decorative-shapes {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.decorative-shapes.left-shapes {
    left: 0px;
}

.decorative-shapes.right-shapes {
    right: 0px;
}

.decorative-shapes svg {
    width: 300px;
    height: auto;
    opacity: 0.6;
}

.decorative-image {
    width: 250px;
    height: auto;
    opacity: 0.6;
    max-width: 100%;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .decorative-shapes.left-shapes {
        left: 0;
    }

    .decorative-shapes.right-shapes {
        right: 0;
    }

    .decorative-shapes svg {
        width: 220px;
    }

    .decorative-image {
        width: 220px;
    }

    .confidence-subtitle {
        font-size: 42px;
    }

    .confidence-title {
        font-size: 72px;
    }
}

@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .decorative-shapes.left-shapes {
        left: 0;
    }

    .decorative-shapes.right-shapes {
        right: 0;
    }

    .decorative-shapes svg {
        width: 180px;
    }

    .decorative-image {
        width: 180px;
    }

    .confidence-subtitle {
        font-size: 36px;
    }

    .confidence-title {
        font-size: 60px;
    }

    .build-confidence-section {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .main-slider .slider-text h1 {
        font-size: 2.5rem;
        text-wrap: nowrap;
        text-align: center;
    }

    .main-slider .slider-text h3 {
        font-size: 1.2rem;
        text-align: center;
    }

    .main-slider .slider-text p {
        font-size: 0.9rem;
        text-align: center;
        margin: 30px 0;
    }

    .main-slider .slider-text .btn-learn {
        display: block;
        margin: 0 auto;
        width: fit-content;
    }

    .main-slider .slider-text hr {
        width: 268px;
        color: #ffffff;
        height: 2px;
        margin: auto;
    }

    .features-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .build-confidence-section {
        padding: 50px 0;
    }

    .confidence-subtitle {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .confidence-title {
        font-size: 42px;
        letter-spacing: 3px;
    }

    .decorative-shapes {
        display: block;
    }

    .decorative-shapes svg {
        width: 120px;
    }

    .decorative-image {
        width: 120px;
    }

    .orange-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .orange-icon svg {
        width: 55px;
        height: 60px;
    }

    .confidence-content {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .build-confidence-section {
        padding: 40px 0;
    }

    .confidence-subtitle {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .confidence-title {
        font-size: 36px;
        letter-spacing: 2px;
        line-height: 1.1;
    }

    .decorative-shapes svg {
        width: 80px;
    }

    .decorative-image {
        width: 80px;
    }

    .orange-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }

    .orange-icon svg {
        width: 45px;
        height: 50px;
    }

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