.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background-color: #006ab1;
    color: white;
    border-radius: 50%; */
    padding: 10px;
    cursor: pointer;
    display: none;
    /* Hidden by default */
}

.back-to-top img{
    width:35px;
}
.back-to-top:hover img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

:root {
    --site-color: #0076d1;
    --peach: #ffad69;
    --white: #ffffff;
    --black: #000;
    --grey: #D3D3D3;
    --facebook: #3b5999;
    --twitter: #000000;
    --instagram: #e4405f;
    --youtube: #ff0000;
    --linkedin: #0077b5;
    --pinterest: #bd081c;
    --tiktok: #69c9ef;
    --telegram: #0088cc;
    --whatsapp: #25D366;
    --apple: #131418;
    --link-color: #000000;
    --related-posts-color: #000000;
    --related-posts-hover-color: #000000;
    --quote-color: #000000;
    --question-color: #000000;
    --sub-shadow: #fbc638;
    --blog-detail-h1: #000000;
    --blog-detail-h2: #000000;
    --blog-detail-h3: #610000;
    --blog-detail-h4: #000000;
    --blog-detail-h5: #000000;
    --blog-detail-h6: #000000;
}


footer {
    /* background-color: var(--site-color); */
    color: white;
    text-align: center;
    /* padding: 20px 0; */
    /* margin-top: 60px; */
}

footer .ff {
    background: #0081cc;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
}

.footer-links {
    padding: 60px;
    /* background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/brick-wall.png"); */
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.footer-links h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    text-decoration: none;
    color: #333;
}

.footer-links ul li a:hover {
    text-decoration: underline;
}

.footer-logo a {
    color: #333 !important;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.footer-logo a:hover {
    text-decoration: underline;
}

.social-links h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    font-size: 2rem;
    font-weight: 600;
}

.social-links {
    background: radial-gradient(circle, #fafafaff, var(--site-color));
    width: 100%;
    padding: 40px 0px 60px 0px;
    margin-bottom: 0px;
    margin-top: 100px;
}

.spacer {
    height: 10px;
    width: 10%;
    margin: auto;
    background-color: var(--facebook);
    border-radius: 10px;
    margin-bottom: 40px;
}

.social-icons-unique {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons-unique li {
    list-style: none;
    margin: 0 40px;
}

.social-icons-unique li a .fab {
    font-size: 40px;
    color: black;
    line-height: 80px;
    transition: 0.5s;
}

.social-icons-unique li a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    background: #808080;
    text-align: center;
    transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(0, 0);
    transition: 0.5s;
    box-shadow: -30px 30px 10px rgba(0, 0, 0, 0.5);
}

.social-icons-unique li a:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -20px;
    height: 100%;
    width: 20px;
    background: #93a092;
    transition: 0.5s;
    transform: rotate(0deg) skewY(-45deg);
}

.social-icons-unique li a:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -10px;
    height: 20px;
    width: 100%;
    background: var(--grey);
    transition: 0.5s;
    transform: rotate(0deg) skewX(-45deg);
}

.social-icons-unique li a:hover {
    transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
    box-shadow: -50px 50px 50px rgba(0, 0, 0, 0.5);
}

.social-icons-unique li:hover .fab {
    color: white;
}

/* Facebook */
.social-icons-unique li.facebook a:hover {
    background: #1877F2;
}
.social-icons-unique li.facebook a:hover:before {
    background: #5E77AB;
}
.social-icons-unique li.facebook a:hover:after {
    background: #4C68A2;
}

/* Instagram */
.social-icons-unique li.instagram a:hover {
    background: #E1306C;
}
.social-icons-unique li.instagram a:hover:before {
    background: #F77737;
}
.social-icons-unique li.instagram a:hover:after {
    background: #C13584;
}

 /* tiktok */
.social-icons-unique li.tiktok a:hover {
    background: #69C9D0;
}
.social-icons-unique li.tiktok a:hover:before {
    background: #4FC3C7;
}
.social-icons-unique li.tiktok a:hover:after {
    background: #2AB8B8;
}

/* Twitter (X) */
.social-icons-unique li.twitter a:hover {
    background: #000000;
}
.social-icons-unique li.twitter a:hover:before {
    background: #131418;
}
.social-icons-unique li.twitter a:hover:after {
    background: #1A1B1F;
}

/* Pinterest */
.social-icons-unique li.pinterest a:hover {
    background: #E60023;
}
.social-icons-unique li.pinterest a:hover:before {
    background: #D5001A;
}
.social-icons-unique li.pinterest a:hover:after {
    background: #A0001D;
}

/* YouTube */
.social-icons-unique li.youtube a:hover {
    background: #FF0000;
}
.social-icons-unique li.youtube a:hover:before {
    background: #FF4C4C;
}
.social-icons-unique li.youtube a:hover:after {
    background: #C4302D;
}

/* LinkedIn */
.social-icons-unique li.linkedin a:hover {
    background: #0077B5;
}
.social-icons-unique li.linkedin a:hover:before {
    background: #3B5998;
}
.social-icons-unique li.linkedin a:hover:after {
    background: #2D4373;
}

/* WhatsApp */
.social-icons-unique li.whatsapp a:hover {
    background: #25D366;
}
.social-icons-unique li.whatsapp a:hover:before {
    background: #2ecc71;
}
.social-icons-unique li.whatsapp a:hover:after {
    background: #1ebc5d;
}

/* Telegram */
.social-icons-unique li.telegram a:hover {
    background: #0088cc;
}
.social-icons-unique li.telegram a:hover:before {
    background: #2AABEE;
}
.social-icons-unique li.telegram a:hover:after {
    background: #229ED9;
}


footer p {
    margin-bottom: 0;
}

footer p a {
    color: #ffe700;
    font-family: cursive;
}

.footer-contact p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    background: white;
    padding: 5px 15px;
    border-radius: 4px;
}

.footer-contact p a {
    color: #333;
    text-decoration: none;
}

.footer-contact img {
    width: 20px;
    height: 20px;
}

.ft-spacer {
    height: 5px;
    background: linear-gradient(to right, var(--site-color), #e1e1e1);
    width: 80px;
    margin-bottom: 15px;
    border-radius: 2px;
}

/* ================= */

/* 🔹 Wrapper Row */
.custom-popular-subs-row {
  margin-top: 40px;
  /* gap: 20px; */
  align-items: center;
}

/* 🔹 Common Box */
.custom-popular-subs-row .custom-box {
  background: #ffffff;
  border-radius: 16px;
  border:2px solid #ddd;
  padding: 35px 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform .3s ease, box-shadow .3s ease;
}
.custom-popular-subs-row .custom-box:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

/* 🔹 Headings */
.custom-popular-subs-row .sub_headings {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

/* 🔹 Circle Links (Tools Icons) */
.custom-popular-subs-row .circle-link {
  width: 60px;
  height: 60px;
  background: #2c2f36;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  transition: background .3s ease, transform .3s ease;
}
.custom-popular-subs-row .circle-link:hover {
  background: #ff6b35;
  transform: scale(1.1);
}

/* 🔹 Newsletter Input */
.custom-popular-subs-row .subs_inp {
  background: whitesmoke;
  border-radius: 5px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.custom-popular-subs-row .email-inp {
  border: none;
  background: transparent;
  color: #fff;
  padding: 12px 15px;
}
.custom-popular-subs-row .email-inp::placeholder {
  color: #bbb;
}
.custom-popular-subs-row .subs_button {
  background: #ff6b35;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 12px 20px;
  transition: background .3s ease;
}
.custom-popular-subs-row .subs_button:hover {
  background: #e85b28;
}

/* 🔹 Social Icons */
.custom-popular-subs-row .social_box {
  margin-top: 15px;
}
.custom-popular-subs-row .social-icon {
  width: 38px;
  height: 38px;
  display: inline-block;
  margin: 0 4px;
  border-radius: 50%;
  background-size: cover;
  transition: transform .3s ease;
}
.custom-popular-subs-row .social-icon:hover {
  transform: scale(1.15);
}



.social-icon { background-size: 22px 22px; background-color:#2c2f36; }
