.otsyp{
    margin-bottom:50px;
}
.white{
    background-color: white;
}
:root {
            --primary-color: #0A5C6B;
            --secondary-color: #B8E6EF;
            --text-dark: #2C3E50;
            --text-light: #6C757D;
        }
        
        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            color: var(--text-dark);
            background-color: #F8F9FA;

        }

    
/*------------------------------->        
 /* Navbar */
        .navbar-custom {
            padding: 20px 0;
            background-color: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        
        /* Logo */
        .navbar-brand {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--text-dark) !important;
        }
        
        .logo-icon {
            font-size: 1.8rem;
            color: var(--primary-color);
        }
        
        /* Nav Links */
        .navbar-nav .nav-link {
            color: var(--text-dark);
            font-weight: 500;
            font-size: 1rem;
            padding: 8px 20px !important;
            transition: color 0.3s ease;
        }
        
        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link.active {
            color: var(--primary-color);
        }
        
        /* Get Started Button */
        .btn-get-started {
            background-color: var(--secondary-color);
            color: var(--primary-color);
            border: none;
            padding: 10px 28px;
            font-size: 0.95rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
        }
        
        .btn-get-started:hover {
            background-color: var(--primary-color);
            color: white;
            transform: translateY(-2px);
        }
        
        /* Mobile Toggle */
        .navbar-toggler {
            border: none;
            padding: 8px 12px;
        }
        
        .navbar-toggler:focus {
            box-shadow: none;
        }
        
        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(44, 62, 80, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }

/*------------------------------->        
        /* Hero Section */
        .hero-section {
            padding: 60px 0;
            background-color: #fff;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }
        
        /* Typography */
        .welcome-text {
            color: var(--primary-color);
            font-size: 0.875rem;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 1.5rem;
        }
        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1.5rem;
            color: var(--text-dark);
        }
        
        .hero-description {
            font-size: 1.125rem;
            color: var(--text-light);
            line-height: 1.7;
            margin-bottom: 2.5rem;
        }
        
        /* Buttons */
        .btn-get-started {
            background-color: var(--secondary-color);
            color: var(--primary-color);
            border: none;
            padding: 14px 36px;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
        }
        
        .btn-get-started:hover {
            background-color: #9DD9E5;
            color: var(--primary-color);
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(10, 92, 107, 0.15);
        }
        
        .btn-try-demo {
            background-color: var(--primary-color);
            color: white;
            border: none;
            padding: 14px 36px;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
        }
        
        .btn-try-demo:hover {
            background-color: #084A56;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(10, 92, 107, 0.25);
        }
        
        .btn-try-demo i {
            margin-left: 8px;
            transition: margin-left 0.3s ease;
        }
        
        .btn-try-demo:hover i {
            margin-left: 12px;
        }
        
        /* Trust Section */
        .trust-section {
            margin-top: 3rem;
            display: flex;
            align-items: center;
            gap: 1rem;
        }
        
        .avatar-group {
            display: flex;
        }
        
        .avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            border: 3px solid white;
            margin-left: -12px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .avatar:first-child {
            margin-left: 0;
        }
        
        .trust-text {
            font-size: 0.95rem;
            color: var(--text-light);
            margin: 0;
        }
        
        /* Image Cards */
        .image-card {
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
            position: relative;
        }
        
        .image-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .image-card-large {
            height: 400px;
            margin-bottom: 24px;
        }
        
        .image-card-small {
            height: 300px;
        }
        
        /* Info Card */
        .info-card {
            background: linear-gradient(135deg, var(--primary-color) 0%, #084A56 100%);
            color: white;
            padding: 40px;
            border-radius: 24px;
            box-shadow: 0 10px 40px rgba(10, 92, 107, 0.2);
            position: relative;
            overflow: hidden;
        }
        
        .info-card::before {
            content: '';
            position: absolute;
            right: -50px;
            bottom: -50px;
            width: 200px;
            height: 200px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }
        
        .info-card h3 {
            font-size: 1.75rem;
            font-weight: 700;
            margin-bottom: 2rem;
            line-height: 1.4;
        }
        
        .info-card p {
            font-size: 1rem;
            opacity: 0.9;
            margin: 0;
        }
        
        /* Play Button */
        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background-color: rgba(184, 230, 239, 0.95);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 24px rgba(0,0,0,0.15);
        }
        
        .play-button:hover {
            background-color: var(--secondary-color);
            transform: translate(-50%, -50%) scale(1.1);
        }
        
        .play-button i {
            font-size: 2rem;
            color: var(--primary-color);
            margin-left: 4px;
        }
        
        /* Right Column Image */
        .right-image {
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
            height: 100%;
            min-height: 600px;
        }
        
        .right-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* Responsive */
        @media (max-width: 1200px) {
            .hero-title {
                font-size: 3rem;
            }
        }
        
        @media (max-width: 992px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-section {
                padding: 40px 0;
            }
            
            .image-card-large {
                height: 300px;
            }
            
            .right-image {
                min-height: 400px;
                margin-top: 24px;
            }
        }
        
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2rem;
            }
            
            .btn-get-started,
            .btn-try-demo {
                padding: 12px 28px;
                font-size: 0.9rem;
            }
            
            .trust-section {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .image-card-large,
            .image-card-small {
                height: 250px;
            }
        }
/* ---------------------------------->
        .about-section {
            padding: 80px 0;
            background-color: #fff;
        }
        
        /* Left Column - Image with Cards */
        .image-container {
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0,0,0,0.1);
        }
        
        .image-container img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        /* Floating Stats Cards */
        .stats-cards {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }
        
        .stat-card {
            position: absolute;
            background: white;
            padding: 16px 24px;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
            display: flex;
            align-items: center;
            gap: 12px;
            pointer-events: auto;
            transition: transform 0.3s ease;
        }
        
        .stat-card:hover {
            transform: scale(1.05);
        }
        
        .stat-card-1 {
            top: 150px;
            right: 10px;
            animation: float 3s ease-in-out infinite;
        }
        
        .stat-card-2 {
            top: 300px;
            right: 10px;
            animation: float 3s ease-in-out infinite 0.5s;
        }
        
        .stat-card-3 {
            top: 450px;
            right: 10px;
            animation: float 3s ease-in-out infinite 1s;
        }
        
        @keyframes float {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-10px);
            }
        }
        
        .stat-icon {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            flex-shrink: 0;
        }
        
        .icon-yellow {
            background-color: rgba(255, 209, 102, 0.2);
        }
        
        .icon-blue {
            background-color: rgba(148, 210, 189, 0.2);
        }
        
        .stat-content h6 {
            margin: 0;
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--text-dark);
            line-height: 1.2;
        }
        
        .stat-content p {
            margin: 0;
            font-size: 0.8rem;
            color: var(--text-light);
            line-height: 1.3;
        }
        
        /* Right Column - Content */
        .about-content {
            padding-left: 40px;
        }
        
        .section-label {
            color: var(--primary-color);
            font-size: 0.875rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 1rem;
        }
        
        .about-title {
            font-size: 2.75rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1.5rem;
            color: var(--text-dark);
        }
        
        .about-description {
            font-size: 1rem;
            color: var(--text-light);
            line-height: 1.8;
            margin-bottom: 2rem;
        }
        
        /* Check List */
        .check-list {
            list-style: none;
            padding: 0;
            margin-bottom: 2.5rem;
        }
        
        .check-list li {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 1rem;
            font-size: 1rem;
            color: var(--text-dark);
        }
        
        .check-icon {
            width: 24px;
            height: 24px;
            background-color: var(--primary-color);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            flex-shrink: 0;
        }
        
        .highlight {
            font-weight: 700;
            color: var(--text-dark);
        }
        
        /* Button */
        .btn-get-started {
            background-color: var(--secondary-color);
            color: var(--primary-color);
            border: none;
            padding: 14px 40px;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
            display: inline-block;
        }
        
        .btn-get-started:hover {
            background-color: var(--primary-color);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(10, 147, 150, 0.2);
        }
        
        /* Responsive */
        @media (max-width: 1200px) {
            .about-title {
                font-size: 2.25rem;
            }
            
            .stat-card-1 {
                right: -20px;
            }
            
            .stat-card-2, .stat-card-3 {
                right: -30px;
            }
        }
        
        @media (max-width: 992px) {
            .about-content {
                padding-left: 0;
                margin-top: 40px;
            }
            
            .about-title {
                font-size: 2rem;
            }
            
            .stat-card {
                position: static;
                margin-bottom: 16px;
                animation: none !important;
            }
            
            .stats-cards {
                position: static;
                display: flex;
                flex-direction: column;
                margin-top: 20px;
            }
        }
        
        @media (max-width: 768px) {
            .about-section {
                padding: 40px 0;
            }
            
            .about-title {
                font-size: 1.75rem;
            }
            
            .stat-card {
                padding: 12px 20px;
            }
            
            .check-list li {
                font-size: 0.95rem;
            }
        }
/*-------->
  /* Stats Section */
        .stats-section {
            padding: 60px 0;
            background-color: #fff;
        }
        
        /* Stat Item */
        .stat-item {
            text-align: center;
            padding: 40px 20px;
            border-right: 1px solid #E5E7EB;
            transition: background-color 0.3s ease;
        }
        
        .stat-item:hover {
            background-color: #F8F9FA;
        }
        
        /* Remove border on last item for desktop */
        @media (min-width: 992px) {
            .stat-item:last-child {
                border-right: none;
            }
        }
        
        /* Tablet: 2 columns - remove border on every 2nd item */
        @media (min-width: 768px) and (max-width: 991px) {
            .stat-item:nth-child(2n) {
                border-right: none;
            }
            .stat-item {
                border-bottom: 1px solid #E5E7EB;
            }
            .stat-item:nth-child(3),
            .stat-item:nth-child(4) {
                border-bottom: none;
            }
        }
        
        /* Mobile: 1 column - no right border, add bottom border */
        @media (max-width: 767px) {
            .stat-item {
                border-right: none;
                border-bottom: 1px solid #E5E7EB;
                padding: 30px 20px;
            }
            .stat-item:last-child {
                border-bottom: none;
            }
        }
        
        /* Counter Number */
        .stat-number {
            font-size: 3.5rem;
            font-weight: 700;
            color: var(--text-dark);
            line-height: 1;
            margin-bottom: 0.5rem;
            display: block;
        }
        
        .stat-number .plus {
            font-size: 2.5rem;
            color: var(--primary-color);
        }
        
        /* Counter Label */
        .stat-label {
            font-size: 1rem;
            color: var(--text-light);
            font-weight: 400;
            margin: 0;
        }
        
        /* Animation */
        .stat-number {
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.6s ease forwards;
        }
        
        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .stat-item:nth-child(1) .stat-number {
            animation-delay: 0.1s;
        }
        
        .stat-item:nth-child(2) .stat-number {
            animation-delay: 0.2s;
        }
        
        .stat-item:nth-child(3) .stat-number {
            animation-delay: 0.3s;
        }
        
        .stat-item:nth-child(4) .stat-number {
            animation-delay: 0.4s;
        }
        
        /* Responsive font sizes */
        @media (max-width: 991px) {
            .stat-number {
                font-size: 3rem;
            }
            .stat-number .plus {
                font-size: 2.2rem;
            }
        }
        
        @media (max-width: 576px) {
            .stat-number {
                font-size: 2.5rem;
            }
            .stat-number .plus {
                font-size: 2rem;
            }
        }
/* --------------------->
        /* Categories Section */
        .categories-section {
            padding: 80px 0;
            background-color:white;
        }
        
        /* Section Header */
        .section-label {
            color: var(--primary-color);
            font-size: 0.875rem;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 1rem;
        }
        
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 3rem;
        }
        
        /* Category Card */
        .category-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            height: 100%;
            cursor: pointer;
            text-decoration: none;
            display: block;
        }
        
        .category-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }
        
        /* Icon Container */
        .category-icon {
            width: 120px;
            height: 120px;
            margin: 0 auto 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, rgba(33, 150, 243, 0.1) 0%, rgba(33, 150, 243, 0.05) 100%);
            border-radius: 50%;
            font-size: 3.5rem;
            color: var(--primary-color);
        }
        
        /* Category Title */
        .category-title {
            font-size: 1.25rem;
            font-weight: 600;
            color: var(--text-dark);
            margin: 0 0 10px 0;
        }
        
        /* Category Description */
        .category-description {
            font-size: 0.9rem;
            color: var(--text-light);
            margin: 0;
        }
        
        /* Responsive */
        @media (max-width: 991px) {
            .section-title {
                font-size: 2rem;
            }
            
            .category-icon {
                width: 100px;
                height: 100px;
                margin-bottom: 20px;
                font-size: 3rem;
            }
        }
        
        @media (max-width: 767px) {
            .categories-section {
                padding: 50px 0;
            }
            
            .section-title {
                font-size: 1.75rem;
            }
            
            .category-card {
                margin-bottom: 20px;
            }
            
            .category-icon {
                width: 90px;
                height: 90px;
                font-size: 2.5rem;
            }
        }
/*------------------------>
        /* Courses Section */
        .courses-section {
            padding: 80px 0;
            background-color: white;
        }
        
        /* Section Header */
        .section-label {
            color: var(--primary-color);
            font-size: 0.875rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 1rem;
        }
        
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 3rem;
        }
        
        /* All Courses Button */
        .btn-all-courses {
            background-color: var(--secondary-color);
            color: var(--primary-color);
            border: none;
            padding: 10px 28px;
            font-size: 0.95rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
        }
        
        .btn-all-courses:hover {
            background-color: var(--primary-color);
            color: white;
        }
        
        /* Course Card */
        .course-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .course-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.12);
        }
        
        /* Course Image */
        .course-image {
            position: relative;
            height: 220px;
            overflow: hidden;
        }
        
        .course-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* Instructor Badge */
        .instructor-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: white;
            padding: 6px 16px 6px 6px;
            border-radius: 50px;
            display: flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        
        .instructor-avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            object-fit: cover;
        }
        
        .instructor-name {
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--text-dark);
            margin: 0;
        }
        
        /* Course Body */
        .course-body {
            padding: 24px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        
        .course-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 16px;
            line-height: 1.3;
        }
        
        /* Course Meta */
        .course-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 16px;
        }
        
        .meta-item {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 0.85rem;
            color: var(--text-light);
        }
        
        .meta-item i {
            font-size: 1rem;
            color: var(--primary-color);
        }
        
        /* Course Description */
        .course-description {
            font-size: 0.95rem;
            color: var(--text-light);
            line-height: 1.6;
            margin-bottom: 20px;
            flex-grow: 1;
        }
        
        /* Course Footer */
        .course-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 16px;
            border-top: 1px solid #E5E7EB;
        }
        
        .btn-get-started {
            background-color: var(--secondary-color);
            color: var(--primary-color);
            border: none;
            padding: 10px 24px;
            font-size: 0.9rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
        }
        
        .btn-get-started:hover {
            background-color: var(--primary-color);
            color: white;
        }
        
        .course-price {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--primary-color);
            margin: 0;
        }
        
        /* Responsive */
        @media (max-width: 991px) {
            .section-title {
                font-size: 2rem;
            }
            
            .course-image {
                height: 200px;
            }
        }
        
        @media (max-width: 767px) {
            .courses-section {
                padding: 50px 0;
            }
            
            .section-title {
                font-size: 1.75rem;
            }
            
            .course-image {
                height: 180px;
            }
        }
/*----------------->
        /* Process Section */
        .process-section {
            padding: 80px 0;
            background-color: white;
        }
        
        /* Section Header */
        .section-label {
            color: var(--primary-color);
            font-size: 0.875rem;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 1rem;
            text-align: center;
        }
        
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 1rem;
            text-align: center;
        }
        
        .section-description {
            font-size: 1rem;
            color: var(--text-light);
            line-height: 1.7;
            margin-bottom: 4rem;
            text-align: center;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        
        /* Process Steps */
        .process-steps {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }
        
        .process-step {
            display: flex;
            gap: 24px;
            align-items: flex-start;
            padding-bottom: 40px;
            border-bottom: 1px solid #E5E7EB;
        }
        
        .process-step:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }
        
        /* Step Number */
        .step-number {
            font-size: 4rem;
            font-weight: 700;
            color: var(--secondary-color);
            line-height: 1;
            min-width: 100px;
        }
        
        /* Step Content */
        .step-content {
            flex: 1;
        }
        
        .step-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 12px;
        }
        
        .step-description {
            font-size: 1rem;
            color: var(--text-light);
            line-height: 1.7;
            margin: 0;
        }
        
        /* Process Image */
        .process-image {
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0,0,0,0.1);
            height: 100%;
            min-height: 500px;
        }
        
        .process-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* Responsive */
        @media (max-width: 991px) {
            .section-title {
                font-size: 2rem;
            }
            
            .process-image {
                min-height: 400px;
                margin-top: 40px;
            }
            
            .step-number {
                font-size: 3rem;
                min-width: 80px;
            }
        }
        
        @media (max-width: 767px) {
            .process-section {
                padding: 50px 0;
            }
            
            .section-title {
                font-size: 1.75rem;
            }
            
            .process-image {
                min-height: 300px;
            }
            
            .step-number {
                font-size: 2.5rem;
                min-width: 60px;
            }
            
            .step-title {
                font-size: 1.25rem;
            }
            
            .process-step {
                gap: 16px;
                padding-bottom: 30px;
            }
        }
/*---------------------------->*/

       .footer {
            background: rgb(0,44,54);
            color: #fff;
            margin-top: auto;
        }
        
        .footer-main {
            padding: 60px 0 30px;
        }
        
        .footer-bottom {
            background-color: rgb(0,44,54);
            padding: 20px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .footer-logo {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        .footer-logo i {
            margin-right: 10px;
        }
        
        .footer-description {
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 25px;
            font-size: 0.95rem;
        }
        
        .subscribe-form {
            display: flex;
            gap: 10px;
            max-width: 400px;
        }
        
        .subscribe-form input {
            flex: 1;
            padding: 12px 20px;
            border: none;
            border-radius: 50px;
            background-color: rgba(255, 255, 255, 0.95);
        }
        
        .subscribe-form input::placeholder {
            color: #999;
        }
        
        .subscribe-form button {
            padding: 12px 30px;
            border: none;
            border-radius: 50px;
            background-color: rgba(255, 255, 255, 0.2);
            color: #fff;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }
        
        .subscribe-form button:hover {
            background-color: rgba(255, 255, 255, 0.3);
        }
        
        .footer-title {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 25px;
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
        }
        
        .footer-links li {
            margin-bottom: 12px;
        }
        
        .footer-links a {
            color: rgba(255, 255, 255, 0.85);
            text-decoration: none;
            transition: all 0.3s;
            font-size: 0.95rem;
        }
        
        .footer-links a:hover {
            color: #fff;
            padding-left: 5px;
        }
        
        .contact-box {
            background: rgba(255, 255, 255, 0.1);
            padding: 30px;
            border-radius: 15px;
            backdrop-filter: blur(10px);
        }
        
        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .contact-item:last-child {
            margin-bottom: 0;
        }
        
        .contact-item i {
            margin-right: 12px;
            font-size: 1.1rem;
        }
        
        .contact-item a {
            color: #fff;
            text-decoration: none;
        }
        
        .contact-item a:hover {
            text-decoration: underline;
        }
        
        .footer-bottom-links a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            margin-left: 20px;
        }
        
        .footer-bottom-links a:hover {
            color: #fff;
        }
        
        @media (max-width: 768px) {
            .footer-main {
                padding: 40px 0 20px;
            }
            
            .footer-section {
                margin-bottom: 30px;
            }
            
            .contact-box {
                margin-top: 20px;
            }
            
            .footer-bottom {
                text-align: center;
            }
            
            .footer-bottom-links {
                margin-top: 10px;
            }
            
            .footer-bottom-links a {
                margin: 0 10px;
            }
        }