/* ======================
   Modern Footer Styles - Red Theme
   ====================== */

   .main-footer {
    background: linear-gradient(152deg, #1a0a0f 0%, #0b0101 100%);
    color: #fff;
    padding: 80px 0 30px;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
    border-top: 3px solid;
    border-image: linear-gradient(90deg, #d84e35 0%, #ff9f9f 100%) 1;
  }
  
  .main-footer::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 120%;
    height: 150%;
    background: radial-gradient(circle at 50% 50%, rgba(216,78,53,0.1) 0%, rgba(255,159,159,0.02) 100%);
    pointer-events: none;
    z-index: 0;
  }
  
  /* Footer Top Section */
  .footer-top {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  
  /* Logo & Description */
  .footer-logo {
    max-width: 220px;
    margin: 0 auto 20px;
    display: block;
    transition: transform 0.3s ease;
  }
  
  .footer-description {
    color: rgba(255, 159, 159, 0.9);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-align: center;
  }
  
  .footer-col {
    position: relative;
    padding: 0 20px;
    margin-top: 40px;
  }
  
  .footer-col:nth-child(2) {
    padding-left: 40px;
  }
  
  .footer-title {
    color: #ff9f9f;
    font-size: 1.4rem;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
  }
  
  .footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #d84e35 0%, #ff9f9f 100%);
    border-radius: 2px;
  }
  
  /* Merged Products Column */
  .footer-col .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  
  .footer-col .col-6 {
    padding: 0 0.5rem;
  }
  
  /* Footer Middle Section */
  .footer-middle {
    background: linear-gradient(135deg, rgba(216,78,53,0.15) 0%, rgba(255,159,159,0.05) 100%);
    border-radius: 16px;
    padding: 40px 0;
    margin: 50px 0;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,159,159,0.1);
    position: relative;
    z-index: 1;
  }
  
  .contact-social-wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  
  .contact-section-title {
    color: #ff9f9f;
    font-size: 1.5rem;
    margin-bottom: 30px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }
  
  .contact-boxes {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  
  .contact-item {
    background: linear-gradient(135deg, rgba(216,78,53,0.2) 0%, rgba(255,159,159,0.1) 100%);
    border: 1px solid rgba(255,159,159,0.2);
    border-radius: 12px;
    padding: 18px 30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(6px);
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
  
  .contact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(216,78,53,0.2);
    border-color: #d84e35;
  }
  
  .contact-item i {
    color: #ff9f9f;
    font-size: 1.2rem;
    min-width: 25px;
  }
  
  .contact-item a {
    color: rgba(255,255,255,0.95);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .contact-item:hover a {
    color: #fff;
  }
  
  /* Review Section */
  .review-section {
    text-align: center;
    margin: 30px 0 40px;
    position: relative;
    z-index: 1;
  }
  
  .review-title {
    color: #ff9f9f;
    font-size: 1.4rem;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }
  
  .review-request {
    color: rgba(255,255,255,0.85);
    font-size: 0.95rem;
    margin-bottom: 20px;
  }
  
  .review-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 35px;
    background: linear-gradient(135deg, #d84e35 0%, #ff6b6b 100%);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 4px 15px rgba(216, 78, 53, 0.25);
    position: relative;
    overflow: hidden;
  }
  
  .review-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(216, 78, 53, 0.35);
    background: linear-gradient(135deg, #b13737 0%, #ff4d4d 100%);
  }
  
  .review-button i {
    font-size: 1.2rem;
  }
  
  .review-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      to right,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.15) 50%,
      rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    transition: left 0.75s ease;
  }
  
  .review-button:hover::after {
    left: 200%;
  }
  
  /* Social Links */
  .social-section {
    margin-top: 25px;
  }
  
  .social-links-outer {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  
  .social-links-outer a {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(216,78,53,0.3) 0%, rgba(255,159,159,0.15) 100%);
    border: 1px solid rgba(255,159,159,0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
  }
  
  .social-links-outer a:hover {
    background: linear-gradient(135deg, #d84e35 0%, #ff9f9f 100%);
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 5px 15px rgba(216,78,53,0.3);
  }
  
  /* Footer Links */
  .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-links li {
    margin-bottom: 12px;
  }
  
  .footer-links a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
  }
  
  .footer-links a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff9f9f;
    transition: width 0.3s ease;
  }
  
  .footer-links a:hover {
    color: #ff9f9f;
    padding-left: 12px;
  }
  
  .footer-links a:hover::before {
    width: 100%;
  }
  
  /* Footer Bottom Section */
  .footer-bottom {
    text-align: center;
    padding: 30px 0;
    margin-top: 50px;
    color: rgba(255,159,159,0.8);
    border-top: 1px solid rgba(255,159,159,0.1);
    position: relative;
    z-index: 1;
  }
  
  .developer-credit {
    margin-top: 15px;
    font-size: 0.85rem;
  }
  
  .developer-credit a {
    color: #ff9f9f;
    text-decoration: none;
    position: relative;
    font-weight: 500;
  }
  
  .developer-credit a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }
  
  .developer-credit a:hover::after {
    transform: scaleX(1);
  }
  
  /* Responsive Design */
  @media (max-width: 992px) {
    .footer-col {
      margin-bottom: 40px;
    }
    
    .footer-col:nth-child(2) {
      padding-left: 20px;
    }
    
    .footer-col .row {
      --bs-gutter-y: 0.5rem;
    }
  }
  
  @media (max-width: 768px) {
    .footer-col {
      text-align: center;
    }
  
    .footer-col .row {
      justify-content: center !important;
    }
  
    .footer-col .col-6 {
      text-align: center;
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
    }
  
    .footer-title {
      text-align: center;
    }
  
    .footer-title::after {
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
    }
  
    .contact-item {
      justify-content: center;
    }
  
    .social-links-outer {
      justify-content: center;
    }
  
    .footer-links {
      text-align: center;
      padding: 0;
    }
  
    .footer-links a:hover {
      padding-left: 0;
    }
  
    .review-section {
      text-align: center;
    }
  
    .contact-boxes {
      justify-content: center;
    }
  
    .footer-col:nth-child(2) .row {
      justify-content: center;
      gap: 1rem;
    }
  }
  
  @media (max-width: 480px) {
    .footer-title {
      font-size: 1.3rem;
    }
    
    .contact-section-title {
      font-size: 1.3rem;
    }
  
    .contact-item {
      padding: 15px 20px;
    }
  
    .footer-logo {
      max-width: 160px;
    }
    
    .footer-description {
      font-size: 0.9rem;
    }
    
    .footer-col:nth-child(2) {
      padding-left: 15px;
    }
  }