.footer {background-color: #151515;color: #d1d5db;font-size: 14px;padding-top: 40px;}@media (min-width: 768px) {.footer-container {padding: 0 64px;}}.footer-main {display: flex;flex-wrap: wrap;gap: 32px;padding-bottom: 40px;}@media (min-width: 768px) {.footer-main {flex-direction: row;justify-content: space-between;gap: 0;}}.footer-brand {width: 100%;}@media (min-width: 768px) {.footer-brand {width: 22%;}}.footer-logo {margin-bottom: 16px;}.footer-logo img {height: 16px;width: auto;}.footer-contact {display: flex;flex-direction: column;gap: 12px;}.contact-item {display: flex;align-items: flex-start;gap: 10px;}.contact-item .icon {flex-shrink: 0;color: #2ba6ff;width: 1.25rem;height: 1.25rem;margin-top: 2px;}.contact-item .icon-location {width: 1.5rem;height: 1.5rem;}.contact-item a {color: #d1d5db;text-decoration: none;}.contact-item a:hover {text-decoration: underline;}.contact-item a span {display: block;}.footer-links {display: flex;flex-wrap: wrap;width: 100%;gap: 32px;}@media (min-width: 768px) {.footer-links {width: 72%;flex-wrap: nowrap;justify-content: space-between;}}.footer-col {min-width: 120px;}.footer-col h4 {color: #326899;font-size: 16px;font-weight: 700;margin-bottom: 12px;}.footer-col ul {list-style: none;}.footer-col li {margin-bottom: 10px;}.footer-col a {color: #d1d5db;text-decoration: none;font-size: 14px;transition: color 0.2s ease;}.footer-col a:hover {color: #ffffff;}.footer-social p {color: #ffffff;font-size: 16px;font-weight: 500;margin-bottom: 12px;}.social-icons {display: flex;gap: 16px;}.social-icons a {color: #9ca3af;display: inline-flex;align-items: center;justify-content: center;text-decoration: none;transition: color 0.2s ease;}.social-icons a:hover {color: #ffffff;}.social-icons svg {width: 1.25rem;height: 1.25rem;fill: currentColor;}.contact-item svg {fill: #2ba6ff !important;}footer.widget-footer {background-color: #151515;padding: 20px;}@media(max-width: 767px){ footer.widget-footer { padding-bottom: 50px; }}* {margin: 0;padding: 0;box-sizing: border-box;}body {font-family: Arial, sans-serif;background-color: #fafafa;color: #374151;}.about-tabs-section {background-color: #FAFAFA;}.tabs {display: flex;flex-wrap: wrap;justify-content: center;gap: 12px;margin-bottom: 32px;}.tab-btn {padding: 10px 20px;border-radius: 9999px;background-color: #ffffff;color: #374151;font-size: 14px;font-weight: 500;cursor: pointer;transition: all 0.2s ease;}.tab-btn:hover {background-color: #f3f4f6;}.tab-btn.active {background-color: #326899;color: #ffffff;border-color: #326899;}.tab-panels {animation: fadeIn 0.3s ease;}.tab-panel {display: none;}.tab-panel.active {display: block;}.tab-description {font-size: 18px;line-height: 1.6;text-align: center;color: #4b5563;max-width: 720px;margin: 0 auto 40px;}.stats-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));gap: 16px;max-width: 720px;margin: 0 auto;}.stat-card {background-color: #ffffff;border: 1px solid #e5e7eb;border-radius: 12px;padding: 24px 16px;text-align: center;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);}.stat-number {font-size: 32px;font-weight: 700;color: #326899;margin-bottom: 6px;}.stat-label {font-size: 13px;color: #6b7280;}@keyframes fadeIn {from {opacity: 0;transform: translateY(8px);}to {opacity: 1;transform: translateY(0);}}@media (max-width: 480px) {.tab-description {font-size: 16px;}.stats-grid {grid-template-columns: 1fr;}}iframe.iframe_video {border-radius: 16px;}.video-widget-slider {display: flex;gap: 24px;overflow-y: auto;padding: 0 30px;}.video-widget-slider.slick-initialized {display: block;flex-wrap: wrap;overflow: initial;justify-content: center;}.video-widget-slider .slick-dots {bottom: -90px;}.video-widget-slider .slick-dots li button:before {font-size: 10px;color: #000;opacity: 0.5;}.slick-dots li {margin: 0 5px;}.video-widget-slider .slick-dots li.slick-active button:before {opacity: 1;}.slick-dots button {border: 3px solid #00432e;background: transparent;height: 15px;width: 15px;}.hero-banner {width: 100%;background: #356998;display: flex;justify-content: flex-end;align-items: center;padding: 20px 30px;}.hero-content {width: 100%;max-width: 700px;}.hero-title {color: #fff;font-size: 56px;font-weight: 700;line-height: 1.15;margin-bottom: 20px;font-family: sans-serif;}.hero-subtitle {color: #fff;font-size: 24px;line-height: 1.5;margin-bottom: 12px;}.read-more {display: inline-block;color: #88C7FF;text-decoration: none;font-size: 15px;margin-bottom: 30px;transition: .3s;}.read-more:hover {text-decoration: underline;}.hero-buttons {display: flex;gap: 16px;flex-wrap: wrap;}.btn {display: inline-flex;align-items: center;justify-content: center;gap: 10px;text-decoration: none;color: #fff;padding: 14px 26px;font-size: 16px;font-weight: 500;min-width: 220px;transition: .3s;}.btn img {width: 16px;height: 16px;}.btn-primary {background: #000;border-radius: 14px 0 14px 0;}.btn-primary:hover {background: #222;}.btn-secondary {background: #3B75AA;border-radius: 14px 0 14px 0;}.btn-secondary:hover {background: #4a84ba;}@media (max-width: 1024px) {.hero-banner {padding: 70px 25px;}.hero-title {font-size: 46px;}.hero-subtitle {font-size: 22px;}}@media (max-width: 768px) {.hero-banner {justify-content: center;text-align: center;padding: 60px 20px;flex-direction: column;}.hero-content {max-width: 100%;}.hero-title {font-size: 36px;margin-bottom: 15px;}.hero-subtitle {font-size: 20px;}.hero-buttons {justify-content: center;margin-top: 25px;}.btn {min-width: 200px;}}@media (max-width: 576px) {.hero-banner {padding: 50px 16px;}.hero-title {font-size: 30px;}.hero-subtitle {font-size: 18px;}.read-more {margin-bottom: 20px;}.hero-buttons {flex-direction: column;width: 100%;}.btn {width: 100%;min-width: unset;padding: 15px;font-size: 15px;}}