/*
Theme Name: Professional Survey Calculator
Author: Md Nazmul Hossain Hridoy
Description: Responsive Bangla/English Survey Calculator theme with BenSenHandwriting font & Lottie support.
Version: 1.7
Text Domain: professional-survey-calculator
*/

/* === Custom Font === */
@font-face {
  font-family: 'BenSenHandwriting';
  src: url('fonts/BenSenHandwriting.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* === Base === */
body {
  font-family: 'BenSenHandwriting', 'Noto Sans Bengali', 'Hind Siliguri', sans-serif;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  color: #333;
  line-height: 1.6;
}
a {
  color: #009688;
  text-decoration: none;
}

.site-header {
  background: linear-gradient(135deg, #00507A, #00A693);
  padding: 15px 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 22px;

}

.header-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center; /* টাইটেল উপরে থাকবে */
  gap: 20px;
}

.logo-container {
  flex-shrink: 0;
}

.logo {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  padding: 8px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.title-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 5px;
}

.site-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.site-subtitle {
  font-size: 1rem;
  color: #d0fdfa;
  margin-top: 6px;
  line-height: 1.5;
  text-shadow: 0.5px 0.5px 1px rgba(0,0,0,0.3);
}



/* === FOOTER (Modern, Colored, Centered) === */
.sc-footer {
  width: 100%;
  background: linear-gradient(90deg, #003c5f, #007e6a);
  color: #fff;
  padding: 20px 10px;
  text-align: center;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
  margin-top: 50px;
  font-family: 'BenSenHandwriting', 'Noto Sans Bengali', 'Hind Siliguri', sans-serif;
}

.sc-footer-content {
  max-width: 800px;
  margin: 0 auto;
}

.sc-footer-text p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer-warning {
  display: block;
  font-weight: bold;
  color: #fdfb99;
  margin-top: 8px;
}

.footer-dev {
  display: block;
  font-size: 0.85rem;
  margin-top: 6px;
  color: #bbdefb;
}

.footer-author {
  color: #ffe082;
}

/* শুধু মোবাইলের জন্য ছোট টেক্সট দেখাবে */
.mobile-header-note {
  display: none;  /* ডিফল্টে Desktop-এ Hide */
  font-size: 0.93rem;
  color: #ffe082;
  margin-top: 3px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .mobile-header-note {
    display: inline-block; /* Mobile-এ Show */
    font-weight: bold;
    background: rgba(0,160,147,0.16);
    padding: 2px 10px;
    border-radius: 7px;
  }
  .logo {
    width: 46px;
    height: 46px;
    padding: 3px;
  }
  .site-title {
    font-size: 1.15rem;
  }
  .site-subtitle {
    font-size: 0.8rem;
  }
}
  .sc-footer {
    padding: 14px 6px;
  }

  .sc-footer-text p {
    font-size: 0.85rem;
  }

  .footer-warning {
    font-size: 0.8rem;
  }

  .footer-dev {
    font-size: 0.75rem;
  }
.sc-footer-messenger {
    text-align: center;
    margin-bottom: 5px;
}
}