/*
Template Name: Carporate
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************services****************/
.about_3ii span i {
  font-size: 50px;
}
.about_3i {
  margin-top: 20px;
}
.about_3ii {
  background: rgb(34, 27, 46);
  padding: 40px 20px;
  cursor: pointer;
}
.about_3ii h4 {
  color: #fff;
}
.about_3ii p {
  color: rgba(255, 255, 255, 0.77);
}
.about_3ii:hover {
  background: #1a1524;
}
#about blockquote {
  border-left: 5px solid #ff6a3f;
  background: #fbfcfd;
  padding: 15px 15px;
}
/*********************services_end****************/

@media screen and (max-width: 767px) {
  .about_1l h5 {
    text-align: center;
  }
  .about_3 h2 {
    text-align: center;
  }
  .about_3ii {
    margin-bottom: 10px;
  }
  .about_3ii p {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about_1r img {
    min-height: 510px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
}

/* About Section Styling */
#about {
  background-color: #f8f9fa;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
}

.about-header {
  text-align: center;
  margin-bottom: 50px;
}

.about-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.about-header p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* Button Group Styling */
.button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.button-group .button {
  padding: 12px 30px;
  background-color: #001044;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  cursor: pointer;
  display: inline-block;
}

.button-group .button:hover {
  background-color: #ff8c00;
  border-color: #e67e00;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 140, 0, 0.3);
}

.button-group .button:active {
  transform: translateY(-1px);
}

/* Card Styling */
.about_3ii {
  padding: 30px;
  background-color: white;
  border: 1px solid #eee;
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 100%;
}

.about_3ii:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: #ff8c00;
  transform: translateY(-5px);
}

.about_3ii span {
  display: inline-block;
  font-size: 45px;
  color: #ff8c00;
  margin-bottom: 15px;
}

.about_3ii h4 {
  font-size: 22px;
  font-weight: 600;
  color: #222;
  margin-top: 15px;
  margin-bottom: 15px;
}

.about_3ii p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about_3ii .button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #ff8c00;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 2px solid #ff8c00;
}

.about_3ii .button:hover {
  background-color: #e67e00;
  border-color: #e67e00;
  box-shadow: 0 5px 15px rgba(255, 140, 0, 0.3);
}

/* Stats Section Styling */
.about_2i {
  padding: 20px;
  margin: 15px 0;
}

.about_2i h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ff8c00;
  margin-bottom: 10px;
}

.about_2i h5 {
  font-size: 16px;
  color: #666;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
  .button-group {
    flex-direction: column;
    gap: 15px;
  }

  .button-group .button {
    width: 100%;
    text-align: center;
  }

  .about-header h2 {
    font-size: 28px;
  }

  .about_3ii {
    margin-bottom: 20px;
  }

  .about_3ii span {
    font-size: 35px;
  }

  .about_3ii h4 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .about-header h2 {
    font-size: 24px;
  }

  .about-header p {
    font-size: 14px;
  }

  .button-group .button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .about_3ii h4 {
    font-size: 16px;
  }

  .about_3ii p {
    font-size: 13px;
  }
}

/* Do not override Bootstrap nav dropdowns globally. If custom message dropdowns are needed, use a dedicated selector.
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px; /* Slightly wider for message */
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  margin-top: 5px;
  padding: 0; /* Reset padding */
}
*/

.dropdown-message {
  padding: 16px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  border-radius: 6px 6px 0 0;
}

.dropdown-message strong {
  display: block;
  color: #333;
  font-size: 14px;
  margin-bottom: 4px;
}

.dropdown-message p {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}

/* Rest of your existing CSS stays the same... */
