/* Responsive Styles */
/* Large Devices (Desktop) */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  
  .carousel-caption h2 {
    font-size: 48px;
  }
  
  .carousel-caption p {
    font-size: 24px;
  }
  
  .feature-box {
    padding: 40px;
  }
}

/* Medium Devices (Tablets) */
@media (max-width: 991px) {
  .navbar-brand img {
    max-width: 180px;
  }
  
  .carousel-caption h2 {
    font-size: 36px;
  }
  
  .carousel-caption p {
    font-size: 18px;
  }
  
  .feature-box {
    padding: 30px;
    margin-bottom: 30px;
  }
  
  .footer-info, .footer-links, .footer-contact {
    margin-bottom: 30px;
  }
}

/* Small Devices (Mobile) */
@media (max-width: 767px) {
  .navbar-brand img {
    max-width: 150px;
  }
  
  .carousel-caption {
    bottom: 20%;
  }
  
  .carousel-caption h2 {
    font-size: 24px;
  }
  
  .carousel-caption p {
    font-size: 16px;
  }
  
  .carousel-control {
    width: 40px;
    height: 40px;
  }
  
  .carousel-control .glyphicon {
    font-size: 24px;
  }
  
  .feature-box {
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .section-title h2 {
    font-size: 28px;
  }
  
  .video-container iframe {
    height: 300px;
  }
  
  .footer-logo {
    max-width: 150px;
  }
  
  .footer-info, .footer-links, .footer-contact {
    text-align: center;
    margin-bottom: 20px;
  }
}

/* Extra Small Devices */
@media (max-width: 480px) {
  .carousel-caption {
    bottom: 10%;
  }
  
  .carousel-caption h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  
  .carousel-caption p {
    font-size: 14px;
  }
  
  .carousel-control {
    width: 30px;
    height: 30px;
  }
  
  .carousel-control .glyphicon {
    font-size: 20px;
  }
  
  .video-container iframe {
    height: 200px;
  }
}

/* Base Styles */
.navbar {
  padding: 15px 0;
  transition: all 0.3s ease;
}

.navbar-brand {
  padding: 0 15px;
}

.navbar-brand img {
  max-height: 150px;
  transition: all 0.3s ease;
}

.feature-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* p {
  color: blue;
} */
/* @media only screen and (max-width: 768px) {
 #myCarousel {
   width: 100%;
   height: 100%;
 }
 section {
   width: 100%;
   font-size: 1.5em;
 }
 .overview {
  width: 100;
  font-size: 1.5em;
 }
 .footer {
  width: 100%;
 }
 
}
@media only screen and (max-width: 320px) {
  #myCarousel {
    width: 200%;
    height: 100%;
  }
 } */
 body {
   font-size: 1.3em;
 }
 #agriculture {
   font-size: 1em !important;
 }
 #products {
   font-size: 1em !important;
 }
 p {
   font-size: 1.5em;
 }
 /* h1 {
  color:blue;
} */
/* this query is triggered to align the map and form vertically at findus page */
@media screen and (max-width: 556px) {
  #findus .map-wrapper__filter {
    position: unset;
    width: 100%;
    height: 773px;
  } 
}
/* this query is triggered to align the table vertically at 597px, products page */
@media screen and (max-width: 597px) {
  .flex-column {
    display: flex;
    flex-direction: column;
  }
  #products table tr th {
    width: 100%;
  }
   
}
.row {
  margin-left:0px;
  margin-right: 0px;
}
.col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

 #products .dia-data p,  #products .other-data p {
   font-size: 1.4em;
 }
 
 @media screen and (max-width: 640px) {
  .overview p {
    width:100%;
  }
  .overview .center {
    margin-left: 0px;
  }
  .videoWrapper__overlay__content {
    width: unset;
  }
  
}
@media screen and (max-width: 464px) {
  #home-page .fresh-milk .fresh-milk-container div {
    margin:0;
    width: unset;
    text-align: center;
  }
  .pull-left {
    float:unset !important;
  }
}
.inlineWithAddress {
  padding-top:  0.9em;
  padding-right: 2%;
}
.flex {
  display: flex;
}
.videoWrapper__overlay__content img {
  display: none;  
}
.videoWrapper__video {
  height: 36em;
}

/* Who are we section */
.who-we-are {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.who-we-are h2 {
    color: #333;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: bold;
}

.about-content {
    text-align: justify;
    line-height: 1.8;
}

.about-content p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
}

/* Product descriptions */
.product-description {
    padding: 20px 15px;
    margin-top: 15px;
}

.product-description h3 {
    color: #2c3e50;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.product-description p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Video Section Styles */
.video-section {
  padding: 80px 0;
  background: #f9f9f9;
}

.video-section .section-title {
  margin-bottom: 50px;
}

.responsive-video-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 600px; /* حد أدنى للارتفاع في الشاشات الكبيرة */
  border: none;
}

/* Video Section Responsive */
@media (max-width: 1400px) {
  .responsive-video-container {
    max-width: 1200px;
  }
  
  .video-wrapper iframe {
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  .video-section {
    padding: 60px 0;
  }
  
  .responsive-video-container {
    max-width: 900px;
    padding: 0 20px;
  }
  
  .video-wrapper iframe {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .video-section {
    padding: 40px 0;
  }
  
  .responsive-video-container {
    padding: 0 15px;
  }
  
  .video-wrapper {
    border-radius: 8px;
  }
  
  .video-wrapper iframe {
    min-height: 300px;
  }
}

@media (max-width: 480px) {
  .video-section {
    padding: 30px 0;
  }
  
  .responsive-video-container {
    padding: 0 10px;
  }
  
  .video-wrapper {
    border-radius: 6px;
  }
  
  .video-wrapper iframe {
    min-height: 250px;
  }
}

/* Video Section */
.video-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h2 {
    color: #2c3e50;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-title p {
    color: #666;
    font-size: 18px;
    margin-bottom: 30px;
}

.video-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.video-wrapper:hover {
    transform: translateY(-5px);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Add decorative elements */
.video-section::before,
.video-section::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url('../images/pattern.png');
    opacity: 0.1;
    z-index: 0;
}

.video-section::before {
    top: 50px;
    left: 50px;
    transform: rotate(-15deg);
}

.video-section::after {
    bottom: 50px;
    right: 50px;
    transform: rotate(15deg);
}

/* Navigation Styles */
#header {
    background-color: transparent;
    border-bottom: none;
    padding: 15px 0;
    transition: all 0.3s ease;
}

#header.scrolled {
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
}

.navbar-container {
    padding: 0 30px;
}

.navbar-brand {
    padding: 10px 15px;
}

.navbar-brand img {
    height: 40px;
    transition: all 0.3s ease;
}

/* Menu Items */
.navbar-nav > li {
    margin: 0 5px;
}

.navbar-nav > li > a {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 15px;
    position: relative;
    transition: all 0.3s ease;
}

/* Hover Effect */
.navbar-nav > li > a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 10px;
    left: 50%;
    background-color: #ffffff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav > li > a:hover::after {
    width: 70%;
}

.navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
    transform: translateY(-2px);
}

/* Active State */
.navbar-nav > li.active > a {
    color: #ffffff !important;
    background-color: transparent !important;
}

.navbar-nav > li.active > a::after {
    width: 70%;
}

/* Mobile Menu Button */
.navbar-toggle {
    border: none;
    background: transparent !important;
    margin-top: 15px;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
    width: 22px;
    transition: all 0.3s ease;
}

.navbar-toggle:hover .icon-bar {
    background-color: rgba(255, 255, 255, 0.8);
}

/* Mobile Menu */
@media (max-width: 767px) {
    .navbar-nav {
        background-color: rgba(0, 0, 0, 0.9);
        margin: 0 -15px;
    }

    .navbar-nav > li {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-nav > li:last-child {
        border-bottom: none;
    }

    .navbar-nav > li > a {
        padding: 15px 20px;
    }

    .navbar-nav > li > a::after {
        bottom: 5px;
    }

    .navbar-nav > li > a:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

/* Dropdown Animation */
.dropdown-menu {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    animation: dropdownFade 0.3s ease;
}

@keyframes dropdownFade {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* تنسيقات عامة للصفحة */
.section-padding {
    padding: 80px 0;
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.section-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #4CAF50;
}

/* تأثيرات الصور */
.image-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.image-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.image-card img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.image-card:hover img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 20px;
    color: white;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.image-card:hover .image-overlay {
    transform: translateY(0);
}

/* تنسيق قسم المنتجات */
.product-section {
    background: #f9f9f9;
    padding: 60px 0;
}

.product-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.product-description {
    padding: 20px;
    text-align: center;
}

.product-description h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 24px;
}

.product-description p {
    color: #666;
    line-height: 1.6;
}

/* تحسين قسم من نحن */
.who-we-are {
    background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url('../images/pattern-bg.jpg');
    background-attachment: fixed;
    padding: 80px 0;
}

.about-content {
    padding: 30px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.about-content p {
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

/* تحسين التنقل */
.navbar {
    background: rgba(255,255,255,0.95);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-nav > li > a {
    padding: 20px 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.navbar-nav > li > a:hover {
    color: #4CAF50;
}

/* تحسين السلايدر */
.carousel-caption {
    padding: 20px;
    border-radius: 10px;
    bottom: 40px;
    background: none; /* إزالة الخلفية */
}

.carousel-caption h2 {
    font-size: 36px;
    margin-bottom: 15px;
    text-shadow: none; /* إزالة الظل من النص */
    color: #fff;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 18px;
    color: #fff;
}

.carousel-indicators li {
    border: 2px solid #fff;
    background: transparent;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: none;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.carousel-control:hover {
  opacity: 1;
}

.carousel-control.left {
  left: 20px;
}

.carousel-control.right {
  right: 20px;
}

.carousel-control .glyphicon {
  font-size: 40px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carousel-control.left, 
.carousel-control.right {
  background-image: none;
}

/* Gallery Section Styles */
.gallery-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.gallery-grid {
    margin-top: 40px;
}

.gallery-item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: white;
    padding: 20px;
}

.overlay-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.overlay-content p {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
}

/* Achievements Section */
.achievements-section {
    padding: 80px 0;
    background: white;
}

.achievement-item {
    text-align: center;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.achievement-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.achievement-icon {
    font-size: 40px;
    color: #4CAF50;
    margin-bottom: 20px;
}

.achievement-item h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.achievement-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .gallery-item img {
        height: 250px;
    }
    
    .overlay-content h3 {
        font-size: 20px;
    }
    
    .overlay-content p {
        font-size: 14px;
    }
    
    .achievement-item {
        padding: 20px;
    }
    
    .achievement-icon {
        font-size: 32px;
    }
}

/* Agriculture Page Styles */
.agriculture-section {
    padding: 60px 0;
    margin-bottom: 30px;
}

.agriculture-section.reverse {
    flex-direction: row-reverse;
}

.content-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.content-image-card img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.content-image-card:hover img {
    transform: scale(1.05);
}

.content-text {
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-text h3 {
    color: #333;
    font-size: 28px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.content-text h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #4CAF50;
}

.content-text p {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

.section-title {
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.section-title .lead {
    color: #666;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .agriculture-section {
        padding: 30px 0;
    }
    
    .content-text {
        margin-top: 30px;
    }
    
    .agriculture-section.reverse .content-text {
        margin-bottom: 30px;
    }
}

/* Homepage Styles */
.overview-section {
    padding: 80px 0;
    background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url('../images/pattern-bg.jpg');
    background-attachment: fixed;
}

.section-title {
    margin-bottom: 40px;
    text-align: center;
}

.section-title h1,
.section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
}

.title-underline {
    width: 60px;
    height: 3px;
    background: #4CAF50;
    margin: 0 auto;
    margin-top: 15px;
}

.lead {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
}

/* Products Section */
.products-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.product-card {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.image-card {
    position: relative;
    overflow: hidden;
}

.image-card img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.image-card:hover img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-card:hover .image-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: white;
    padding: 20px;
}

.overlay-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.overlay-content p {
    margin-bottom: 20px;
}

.btn-outline {
    color: white;
    border: 2px solid white;
    padding: 8px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: white;
    color: #333;
}

/* About Section */
.about-content {
    padding: 40px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.about-text p {
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

/* Buttons */
.btn-primary {
    background: #4CAF50;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #388E3C;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title h1,
    .section-title h2 {
        font-size: 28px;
    }
    
    .lead {
        font-size: 16px;
    }
    
    .overview-section,
    .products-section {
        padding: 40px 0;
    }
}

/* Laboratory Equipment Styles */
.lab-equipment {
    padding: 80px 0;
    background: #f9f9f9;
}

.equipment-grid {
    margin-top: 40px;
}

.equipment-card {
    margin-bottom: 30px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.equipment-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.equipment-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.equipment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.equipment-card:hover .equipment-image img {
    transform: scale(1.1);
}

.equipment-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    text-align: center;
}

.equipment-card:hover .equipment-overlay {
    opacity: 1;
}

.equipment-overlay h3 {
    color: white;
    font-size: 24px;
    margin-bottom: 10px;
}

.equipment-overlay p {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
}

/* Laboratory Capabilities Section */
.lab-capabilities {
    padding: 80px 0;
    background: white;
}

.capabilities-content {
    padding: 40px;
    background: #f9f9f9;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.capabilities-text {
    margin-top: 30px;
}

.capabilities-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.capabilities-text ul {
    list-style-type: none;
    padding-left: 0;
}

.capabilities-text li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #666;
}

.capabilities-text li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .equipment-image {
        height: 200px;
    }
    
    .equipment-overlay h3 {
        font-size: 20px;
    }
    
    .equipment-overlay p {
        font-size: 14px;
    }
    
    .capabilities-content {
        padding: 20px;
    }
}

/* Our Story Page Styles */
.founder-section {
    padding: 80px 0;
    background: #fff;
}

.founder-image {
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.founder-image img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.founder-image:hover img {
    transform: scale(1.05);
}

.founder-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: white;
}

.founder-caption h3 {
    margin: 0;
    font-size: 24px;
}

.founder-caption p {
    margin: 5px 0 0;
    font-size: 16px;
    opacity: 0.8;
}

.founder-story {
    padding: 0 30px;
}

.founder-story h2 {
    margin-bottom: 20px;
    color: #333;
}

.founder-story p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

/* Timeline Section */
.timeline-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.timeline {
    position: relative;
    padding: 40px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #4CAF50;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    width: 50%;
    padding-right: 40px;
}

.timeline-item:nth-child(even) {
    margin-left: 50%;
    padding-right: 0;
    padding-left: 40px;
}

.timeline-date {
    position: absolute;
    top: 0;
    right: -120px;
    background: #4CAF50;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
}

.timeline-item:nth-child(even) .timeline-date {
    right: auto;
    left: -120px;
}

.timeline-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.timeline-content h3 {
    margin: 0 0 15px;
    color: #333;
}

.timeline-content p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .founder-story {
        padding: 30px 0;
    }
    
    .timeline::before {
        left: 30px;
    }
    
    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 0;
    }
    
    .timeline-item:nth-child(even) {
        margin-left: 0;
        padding-left: 70px;
    }
    
    .timeline-date {
        right: auto;
        left: -90px;
        font-size: 14px;
        padding: 8px 15px;
    }
    
    .timeline-item:nth-child(even) .timeline-date {
        left: -90px;
    }
}

/* Footer Styles */
.site-footer {
    background: #003366;
    color: #fff;
    padding: 0;
    margin-top: 60px;
}

.footer-top {
    padding: 60px 0;
    background: #003366;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.footer-info p {
    color: #e6e6e6;
    line-height: 1.8;
    margin-bottom: 25px;
}

.social-links {
    margin-top: 20px;
}

.social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #004d99;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #0066cc;
    transform: translateY(-3px);
}

.footer-links h3,
.footer-contact h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-links h3:after,
.footer-contact h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #0066cc;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    color: #e6e6e6;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links ul li a:hover {
    color: #0066cc;
    padding-left: 5px;
}

.footer-contact p {
    color: #e6e6e6;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.footer-contact p i {
    width: 30px;
    color: #0066cc;
    font-size: 18px;
}

.footer-bottom {
    background: #002b55;
    padding: 20px 0;
    text-align: center;
}

.copyright {
    color: #ccc;
    margin: 0;
    font-size: 14px;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-info,
    .footer-links,
    .footer-contact {
        margin-bottom: 40px;
    }
    
    .footer-links h3,
    .footer-contact h3 {
        margin-bottom: 20px;
    }
    
    .social-links {
        margin-top: 15px;
    }
    
    .footer-bottom {
        padding: 15px 0;
    }
}