.elementor-403 .elementor-element.elementor-element-394799d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-8706468 *//* --- FOOTER STYLES (BRAND COLOR EDITION) --- */
.rc-footer {
  background-color: #c11e2e; /* পুরো ব্যাকগ্রাউন্ড তোমার ব্র্যান্ড কালার */
  color: #ffffff; /* সব লেখা সাদা */
  padding-top: 60px;
  font-family: 'Hind Siliguri', sans-serif;
  border-top: 5px solid #ffffff; /* উপরে সাদা বর্ডার */
}

.rc-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

/* Logo & Desc */
.rc-footer-logo {
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-size: 36px; /* লোগো একটু বড় করা হলো */
  margin-bottom: 20px;
  font-weight: 800;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.2); /* হালকা শ্যাডো */
}
.rc-footer-desc {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #f2f2f2; /* একদম সাদার চেয়ে একটু সফট */
  font-weight: 400;
}

/* Headings */
.rc-footer-heading {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rc-footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #ffffff; /* আন্ডারলাইন সাদা */
}

/* Links */
.rc-footer-links, .rc-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rc-footer-links li {
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.1); /* হালকা দাগ */
  padding-bottom: 8px;
}
.rc-footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
  display: inline-block;
  opacity: 0.9;
}
.rc-footer-links a:hover {
  color: #ffeb3b; /* হোভার করলে হলুদ (Yellow) হবে, যা লালের সাথে ভালো মানায় */
  opacity: 1;
  transform: translateX(5px);
}

/* Contact List */
.rc-footer-contact li {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  color: #ffffff;
}
.rc-footer-contact li span {
  margin-left: 10px;
}

/* Social Icons (White Circle, Red Icon) */
.rc-social-links {
  display: flex;
  gap: 12px;
}
.rc-social {
  width: 42px;
  height: 42px;
  background: #ffffff; /* ব্যাকগ্রাউন্ড সাদা */
  color: #c11e2e; /* আইকন লাল */
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.rc-social:hover {
  background: #000000; /* হোভার করলে কালো */
  color: #ffffff; /* আইকন সাদা */
  transform: translateY(-3px);
}

/* Bottom Bar */
.rc-footer-bottom {
  margin-top: 50px;
  padding: 20px 0;
  text-align: center;
  background-color: #961220; /* মূল লালের চেয়ে একটু গাঢ় শেড */
  font-size: 14px;
  color: #ffcccc; /* খুব হালকা গোলাপি আভা */
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .rc-footer { padding-top: 40px; }
  .rc-footer-container { gap: 30px; text-align: center; } /* মোবাইলে সেন্টার এলাইন */
  .rc-footer-heading::after { left: 50%; transform: translateX(-50%); } /* আন্ডারলাইন মাঝখানে */
  .rc-footer-contact li { justify-content: center; }
  .rc-social-links { justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-394799d *//* --- Radio Center Footer Styling --- */
.rc-footer-wrap {
    background: #111;
    color: #eee;
    padding: 60px 0 0;
    font-family: 'Poppins', sans-serif;
}

.rc-footer-main {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding: 0 20px 40px;
}

.rc-footer-logo img {
    max-width: 180px;
    margin-bottom: 20px;
}

.rc-brand-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #bbb;
    margin-bottom: 25px;
}

.rc-brand-desc b { color: #c11e2e; font-weight: 600; }

.rc-social-box { display: flex; gap: 12px; }

.rc-soc-link {
    width: 38px; height: 38px;
    background: #222;
    color: #fff !important;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3s ease;
    border: 1px solid #333;
}

.rc-soc-link:hover {
    transform: translateY(-5px);
    background: #c11e2e;
    border-color: #c11e2e;
}

.rc-col-title {
    font-size: 18px; color: #fff;
    margin-bottom: 25px;
    position: relative; font-weight: 700;
}

.rc-col-title::after {
    content: ''; width: 35px; height: 2px;
    background: #c11e2e; position: absolute;
    bottom: -8px; left: 0;
}

.rc-link-list { list-style: none; }
.rc-link-list li { margin-bottom: 12px; }
.rc-link-list li a {
    color: #bbb; text-decoration: none;
    transition: 0.3s; font-size: 14px;
}
.rc-link-list li a:hover { color: #c11e2e; padding-left: 5px; }

.rc-contact-info { list-style: none; }
.rc-contact-info li {
    display: flex; align-items: flex-start;
    gap: 15px; margin-bottom: 15px;
    color: #bbb; font-size: 14px;
}

.rc-contact-info li i { color: #c11e2e; font-size: 16px; margin-top: 4px; }

.rc-footer-bottom {
    background: #000; padding: 25px;
    text-align: center; border-top: 1px solid #222;
}

.rc-footer-bottom p { font-size: 13px; color: #777; }

/* Responsive Grid */
@media (max-width: 992px) { .rc-footer-main { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { 
    .rc-footer-main { grid-template-columns: 1fr; text-align: center; } 
    .rc-social-box, .rc-contact-info li { justify-content: center; }
    .rc-col-title::after { left: 50%; transform: translateX(-50%); }
}/* End custom CSS */