/* UGMT Custom Styles */

/* Terms and Conditions Styles */
.terms-content {
    padding: 120px 0;
    background: #f9f9f9;
}

.terms-content__main {
    background: #fff;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.terms-content__text {
    margin-top: 40px;
}

.terms-content__paragraph {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #666;
    text-align: justify;
}

.terms-introduction {
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 40px;
}

.terms-introduction p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.terms-section {
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.terms-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.terms-subtitle {
    color: #ff6b35;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    border-left: 5px solid #ff6b35;
    padding-left: 15px;
    position: relative;
}

.terms-subtitle::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 15px;
    width: 50px;
    height: 2px;
    background: #ff6b35;
}

.important-note {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-left: 5px solid #f39c12;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
}

.important-note p {
    margin: 0;
    color: #856404;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.helpline-info {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    padding: 25px;
    border-radius: 15px;
    margin: 25px 0;
    text-align: center;
}

.helpline-info p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.nominee-info {
    background: #e3f2fd;
    border: 1px solid #bbdefb;
    border-left: 5px solid #2196f3;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
}

.nominee-info p {
    margin: 0;
    color: #1565c0;
    font-weight: 500;
}

.services-list {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    margin: 20px 0;
}

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

.terms-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    padding-left: 35px;
    color: #333;
    font-size: 16px;
}

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

.terms-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 12px;
    color: #28a745;
    font-weight: bold;
    font-size: 18px;
}

.important-notices {
    margin: 30px 0;
}

.notice-box {
    background: #fff;
    border: 1px solid #ddd;
    border-left: 5px solid #17a2b8;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.notice-box:last-child {
    margin-bottom: 0;
}

.notice-box p {
    margin: 0;
    color: #495057;
    font-weight: 500;
}

.legal-disclaimer {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-left: 5px solid #dc3545;
    padding: 25px;
    margin: 25px 0;
    border-radius: 10px;
}

.legal-disclaimer p {
    color: #721c24;
    font-weight: 500;
    margin-bottom: 15px;
}

.legal-disclaimer p:last-child {
    margin-bottom: 0;
}

.final-notes {
    background: #d1ecf1;
    border: 1px solid #bee5eb;
    border-left: 5px solid #17a2b8;
    padding: 25px;
    margin: 25px 0;
    border-radius: 10px;
}

.final-notes p {
    color: #0c5460;
    font-weight: 500;
    margin-bottom: 15px;
}

.final-notes p:last-child {
    margin-bottom: 0;
}

.terms-motto {
    text-align: center;
    margin: 50px 0 40px 0;
}

.motto-box {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(111, 66, 193, 0.3);
}

.motto-text {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    line-height: 1.4;
}

.terms-footer {
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #eee;
}

.terms-footer .thm-btn {
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
    color: #fff;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}

.terms-footer .thm-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 107, 53, 0.4);
}

/* Responsive Design for Terms and Conditions */
@media (max-width: 768px) {
    .terms-content {
        padding: 80px 0;
    }
    
    .terms-content__main {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .terms-content__paragraph {
        font-size: 15px;
        text-align: left;
    }
    
    .terms-subtitle {
        font-size: 20px;
    }
    
    .terms-introduction {
        padding: 20px;
    }
    
    .terms-introduction p {
        font-size: 15px;
    }
    
    .important-note p {
        font-size: 16px;
    }
    
    .motto-text {
        font-size: 24px;
    }
    
    .motto-box {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .terms-content__main {
        padding: 25px 15px;
        margin: 0 10px;
    }
    
    .terms-subtitle {
        font-size: 18px;
        padding-left: 12px;
    }
    
    .motto-text {
        font-size: 20px;
    }
    
    .terms-footer .thm-btn {
        padding: 15px 25px;
        font-size: 16px;
    }
}

/* About Content Styles */
.about-content {
    padding: 120px 0;
    background: #f9f9f9;
}

.about-content__main {
    background: #fff;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.about-content__text {
    margin-top: 40px;
}

.about-content__paragraph {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #666;
    text-align: justify;
}

.section-subtitle {
    color: #ff6b35;
    font-size: 28px;
    margin: 40px 0 25px 0;
    font-weight: 700;
    border-bottom: 3px solid #ff6b35;
    padding-bottom: 10px;
    display: inline-block;
}

.helpline-box {
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
    padding: 25px;
    border-radius: 15px;
    margin: 30px 0;
    text-align: center;
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);
}

.helpline-title {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.helpline-title strong {
    font-size: 24px;
    display: block;
    margin-top: 5px;
    letter-spacing: 1px;
}

.important-points {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 15px;
    margin: 30px 0;
    border-left: 5px solid #ff6b35;
}

.important-points ul {
    margin: 0;
    padding: 0;
}

.important-points li {
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.important-points li:last-child {
    border-bottom: none;
}

.important-points li i {
    color: #ff6b35;
    margin-right: 15px;
    font-size: 18px;
    min-width: 20px;
}

.terms-link {
    color: #ff6b35;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.terms-link:hover {
    color: #e55a2b;
    border-bottom-color: #e55a2b;
}

/* Responsive Design for About Content */
@media (max-width: 768px) {
    .about-content {
        padding: 80px 0;
    }
    
    .about-content__main {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .about-content__paragraph {
        font-size: 15px;
        text-align: left;
    }
    
    .section-subtitle {
        font-size: 22px;
        margin: 30px 0 20px 0;
    }
    
    .helpline-title {
        font-size: 16px;
    }
    
    .helpline-title strong {
        font-size: 18px;
    }
    
    .important-points {
        padding: 20px;
    }
    
    .important-points li {
        font-size: 14px;
        padding: 10px 0;
    }
}

@media (max-width: 480px) {
    .about-content__main {
        padding: 25px 15px;
        margin: 0 10px;
    }
    
    .section-subtitle {
        font-size: 20px;
    }
    
    .helpline-title {
        font-size: 14px;
    }
    
    .helpline-title strong {
        font-size: 16px;
    }
}

/* Full Width Hero Section */
.main-slider-two {
    width: 100vw !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.main-slider-two .container {
    max-width: 90% !important;
    width: 90% !important;
    padding: 0 50px !important;
    margin: 0 auto !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: 95vh !important;
}

.main-slider-two__content {
    max-width: 60% !important;
    padding: 80px 0 !important;
}

/* Hero Section Company Name */
.main-slider-two__company-name {
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #ff6b35 !important;
    text-align: center !important;
    margin-top: 20px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    display: block !important;
    white-space: nowrap !important;
    word-spacing: normal !important;
    writing-mode: horizontal-tb !important;
    direction: ltr !important;
    line-height: 1.2 !important;
}

/* Reduce Hindi title font size to prevent overlap */
.main-slider-two__title {
    font-size: 60px !important;
    line-height: 70px !important;
    margin-bottom: 25px !important;
}

/* Logo styling */
.main-slider-two__img {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    width: 400px !important;
    flex-shrink: 0 !important;
}

.main-slider-two__img img {
    width: 400px !important;
    height: auto !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    display: block !important;
}

/* Ensure content doesn't overlap with logo on larger screens */
.main-slider-two__content {
    max-width: 90% !important;
    padding: 80px 0 !important;
    margin: 0 !important;
    text-align: left !important;
    flex: 1 !important;
}

.main-slider-two__sub-title-box {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    position: relative !important;
    transform: translateY(0) rotate(0deg) !important;
    opacity: 1 !important;
    top: auto !important;
    left: auto !important;
}

.active .main-slider-two__sub-title-box {
    opacity: 1 !important;
    transform: translateY(0) rotate(0deg) !important;
    transition-delay: 0ms !important;
}

/* iPad and tablet styles */
@media (max-width: 1024px) and (min-width: 769px) {
    .main-slider-two .container {
        padding: 0 40px !important;
    }
    
    .main-slider-two__content {
        max-width: 100% !important;
        text-align: center !important;
        padding: 60px 0 120px 0 !important;
        margin: 0 auto !important;
    }
    
    .main-slider-two__img {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        width: 100% !important;
        text-align: center !important;
        margin-top: 30px !important;
    }
    
    .main-slider-two__img img {
        width: 300px !important;
        margin: 0 auto !important;
        display: block !important;
    }
    
    .main-slider-two__title {
        font-size: 50px !important;
        line-height: 60px !important;
    }
}

@media (max-width: 768px) {
    .main-slider-two .container {
        padding: 0 30px !important;
    }
    
    .main-slider-two__content {
        max-width: 100% !important;
        text-align: center !important;
        padding: 60px 0 !important;
    }
    
    .main-slider-two__company-name {
        font-size: 20px !important;
        margin-top: 15px !important;
        white-space: normal !important;
    }
    
    .main-slider-two__title {
        font-size: 40px !important;
        line-height: 50px !important;
        margin-bottom: 15px !important;
    }
    
    .main-slider-two__img {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        text-align: center !important;
        margin: 20px auto !important;
        display: block !important;
        width: 100% !important;
    }
    
    .main-slider-two__img img {
        width: 250px !important;
        margin: 0 auto !important;
        display: block !important;
    }
}

@media (max-width: 480px) {
    .main-slider-two .container {
        padding: 0 20px !important;
    }
    
    .main-slider-two__content {
        max-width: 100% !important;
        text-align: center !important;
        padding: 40px 0 !important;
    }
    
    .main-slider-two__company-name {
        font-size: 16px !important;
        margin-top: 10px !important;
        white-space: normal !important;
    }
    
    .main-slider-two__title {
        font-size: 32px !important;
        line-height: 40px !important;
        margin-bottom: 15px !important;
    }
    
    .main-slider-two__img {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        text-align: center !important;
        margin: 15px auto !important;
        display: block !important;
        width: 100% !important;
    }
    
    .main-slider-two__img img {
        width: 220px !important;
        margin: 0 auto !important;
        display: block !important;
    }
}

/* About UGMT Section */
.about-ugmt {
    padding: 120px 0;
    background: #f9f9f9;
}

.about-ugmt__text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #666;
}

.about-ugmt__highlight {
    background: #ff6b35;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
}

.about-ugmt__highlight h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.membership-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    height: 100%;
}

.membership-box h3 {
    color: #ff6b35;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.membership-box p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #666;
}

.about-ugmt__who-can-join {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about-ugmt__who-can-join h3 {
    color: #ff6b35;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700;
}

/* Notice Section */
.notice-section {
    padding: 80px 0;
    background: #fff;
}

.notice-board, .important-info {
    background: #f8f8f8;
    padding: 40px;
    border-radius: 15px;
    height: 100%;
}

.notice-board h3, .important-info h3 {
    color: #ff6b35;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700;
    border-bottom: 3px solid #ff6b35;
    padding-bottom: 10px;
}

.notice-content h4 {
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.helpline-box {
    background: #ff6b35;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
}

.helpline-box h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.registration-link {
    text-align: center;
    margin-top: 30px;
}

.registration-link .thm-btn {
    background: #ff6b35;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
}

.registration-link .thm-btn:hover {
    background: #e55a2b;
    transform: translateY(-2px);
}

/* UGMT Goals Section */
.ugmt-goals {
    padding: 120px 0;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
}

.ugmt-goals .section-title__tagline,
.ugmt-goals .section-title__title {
    color: #fff;
}

.goal-item {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.goal-item:hover {
    transform: translateY(-10px);
}

.goal-icon {
    background: #ff6b35;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.goal-icon span {
    font-size: 35px;
    color: #fff;
}

.goal-item h4 {
    color: #333;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.goal-item p {
    color: #666;
    line-height: 1.6;
}

.goals-footer {
    margin-top: 50px;
}

.goals-footer p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

/* Bank Information Section */
.bank-info {
    padding: 120px 0;
    background: #f9f9f9;
}

.bank-details-box {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    text-align: center;
}

.bank-details-box h3 {
    color: #ff6b35;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 700;
}

.bank-info-list {
    margin-bottom: 40px;
}

.bank-info-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.bank-info-item:last-child {
    border-bottom: none;
}

.bank-info-item strong {
    color: #333;
    margin-right: 10px;
}

.donate-btn-box {
    margin: 40px 0;
}

.donate-btn-box .thm-btn {
    background: #ff6b35;
    color: #fff;
    padding: 20px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    transition: all 0.3s ease;
}

.donate-btn-box .thm-btn:hover {
    background: #e55a2b;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);
}

.donation-quote p {
    font-style: italic;
    color: #666;
    font-size: 16px;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-ugmt,
    .ugmt-goals,
    .bank-info {
        padding: 60px 0;
    }
    
    .membership-box,
    .notice-board,
    .important-info,
    .bank-details-box {
        padding: 25px;
        margin-bottom: 30px;
    }
    
    .about-ugmt__highlight {
        padding: 20px;
    }
    
    .goal-item {
        margin-bottom: 20px;
    }
    
    .bank-details-box h3 {
        font-size: 24px;
    }
}