/* About Section Styles - Kumsal Catering */

/* Soft Link Hover Effect */
.about-link-soft:hover {
  color: #882321;
  gap: 16px;
  border-color: rgba(136,35,33,0.35);
  background: rgba(136,35,33,0.02);
}

.about-link-soft:hover span {
  background: #882321;
  transform: scale(1.05);
}

.about-link-soft:hover i {
  color: #fff;
  transform: translateX(2px);
}

/* Responsive */
@media (max-width: 991px) {
  .about-section-clean {
    padding: 100px 0 !important;
  }

  .about-section-clean .row {
    gap: 60px !important;
  }

  .about-section-clean h2 {
    font-size: 42px !important;
  }

  .about-section-clean img {
    height: 480px !important;
  }
}

@media (max-width: 767px) {
  .about-section-clean {
    padding: 80px 0 !important;
  }

  .about-section-clean .row {
    gap: 50px !important;
  }

  .about-section-clean h2 {
    font-size: 36px !important;
    margin-bottom: 32px !important;
  }

  .about-section-clean p[style*="font-size: 18px"] {
    font-size: 17px !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
  }

  .about-section-clean p[style*="font-size: 17px"] {
    font-size: 16px !important;
  }

  .about-section-clean p[style*="font-size: 16px"] {
    font-size: 15px !important;
  }

  .about-section-clean [style*="margin-bottom: 55px"] {
    margin-bottom: 45px !important;
  }

  .about-section-clean img {
    height: 400px !important;
  }

  .about-section-clean > div > div > div:nth-child(1) {
    order: 2;
  }

  .about-section-clean > div > div > div:nth-child(2) {
    order: 1;
  }

  .about-link-soft {
    padding: 12px 22px 12px 26px !important;
    font-size: 13px !important;
  }

  .about-link-soft span {
    width: 28px !important;
    height: 28px !important;
  }

  .about-link-soft i {
    font-size: 10px !important;
  }
}

/* ====================================== */
/* Services Section Styles - Kumsal Catering */
/* ====================================== */

/* Hover Effects for Service Cards */
.service-card-modern:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(136,35,33,0.25);
}

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

.service-card-modern:hover .card-overlay {
  background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(136,35,33,0.95) 100%) !important;
}

.service-card-modern:hover .card-arrow-btn {
  background: #882321;
  transform: rotate(-45deg);
}

.service-card-modern:hover .card-arrow-btn i {
  transform: rotate(45deg) translateX(2px);
  color: #fff;
}

.service-card-modern:hover .card-desc {
  opacity: 1 !important;
  max-height: 100px !important;
}

.service-card-modern:hover .card-number {
  background: #fff;
}

.service-card-modern:hover .card-number span {
  color: #882321;
}

/* Navigation Button Hover */
.service-nav-btn:hover {
  background: #882321 !important;
  transform: scale(1.05);
}

.service-nav-btn:hover i {
  color: #fff !important;
}

/* Carousel Container */
.services-carousel-wrapper {
  position: relative;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  max-width: none;
}

.services-carousel {
  display: flex;
  gap: 30px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 15px;
}

.services-carousel::-webkit-scrollbar {
  display: none;
}

/* Card widths to show exactly 3.5 cards */
.service-card-item {
  flex: 0 0 533px;
  min-width: 533px;
  max-width: 533px;
}

.service-card-modern {
  aspect-ratio: 53 / 40;
  height: auto !important;
}

/* Override height on desktop */
@media (min-width: 992px) {
  .service-card-modern {
    height: 403px !important;
  }
}

/* Entry Animation */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-card-modern {
  animation: slideInUp 0.6s ease-out backwards;
}

.service-card-item:nth-child(1) .service-card-modern {
  animation-delay: 0.1s;
}

.service-card-item:nth-child(2) .service-card-modern {
  animation-delay: 0.2s;
}

.service-card-item:nth-child(3) .service-card-modern {
  animation-delay: 0.3s;
}

.service-card-item:nth-child(4) .service-card-modern {
  animation-delay: 0.4s;
}

/* Services Responsive Design */
@media (max-width: 991px) {
  .services-section-wrapper {
    padding: 80px 0 60px !important;
  }

  .yellow-strip {
    height: 240px !important;
    top: 73% !important;
    max-width: calc(100% - 60px) !important;
  }

  .section-header h2 {
    font-size: 36px !important;
  }

  .service-card-modern {
    height: 280px !important;
  }

  .card-title {
    font-size: 24px !important;
  }

  .services-navigation {
    gap: 10px !important;
    margin-top: 0px !important;
  }

  .service-nav-btn {
    width: 45px !important;
    height: 45px !important;
  }

  .section-header h2 {
    font-size: 28px !important;
  }

  .section-badge {
    font-size: 11px !important;
    padding: 6px 18px !important;
  }

  .section-header > div[style*="position: absolute"] {
    left: -30px !important;
    width: 4px !important;
  }

  .service-card-item {
    flex: 0 0 400px !important;
    min-width: 400px !important;
    max-width: 400px !important;
  }

  .service-card-modern {
    height: 303px !important;
  }

  .card-number {
    width: 40px !important;
    height: 40px !important;
    top: 20px !important;
    left: 20px !important;
  }

  .card-number span {
    font-size: 18px !important;
  }

  .card-content {
    padding: 30px !important;
  }

  .card-title {
    font-size: 22px !important;
  }

  .card-category {
    font-size: 12px !important;
  }

  .card-arrow-btn {
    width: 45px !important;
    height: 45px !important;
  }
}

@media (max-width: 767px) {
  .services-section-wrapper {
    padding: 60px 0 40px !important;
  }

  .yellow-strip {
    display: none !important;
  }

  .section-header h2 {
    font-size: 28px !important;
  }

  .service-card-modern {
    height: 260px !important;
  }

  .card-title {
    font-size: 22px !important;
  }

  .services-navigation {
    gap: 8px !important;
    margin-top: 0px !important;
  }

  .service-nav-btn {
    width: 40px !important;
    height: 40px !important;
  }

  .service-nav-btn i {
    font-size: 14px !important;
  }

  .section-header {
    min-width: auto !important;
  }

  .section-header h2 {
    font-size: 22px !important;
    max-width: 100% !important;
  }

  .section-badge {
    font-size: 10px !important;
    padding: 5px 15px !important;
    margin-bottom: 15px !important;
  }

  .section-header > div[style*="position: absolute"] {
    left: -20px !important;
    width: 3px !important;
  }

  .service-card-item {
    flex: 0 0 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
  }

  .service-card-modern {
    height: 242px !important;
  }

  .card-number {
    width: 35px !important;
    height: 35px !important;
    top: 15px !important;
    left: 15px !important;
  }

  .card-number span {
    font-size: 16px !important;
  }

  .card-content {
    padding: 20px !important;
  }

  .card-title {
    font-size: 18px !important;
  }

  .card-category {
    font-size: 10px !important;
    margin-bottom: 5px !important;
  }

  .card-arrow-btn {
    width: 40px !important;
    height: 40px !important;
  }

  .card-desc {
    display: none !important;
  }
}

/* ====================================== */
/* News/Blog Section Styles - Kumsal Catering */
/* ====================================== */

/* Section Container */
.news-section {
  position: relative;
  background: linear-gradient(to bottom, #ffffff 0%, #f7fafc 50%, #F2F1EE 100%);
  padding: 120px 0;
  overflow: hidden;
}

.news-container {
  max-width: 1670px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Section Header */
.news-header {
  margin-bottom: 60px;
}

.news-header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 24px;
}

.news-title-wrapper {
  flex: 1;
}

.news-subtitle {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(136, 35, 33, 0.9);
  margin-bottom: 12px;
}

.news-title {
  font-size: 52px;
  font-weight: 700;
  color: #1b2838;
  line-height: 1.2;
  margin: 0;
}

/* Navigation Buttons */
.news-nav-buttons {
  display: flex;
  gap: 16px;
}

.news-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(136, 35, 33, 0.1);
  color: #882321;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.news-nav-btn.active {
  background: #882321;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(136, 35, 33, 0.25);
}

.news-nav-btn:hover {
  background: #882321;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(136, 35, 33, 0.3);
}

.news-nav-btn i {
  font-size: 16px;
}

/* Carousel Container */
.news-carousel-container {
  position: relative;
}

.news-carousel {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px;
}

.news-carousel::-webkit-scrollbar {
  display: none;
}

/* News Card */
.news-card {
  flex: 0 0 480px;
  min-width: 480px;
  max-width: 480px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.news-card-inner {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 420px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-card:hover .news-card-inner {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Card Image */
.news-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

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

/* Card Overlay */
.news-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(136, 35, 33, 0.8) 0%, rgba(136, 35, 33, 0.3) 50%, transparent 100%);
  transition: all 0.4s ease;
}

.news-card:hover .news-card-overlay {
  background: linear-gradient(to top, rgba(136, 35, 33, 0.9) 0%, rgba(136, 35, 33, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
}

/* Card Content */
.news-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  z-index: 2;
}

.news-card-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 20px 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Card Link Wrapper */
.news-card-link-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.news-card:hover .news-card-link-wrapper {
  gap: 16px;
}

.news-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  color: #ffffff;
  transition: all 0.3s ease;
}

.news-card:hover .news-card-icon {
  background: #ffffff;
  color: #882321;
  transform: rotate(45deg);
}

.news-card-svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.news-card:hover .news-card-svg {
  transform: rotate(-45deg);
}

.news-card-link-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.news-card:hover .news-card-link-text {
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 991px) {
  .news-section {
    padding: 100px 0;
  }

  .news-title {
    font-size: 42px;
  }

  .news-card {
    flex: 0 0 420px;
    min-width: 420px;
    max-width: 420px;
  }

  .news-card-inner {
    height: 380px;
  }

  .news-card-title {
    font-size: 22px;
  }

  .news-card-svg {
    width: 19px;
    height: 19px;
  }

  .news-nav-btn {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 767px) {
  .news-section {
    padding: 80px 0;
  }

  .news-container {
    padding: 0 20px;
  }

  .news-header-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .news-title {
    font-size: 32px;
  }

  .news-card {
    flex: 0 0 340px;
    min-width: 340px;
    max-width: 340px;
  }

  .news-card-inner {
    height: 360px;
  }

  .news-card-content {
    padding: 24px;
  }

  .news-card-title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .news-card-icon {
    width: 36px;
    height: 36px;
  }

  .news-card-svg {
    width: 18px;
    height: 18px;
  }

  .news-card-link-text {
    font-size: 13px;
  }

  .news-nav-btn {
    width: 40px;
    height: 40px;
  }

  .news-nav-btn i {
    font-size: 14px;
  }

  .news-carousel {
    gap: 24px;
  }
}

/* ====================================== */
/* Contact Section Styles - Kumsal Catering */
/* ====================================== */

/* Section Container */
.contact-section {
  padding: 140px 0;
  background: #ffffff;
}

.contact-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Contact Grid */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}

/* Left Side - Contact Info */
.contact-info {
  position: sticky;
  top: 120px;
}

.contact-title-wrapper {
  margin-bottom: 50px;
}

.contact-subtitle {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(136, 35, 33, 0.9);
  margin-bottom: 12px;
  display: block;
}

.contact-title {
  font-size: 52px;
  font-weight: 300;
  color: #2a2a2a;
  line-height: 1.2;
  margin: 0 0 24px 0;
}

.contact-title-accent {
  font-weight: 600;
  color: #882321;
}

.contact-description {
  font-size: 17px;
  line-height: 1.8;
  color: #666;
  font-weight: 300;
  margin: 0;
}

/* Contact Items */
.contact-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: transform 0.3s ease;
}

.contact-item:hover {
  transform: translateX(8px);
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: rgba(136, 35, 33, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
  background: #882321;
  transform: scale(1.05);
}

.contact-icon i {
  font-size: 20px;
  color: #882321;
  transition: color 0.3s ease;
}

.contact-item:hover .contact-icon i {
  color: #ffffff;
}

.contact-item-content {
  flex: 1;
}

.contact-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #2a2a2a;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-item-link {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item-link:hover {
  color: #882321;
}

.contact-item-text {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  margin: 0;
}

/* Right Side - Contact Form */
.contact-form-wrapper {
  background: #F2F1EE;
  border-radius: 24px;
  padding: 50px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
  letter-spacing: 0.3px;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 16px 20px;
  background: #ffffff;
  border: 1.5px solid rgba(136, 35, 33, 0.1);
  border-radius: 12px;
  font-size: 15px;
  color: #2a2a2a;
  font-family: inherit;
  transition: all 0.3s ease;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: rgba(136, 35, 33, 0.4);
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(136, 35, 33, 0.08);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #999;
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 40px;
  background: #882321;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(136, 35, 33, 0.2);
  align-self: flex-start;
}

.form-submit:hover {
  background: #6d1c1a;
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(136, 35, 33, 0.3);
  gap: 16px;
}

.form-submit i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.form-submit:hover i {
  transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 991px) {
  .contact-section {
    padding: 100px 0;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .contact-info {
    position: static;
  }

  .contact-title {
    font-size: 42px;
  }

  .contact-form-wrapper {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .contact-section {
    padding: 80px 0;
  }

  .contact-container {
    padding: 0 20px;
  }

  .contact-grid {
    gap: 50px;
  }

  .contact-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .contact-description {
    font-size: 16px;
  }

  .contact-title-wrapper {
    margin-bottom: 40px;
  }

  .contact-items {
    gap: 24px;
  }

  .contact-item {
    gap: 16px;
  }

  .contact-icon {
    width: 46px;
    height: 46px;
  }

  .contact-icon i {
    font-size: 18px;
  }

  .contact-item-link,
  .contact-item-text {
    font-size: 16px;
  }

  .contact-form-wrapper {
    padding: 32px 24px;
  }

  .form-submit {
    width: 100%;
    padding: 16px 32px;
  }
}

/* ====================================== */
/* Modern Footer Styles - Kumsal Catering */
/* ====================================== */

.modern-footer {
  position: relative;
  background: linear-gradient(135deg, #882321 0%, #6d1c1a 50%, #882321 100%);
  padding: 100px 0 0;
  overflow: hidden;
  color: #ffffff;
}

.modern-footer .container {
  max-width: 1670px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background:
    radial-gradient(ellipse 1000px 600px at 0% 0%, rgba(255, 249, 225, 0.15) 0%, transparent 60%),
    radial-gradient(ellipse 1000px 600px at 100% 100%, rgba(255, 249, 225, 0.1) 0%, transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,0.2) 0%, transparent 50%, rgba(0,0,0,0.3) 100%);
  pointer-events: none;
}

.footer-main-content {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 249, 225, 0.2);
  margin-bottom: 40px;
}

/* Footer Brand Section */
.footer-brand {
  padding-right: 40px;
}

.footer-logo-link {
  display: inline-block;
  margin-bottom: 24px;
  transition: transform 0.3s ease;
}

.footer-logo-link:hover {
  transform: scale(1.05);
}

.footer-logo {
  max-width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.footer-logo-link:hover .footer-logo {
  filter: brightness(0) invert(1) drop-shadow(0 0 15px rgba(255, 249, 225, 0.8));
}

.footer-brand-desc {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 249, 225, 0.85);
  margin-bottom: 30px;
  font-weight: 300;
}

/* Social Media Icons */
.footer-social-modern {
  display: flex;
  gap: 12px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: rgba(255, 249, 225, 0.1);
  border: 1px solid rgba(255, 249, 225, 0.3);
  border-radius: 12px;
  color: #fff9e1;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
  backdrop-filter: blur(10px);
}

.social-link:hover {
  background: #fff9e1;
  border-color: #fff9e1;
  color: #882321;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(255, 249, 225, 0.3);
}

/* Footer Links Section */
.footer-links-box {
  padding-left: 20px;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff9e1;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px;
}

.footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, #fff9e1 0%, transparent 100%);
  display: none;
}

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

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

.footer-links a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 249, 225, 0.75);
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 300;
  position: relative;
  padding-left: 18px;
}

.footer-links a::before {
  content: '→';
  position: absolute;
  left: 0;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  color: #fff9e1;
}

.footer-links a:hover {
  color: #fff9e1;
  padding-left: 24px;
  text-shadow: 0 0 8px rgba(255, 249, 225, 0.4);
}

.footer-links a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

/* Footer Contact Section */
.footer-contact-box {
  padding-left: 20px;
}

.footer-contact-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-item-modern {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: transform 0.3s ease;
}

.contact-item-modern:hover {
  transform: translateX(6px);
}

.contact-icon-modern {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 249, 225, 0.15);
  border: 1px solid rgba(255, 249, 225, 0.3);
  border-radius: 10px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.contact-item-modern:hover .contact-icon-modern {
  background: #fff9e1;
  border-color: #fff9e1;
  transform: scale(1.05);
}

.contact-icon-modern i {
  font-size: 18px;
  color: #fff9e1;
  transition: color 0.3s ease;
}

.contact-item-modern:hover .contact-icon-modern i {
  color: #882321;
}

.contact-info-modern {
  flex: 1;
  padding-top: 4px;
}

.contact-info-modern p,
.contact-info-modern a {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 249, 225, 0.8);
  margin: 0;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-modern a:hover {
  color: #fff9e1;
  text-shadow: 0 0 8px rgba(255, 249, 225, 0.4);
}

/* Footer Bottom */
.footer-bottom {
  padding: 30px 0;
  position: relative;
}

.footer-bottom .row {
  align-items: center;
}

.copyright-modern p,
.footer-credits p {
  font-size: 13px;
  color: rgba(255, 249, 225, 0.6);
  margin: 0;
  font-weight: 300;
}

.copyright-modern strong {
  color: rgba(255, 249, 225, 0.95);
  font-weight: 500;
}

.footer-credits {
  text-align: right;
}

.footer-credits a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
}

.footer-credits a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #fff9e1;
  transition: width 0.3s ease;
}

.footer-credits a:hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(255, 249, 225, 0.5);
}

.footer-credits a:hover::after {
  width: 100%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .modern-footer {
    padding: 80px 0 0;
  }

  .modern-footer .container {
    max-width: 100%;
    padding: 0 40px;
  }

  .footer-main-content {
    padding-bottom: 50px;
    margin-bottom: 30px;
  }

  .footer-brand {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .footer-links-box,
  .footer-contact-box {
    padding-left: 0;
    margin-bottom: 40px;
  }

  .footer-bottom .row {
    text-align: center;
  }

  .footer-credits {
    text-align: center;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .modern-footer {
    padding: 60px 0 0;
  }

  .modern-footer .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .footer-main-content {
    padding-bottom: 40px;
    margin-bottom: 25px;
  }

  .footer-brand {
    text-align: left;
    margin-bottom: 50px;
  }

    .footer-social-modern {
        justify-content: left;
    }

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

  .footer-brand-desc {
    font-size: 14px;
    max-width: 400px;
  }

  .footer-links-box,
  .footer-contact-box {
    margin-bottom: 35px;
  }

  .footer-title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .footer-links a {
    font-size: 13px;
  }

  .contact-info-modern p,
  .contact-info-modern a {
    font-size: 13px;
  }

  .contact-icon-modern {
    width: 40px;
    height: 40px;
  }

  .contact-icon-modern i {
    font-size: 16px;
  }

  .footer-bottom {
    padding: 25px 0;
  }

  .copyright-modern,
  .footer-credits {
    text-align: center;
  }

  .copyright-modern p,
  .footer-credits p {
    font-size: 12px;
  }

  .footer-credits {
    margin-top: 10px;
  }
}

/* Smooth Entrance Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modern-footer .footer-brand {
  animation: fadeInUp 0.6s ease-out 0.1s backwards;
}

.modern-footer .footer-links-box {
  animation: fadeInUp 0.6s ease-out 0.2s backwards;
}

.modern-footer .footer-contact-box {
  animation: fadeInUp 0.6s ease-out 0.3s backwards;
}

.modern-footer .footer-bottom {
  animation: fadeInUp 0.6s ease-out 0.4s backwards;
}

