/*==================================
* BCJ Solutions - Main Stylesheet
* Clean, organized styles for the BCJ website
==================================== */

/*==================================
Typography:
font-family: 'Poppins', sans-serif;
font-family: 'Rufina', serif;
==================================== */

/*=========== TABLE OF CONTENTS ===========
1. Reset & General Styles
2. Navigation & Header
3. Hero Section
4. Services Section
5. Brand Partners Section
6. Contact & Footer
7. Popups & Modals
8. Scroll to Top
9. Responsive Utilities
10. About Us Page Styles
==========================================*/

/*-------------------------------------
1. Reset & General Styles
--------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #818998;
  line-height: 1.6;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

a,
a:hover,
a:active,
a:focus {
  display: inline-block;
  text-decoration: none;
  color: #444a57;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #444a57;
  font-weight: 500;
  text-transform: capitalize;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
}

p {
  margin: 0;
  color: #818998;
  font-size: 16px;
  line-height: 1.8;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

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

ul li {
  list-style: none;
  display: inline-block;
}

select,
input,
textarea,
button,
.form-control {
  box-shadow: none;
  outline: 0 !important;
}

button {
  background: transparent;
  border: 0;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
}

html,
body {
  height: 100%;
}

/* Placeholder transitions */
[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

.owl-carousel {
  z-index: 0;
}

/*-------------------------------------
2. Navigation & Header
--------------------------------------*/
nav.navbar.bootsnav {
  background-color: transparent;
  border-bottom: transparent;
  transition: all 0.3s ease;
}

.wrap-sticky nav.navbar.bootsnav.sticked {
  background-color: #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Brand/Logo */
.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
  font-family: 'Rufina', serif;
  font-weight: 700;
  padding: 45px 0;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {
  padding: 30px 0;
}

/* Navigation Links */
nav.navbar.bootsnav ul.nav>li>a {
  color: #f5f7fa;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 48px 21px;
  transition: all 0.3s ease;
}

nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li>a:focus {
  color: #4e4ffa;
}

nav.navbar.bootsnav ul.nav>li.active>a {
  color: #4e4ffa;
}

.wrap-sticky nav.navbar.bootsnav.sticked ul.nav>li>a {
  padding: 30px 25px;
}

/* Mobile Menu */
nav.navbar.bootsnav .navbar-toggle {
  position: relative;
  background-color: transparent;
  border: 1px solid #4e4ffa;
  padding: 10px;
  top: 0;
}

nav.navbar.bootsnav .navbar-toggle i {
  color: #4e4ffa;
}

.menu-ui-design {
  overflow-y: scroll;
  height: 350px;
}

.menu-ui-design::-webkit-scrollbar {
  width: 5px;
}

.menu-ui-design::-webkit-scrollbar-track {
  box-shadow: inset 0 0 8px #000;
}

.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #4e4ffa;
}

/*-------------------------------------
3. Hero Section
--------------------------------------*/
.welcome-hero {
  height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(42, 45, 84, 0.6), rgba(42, 45, 84, 0.6)),
    url('../images/welcome-hero/BCJ-LOGO.png') no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.welcome-hero-txt {
  text-align: center;
  padding: 290px 0 100px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.welcome-hero-txt h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.welcome-hero-txt p {
  color: #f0f1f6;
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.welcome-btn {
  display: inline-block;
  background: #4e4ffa;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 18px 35px;
  border-radius: 5px;
  border: 2px solid #4e4ffa;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.welcome-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.6s ease;
  transform: translate(-50%, -50%);
}

.welcome-btn:hover::before {
  width: 300px;
  height: 300px;
}

.welcome-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/*-------------------------------------
4. Services Section
--------------------------------------*/
.service {
  padding: 80px 0 70px;
  background: #ffffff;
}

.service-content .row {
  margin-left: -15px;
  margin-right: -15px;
}

.service-content .row>[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.service-content .row::after {
  content: "";
  display: table;
  clear: both;
}

.single-service-item {
  text-align: center;
  padding: 55px 30px 60px;
  margin-bottom: 30px;
  border-radius: 3px;
  border: 3px solid #dadfe9;
  height: 400px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.single-service-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s;
}

.single-service-item:hover::before {
  left: 100%;
}

.single-service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.single-service-item:hover h2 a {
  color: white;
}

.single-service-item:hover .single-service-icon img {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.single-service-icon {
  display: inline-block;
  margin-bottom: 35px;
}

.single-service-icon img {
  max-width: 80px;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.single-service-item h2 {
  margin-bottom: 20px;
}

.single-service-item h2 a {
  color: #444a57;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  margin: 35px 0 20px;
  display: block;
}

.single-service-item p {
  color: #818998;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-bottom: 35px;
  text-transform: initial;
}

.single-service-item p:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  background: #4e4ffa;
}

/*-------------------------------------
5. Brand Partners Section
--------------------------------------*/
.brand {
  background: #fff;
  margin-bottom: 60px;
  position: relative;
}

.brand-area {
  position: relative;
  overflow: hidden;
}

.brand-item {
  position: relative;
}

.brand-item .item {
  text-align: center;
  padding: 20px 10px;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.brand-item .item img {
  width: 120px;
  height: 80px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(50%);
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.brand-item .item:hover {
  opacity: 1;
  transform: scale(1.05);
}

.brand-item .item:hover img {
  filter: grayscale(0%);
}

/* Owl Carousel Custom Styling for Smooth Auto-Move */
.brand-item.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
}

.brand-item.owl-carousel .owl-stage {
  transition: transform 1s ease-in-out;
  backface-visibility: hidden;
  will-change: transform;
}

.brand-item.owl-carousel .owl-item {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

/* Fade transition effects */
.brand-item.owl-carousel .owl-item.active {
  opacity: 1;
}

.brand-item.owl-carousel .owl-item:not(.active) {
  opacity: 0.8;
}

/* Loading state */
.brand-item:not(.owl-loaded) {
  opacity: 0;
}

.brand-item.owl-loaded {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

/* Auto-move indicator (subtle animation) */
.brand-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #007bff, transparent);
  animation: brandAutoMove 2.5s infinite linear;
  opacity: 0.3;
}

@keyframes brandAutoMove {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .brand-item .item {
    padding: 10px 5px;
  }

  .brand-item .item img {
    width: 100px;
    height: 60px;
    padding: 8px;
  }
}

@media (max-width: 480px) {
  .brand-item .item {
    width: 80px;
    height: 50px;
    padding: 6px;
  }
}

/*-------------------------------------
6. Contact & Footer - Enhanced Alignment
--------------------------------------*/
.contact {
  background: #2a2d54;
  color: #fff;
}

.footer-top {
  padding: 80px 0 60px;
}

.footer-top .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
}

/* Left Section - Company Info */
.footer-left {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-logo a,
.footer-logo a:hover,
.footer-logo a:focus {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  letter-spacing: 2px;
  font-family: 'Rufina', serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 25px;
  line-height: 1.2;
}

/* Right Section - Brands */
.footer-right {
  text-align: right;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.single-footer-widget {
  margin-bottom: 40px;
}

.single-footer-widget h2 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
}

.single-footer-widget p {
  font-size: 16px;
  color: #eeeff6;
  line-height: 1.6;
  margin: 25px 0 30px;
}

.footer-contact p {
  margin: 8px 0;
  color: #d1d7e9;
  font-size: 16px;
}

.footer-contact a {
  color: #d1d7e9;
  text-decoration: none;
  text-transform: lowercase;
  transition: color 0.3s ease;
  font-weight: 400;
}

.footer-contact a:hover {
  color: #4e4ffa;
}

/* Brands List Styling */
.brands-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.brands-list ul li {
  display: block;
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}

.brands-list ul li:hover {
  transform: translateX(-10px);
}

.brands-list ul li a {
  font-size: 16px;
  color: #cfd0e3;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  padding: 5px 0;
}

.brands-list ul li a:hover {
  color: #4e4ffa;
}

.footer-copyright {
  padding: 25px 0 20px;
  border-top: 1px solid #434859;
  text-align: center;
}

.footer-copyright p,
.footer-copyright p a {
  color: #a8a9bf;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}

/*-------------------------------------
7. Popups & Modals
--------------------------------------*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
}

/* Light Success Overlay */
.success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 174, 96, 0.1);
  backdrop-filter: blur(2px);
  display: none;
  z-index: 1001;
}

/* Contact Popup */
.popup-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  z-index: 1001;
  max-height: calc(100vh - 40px);
  display: none;
}

.popup-content {
  background-color: #fff;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.popup-content h2 {
  text-align: center;
  color: #444a57;
  font-size: 24px;
  padding: 30px 30px 20px;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}

.popup-form-content {
  overflow-y: auto;
  padding: 20px 30px 30px;
  flex-grow: 1;
}

/* Form Styles */
.popup-content form>div {
  margin-bottom: 20px;
}

.popup-content label {
  display: block;
  margin-bottom: 8px;
  color: #444a57;
  font-weight: 500;
}

.popup-content input[type="text"],
.popup-content input[type="email"],
.popup-content textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.popup-content input[type="text"]:focus,
.popup-content input[type="email"]:focus,
.popup-content textarea:focus {
  border-color: #667eea;
  box-shadow: 0 0 15px rgba(102, 126, 234, 0.3);
  transform: scale(1.02);
}

.popup-content textarea {
  height: 120px;
  resize: vertical;
}

.popup-content input[type="submit"] {
  background-color: #4e4ffa;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.popup-content input[type="submit"]:hover {
  background-color: #3d40d4;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  transition: color 0.3s ease;
  width: auto;
  padding: 0;
}

.close-btn:hover {
  color: #333;
}

.error {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

/* Success Popup */
.popup2 {
  display: none;
  position: fixed;
  z-index: 1002;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1),
    0 4px 20px rgba(0, 0, 0, 0.05);
  width: 90%;
  max-width: 450px;
  text-align: center;
  animation: successPopupAppear 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid rgba(39, 174, 96, 0.1);
}

.popup-content2 {
  position: relative;
}

.popup-content2 h2 {
  color: #27ae60;
  font-size: 32px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(39, 174, 96, 0.1);
}

.popup2 p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 30px;
  font-weight: 500;
}

#closeThankYouPopup {
  padding: 15px 35px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3);
  position: relative;
  overflow: hidden;
}

#closeThankYouPopup:hover {
  background: linear-gradient(135deg, #219a52 0%, #27ae60 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(39, 174, 96, 0.4);
}

#closeThankYouPopup::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

#closeThankYouPopup:hover::before {
  left: 100%;
}

/* Loading Indicator */
.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 1002;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #667eea;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.loading p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

/*-------------------------------------
8. Scroll to Top - Fixed Alignment
--------------------------------------*/
#scroll-Top .return-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  display: none;
  z-index: 999;
}

#scroll-Top .return-to-top button {
  width: 100%;
  height: 100%;
  background: #4e4ffa;
  color: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  padding: 0;
  margin: 0;
  outline: none;
}

#scroll-Top .return-to-top button:hover {
  background: #3d40d4;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(78, 79, 250, 0.4);
}

#scroll-Top .return-to-top button i {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  top: -1px;
}

/*-------------------------------------
9. Responsive Utilities
--------------------------------------*/
@media (max-width: 768px) {
  .welcome-hero-txt h1 {
    font-size: 32px;
  }

  .welcome-hero-txt {
    padding: 200px 0 200px;
    animation: none;
  }

  .popup-overlay {
    width: 95%;
  }

  .popup-content {
    padding: 20px;
  }

  .single-service-item {
    max-width: 350px;
    margin: 30px auto;
  }

  /* Footer Responsive Alignment */
  .footer-top .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: auto;
  }

  .footer-left,
  .footer-right {
    display: block;
    text-align: center;
    padding-left: 0;
    margin-bottom: 30px;
    width: 100%;
  }

  .footer-right {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .welcome-hero-txt h1 {
    font-size: 28px;
  }

  .navbar-header a.navbar-brand {
    font-size: 20px;
  }

  .popup-content {
    padding: 15px;
  }

  /* Additional Mobile Breakpoints */
  .footer-top .row {
    padding: 0 15px;
  }

  .footer-left,
  .footer-right {
    margin-bottom: 25px;
  }

  .footer-logo a {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .single-footer-widget h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (max-width: 320px) {
  .footer-logo a {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .single-footer-widget h2 {
    font-size: 16px;
  }
}

/* Enhanced Dynamic Features */



/* Success Popup Animation - Fixed positioning */
@keyframes successPopupAppear {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.8;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

/* Scroll Indicator */
.scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  z-index: 9999;
  transition: width 0.1s ease;
}

/* Service Counter Animation */
.service-counter {
  font-size: 2em;
  font-weight: bold;
  color: #667eea;
  margin-bottom: 10px;
}

/* Parallax Background */
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Interactive Elements */
.interactive-element {
  cursor: pointer;
  transition: all 0.3s ease;
}

.interactive-element:hover {
  transform: scale(1.02);
}

/* Enhanced Navigation */
.navbar-nav li a {
  position: relative;
  transition: all 0.3s ease;
}

.navbar-nav li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0px;
  left: 50%;
  background: #667eea;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.navbar-nav li a:hover::after,
.navbar-nav li.active a::after {
  width: 100%;
}

/* Typing Animation for Hero Text */
.typing-animation {
  border-right: 2px solid #667eea;
  animation: blink 1s infinite;
}

@keyframes blink {

  0%,
  50% {
    border-color: transparent;
  }

  51%,
  100% {
    border-color: #667eea;
  }
}

/* Toast Notification System */
.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  max-width: 350px;
}

.toast {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  animation: slideIn 0.5s ease forwards;
  position: relative;
  overflow: hidden;
}

.toast.success {
  background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
}

.toast.error {
  background: linear-gradient(135deg, #f44336 0%, #d32f2f 100%);
}

.toast.warning {
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
}

.toast::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background: rgba(255, 255, 255, 0.8);
}

.toast-close {
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* Section Headers */
.section-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 2px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Mobile Responsive Enhancements for Toast */
@media (max-width: 768px) {
  .toast-container {
    top: 10px;
    right: 10px;
    left: 10px;
    max-width: none;
  }

  .toast {
    transform: translateY(-100%);
    animation: slideInMobile 0.5s ease forwards;
  }

  @keyframes slideInMobile {
    from {
      transform: translateY(-100%);
      opacity: 0;
    }

    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }
}

/* File Upload Styles */
.popup-content input[type="file"] {
  width: 100%;
  padding: 12px 15px;
  border: 2px dashed #ddd;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  background: #f9f9f9;
  cursor: pointer;
}

.popup-content input[type="file"]:hover {
  border-color: #667eea;
  background: #f0f4ff;
}

.popup-content input[type="file"]:focus {
  border-color: #667eea;
  box-shadow: 0 0 15px rgba(102, 126, 234, 0.3);
  outline: none;
}

.file-help {
  display: block;
  margin-top: 8px;
  color: #666;
  font-size: 12px;
  line-height: 1.4;
}

.file-preview {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background: #f8f9fa;
  display: none;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

.file-preview.show {
  display: flex !important;
}

.file-preview-item {
  flex: 1;
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  min-width: 0;
}

.file-preview-icon {
  width: 40px;
  height: 40px;
  background: #667eea;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 12px;
}

.file-preview-info {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.file-preview-name {
  font-weight: 500;
  color: #333;
  font-size: 14px;
  margin-bottom: 2px;
  word-break: break-all;
  overflow-wrap: break-word;
  line-height: 1.3;
}

.file-preview-size {
  color: #666;
  font-size: 12px;
}

.file-preview-remove {
  background: #ff4757;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.file-preview-remove:hover {
  background: #ff3742;
}

/* Error Popup Modal */
.error-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10001;
  backdrop-filter: blur(3px);
  animation: fadeIn 0.3s ease;
  padding: 20px;
  box-sizing: border-box;
}

.error-popup-overlay.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.error-popup-content {
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 480px;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  animation: slideInScale 0.4s ease;
  position: relative;
  margin: auto;
}

.error-popup-header {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
  color: white;
  padding: 25px 30px 20px;
  text-align: center;
  position: relative;
}

.error-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  animation: pulse 2s infinite;
}

.error-icon i {
  font-size: 24px;
  color: white;
}

.error-popup-header h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.error-close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.error-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.error-popup-body {
  padding: 30px;
  text-align: center;
}

.error-popup-body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  font-family: 'Poppins', sans-serif;
}

.error-popup-footer {
  padding: 0 30px 30px;
  display: flex;
  gap: 15px;
  justify-content: center;
}

.error-retry-btn,
.error-dismiss-btn {
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.error-retry-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  flex: 1;
}

.error-retry-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.error-dismiss-btn {
  background: #f8f9fa;
  color: #6c757d;
  border: 2px solid #e9ecef;
  flex: 1;
}

.error-dismiss-btn:hover {
  background: #e9ecef;
  color: #495057;
  transform: translateY(-1px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

/* Mobile responsive */
@media (max-width: 480px) {
  .error-popup-content {
    margin: 20px;
    width: calc(100% - 40px);
  }

  .error-popup-header {
    padding: 20px 25px 15px;
  }

  .error-popup-header h3 {
    font-size: 18px;
  }

  .error-popup-body {
    padding: 20px 25px;
  }

  .error-popup-footer {
    padding: 0 25px 25px;
    flex-direction: column;
  }

  .error-retry-btn,
  .error-dismiss-btn {
    width: 100%;
  }

  /* Ensure center positioning on mobile */
  .error-popup-overlay {
    align-items: center;
    justify-content: center;
    display: none;
  }

  .error-popup-overlay.show {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*-------------------------------------
10. Certifications Section
--------------------------------------*/
.certifications {
  padding: 80px 0;
}

.certification-logos-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.cert-item {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  width: 400px;
  height: 300px;
}

.cert-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.cert-logo-img {
  width: 250px;
  height: 120px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

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

.cert-item h4 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cert-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .certification-logos-section {
    gap: 40px;
    flex-direction: column;
  }
  
  .cert-item {
    min-width: 200px;
    max-width: 280px;
    margin: 0 auto;
  }
  
  .cert-logo-img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 480px) {
  .certifications {
    padding: 60px 0;
  }
  
  .cert-item {
    padding: 30px 20px;
    min-width: 180px;
  }
  
  .cert-logo-img {
    width: 80px;
    height: 80px;
  }
  
  .cert-item h4 {
    font-size: 18px;
  }
}

/*-------------------------------------
11. About Us Page Styles
--------------------------------------*/
.about-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 120px 0 80px;
  color: white;
  text-align: center;
}

.about-hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.about-hero p {
  font-size: 20px;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

.about-content {
  padding: 80px 0;
  background: #f8f9fa;
}

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

.about-text p {
  margin-bottom: 25px;
}

.about-highlight {
  background: #ebeced;
  padding: 40px;
  border-radius: 10px;
  border-left: 5px solid #667eea;
  margin-top: 40px;
}

.about-highlight h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

.about-values {
  padding: 60px 0;
  background: #f8f9fa;
}

.value-item {
  text-align: center;
  padding: 30px 20px;
}

.value-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: white;
  font-size: 32px;
}

.value-item h4 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

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

.cta-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 60px 0;
  color: white;
  text-align: center;
}

.cta-section h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cta-section p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 30px;
}

.cta-btn {
  background: white;
  color: #667eea;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #f8f9fa;
  color: #667eea;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}