/* General Styles */
:root {
  --primary-color: #0098da;
  --secondary-color: #005a8c;
  --text-dark: #333333;
  --text-muted: #6c757d;
  --bg-light: #f8f9fa;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
}

/* Hero Section */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero-overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  padding: 120px 0;
}

.hero-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.hero-logo img {
  width: 440px;
  height: 103px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.logo-text p {
  font-size: 14px;
  line-height: 1.3;
}

.hero-title {
  font-family: Verdana;
  text-align: center;
  font-size: 4rem;
  font-weight: 300;
  margin-top: 145px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* 75 Years Section */
.years-section {
  padding: 100px 0;
  background-color: #ffffff;
}
.years-section .container,
.years-section .row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.years-image img {
  max-width: 74%;
  height: auto;
  display: block;
}

.section-title {
  font-size: 45px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 25px;
  line-height: 1.3;
}
.text-muted {
  font-size: 18px;
  line-height: 35px;
}

/* Products Section */
.products-section {
  padding: 60px 0 80px;
}
.bg {
  background-color: #005a8c;
  padding-bottom: 20px;
  padding-top: 31px;
}

.cards {
  background: #ffffff;
}

.nav-tabs {
  margin-bottom: 50px;
}

.nav-tabs .nav-link {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
  font-weight: 300;
  padding: 15px 40px;
  position: relative;
  transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover {
  color: #ffffff;
}

.nav-tabs .nav-link.active {
  color: #087eb3;
  font-weight: 400;
}

.nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  background-color: #ffffff;
}

.platre-title {
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 79px;
  line-height: 75px;
}
.tab-content .text-white {
  font-size: 18px;
  line-height: 35px;
  padding-bottom: 95px;
}

/* Product Cards */
.products-section {
  padding: 60px 0 0;
}

.product-card {
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.owl-carousel .owl-stage {
  display: flex !important;
}

.owl-carousel .owl-item {
  height: auto !important;
}
.owl-carousel .owl-theme .owl-loaded .owl-drag.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  position: relative !important;
  top: -122px;
}
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.product-image {
  margin-bottom: 20px;
}

.product-image img {
  max-width: 70%;
  height: auto;
  border-radius: 5px;
}
.owl-carousel .owl-stage {
  margin: 0 !important;
}

.product-name {
  font-size: 27px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 15px;
}

.product-description {
  color: var(--text-muted);
  line-height: 1.6;
  min-height: 120px;
  font-size: 16px;
  line-height: 29px;
  flex-grow: 1;
}

.owl-theme .owl-dots .owl-dot,
.owl-.owl-theme .owl-dots .owl-dot span {
  display: none !important;
}
.owl-nav {
  position: absolute;
  top: 22rem;
  right: -110px;
}
.owl-nav .owl-prev img {
  width: 88px;
  height: 88px;
}
.owl-nav .owl-prev img:hover {
  background: #ffffff !important;
}

.product-card .btn-primary {
  background-color: var(--primary-color);
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  transition: all 0.3s ease;
  margin-top: auto;
}

.product-card .btn-primary:hover {
  background-color: var(--secondary-color);
  transform: scale(1.05);
}
.product-image img {
  margin: auto;
}
/* Academy Section */
.academy-section {
  padding: 80px 0;
}

.academy-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.academy-content {
  padding: 20px;
}

.academy-form .form-control {
  padding: 15px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  font-size: 0.95rem;
}
.text-muted {
  font-size: 14px;
  line-height: 28px;
}
.academy-form .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(0, 152, 218, 0.25);
}

.academy-form .btn-primary {
  background-color: var(--primary-color);
  border: none;
  padding: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.academy-form .btn-primary:hover {
  background-color: var(--secondary-color);
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* Footer */
.footer {
  border-top: 1px solid #dee2e6;
}

.social-links a {
  font-size: 1.5rem;
  transition: opacity 0.3s ease;
}

.social-links a:hover {
  opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 1399px) {
  .hero-title {
    font-size: 3.5rem;
  }
  .section-title {
    font-size: 40px;
  }
  .text-muted {
    font-size: 15px;
    line-height: 33px;
  }
  .product-name {
    font-size: 25px;
  }
  .platre-title {
    font-size: 74px;
  }
  .tab-content .text-white {
    font-size: 17px;
  }
  .product-card .btn-primary {
    font-size: 13px;
  }
  .text-muted {
    line-height: 32px;
  }
  .platre-title {
    font-size: 68px;
  }
  .text-muted {
    font-size: 13px;
    line-height: 26px;
  }
  footer .text-center img {
    width: 125px;
  }
  footer .d-flex img {
    width: 300px;
  }
  footer .align-items-start p {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .hero-title {
    font-size: 3rem;
    margin-top: 170px;
  }
  .tab-content .text-white {
    font-size: 15px;
    line-height: 38px;
  }
  .academy-image img {
    width: 75%;
    height: auto;
    display: block;
    margin: auto;
  }
  .years-image img {
    max-width: 57%;
    margin: auto;
  }
  .academy-content img {
    max-width: 376px;
  }
  .text-muted {
    font-size: 13px;
    line-height: 30px;
    padding-bottom: 40px;
  }
  .hero-logo img {
    width: 415px;
    height: 93px;
  }
  footer .col-md-4 img {
    max-width: 238px;
  }
  footer .text-center img {
    width: 103px;
  }
  footer .align-items-start p {
    padding-bottom: 26px;
  }
  footer .text-center img {
    width: 93px;
  }
  footer .col-md-4 img {
    max-width: 246px;
  }
  .text-muted {
    font-size: 13px;
    line-height: 32px;
  }
  .text-muted {
    font-size: 13px;
  }
  .academy-content img {
    max-width: 381px;
  }
  footer .d-flex img {
    width: 262px;
  }
}
@media (max-width: 767px) {
  .hero-title {
    font-size: 38px;
    margin-top: 156px;
  }
  .hero-logo img {
    width: 363px;
    height: 92px;
  }
  .section-title {
    font-size: 33px;
  }
  .platre-title {
    font-size: 63px;
  }
  .tab-content .text-white {
    font-size: 14px;
  }
  .product-name {
    font-size: 23px;
  }
  .academy-content img {
    max-width: 351px;
  }
  .text-muted {
    line-height: 28px;
  }
  footer .d-flex img {
    width: 197px;
  }
  footer .text-center img {
    width: 78px;
  }
  footer .align-items-start p {
    padding-bottom: 9px;
  }
}
@media (max-width: 575px) {
  .hero-title {
    font-size: 34px;
  }
  .hero-logo img {
    width: 317px;
    height: 88px;
  }
  .section-title {
    font-size: 30px;
  }
  .platre-title {
    font-size: 57px;
  }
  .nav-tabs .nav-link {
    font-size: 1.2rem;
  }
  .platre-title {
    font-size: 53px;
  }
  .product-image img {
    max-width: 56%;
  }
}
@media (max-width: 428px) {
  .hero-logo img {
    width: 290px;
    height: 82px;
  }
  .hero-title {
    font-size: 26px;
  }
  .hero-section {
    min-height: 350px;
  }
  .section-title {
    font-size: 27px;
  }
  .platre-title {
    font-size: 50px;
  }
  .tab-content .text-white {
    line-height: 35px;
  }
  .academy-content img {
    max-width: 284px;
  }
  .text-muted {
    line-height: 24px;
    font-size: 11px;
  }
  footer .d-flex img {
    width: 149px;
  }
  footer .d-flex img {
    width: 149px;
    margin-left: 113px;
  }
  footer .text-center img {
    width: 64px;
  }
  .nav-tabs .nav-link {
    padding: 15px 28px;
  }
  footer .social-links {
    margin-left: 108px;
  }
  .owl-theme .owl-nav {
    display: none;
  }
  .text-muted {
    padding-bottom: 0px;
  }
  .products-section {
    padding: 0 0 0;
  }
  .bg {
    padding-bottom: 1px;
  }
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes navInUp {
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-title,
.section-title {
  animation: fadeInUp 0.8s ease-out;
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-color);
}
