/*
Theme Name: Urban Axis
Text Domain: Urban Axis
Author: Hemangi
Description: Custom Urban Axis Theme
Version: 1.0
*/


body{margin:0; font-family:'Poppins', Arial, sans-serif}
.container{max-width:1200px;margin:auto;padding:60px 20px}
.hero{background:#9c9c9c;height:420px;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:bold}
.services,.projects,.brands{background:#f7f7f7}
.services-grid,.projects-grid,.brands-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.card{background:#fff;padding:30px;text-align:center}
.about{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.stats{background:#f47920;color:#fff;padding:30px;margin-top:20px}
footer{background:#0e0e0e;color:#fff;padding:40px}


/* ---------- Responsive ---------- */
@media(max-width:1024px){
  .services-grid,.projects-grid,.brands-grid{grid-template-columns:repeat(2,1fr);}
  .about{grid-template-columns:1fr;}
}
@media(max-width:600px){
  .services-grid,.projects-grid,.brands-grid{grid-template-columns:1fr;}
  .hero{height:300px;font-size:28px}
}

/* ---------- Hero Slider ---------- */
.hero-slider{position:relative;height:480px;overflow:hidden}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease;background-size:cover;background-position:center}
.hero-slide.active{opacity:1}
.hero-overlay{background:rgba(0,0,0,.45);height:100%}
.hero-content{color:#fff;max-width:500px;padding:120px 60px}
.hero-content h1{font-size:44px;margin-bottom:20px}
.hero-content p{font-size:18px}


/* ---------- Slider Controls ---------- */
.slider-arrow{
 position:absolute;top:50%;transform:translateY(-50%);
 background:rgba(0,0,0,.6);color:#fff;
 width:48px;height:48px;
 display:flex;align-items:center;justify-content:center;
 cursor:pointer;font-size:22px;z-index:5;
}
.slider-arrow.left{left:20px}
.slider-arrow.right{right:20px}

.slider-dots{
 position:absolute;bottom:30px;left:50%;transform:translateX(-50%);
 display:flex;gap:10px;z-index:5;
}
.slider-dots span{
 width:12px;height:12px;border-radius:50%;
 background:#fff;opacity:.5;cursor:pointer;
}
.slider-dots span.active{opacity:1;background:#f47920}

.hero-content .btn{
 display:inline-block;margin-top:20px;
 background:#f47920;color:#fff;
 padding:12px 28px;text-decoration:none;
}


/* ---------- Slider Content Spacing Fix ---------- */
/* Adds safe space so left arrow never overlaps content */
.hero-content{
  margin-left:150px;
}

@media(max-width:768px){
  .hero-content{
    margin-left:80px;
  }
}

@media(max-width:480px){
  .hero-content{
    margin-left:20px;
    padding:80px 20px;
  }
}


/* ---------- Slider Content Spacing Adjustment ---------- */
/* Reduced spacing by 50px as requested */
.hero-content{
  margin-left:100px;
}

@media(max-width:768px){
  .hero-content{
    margin-left:60px;
  }
}

@media(max-width:480px){
  .hero-content{
    margin-left:20px;
    padding:80px 20px;
  }
}


/* ---------- Slider Content Width Adjustment ---------- */
/* Increase content width to 45% of slider */
.hero-content{
  max-width:45%;
}

/* Responsive overrides */
@media(max-width:1024px){
  .hero-content{
    max-width:60%;
  }
}

@media(max-width:768px){
  .hero-content{
    max-width:80%;
  }
}

@media(max-width:480px){
  .hero-content{
    max-width:100%;
  }
}


/* ---------- Sticky Navigation ---------- */
.site-header{position:sticky;top:0;z-index:999;background:#fff; box-shadow: 0px 0px 8px 0px #ccc}
.site-header.sticky{box-shadow:0 4px 12px rgba(0,0,0,.12)}
.nav-container{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:15px 20px}
.logo{font-size:24px;font-weight:bold}

.main-nav ul{display:flex;gap:30px;list-style:none;margin:0;padding:0}
.main-nav a{text-decoration:none;color:#000;font-weight:600}

.nav-right{display:flex;gap:20px;align-items:center}
.login-btn{background:#f47920;color:#fff;padding:8px 18px;text-decoration:none; text-transform: uppercase; font-weight: 600;}

.hamburger{display:none;font-size:24px;background:none;border:none;cursor:pointer}

/* Mobile */
@media(max-width:768px){
  .main-nav{position:fixed;top:70px;left:0;width:100%;background:#fff;display:none}
  .main-nav ul{flex-direction:column;padding:20px}
  .main-nav.open{display:block}
  .hamburger{display:block;margin-right:15px}
}

body{padding-top:80px}


/* ---------- WordPress Menu Support ---------- */
.main-nav .menu{
  display:flex;
  gap:30px;
  list-style:none;
  margin:0;padding:0;
}
.main-nav .menu li{position:relative}
.main-nav .menu a{
  text-decoration:none;
  color:#000;
  font-weight:600;
}

/* Active menu */
.main-nav .current-menu-item > a{
  color:#f47920;
}

/* Dropdown */
.main-nav .menu li ul{
  position:absolute;
  top:100%;left:0;
  background:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,.12);
  display:none;
  list-style:none;
  padding:15px 0;
}
.main-nav .menu li:hover > ul{display:block}
.main-nav .menu li ul li{
  padding:8px 25px;
  white-space:nowrap;
}

/* Mobile dropdown */
@media(max-width:768px){
  .main-nav .menu{
    flex-direction:column;
    gap:20px;
  }
  .main-nav .menu li ul{
    position:static;
    box-shadow:none;
    padding-left:15px;
  }
}


/* ---------- Nav alignment updates ---------- */
.nav-container{
  justify-content:flex-end;
}

.nav-left{
  margin-right:auto;
  display:flex;
  align-items:center;
}

/* Right-align main menu */
.main-nav{
  margin-left:auto;
}

/* ---------- Remove duplicate contact (handled via menu only) ---------- */
.nav-right .contact-link{
  display:none;
}

/* ---------- Slider content aligned with logo ---------- */
.hero-content{
  margin-left: calc(100px + 40px); /* arrow space + logo alignment */
}

/* ---------- Submenu indicator arrows ---------- */
.main-nav .menu > li.menu-item-has-children > a::after{
  content:"▼";
  font-size:10px;
  margin-left:6px;
}

/* ---------- Mobile nav fixes ---------- */
@media(max-width:768px){
  .nav-left{
    gap:20px;
  }
  .logo img{
    max-height:36px;
  }
}


/* ---------- Sticky Shrink on Scroll ---------- */
.site-header{
  transition:all .3s ease;
}
.site-header.shrink{
  padding:5px 0;
}
.site-header.shrink .logo img{
  max-height:36px;
}

/* ---------- Dropdown Animation ---------- */
.main-nav .menu li ul{
  opacity:0;
  transform:translateY(10px);
  transition:all .25s ease;
}
.main-nav .menu li:hover > ul{
  opacity:1;
  transform:translateY(0);
}

/* ---------- Mobile Slide Drawer ---------- */
@media(max-width:768px){
  .main-nav{
    position:fixed;
    top:0;left:-100%;
    width:80%;
    height:100vh;
    background:#fff;
    padding-top:100px;
    transition:left .3s ease;
    z-index:998;
  }
  .main-nav.open{
    left:0;
  }
}

/* ---------- Accessibility ---------- */
.main-nav a:focus,
.hamburger:focus{
  outline:2px solid #f47920;
}


/* ---------- Contact & Login spacing ---------- */
.nav-right{
  gap:16px;
}

/* ---------- Mobile drawer dark overlay ---------- */
@media(max-width:768px){
  .main-nav{
    background:rgba(0,0,0,.9);
  }
  .main-nav a{
    color:#fff;
  }
  .main-nav .menu li ul{
    display:block;
    opacity:1;
    transform:none;
  }
}

/* ---------- Ensure no top padding ---------- */
body{
  padding-top:0 !important;
}


/* ---------- Overlay ---------- */
.nav-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
  z-index:997;
}
.nav-overlay.active{
  opacity:1;
  visibility:visible;
}

/* ---------- Hamburger Animation ---------- */
.hamburger{
  position:relative;
  width:26px;height:20px;
}
.hamburger span{
  position:absolute;
  left:0;width:100%;height:3px;
  background:#000;
  transition:.3s;
}
.hamburger span:nth-child(1){top:0}
.hamburger span:nth-child(2){top:8px}
.hamburger span:nth-child(3){top:16px}

.hamburger.active span:nth-child(1){
  transform:rotate(45deg);top:8px;
}
.hamburger.active span:nth-child(2){
  opacity:0;
}
.hamburger.active span:nth-child(3){
  transform:rotate(-45deg);top:8px;
}

/* ---------- Mobile Drawer Aesthetic ---------- */
@media(max-width:768px){
  .main-nav a{color:#fff;font-size:18px}
  .main-nav .current-menu-item > a{color:#f47920}
  .main-nav .menu li{
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,.15);
  }
  .main-nav .menu li ul li{
    padding-left:15px;
    opacity:.85;
  }
}

/* ---------- Slider Content Logo Alignment ---------- */
.hero-content{
  padding-left:0;
  margin-left:calc((100vw - 1200px)/2 + 20px);
}
@media(max-width:1200px){
  .hero-content{
    margin-left:100px;
  }
}
@media(max-width:768px){
  .hero-content{
    margin-left:20px;
    max-width:90%;
  }
}


/* ---------- Mobile Nav List UI (as per reference) ---------- */
@media(max-width:768px){
  .main-nav .menu{
    padding:0 20px;
  }

  .main-nav .menu > li{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 0;
    border-bottom:1px solid rgba(255,255,255,.15);
  }

  .main-nav .menu > li > a{
    font-size:16px;
    font-weight:600;
    letter-spacing:.5px;
  }

  /* Right arrow box */
  .main-nav .menu > li.menu-item-has-children::after{
    content:"›";
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.12);
    border-radius:4px;
    color:#fff;
    font-size:18px;
  }

  /* Active item highlight */
  .main-nav .current-menu-item{
    border-left:3px solid #f47920;
    padding-left:12px;
  }

  /* Submenu styling */
  .main-nav .menu li ul{
    padding:10px 0 0 10px;
    background:transparent;
  }
  .main-nav .menu li ul li{
    font-size:14px;
    opacity:.85;
    border-bottom:none;
  }

  /* Social icons footer */
  .mobile-nav-footer{
    margin-top:40px;
    display:flex;
    gap:18px;
    padding:20px;
  }
  .mobile-nav-footer a{
    color:#fff;
    font-size:18px;
    opacity:.85;
  }
}


/* ---------- Mobile slide-right drawer ---------- */
@media(max-width:768px){
  .main-nav{
    left:auto;
    right:-100%;
    transition:right .35s ease;
  }
  .main-nav.open{
    right:0;
  }

  .mobile-nav-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px;
    border-bottom:1px solid rgba(255,255,255,.15);
  }

  .close-nav{
    background:none;
    border:none;
    color:#fff;
    font-size:28px;
  }

  .nav-right{
    display:flex;
    align-items:center;
    gap:16px;
  }
}


/* ---------- Desktop only refinements ---------- */
@media(min-width:769px){
  /* Remove social icons on desktop */
  .mobile-nav-footer{
    display:none;
  }

  /* Add spacing to Login button */
  .nav-right .login-btn{
    margin-left:20px;
  }
}

/* ---------- Mobile header refinements ---------- */
@media(max-width:768px){
  .nav-right{
    display:flex;
    align-items:center;
    gap:14px;
  }
}


/* ---------- Scroll To Top Button ---------- */
.scroll-top{
  position:fixed;
  bottom:30px;
  right:30px;
  width:46px;
  height:46px;
  border-radius:50%;
  background:#f47920;
  color:#fff;
  border:none;
  font-size:20px;
  cursor:pointer;
  display:none;
  align-items:center;
  justify-content:center;
  z-index:999;
}
.scroll-top.show{
  display:flex;
}


/* ---------- Mobile: Hamburger extreme right ---------- */
@media(max-width:768px){
  .nav-right{
    justify-content:flex-end;
  }
}


/* ===== Final Requested Adjustments ===== */

/* Mobile only: ensure hamburger is extreme right after Login */
@media (max-width: 768px) {
  .nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .nav-right .hamburger {
    margin-left: 12px;
  }
}


/* ===== Mobile Header: Hamburger Extreme Right (After Login) ===== */
@media (max-width: 768px) {
  .nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }

  .nav-right .login-btn {
    order: 1;
  }

  .nav-right .hamburger {
    order: 2;
    margin-left: 12px;
  }
}


/* ===== FINAL FIX: Mobile Hamburger Extreme Right ===== */
@media (max-width: 768px) {
  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
  }

  .nav-right .hamburger {
    margin-left: 12px;
  }
}


/* ===== Mobile Slider Menu: Slide Right Animation & Hierarchy ===== */
@media (max-width: 768px) {

  /* Slide in from right */
  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    left: auto;
    width: 85%;
    height: 100vh;
    background: rgba(0,0,0,0.95);
    transition: right 0.35s ease;
    z-index: 998;
    padding-bottom: 40px;
  }

  .main-nav.open {
    right: 0;
  }

  /* Header inside drawer */
  .mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }

  .mobile-nav-header .logo img {
    max-height: 36px;
  }

  .close-nav {
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
  }

  /* Menu list hierarchy */
  .main-nav .menu {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 14px;
  }

  .main-nav .menu > li > a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }

  /* Login button styling */
  .main-nav .menu .login-btn {
    background: #f47920;
    color: #fff;
    padding: 12px 18px;
    border-radius: 4px;
    text-align: center;
    margin-top: 10px;
  }

  /* Social icons at bottom */
  .mobile-nav-footer {
    margin-top: auto;
    padding: 20px;
    display: flex;
    gap: 16px;
  }

  .mobile-nav-footer a {
    color: #fff;
    opacity: 0.85;
    font-size: 18px;
  }
}


/* ===== Mobile Slider Menu Final Behaviour ===== */
@media (max-width: 768px) {

  /* Overlay */
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 997;
  }

  .nav-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* Drawer hierarchy spacing */
  .mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
  }

  .main-nav .menu {
    padding: 24px 20px;
  }

  .main-nav .menu > li {
    margin-bottom: 14px;
  }

  .main-nav .menu > li:last-child {
    margin-bottom: 0;
  }

  /* Login CTA */
  .main-nav .menu .login-btn {
    background: #f47920;
    color: #fff;
    padding: 12px 18px;
    border-radius: 4px;
    text-align: center;
    margin-top: 12px;
    display: inline-block;
  }

  /* Social icons at bottom */
  .mobile-nav-footer {
    margin-top: auto;
    padding: 20px;
    display: flex;
    gap: 16px;
  }
}


/* ===== Mobile Slider: Scroll Lock & Scrollable Drawer ===== */
@media (max-width: 768px) {

  body.nav-open {
    overflow: hidden;
    height: 100vh;
  }

  .main-nav {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .main-nav .menu {
    flex: 1;
  }

  .mobile-nav-footer {
    margin-top: auto;
  }
}


/* ================= CLEAN MOBILE NAV REBUILD ================= */

.hamburger{
  background:none;border:none;cursor:pointer;
}
.hamburger span{
  display:block;width:22px;height:2px;background:#000;margin:4px 0;
}

/* Drawer base */
.mobile-drawer{
  position:fixed;
  top:0;right:-100%;
  width:85%;
  height:100vh;
  background:#000;
  color:#fff;
  display:flex;
  flex-direction:column;
  transition:right .35s ease;
  z-index:999;
}

.mobile-drawer.open{ right:0; }

.mobile-drawer-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 20px;
  border-bottom:1px solid rgba(255,255,255,.15);
}

.drawer-close{
  background:none;border:none;color:#fff;font-size:26px;
}

.drawer-menu{
  flex:1;
  padding:20px;
  overflow-y:auto;
}

.drawer-list li{
  margin-bottom:14px;
}
.drawer-list a{
  color:#fff;font-size:18px;font-weight:600;text-decoration:none;
}

.drawer-login{
  display:block;
  margin-top:20px;
  background:#f47920;
  color:#fff;
  padding:12px;
  text-align:center;
}

.drawer-footer{
  padding:20px;
  border-top:1px solid rgba(255,255,255,.15);
  display:flex;
  gap:16px;
}

.drawer-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.5);
  opacity:0;
  visibility:hidden;
  transition:.3s;
  z-index:998;
}

.drawer-overlay.active{
  opacity:1;
  visibility:visible;
}

body.drawer-open{
  overflow:hidden;
}

@media(min-width:769px){
  .hamburger,
  .mobile-drawer,
  .drawer-overlay{
    display:none;
  }
}


/* ================= DESKTOP NAV FIX ================= */

.desktop-nav {
  display: flex;
}

.desktop-menu {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.desktop-menu a {
  text-decoration: none;
  color: #222;
  font-weight: 700;
  padding: 35px 0;	
  transition: all 500ms ease;	
  text-transform: uppercase;
	font-size: 0.95em;
}

/* Hide mobile elements on desktop */
@media (min-width: 769px) {
  .hamburger,
  .mobile-drawer,
  .drawer-overlay {
    display: none !important;
  }
}

/* Hide desktop nav on mobile */
@media (max-width: 768px) {
  .desktop-nav {
    display: none;
  }
}


/* ================= DROPDOWN FIX ================= */

/* Desktop dropdown (hover) */
.desktop-menu li {
  position: relative;
}

.desktop-menu li ul {
  position: absolute;
  top: 186%;
  left: 0;
  min-width: 200px;
  background: #fff;
  opacity: 0;
  list-style: none;
	transform: translateY(0);
  padding: 10px 0;
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
	transition: all 100ms ease;
  z-index: 99;
}

.desktop-menu li:hover > ul {
  display: block;
transform: translateY(30);
	opacity:100;
}

.desktop-menu li ul li {
  padding: 8px 20px;
}

.desktop-menu li ul a {
  color: #000;
  font-weight: 600;
	text-transform: none;
}

/* Mobile dropdown (accordion) */
@media (max-width: 768px) {
  .drawer-list li {
    position: relative;
  }

  .drawer-list li ul {
    display: none;
    padding-left: 15px;
    margin-top: 8px;
  }

  .drawer-list li.open > ul {
    display: block;
  }

  .drawer-list li.menu-item-has-children > a::after {
    
    float: right;
	  padding-left: 5px;
	  font-size: 15px;
    font-family: "FontAwesome";
    content: "\f107";
  }
}


/* ================= DESKTOP DROPDOWN ARROW + ACTIVE STATE ================= */

/* Arrow indicator for dropdowns (desktop) */
.desktop-menu li.menu-item-has-children > a::after {
  float: right;
	  padding-left: 5px;
	  font-size: 15px;
    font-family: "FontAwesome";
    content: "\f107";
}

/* Active menu item */
.desktop-menu .current-menu-item > a,
.desktop-menu .current-menu-ancestor > a {
  color: #f47920;
}

/* Hover state refinement */
.desktop-menu li > a:hover {
  color: #f47920;
}


/* ================= ARROW SIZE UPDATE (DESKTOP + MOBILE) ================= */


/* Mobile dropdown arrow – 75% bigger */
@media (max-width: 768px) {
  .drawer-list li.menu-item-has-children > a::after {
    font-size: 24px; /* increased for better tap visibility */
  }
}


/* ================= FOOTER ================= */
.site-footer{
  background:#11161E;
  color:#bfc6cf;
  padding:55px 0 0;
}

.footer-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr 1.2fr;
  gap:40px;
  padding:0 20px;
  font-size: 14px;
}

.footer-logo{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:22px;
  font-weight:700;
  color:#fff;
}

.footer-logo a:before, .footer-about-text a:before{
	content:"";
}

.footer-col h4{
    color: #fff;
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 700;
}

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

.footer-col ul li{
  margin-bottom:15px;
  font-size:14px;
  padding-left: 2px;
}

.footer-social{
  display:flex;
  gap:10px;
  margin-top:20px;
}

.footer-social a{
  width:36px;
  height:36px;
  border-radius:50%;
  background:#fff;
  color:#000;
  display:flex;
  align-items:center;
  justify-content:center;
	transition: all 0.3s;

}

.footer-social a:hover{
	background: #fd7e14;
	color: #fff;
}

.footer-social a:before{
	display: none;
}

.footer-social a i{
	font-style: normal;
	font-family: "FontAwesome";
}

.footer-instagram .insta-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
}

.footer-instagram .insta-grid span{
  display:block;
  background:#333;
  padding-top:100%;
}

.footer-bottom{
  margin-top:50px;
  text-align:center;
  padding:20px 0;
  background: #0e131a;
  font-size:13px;
}

@media(max-width:768px){
  .footer-container{
    grid-template-columns:1fr;
  }
}


/* Back to Top */

#backToTop.show{opacity:1;visibility:visible;}


/* Footer social icon fix */
.footer-social a {
  cursor: pointer !important;
  pointer-events: auto !important;
  opacity: 1 !important;
}

.footer-social a[href=""],
.footer-social a:not([href]) {
  display: none !important;
}

/* Hide social icons when URL empty */
.footer-social a[href=""],
.footer-social a:not([href]) {
  display: none !important;
}


.footer-links {
  list-style:none;
  padding:0;
  margin:0;
}
.footer-links li {
  margin-bottom:6px;
}
.footer-links a {
  color:#bfc6cf;
  text-decoration:none;
  transition: all 0.3s;
	
}
.footer-links a:hover {
  color:#fff;
}


/* Footer links hover behavior */
footer a {
  text-decoration: none;
}

footer a i.fa {
  margin-right: 8px;
  transition: all 0.3s ease;
}


footer a i.fa-angle-right:before {
  content: "\f105";
}


/* Footer link icon using ::before (Font Awesome) */
footer a {
  position: relative;
  text-decoration: none;
}

footer a::before {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  transition: color 0.3s ease;
	font-weight: 600;
}

footer a:hover::before {
  color: inherit;
}


/* Back to top icon */



/* Back To Top button (overwritten) */
#backToTop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  background: #fd7e14;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, transform .3s ease;
  z-index: 99999;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}

#backToTop::before {
  content: "\f106";
  font-family: "FontAwesome";
  line-height: 1;
}

/* Ensure no margin from FA defaults */
.fa-angle-up:before {
  margin-right: 0;
}




.service-card {
    background: #fff;
    transition: background 0.4s ease, color 0.4s ease;
	animation : auto ease 0s 1 normal none running none;
  }

  .service-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #f47920;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.4s ease;
  }

  .service-icon svg {
    width: 40px;
    height: 40px;
    fill: #fff;
    transition: stroke 0.4s ease;
  }

  .service-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    transition: color 0.4s ease;
  }

  .service-text {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    transition: color 0.4s ease;
  }

  /* Hover State */
  .service-card:hover {
    background: #f47920;
  }

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

  .service-card:hover .service-title,
  .service-card:hover .service-text {
    color: #fff;
  }

  .service-card:hover .service-icon svg {
    fill: #222;
  }



