/* IB Partnership Program - Stylesheet */

/* ========================================
   Hero Section
   ======================================== */
.ib-hero {
    background-color: #f5f5f0;
    padding-top: 120px;
    padding-bottom: 0;
    position: relative;
}

.ib-hero-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 60px;
}

.ib-hero-left {
    flex: 1;
}

.ib-hero-left h1 {
    font-size: 56px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 30px;
}

.ib-hero-right {
    flex: 0 0 auto;
    position: relative;
    width: 200px;
    height: 200px;
}

.ib-hero-circles {
    position: relative;
    width: 100%;
    height: 100%;
}

.ib-hero-circles .circle {
    position: absolute;
    border-radius: 50%;
    background-color: #C6FF00;
}

.ib-hero-circles .circle-1 {
    width: 140px;
    height: 140px;
    top: 0;
    right: 0;
}

.ib-hero-circles .circle-2 {
    width: 80px;
    height: 80px;
    bottom: 20px;
    left: 20px;
    background-color: #a8d900;
}

/* Hero Banner */
.ib-hero-banner {
    background-color: #C6FF00;
    padding: 30px 0;
}

.ib-banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.ib-banner-content p {
    flex: 1;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.6;
    margin: 0;
}

.ib-banner-content .btn-dark {
    flex-shrink: 0;
    background-color: #1a1a1a;
    color: #fff;
    padding: 14px 28px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.ib-banner-content .btn-dark:hover {
    background-color: #333;
    transform: translateX(5px);
}

/* ========================================
   Why Choose UM IB Section
   ======================================== */
.ib-why-choose {
    padding: 100px 0;
    background-color: #fff;
}

.ib-why-content {
    display: flex;
    align-items: center;
    gap: 80px;
}

.ib-why-left {
    flex: 1;
}

.ib-why-left h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
    line-height: 1.3;
}

.ib-why-left p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

.ib-why-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.ib-phone-mockup {
    max-width: 400px;
    width: 100%;
}

.ib-phone-mockup img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* ========================================
   Key Advantages Section
   ======================================== */
.ib-advantages {
    padding: 100px 0;
    background-color: #f5f5f0;
}

.ib-advantages-content {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.ib-advantages-left {
    flex: 0 0 300px;
}

.ib-graphic {
    position: relative;
    width: 250px;
    height: 320px;
}

.ib-text {
    font-size: 180px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px #1a1a1a;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.ib-circles-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.deco-circle {
    position: absolute;
    border-radius: 50%;
    background-color: #C6FF00;
}

.deco-circle-1 {
    width: 120px;
    height: 120px;
    top: -20px;
    right: -30px;
}

.deco-circle-2 {
    width: 60px;
    height: 60px;
    bottom: 60px;
    left: 40px;
    background-color: #a8d900;
}

.deco-circle-3 {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    background-color: #C6FF00;
    opacity: 0.7;
}

.ib-advantages-right {
    flex: 1;
}

.ib-advantages-right h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.advantages-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

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

.advantages-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 15px;
    color: #1a1a1a;
}

.advantages-list li:last-child {
    border-bottom: none;
}

.advantages-list li i {
    color: #C6FF00;
    font-size: 16px;
    width: 24px;
    height: 24px;
    background-color: #1a1a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ========================================
   Steps to Become IB Section
   ======================================== */
.ib-steps {
    padding: 100px 0;
    background-color: #fff;
}

.ib-steps-header {
    text-align: center;
    margin-bottom: 60px;
}

.ib-steps-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.ib-steps-header p {
    font-size: 18px;
    color: #666;
}

.ib-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 50px;
}

.ib-step-item {
    text-align: center;
    padding: 30px 20px;
    position: relative;
}

.step-number {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.step-number::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #C6FF00;
    border-radius: 50%;
}

.ib-step-item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.ib-step-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
}

.step-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.step-icon i {
    font-size: 24px;
    color: #666;
    transition: all 0.3s ease;
}

.ib-step-item:hover .step-icon {
    border-color: #C6FF00;
    background-color: #C6FF00;
}

.ib-step-item:hover .step-icon i {
    color: #1a1a1a;
}

.ib-steps-action {
    text-align: center;
}

.btn-outline-dark {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 40px;
    border: 2px solid #1a1a1a;
    background-color: transparent;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-outline-dark:hover {
    background-color: #1a1a1a;
    color: #fff;
}

/* ========================================
   Contact Form Section
   ======================================== */
.ib-contact {
    padding: 80px 0;
    background-color: #f5f5f0;
}

.ib-contact-content {
    max-width: 900px;
    margin: 0 auto;
}

.ib-contact-header {
    margin-bottom: 40px;
}

.ib-contact-header h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.6;
}

.ib-contact-header a {
    color: #1a1a1a;
    text-decoration: underline;
    font-weight: 700;
}

.ib-contact-header a:hover {
    opacity: 0.8;
}

.ib-contact-form {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: span 2;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.3s ease;
    background-color: #fff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #C6FF00;
    box-shadow: 0 0 0 3px rgba(198, 255, 0, 0.2);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
}

.form-group select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.form-submit {
    margin-top: 30px;
    text-align: center;
}

.btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 40px;
    background-color: #C6FF00;
    border: 2px solid #C6FF00;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #a8d900;
    border-color: #a8d900;
    transform: translateX(5px);
}

/* ========================================
   CTA Section Override for IB Page
   ======================================== */
.cta-section {
    background-color: #1a1a1a;
    padding: 80px 0;
}

.cta-section .cta-content h2 {
    color: #fff;
    margin-bottom: 30px;
}

.cta-section .cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-section .btn-outline {
    border-color: #C6FF00;
    color: #C6FF00;
    padding: 14px 28px;
    border-radius: 4px;
}

.cta-section .btn-outline:hover {
    background-color: #C6FF00;
    color: #1a1a1a;
}

.cta-section .btn-primary {
    background-color: #C6FF00;
    color: #1a1a1a;
    padding: 14px 28px;
    border-radius: 4px;
}

.cta-section .btn-primary:hover {
    background-color: #a8d900;
}

/* ========================================
   Live Chat Widget
   ======================================== */
.live-chat-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.chat-options {
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.live-chat-widget:hover .chat-options {
    display: flex;
}

.chat-option {
    width: 50px;
    height: 50px;
    background-color: #C6FF00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    font-size: 20px;
    transition: all 0.3s ease;
}

.chat-option:hover {
    transform: scale(1.1);
}

.chat-toggle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #C6FF00;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(198, 255, 0, 0.4);
    transition: all 0.3s ease;
}

.chat-toggle:hover {
    transform: scale(1.1);
}

.chat-toggle img {
    width: 30px;
    height: 30px;
}

/* ========================================
   Responsive Styles
   ======================================== */
@media (max-width: 1200px) {
    .ib-hero-left h1 {
        font-size: 48px;
    }
    
    .ib-why-content,
    .ib-advantages-content {
        gap: 60px;
    }
}

@media (max-width: 992px) {
    .ib-hero-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .ib-hero-right {
        position: absolute;
        top: 80px;
        right: 20px;
        width: 150px;
        height: 150px;
    }
    
    .ib-hero-circles .circle-1 {
        width: 100px;
        height: 100px;
    }
    
    .ib-hero-circles .circle-2 {
        width: 60px;
        height: 60px;
    }
    
    .ib-banner-content {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }
    
    .ib-why-content {
        flex-direction: column;
    }
    
    .ib-why-left,
    .ib-why-right {
        text-align: center;
    }
    
    .ib-advantages-content {
        flex-direction: column;
        align-items: center;
    }
    
    .ib-advantages-left {
        flex: none;
    }
    
    .ib-steps-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .form-group.full-width {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .ib-hero {
        padding-top: 100px;
    }
    
    .ib-hero-left h1 {
        font-size: 36px;
    }
    
    .ib-hero-right {
        display: none;
    }
    
    .ib-why-left h2 {
        font-size: 28px;
    }
    
    .ib-advantages-right h3 {
        font-size: 26px;
    }
    
    .ib-steps-header h2 {
        font-size: 28px;
    }
    
    .ib-graphic {
        width: 180px;
        height: 230px;
    }
    
    .ib-text {
        font-size: 120px;
    }
    
    .deco-circle-1 {
        width: 80px;
        height: 80px;
    }
    
    .deco-circle-2 {
        width: 40px;
        height: 40px;
    }
    
    .deco-circle-3 {
        width: 30px;
        height: 30px;
    }
    
    .ib-contact-form {
        padding: 25px;
    }
    
    .ib-contact-header h3 {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .ib-hero {
        padding-top: 80px;
    }
    
    .ib-hero-left h1 {
        font-size: 32px;
    }
    
    .ib-banner-content p {
        font-size: 14px;
    }
    
    .ib-why-left h2,
    .ib-advantages-right h3,
    .ib-steps-header h2 {
        font-size: 24px;
    }
    
    .btn-outline-dark,
    .btn-submit,
    .ib-banner-content .btn-dark {
        width: 100%;
        justify-content: center;
    }
    
    .cta-section .cta-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-section .btn-outline,
    .cta-section .btn-primary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}
