:root {
  --primary-dark: #1E3A8A; /* Dark Blue from sections */
  --secondary-pink: #EC4899; /* Bright Pink from buttons/highlights */
  --text-dark: #111827; /* Near Black for main text */
  --text-muted: #6B7280; /* Gray for paragraphs */
  --bg-light: #F9FAFB; /* Very Light Gray/White */
  --border-color: #E5E7EB; /* Light Gray for borders */
  --white: #ffffff;
  --inter-font: 'Inter', sans-serif;
}


/* --- Global Styles --- */
body {
  font-family: var(--inter-font);
  color: var(--text-dark);
  background-color: var(--white);
  overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
  font-weight: 700;
  color: #1E1765;
}
p {
  color: #696969;
  line-height: 24px;
  font-size: 14px;
}
/* --- Custom Utility Classes --- */
.text-primary-dark {
  color: var(--primary-dark) !important;
}
.bg-primary-dark {
  background-color: var(--primary-dark) !important;
}
.text-secondary-pink {
  color: var(--secondary-pink) !important;
}
.section-subtitle {
  letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    color: #FE5C29;
    margin-bottom: 0.5rem;
    display: block;
}
/* Custom Buttons */
.btn-pink {
  background-color: #FE5C29;
  color: var(--white);
  border: none;
  padding: 10px 24px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.btn-pink:hover {
  background-color: #d13d86;
  color: var(--white);
  transform: translateY(-2px);
}
.btn-dark-blue {
  background-color: #1e2586;
  color: var(--white);
  border: none;
  padding: 10px 24px;
  font-weight: 500;
  border-radius: 8px;
}
.btn-dark-blue:hover {
  background-color: #162a66;
  color: var(--white);
}
.btn-outline-white {
  color: var(--white);
  border: 2px solid var(--white);
  padding: 10px 24px;
  font-weight: 500;
  border-radius: 8px;
  background: transparent;
}
.btn-outline-white:hover {
  background-color: var(--white);
  color: var(--primary-dark);
}
/* Spacing */
.section-padding {
  padding: 80px 0;
}




/* --- 1. Navbar --- */
.navbar {
  padding: 12px 0;
  background-color: var(--white);
}
.navbar-brand {
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--primary-dark) !important;
}
.nav-link {
  color: var(--text-dark) !important;
  font-weight: 500;
  margin: 0 2px;
  color: var(--text-navy) !important;
  font-weight: 500;
  font-size: 15px;
  transition: color 0.3s ease;
}
.nav-link:hover {
  color: var(--secondary-pink) !important;
}





/* --- 2. Stats Strip --- */
.stats-strip {
  background: var(--white);
  border-radius: 100px;
  padding: 20px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-top: -60px; /* Overlap hero */
  position: relative;
  z-index: 10;
}
.stat-item h3 {
  font-weight: 800;
  font-size: 2.2rem;
  margin-bottom: 0;
}
.stat-item p {
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 500;
}









/* --- 3. Hero Section --- */
.hero-section {
  background-color: var(--bg-light);
  padding: 10px 0 10px 0;
  position: relative;
}
.hero-h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 800;
}
.hero-img-container {
  position: relative;
}
.hero-main-img {
  max-width: 100%;
  z-index: 2;
  position: relative;
}
/* Geometric accent placeholders */
.hero-accent {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
.hero-accent-1 {
  width: 400px;
  height: 400px;
  background: rgba(236, 72, 153, 0.1);
  top: -50px;
  right: -50px;
}
.hero-accent-2 {
  width: 150px;
  height: 150px;
  background: rgba(30, 58, 138, 0.1);
  bottom: 50px;
  left: -30px;
}


/* --- Hero Layout & Typography --- */
.hero-light-animated {
  background: url("../img/Hero_bg.png");
  position: relative;
  padding: 50px 0px 80px 0px;
}
.hero-tagline {
  color: #FF5C35;
  font-weight: 600;
  display: block;
}
.hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #1E1765;
  line-height: 1.1;
}
.hero-desc {
  color: #6B7280;
  max-width: 550px;
}
/* --- Buttons --- */
.btn-gradient-main {
  background: linear-gradient(90deg, #FF7E5F, #FF2E95);
  color: white;
  padding: 14px 35px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 300;
  transition: 0.3s;
  font-size: 16px;
}
.btn-gradient-main:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(255, 46, 149, 0.3);
  color: white;
}
.btn-dark-outline {
  background-color: #1E1B4B;
  color: white;
  padding: 14px 35px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 300;
  transition: 0.3s;
  font-size: 16px;
}
.btn-dark-outline:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgb(46 135 255 / 30%);
  color: white;
}
/* --- Floating Keyframes --- */
@keyframes floatY {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rotateFloat {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(10px, -15px) rotate(5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
/* Applying Animations */
.floating-img {
  animation: floatY 4s ease-in-out infinite;
}
.float-slow {
  animation: rotateFloat 6s ease-in-out infinite;
}
.float-medium {
  animation: floatY 3s ease-in-out infinite;
}
.float-fast {
  animation: rotateFloat 2.5s ease-in-out infinite;
}
/* --- Decorative Shapes Positioning --- */
.hero-main-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  background: #EBF2FF;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.shape {
  position: absolute;
  z-index: 3;
}
.s-circle-blue {
  width: 40px;
  height: 40px;
  background: #60A5FA;
  border-radius: 50%;
  top: 40%;
  left: -20%;
}
.s-square-orange {
  width: 40px;
  height: 40px;
  border: 6px solid #FDBA74;
  top: 45%;
  right: 0%;
}
.s-triangle-pink {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 20px solid #FF2E95;
  top: 80%;
  left: 40%;
}
.hero-path {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 350px;
  opacity: 0.1;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.8rem;
  }
  .hero-light-animated {
    text-align: center;
  }
  .hero-desc {
    margin: 0 auto 30px;
  }
  .d-flex {
    justify-content: center;
  }
}
.max-width-230 {
  max-width: 230px;
}
.max-width-500 {
  max-width: 500px;
}
.max-width-600 {
  max-width: 600px;
}
.blackclr {
	color:#000;
}







/* --- 4. Content Block (Innovation) --- */
.content-block-img {
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}


/* --- 5. Blue CTA Section --- */
.blue-cta-section {
  background-color: #1e2586;
  color: var(--white);
}
.blue-cta-section h2, .blue-cta-section p {
  color: var(--white);
}
.check-list i {
  color: #FE5C29;
  margin-right: 10px;
  font-size: 1.2rem;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
	font-size: 14px;
	    line-height: 24px;
}



/* --- 6. Services Grid & 11. What is Digital Marketing & 16. Local Comp (Shared Card Styles) --- */
.service-card, .local-comp-card {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 30px 30px 15px 30px;
  height: 100%;
  transition: all 0.3s ease;
}
.service-card:hover, .local-comp-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
  border-color: transparent;
}
/* Active/Highlight state (the blue one) */
.card-highlight {
  background-color: #1E3497;
  color: var(--white) !important;
}
.card-highlight h5, .card-highlight p, .card-highlight i {
  color: var(--white) !important;
}
.icon-box {
  width: 70px;
  height: 68px;
  border-radius: 8px;
  color: #FE5C29;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.card-highlight .icon-box {
  /*background-color: rgba(255, 255, 255, 0.1);*/
  color: var(--white);
}


/* --- 12. Digital Marketing (Blue Text Block) --- */
.marketing-text-block {
  background-color: #1e2586;
  color: var(--white);
  text-align: center;
}
.marketing-text-block h2, .marketing-text-block p {
  color: var(--white);
}



/* --- Process Section Colors --- */
:root {
    --navy-dark: #1E1765;
    --brand-orange: #ff5c35;
    --step-blue: #3b82f6;
    --icon-bg: #ebf2ff;
}




/* Card Styling */
.process-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px 30px 15px 30px;
    background: #fff;
    transition: all 0.3s ease;
}

.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-color: #1E3497;
}

/* Icon Box Styling */
.process-icon-box {
    width: 70px;
    height: 70px;
    min-width: 70px; /* Prevents shrinking in flexbox */
    background-color: var(--icon-bg);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-icon-box img {
    width: 70px;
    height: 68px;
}

/* Step Number Typography */
.step-number {
    color: #FE5C29;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 5px;
}

.process-card h4 {
    font-size: 1.25rem;
    margin-bottom: 0;
}

/* Responsive Fix for Footer column */
@media (max-width: 991px) {
    .process-section { text-align: left; }
}









/* --- 15. Comparison Table --- */
.comp-table-container {
  border: 1px solid var(--border-color);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.table {
  margin-bottom: 0;
}
.table thead th {
    background-color: #1E3497;
    color: var(--white);
    font-size: 16px;
    padding: 20px 20px;
    border: none;
}
.table tbody td {
  padding: 15px 20px;
  vertical-align: middle;
  border-color: var(--border-color);
  font-size: 0.9rem;
  color: var(--text-muted);
}
.table tbody tr:last-child td {
  border-bottom: none;
}
/* Pink check icons in table */
.table-check {
  color: #FE5C29;
  font-size: 1.2rem;
	padding-right: 5px;
}
/* --- 17. Lead Form Section --- */
.lead-form-section {
  background-color: #1e2586;
  color: var(--white);
}
.lead-form-section h2, .lead-form-section p {
  color: var(--white);
}
.form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  border-radius: 8px;
  padding: 12px;
}
.form-control:focus {
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
/* --- 18. Client Logos --- */
.logo-grid .col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
}
.client-logo-img {
  max-width: 280px;
  height: auto;
  opacity: 0.8;
  transition: 0.3s;
}
.logo-grid .col:hover .client-logo-img {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- 19. Blog/Updates Section --- */
.blog-card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.blog-card-img {
  height: 200px;
  object-fit: cover;
}
.blog-card-body {
  padding: 25px;
}
.blog-meta {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 10px;
  display: block;
}
.blog-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
.read-more {
  color: #FE5C29;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
}
.read-more:hover {
  text-decoration: underline;
}
/* --- 20. FAQ Section --- */
.faq-section {
  background-color: var(--bg-light);
}
.accordion-item {
      border-radius: 8px !important;
    margin-bottom: 20px;
    overflow: hidden;
}
.accordion-button {
  font-weight: 600;
  color: var(--text-dark);
  padding: 18px 25px;
}

.accordion-button:not(.collapsed) {
  background-color: #FFF;
    color: #000;
    box-shadow: none;
	
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111827'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EC4899'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body {
      color: #696969;
    padding: 0 25px 25px 25px;
    font-size: 14px;
    line-height: 24px;
}



/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
  .hero-h1 {
    font-size: 2.5rem;
  }
  .section-padding {
    padding: 60px 0;
  }
  .stats-strip {
    border-radius: 20px;
    margin-top: 30px;
  }
  .hero-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hero-h1 {
    font-size: 2rem;
  }
  .stat-item {
    text-align: center;
    margin-bottom: 15px;
  }
  .stats-strip {
    padding: 20px;
  }
}
.stats-card {
  background: #fff;
  border-radius: 120px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
  margin-top: -50px;
  padding: 20px;
}
.gradient-box {
  background: linear-gradient(45deg, #ff6b6b, #ff3385);
  color: white;
  border-radius: 80px;
  padding: 30px;
  font-weight: 600;
}
.stats-card h3 {
  color: #1E1765;
}
/* Color Palette from Image */ :root {
  --brand-blue: #253995;
  --text-navy: #2B2B5E;
  --brand-orange: #FF5A2C;
}
/* Nav Link Styling */
.nav-link {}
.nav-link:hover, .nav-link.active {
  color: var(--brand-blue) !important;
}

/* Adjust position for mobile devices */
@media (max-width: 967px) {
    .stats-cardspc {
        padding: 20px 0px;
    }
}










/* Dropdown Menu Styling */
.dropdown-menu {
  border-radius: 12px;
  padding: 10px;
  min-width: 220px;
}
.dropdown-item {
  color: var(--text-navy);
  padding: 10px 15px;
  font-weight: 500;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.2s ease;
}
.dropdown-item:hover {
  background-color: #f8f9ff;
  color: var(--brand-blue);
  padding-left: 20px; /* Subtle slide effect */
}
/* The "Get a Quote" Button */
.btn-quote {
  background-color: var(--brand-blue);
  color: #ffffff !important;
  border-radius: 50px; /* Fully rounded */
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}
.btn-quote:hover {
  background-color: #1a2a75;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(37, 57, 149, 0.3);
}
.fs-xs {
  font-size: 0.75rem; /* Smaller icon inside button */
}
/* Remove arrow if desired, or style it */
.dropdown-toggle::after {
  vertical-align: middle;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
}
/* Only apply hover effect on Desktop */
@media (min-width: 992px) {
  .hover-dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; /* Align with the navbar */
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.3s ease;
  }
  .hover-dropdown > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }
  /* Keep the menu open when moving mouse from link to menu */
  .hover-dropdown .dropdown-toggle::after {
    transition: transform 0.2s;
  }
  .hover-dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
/* Color Palette */ :root {
  --navy-blue: #1E2B7E;
  --orange-accent: #FF5A2C;
  --text-gray: #6B7280;
  --border-light: #F3F4F6;
}
.text-navy {
  color: #1E1765;
}
.section-subtitle-orange {
  color: #FE5C29;
  font-weight: 600;
  font-size: 0.95rem;
}
/* Card Base Style */
.choose-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 40px 25px;
  height: 100%;
  transition: all 0.3s ease;
  cursor: default;
}
.choose-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1E1765;
  margin-bottom: 15px;
}
.choose-card p {
  font-size: 0.9rem;
  color: var(--text-gray);
  line-height: 1.6;
  margin-bottom: 0;
}
/* Icon Wrappers */
.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.icon-circle img {
  width: 70px;
    height: 68px;
}
/* Specific background colors for circles */
.bg-pink-light {
  background-color: #FFF0F3;
}
.bg-orange-light {
  background-color: #FFF7F0;
}
.bg-blue-light {
  background-color: #F0F5FF;
}
/* The Active Card (Blue) */
.choose-card.active {
 background-color: #1E3497;
  border-color: #1E3497;
  box-shadow: 0 10px 30px rgba(30, 43, 126, 0.2);
}
.choose-card.active h4, .choose-card.active p {
  color: #ffffff;
}
.choose-card.active .icon-circle {
  /*background-color: rgba(255, 255, 255, 0.15);*/
}
/* Hover Effect for standard cards */
.choose-card:not(.active):hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.05);
  border-color: #1E3497;
}
.choose-card.active:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.05);
  border-color: #1E3497;
}
/* --- RFP Section Styles --- */
.rfp-section {
  background-color: #1e2586; /* Deep blue base */
  background-image: url(../img/Proposal_bg.png);
	background-position: right;
  overflow: hidden;
}
.fw-800 {
  font-weight: 800;
}
.max-width-450 {
  max-width: 450px;
}
/* The Glass Card Container */
.rfp-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}
/* Glassmorphism Inputs */
.rfp-input {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  border-radius: 10px;
  padding: 12px 20px;
  transition: all 0.3s ease;
}
.rfp-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
.rfp-input:focus {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow: none;
}
/* Specific Buttons */
.btn-gradient-pink {
  background: linear-gradient(90deg, #ff7e5f 0%, #feb47b 40%, #ff2e95 100%);
  color: white;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease;
}
.btn-gradient-pink:hover {
  transform: translateY(-3px);
  color: white;
}
.btn-white-submit {
  background-color: #ffffff;
  color: #1e2586;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.btn-white-submit:hover {
  background-color: #f0f0f0;
  transform: scale(1.02);
}
/* Mobile Adjustments */
@media (max-width: 991px) {
  .rfp-section {
    text-align: center;
  }
  .max-width-450 {
    margin: 0 auto;
  }
}
/* --- Client Section Styles --- */
.client-section {
  background-color: ; /* Solid black background from design */
}
.text-orange {
  color: #FE5C29;
  letter-spacing: 1px;
}





/* --- Projects Section Variables --- */
:root {
    --navy-blue: #1E266E;
    --project-gradient: linear-gradient(90deg, #FF7E5F 0%, #FF2E95 100%);
}

.project-tagline {
    color: var(--navy-blue);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}

/* Bullet points around the tagline */
.project-tagline::before, .project-tagline::after {
    content: "•";
    margin: 0 10px;
    color: #ccc;
}



/* Card Styling */
.project-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

.project-img-container {
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}

.project-img-container img {
    transition: transform 0.5s ease;
    width: 100%;
}

.project-card:hover .project-img-container img {
    transform: scale(1.05);
}

/* Gradient Button Styling */
.btn-view-project {
    display: inline-block;
    background: var(--project-gradient);
    color: white !important;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 46, 149, 0.3);
}

.btn-view-project:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

/* Responsive spacing fix */
@media (max-width: 991px) {
    .project-card { margin-bottom: 20px; }
}






/* --- 21. Footer --- */
footer {
  background-color: #1e2586;
 background-image: url(../img/Footer_bg.png);
  color: rgba(255, 255, 255, 0.8);
  padding: 60px 0 20px 0;
  font-size: 0.9rem;
}
.footer-logo {
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 15px;
  display: block;
}
.footer-whitecolor {
  color: #fff;
}
.footer-heading {
  color: var(--white);
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1rem;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: 0.3s;
}
.footer-links a:hover {
  color: #FE5C29;
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 0.8rem;
  text-align: center;
}








/* --- Back to Top Button --- */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 9999; /* Ensure it stays above all other content */
    background: linear-gradient(90deg, #FF7E5F, #FF2E95);
    color: #ffffff !important;
    border-radius: 50%; /* Perfect circle */
    text-decoration: none;
    font-size: 2rem;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    
    /* Initially hidden */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 46, 149, 0.4) !important;
}

/* Class to trigger appearance via JavaScript */
.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Adjust position for mobile devices */
@media (max-width: 767px) {
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 1.8rem;
    }
}
