
    /* Global Styles */
    body {
        font-family: 'Arial', sans-serif;
        margin: 0;
        padding: 0;
        line-height: 1.6;
        color: #333;
    }
    
    .container {
        width: 85%;
        margin: auto;
        overflow: hidden;
    }
    
    /* Floating Menu */
    .floating-menu {
        position: fixed;
        top: 0;
        width: 100%;
        background:  #2c3e50;
        color: white;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }
    
    .menu-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
    }
    
    

    .logo1{
        width: 250px;
        position: absolute;
        top: 4%;
        left: 10%;
    
    }
    
    
    
    nav ul {
        display: flex;
        list-style: none;
    }
    
    nav ul li {
        margin-left: 20px;
    }
    
    nav ul li a {
        color: white;
        text-decoration: none;
        transition: color 0.3s;
    }
    
    nav ul li a:hover {
        color: #3498db;
    }
    
    /* Hero Section */
    .hero {
        background: url('images/cooperate3.jpg') no-repeat center center/cover;
        height: 80vh;
        display: flex;
        text-align: center;
        margin-top: 60px;
        position: relative;
    }
	.hero2 {
        background-color: grey;
        height: 80vh;
        display: flex;
        text-align: center;
        margin-top: 60px;
        position: relative;
    }
    
    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
    }
    
    .hero-content {
        position: relative;
        z-index: 1;
        width: 100%;
        align-items: center;
        
    }
    
    .hero h1 {
        font-size: 3rem;
        margin-bottom: 20px;
        
    }
    
    .hero p {
        font-size: 1.2rem;
        max-width: 800px;
        margin: 0 auto 30px;
    }
    .fren{

        color: rgb(235, 216, 45);
    }
    .eng{

        color: rgb(51, 238, 34);
    }
    .port{

        color: rgb(98, 168, 233);
    }
    .btn {
        display: inline-block;
        background: #3498db;
        color: white;
        padding: 12px 30px;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
        transition: background 0.3s;
    }
    
    .btn:hover {
        background: #2980b9;
    }
    
    /* Features Section */


    .features-img{
        flex-basis: 50%;
        margin: auto;  
    }
    .method{


    }
    .features-img img{
        width: 100%;
        border-radius: 10px;
        
    }
    .features {
        padding: 80px 0;
        background: #cebaba;
    }
    
    .section-title {
        text-align: center;
        margin-bottom: 50px;
    }
    
    .section-title h2 {
        font-size: 2.5rem;
        color: #2c3e50;
    }
    
    .features-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    
    .feature-card {
        background: white;
        padding: 30px;
        border-radius: 5px;
        box-shadow: 0 5px 15px rgba(165, 55, 55, 0.1);
        text-align: center;
        transition: transform 0.3s;
    }


    .feature-card:hover {
        transform: translateY(-10px);
    }
    
    .feature-card img {
        width: 70px;
        height: 70px;
        margin-bottom: 0px;
          
    }
    .feature-card value_text{
        color: #2c3e50;
        text-align: left;
    }
    
        
    /* Upcoming Events */
    .upcoming-events {
        padding: 80px 0;
        background: #f1edab;
    }
    
    .events-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .event-card {
        border: 1px solid #ddd;
        background-color: white;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    .event-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    .event-content {
        padding: 20px;
    }
    
    .event-content h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
        color: #2c3e50;
    }
    
    .event-date {
        color: #3498db;
        font-weight: bold;
        margin-bottom: 10px;
    }
    
    /* Footer */
    footer {
        background: #2c3e50;
        color: white;
        padding: 50px 0 20px;
    }
    
    .footer-content {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        margin-bottom: 30px;
    }
    
    .footer-column h3 {
        font-size: 1.3rem;
        margin-bottom: 20px;
        color: #3498db;
    }
    
    .footer-column ul {
        list-style: none;
        padding: 0;
    }
    
    .footer-column ul li {
        margin-bottom: 10px;
    }
    
    .footer-column ul li a {
        color: #ecf0f1;
        text-decoration: none;
        transition: color 0.3s;
    }
    
    .footer-column ul li a:hover {
        color: #3498db;
    }
    
    .copyright {
        text-align: center;
        background: url('images/fabric.jpg') no-repeat center center/cover;
        padding-top: 20px;
        border-top: 1px solid #34495e;
        font-family: arial black;
    }
    /* Additional Calendar-specific styles */
    .calendar-banner {
        background: url('calendar-banner.jpg') no-repeat center center/cover;
        height: 300px;
        display: flex;
        align-items: center;
        text-align: center;
        color: white;
        margin-top: 60px;
        position: relative;
    }
    
    .calendar-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
    }
    
    .calendar-banner-content {
        position: relative;
        z-index: 1;
        width: 100%;
    }
    
    .calendar-section {
        padding: 60px 0;
    }
    
    .calendar-container {
        display: flex;
        gap: 30px;
    }
    
    .calendar-nav {
        width: 250px;
    }
    
    .calendar-nav h3 {
        margin-bottom: 20px;
        color: #2c3e50;
    }
    
    .calendar-nav ul {
        list-style: none;
        padding: 0;
    }
    
    .calendar-nav li {
        margin-bottom: 10px;
    }
    
    .calendar-nav a {
        color: #3498db;
        text-decoration: none;
    }
    
    .calendar-nav a:hover {
        text-decoration: underline;
    }
    
    .calendar-main {
        flex: 1;
    }
    
    .month-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .month-title {
        font-size: 1.8rem;
        color: #2c3e50;
    }
    
    .calendar-grid {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 10px;
    }
    
    .calendar-day-header {
        text-align: center;
        font-weight: bold;
        padding: 10px;
        background: #f1f1f1;
    }
    
    .calendar-day {
        border: 1px solid #ddd;
        min-height: 100px;
        padding: 5px;
    }
    
    .calendar-date {
        font-weight: bold;
        margin-bottom: 5px;
    }
    
    .calendar-event {
        background: #3498db;
        color: white;
        padding: 3px 5px;
        margin-bottom: 5px;
        border-radius: 3px;
        font-size: 0.8rem;
        cursor: pointer;
    }
    
    .calendar-event:hover {
        background: #2980b9;
    }
    
    .event-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 1000;
        justify-content: center;
        align-items: center;
    }
    
    .event-modal-content {
        background: white;
        padding: 30px;
        border-radius: 5px;
        max-width: 600px;
        width: 90%;
        position: relative;
    }
    
    .close-modal {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 1.5rem;
        cursor: pointer;
    }
    
    .event-detail-title {
        color: #2c3e50;
        margin-bottom: 10px;
    }
    
    .event-detail-date {
        color: #3498db;
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .filter-options {
        margin-bottom: 30px;
    }
    
    .filter-options label {
        margin-right: 15px;
    }

     /* Additional Contact-specific styles */
     .contact-banner {
        background: url('contact-banner.jpg') no-repeat center center/cover;
        height: 300px;
        display: flex;
        align-items: center;
        text-align: center;
        color: white;
        margin-top: 60px;
        position: relative;
    }
    
    .contact-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
    }
    
    .contact-banner-content {
        position: relative;
        z-index: 1;
        width: 100%;
    }
    
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    
    .contact-info {
        background: #f9f9f9;
        padding: 30px;
        border-radius: 5px;
    }
    
    .contact-info h3 {
        color: #2c3e50;
        margin-bottom: 20px;
        font-size: 1.5rem;
    }
    
    .contact-method {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    
    .contact-method img {
        width: 24px;
        margin-right: 15px;
        margin-top: 5px;
    }
    
    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        width: 100%;
        padding: 12px;
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-family: inherit;
    }
    
    .contact-form textarea {
        height: 150px;
    }
    
    .office-locations {
        margin-top: 60px;
    }
    
    .locations-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-top: 30px;
    }
    
    .location-card {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 20px;
        text-align: center;
    }
    
    .location-card img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 5px;
        margin-bottom: 15px;
    }

     /* Additional FAQ-specific styles */
     .faq-banner {
        background: url('faq-banner.jpg') no-repeat center center/cover;
        height: 300px;
        display: flex;
        align-items: center;
        text-align: center;
        color: white;
        margin-top: 60px;
        position: relative;
    }
    
    .faq-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
    }
    
    .faq-banner-content {
        position: relative;
        z-index: 1;
        width: 100%;
    }
    
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-container {
        max-width: 800px;
        margin: 0 auto;
    }
    
    .faq-item {
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        overflow: hidden;
    }
    
    .faq-question {
        padding: 15px 20px;
        background: #f9f9f9;
        cursor: pointer;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .faq-question:hover {
        background: #f1f1f1;
    }
    
    .faq-answer {
        padding: 0 20px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out, padding 0.3s ease;
    }
    
    .faq-answer.active {
        padding: 20px;
        max-height: 500px;
    }
    
    .contact-promo {
        background: #3498db;
        color: white;
        padding: 40px 0;
        text-align: center;
    }

    /* Additional Registration-specific styles */
    .registration-banner {
        background: url('registration-banner.jpg') no-repeat center center/cover;
        height: 300px;
        display: flex;
        align-items: center;
        text-align: center;
        color: white;
        margin-top: 60px;
        position: relative;
    }
    
    .registration-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
    }
    
    .registration-banner-content {
        position: relative;
        z-index: 1;
        width: 100%;
    }
    
    .registration-section {
        padding: 60px 0;
    }
    
    .registration-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    
    .registration-info {
        background: #f9f9f9;
        padding: 30px;
        border-radius: 5px;
    }
    
    .registration-info h3 {
        color: #2c3e50;
        margin-bottom: 20px;
        font-size: 1.5rem;
    }
    
    .program-options {
        margin-top: 30px;
    }
    
    .program-option {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 20px;
        margin-bottom: 20px;
        cursor: pointer;
        transition: all 0.3s;
    }
    
    .program-option:hover {
        border-color: #3498db;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    .program-option.selected {
        border-color: #3498db;
        background: #f0f8ff;
    }
    
    .program-option h4 {
        margin-bottom: 10px;
        color: #2c3e50;
    }
    
    .program-option p {
        margin-bottom: 5px;
    }
    
    .registration-form input,
    .registration-form textarea,
    .registration-form select {
        width: 100%;
        padding: 12px;
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-family: inherit;
    }
    
    .form-group {
        margin-bottom: 20px;
    }
    
    .form-row {
        display: flex;
        gap: 20px;
    }
    
    .form-row .form-group {
        flex: 1;
    }
    
    .payment-methods {
        margin: 30px 0;
    }
    
    .payment-option {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    
    .payment-option input {
        width: auto;
        margin-right: 10px;
    }
    
    .payment-details {
        display: none;
        margin-top: 20px;
        padding: 20px;
        background: #f9f9f9;
        border-radius: 5px;
    }
    
    .summary-section {
        margin-top: 40px;
        padding: 20px;
        background: #f9f9f9;
        border-radius: 5px;
    }
    
    .summary-item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    
    .summary-total {
        font-weight: bold;
        border-top: 1px solid #ddd;
        padding-top: 10px;
        margin-top: 10px;
    }