.elementor-2380 .elementor-element.elementor-element-7207750{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2380 .elementor-element.elementor-element-e9876a7{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-e9876a7 */.full{
            background-color: #01192d;
            color: #e0f0ff;
            line-height: 1.6;
            min-height: 100vh;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Hero Section */
        .hero-section {
            padding: 40px 0 80px;
            text-align: center;
            position: relative;
            overflow: hidden;
            background-color: #01192d;
        }
        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: #EEEEEE;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        }
        
        .hero-subtitle {
            font-size: 1.3rem;
            color: #4FC3F7;
            font-weight: 600;
            margin-bottom: 60px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .video-container {
            max-width: 800px;
            margin: 0 auto 40px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
            border: 2px solid rgba(79, 195, 247, 0.3);
        }
        
        .video-wrapper {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            height: 0;
            overflow: hidden;
        }
        
        .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        
        .hero-text {
            font-size: 1.2rem;
            line-height: 1.7;
            max-width: 900px;
            margin: 0 auto 40px;
            color: #90caf9;
        }
        
        .hero-text a {
            color: #4FC3F7;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }
        
        .hero-text a:hover {
            color: #e0f0ff;
            text-decoration: underline;
        }
        
        /* Partner Components Section */
        .partners-section {
            padding: 80px 0;
            background-color: #1B384D;
        }
        
        .section-title {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 60px;
            color: #EEEEEE;
        }
        
        .partners-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }
        
        .partner-card {
            background: linear-gradient(135deg, rgba(1, 38, 64, 0.8) 0%, rgba(1, 25, 45, 0.9) 100%);
            border-radius: 20px;
            padding: 40px 30px;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(79, 195, 247, 0.2);
            transition: all 0.4s ease;
            backdrop-filter: blur(10px);
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .partner-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(79, 195, 247, 0.1), transparent);
            transition: all 0.6s ease;
        }
        
        .partner-card:hover::before {
            left: 100%;
        }
        
        .partner-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(79, 195, 247, 0.2);
            border-color: #4fc3f7;
        }
        
        .partner-logo {
            width: 180px;
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 10px;
            position: relative;
            z-index: 1;
        }
        
        .partner-logo img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            filter: brightness(0) invert(1);
        }
        
        /* Modern Bullet Points */
        .partner-list {
            list-style: none;
            text-align: left;
            margin-top: 20px;
            width: 100%;
        }
        
        .partner-list li {
            margin-bottom: 16px;
            display: flex;
            align-items: flex-start;
            gap: 12px;
            color: #90caf9;
            padding: 8px 0;
            border-bottom: 1px solid rgba(79, 195, 247, 0.1);
            transition: all 0.3s ease;
        }
        
        .partner-list li:last-child {
            border-bottom: none;
        }
        
        .partner-list li:hover {
            color: #e0f0ff;
            transform: translateX(5px);
        }
        
        .partner-list li::before {
            content: "▸";
            color: #4fc3f7;
            font-weight: bold;
            font-size: 1.2rem;
            transition: all 0.3s ease;
        }
        
        .partner-list li:hover::before {
            color: #ff6b35;
            transform: scale(1.2);
        }
        
        /* Buttons Section */
        .buttons-section {
            padding: 60px 0;
            text-align: center;
        }
        
        .buttons-grid {
            display: flex;
            justify-content: center;
            gap: 60px;
            flex-wrap: wrap;
        }
        
        .cta-button {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 15px 30px;
            background: transparent;
            color: #4fc3f7;
            text-decoration: none;
            border-radius: 5px;
            font-weight: 600;
            transition: all 0.3s ease;
            border: 2px solid #4fc3f7;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(79, 195, 247, 0.2), transparent);
            transition: all 0.4s ease;
            z-index: -1;
        }
        
        .cta-button:hover::before {
            left: 100%;
        }
        
        .cta-button:hover {
            color: #01192d;
            border-color: #4fc3f7;
        }
        
        .cta-button::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0%;
            height: 100%;
            background: #4fc3f7;
            transition: all 0.3s ease;
            z-index: -2;
        }
        
        .cta-button:hover::after {
            width: 100%;
        }
        
        .cta-button-primary {
            border-color: #5aada7;
            color: #5aada7;
        }
        
        .cta-button-primary::after {
            background: #5aada7;
        }
        .cta-button-primary:hover{
            border-color: #5aada7;
            color:#eeee;
        }
        .cta-button i {
            font-size: 1.2rem;
        }
        
        /* Icon Box Section */
        .icon-box-section {
            padding: 80px 0;
            background-color: #1B384D;
        }
        
        .icon-box {
            background: linear-gradient(135deg, rgba(1, 38, 64, 0.8) 0%, rgba(1, 25, 45, 0.9) 100%);
            border-radius: 20px;
            padding: 50px 40px;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(79, 195, 247, 0.2);
            transition: all 0.4s ease;
            backdrop-filter: blur(10px);
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }
        
        .icon-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(79, 195, 247, 0.1), transparent);
            transition: all 0.6s ease;
        }
        
        .icon-box:hover::before {
            left: 100%;
        }
        
        .icon-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(79, 195, 247, 0.2);
            border-color: #4fc3f7;
        }
        
        .icon-box-icon {
            font-size: 4rem;
            color: #4fc3f7;
            margin-bottom: 25px;
        }
        
        .icon-box-title {
            font-size: 2rem;
            color: #e0f0ff;
            margin-bottom: 20px;
            font-weight: 600;
        }
        
        .icon-box-text {
            color: #90caf9;
            font-size: 1.2rem;
            line-height: 1.6;
        }
        
        /* Benefits Section */
        .benefits-list {
            display: flex;
            flex-direction: column;
            gap: 25px;
            margin-top: 60px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .benefit-item {
            display: flex;
            align-items: center;
            gap: 30px;
            padding: 35px;
            background: linear-gradient(135deg, rgba(1, 38, 64, 0.8) 0%, rgba(1, 25, 45, 0.9) 100%);
            border-radius: 15px;
            border: 1px solid rgba(79, 195, 247, 0.2);
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            position: relative;
            overflow: hidden;
        }
        
        .benefit-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(79, 195, 247, 0.1), transparent);
            transition: all 0.6s ease;
        }
        
        .benefit-item:hover::before {
            left: 100%;
        }
        
        .benefit-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(79, 195, 247, 0.2);
            border-color: #4fc3f7;
        }
        
        .benefit-icon {
            font-size: 3.5rem;
            color: #4fc3f7;
            position: relative;
            z-index: 1;
            min-width: 80px;
            text-align: center;
            flex-shrink: 0;
        }
        
        .benefit-content {
            position: relative;
            z-index: 1;
        }
        
        .benefit-title {
            font-size: 1.5rem;
            color: #e0f0ff;
            margin-bottom: 10px;
            font-weight: 600;
        }
        
        .benefit-desc {
            color: #90caf9;
            font-size: 1.05rem;
            line-height: 1.5;
        }
        
        /* Fade-in Animation */
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity .8s ease-out, transform .8s ease-out;
        }
        
        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
             /* Modern Location Link */
        .flex{
            display: flex;
        }     
        .location-link {
            display: inline-flex;
            align-items: center;
            gap: 15px;
            padding: 20px 35px;
            background: linear-gradient(135deg, rgba(79, 195, 247, 0.1) 0%, rgba(79, 195, 247, 0.05) 100%);
            color: #4fc3f7;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.3rem;
            transition: all 0.4s ease;
            border: 2px solid rgba(79, 195, 247, 0.3);
            position: relative;
            overflow: hidden;
            z-index: 1;
            margin: 20px auto;
        }
        
        .location-link::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(79, 195, 247, 0.1), transparent);
            transition: all 0.6s ease;
            z-index: -1;
        }
        
        .location-link:hover::before {
            left: 100%;
        }
        
        .location-link:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(79, 195, 247, 0.3);
            border-color: #4fc3f7;
            color: #e0f0ff;
        }
        
        .location-icon {
            font-size: 1.8rem;
        }
        
        .location-text {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
        }
        
        .location-title {
            font-size: 1.1rem;
            color: #90caf9;
            font-weight: 500;
        }
        
        .location-details {
            font-size: 1.4rem;
            font-weight: 700;
            margin-top: 5px;
        }
        
        /* Responsive Design */
        @media (max-width: 1024px) {
            .hero-title {
                font-size: 3rem;
            }
            
            .section-title {
                font-size: 2.2rem;
            }
        }
        
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 1.1rem;
            }
            
            .partners-grid {
                grid-template-columns: 1fr;
            }
            
            .buttons-grid {
                flex-direction: column;
                align-items: center;
            }
            
            .cta-button {
                width: 100%;
                max-width: 300px;
                justify-content: center;
            }
            
            .video-placeholder {
                height: 300px;
            }
            
            .benefit-item {
                flex-direction: column;
                text-align: center;
            }
        }
        
        @media (max-width: 480px) {
            .hero-title {
                font-size: 2rem;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
            
            .partner-card {
                padding: 25px 20px;
            }
            
            .icon-box {
                padding: 30px 20px;
            }
            
            .icon-box-title {
                font-size: 1.6rem;
            }
            
            .icon-box-text {
                font-size: 1.1rem;
            }
        }/* End custom CSS */