:root {
  /* --c1:#3b8346;  */
  --c1: #da3a48;
  --c3: #e4836c;
  /* --c3:rgb(60, 57, 49); */
  --c4: #142b3b;
  --bg: #000000;
  --bg2: #72935622;
  --w: #ffffff;

}

/* html {
  scroll-behavior: smooth;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
} */

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1 {
  color: var(--c1) !important;
}

.c2 {
  color: var(--c2) !important;
}

.c3 {
  color: var(--c3) !important;
}

.c4 {
  color: var(--c4) !important;
}

.bg {
  background-color: var(--bg);
}

/* .c5{
  color: var(--c5) !important;
} */
.w {
  color: #fff !important;
}

.b {
  color: black !important;
}

a {
  text-decoration: none !important;
}

.ls {
  letter-spacing: 1px;
}

.lh {
  line-height: 2rem !important;
}

p {
  color: #3d3931;
  line-height: 1.5rem;
  font-size: 16px;
  letter-spacing: 1px;
}

@font-face {
  font-family: 'degular';
  src: url(../degular-regular.otf);
}

.hf {
  font-family: 'degular' !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'degular' !important;
}

html {
  width: 100vw !important;
  overflow-x: hidden !important;

}

body {
  margin: 0% !important;
  padding: 0% !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  font-family: 'degular' !important;
  /* overflow-x: hidden !important; */
  letter-spacing: 1px;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  color: #3d3931;
  background-color: var(--c2) !important;
}


* {
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top {
  background-color: var(--c2);
  /* position: relative; */
}

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  /* color: #fff !important; */
  letter-spacing: 1px;
}

.first-bx-img {
  width: 28px;
}

.top-nv-soc-img {
  width: 20px;
}

.get-help {
  background-color: var(--c1) !important;
  border-radius: 0% !important;
  color: #ffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

.cus-img {
  width: 20%;
}

.cus-text {
  text-align: start;
}


/* top first section */

.first-top {
  background-color: #fff;
  /* position: relative; */
}

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  color: #191919;
  letter-spacing: 0.8px;
}

.first-bx-img {
  width: 25px;
}

.top-nv-soc-img {
  width: 19px;

}

/* Hide the "Powered by Google Translate" text and logo */
.goog-logo-link,
.goog-te-gadget span,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

/* Hide the dropdown icon */
.goog-te-combo {
  margin: 0 auto;
  display: block;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;

}

/* Center the translate element */
#google_translate_element_1 {
  text-align: center;
}

/* .skiptranslate iframe{
  display: none !important;
} */
/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn {
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.nav-icon {
  width: 40px;
}

.icon-top-count {
  background-color: #ffffff;
  color: #000 !important;
}

/* nav bar */
.home-nav {
  display: none !important;
}

.navbar {
  position: relative;
  transition: all .5s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
}

.navbar::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -2;
  background-color: #000 !important;
}

.newnav::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -2;
  background-color: var(--w) !important;
}

.logo {
  width: 128px;
  /* height: 69px; */

}

.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;

}

.navbar .logo-in-nv {
  display: none !important;
  transition: all .5s;
}

.newnav .logo-in-nv {
  display: flex !important;
  transition: all .5s;
}

.logo-out-nv-hide {
  display: none;
  transition: all .5s;
}

.newnav .nav-menus {
  justify-content: center !important;
}

.newnav {
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  /* background-color: var(--bg) !important; */
  background: #ffffff !important;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
  /* animation: mymove .5s ; */
  /* border-bottom: 1px solid var(--c1); */
  /* display: unset !important; */
}

.home-d-nav {
  display: unset !important;
}

/* .newnav .nav-link{
  color: #fff;
} */
@keyframes mymove {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translatey(0%);
  }
}

.dropdown-item {
  color: black !important;
}

.search-bx {
  width: 40%;
}

.serc-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.nav-item {
  padding: 0px 10px;
  display: flex;
  align-items: center;
}

.nav-link {
  color: #ffff !important;
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}

.newnav .nav-link {
  color: #000 !important;
}

.nav-active {
  /* background-color: var(--c1) !important; */
  /* border-bottom: 2px solid var(--c1) !important; */
  color: var(--c1) !important;
  font-weight: bold !important;
}

.newnav .nav-active {
  color: var(--c1) !important;
}

.newnav .nav-link:hover {
  color: var(--c1) !important;
}

.navbar .nav-link:hover {
  color: var(--c1) !important;
}

.nv-icon {
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-div img {
  width: 40px;
}

/* .icon-div img{
width: 50px;
} */
.icon-div i {
  font-size: 20px;
}

.nv-icon p {
  margin-bottom: 0% !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}

.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item {
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}

.dropdown-item i {
  margin-right: 6px;

}

.dropdown-menu {
  border-radius: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c1) !important;
}

.dropdown-item:hover {
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}

.navbar .dropdown-menu {
  min-width: 220px;
  border-radius: 0% !important;
  border-top: 3px solid var(--c1);
}

/* Open dropdown on hover */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; 
} */

/* Open sub-dropdowns on hover */
.dropdown-menu li:hover>.dropdown-menu {
  display: block;
}

/* Optionally add some transition effects */
/* .dropdown-menu {
  transition: all 0.3s ease;
} */

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}

.navbar .dropdown-item {
  font-size: 14px;
}

/* navbar dropdown */
.dropdown-menu[data-bs-popper] {
  top: 75% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}

.navbar .dropdown-item:hover {
  transform: unset;
  background-color: #f1f8ff !important;
  color: var(--c1) !important;
  transition: all .5s;
}

.nv-fl {
  position: relative;
  overflow: hidden;
}

.nav-flower {
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}

/* .navbar .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: black !important;
} */
/* .newnav .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff !important;
} */
/* .dropdown-toggle:focus{
  color: unset !important;
} */
.newnav .clr-nav-tog {
  color: #fff !important;
}

/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.animate {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.btn-search {
  background-color: var(--c2) !important;

}

.nav-gift {
  width: 20px;
}

.btn-log {
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 50% !important;
}

.mob-s-nav .ab-lgo-bx {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg);
}

.mob-s-nav .ab-lgo-bx img {
  width: 50%;
}

@keyframes trin {

  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

}

.phn {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.grow {
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.user-nav-btn {
  background-color: #e8e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: none;
  border: none;
  width: 55px;
  height: 55px;
}

.nav-user-img {
  width: 30px;

}

.soc-bx:hover .soc-icon {
  animation: gelatine 0.5s;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.nav-bx-ser {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.nav-text-ser {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  transition: all 2s;
}

.nav-text-ser .i {
  font-size: 14px;
}

.nav-bx-ser::before {
  content: '';
  height: 100%;
  width: 0px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  /* display: none; */
  transition: all .5s;
}

.nav-bx-ser:hover::before {
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  display: block;
  transition: all .8s;
}

.nav-bx-ser:hover .nav-text-ser {
  color: #fff;
  transition: all .5s;
}

.nav-bx-ser::after {
  content: '';
  height: 100%;
  width: 0%;
  background-color: var(--c1);
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
  /* display: none; */
  transition: all 1s;
}

.nav-bx-ser:hover::after {
  content: '';
  width: 100%;
  z-index: -1;
  /* display: none; */
  transition: all .5s;
}

.active-nav-bx-ser {
  background-color: var(--c1);
  position: relative;
}

.active-nav-bx-ser::before {
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
}

.active-nav-bx-ser .nav-text-ser {
  color: #fff;
}


/* navbar dropdown */
/* .dropdown-menu[data-bs-popper] {
  top: 100% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}
.navbar .dropdown-item:hover{
transform: unset;
  background-color: #f9dede !important;
  color: var(--c1) !important;
  transition: all .5s;
} */

/* --- mega menu ----- */
.custom-mega-menu {
  position: static;
}

.custom-mega-menu .custom-dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  padding: 0;
  margin: 0;
  display: none;
  /* Hide by default */
}

.custom-mega-menu-container {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}

.custom-mega-menu-column {
  flex: 1 1 25%;
  padding: 1rem;
  box-sizing: border-box;
}

.custom-dropdown:hover .custom-dropdown-menu,
.custom-dropdown.show .custom-dropdown-menu {
  display: block;
}

.custom-dropdown-submenu {
  position: relative;
}

.custom-dropdown-submenu:hover .custom-dropdown-menu,
.custom-dropdown-submenu.show .custom-dropdown-menu {
  display: block;
}

.custom-dropdown-submenu .custom-dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  /* Hide by default */
}

.small-p {
  font-size: 14px;
  margin-bottom: 2px;
}

.custom-dropdown-submenu a {
  color: #000;
}

.custom-dropdown-menu {
  margin-left: 10%;
  margin-top: 1.5rem;
}

/* .custom-dropdown-item {
  width: 100%;
} */
.in-drop:hover {
  background-color: #70b6e2;
  margin-top: 1.5rem;
}

.sub-dropdown-item:hover {
  background-color: #70b6e2 !important;
  width: 100%;
}

.new-add-menu {
  left: 5% !important;
  top: 100% !important;
}

.mega-in .nav-link {
  color: #000 !important;
}

.mega-in .nav-link:hover {
  color: var(--c1) !important;
}

@media (max-width: 992px) {
  .custom-mega-menu-column {
    flex: 1 1 50%;
  }

  .custom-dropdown-menu {
    margin-left: 10%;
    margin-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .custom-mega-menu-column {
    flex: 1 1 100%;
  }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }

}

/* ============ desktop view .end// ============ */

.treat-you-main {
  position: relative;
}

.treat-you-left {
  /* position: absolute; */
}

.treat-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.tret-you-right p {
  font-size: 14.5px;
}

/* ============ mobile view ============ */
@media(max-width: 991px) {

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}

.enq-btn-nv {
  display: flex !important;
  align-items: center;
}

.nv-rnd {
  background-color: #97815535;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
}

.nv-rnd-img {
  width: 45%;
  z-index: 3;
}

.nv-rnd::after {
  content: '';
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-color: var(--c1);
  position: absolute;
}



/* call and whats app */
.fix-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 5%;
  left: 1%;
  z-index: 60;
}

.fix-img {
  width: 30px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.in-fix-box {
  display: flex;
  align-items: center;
  background-color: #40c351;
  border-radius: 12px;
}

.in-fix-p {
  color: #FFF;
}

.call-fix-side {
  /* width: 40px;
  height: 40px;*/
  border-radius: 50%;
  /* background-color: #222; */
  border: 3px solid #fff;
  /* position: fixed;
  left: 1%;
  bottom: 5%;
  z-index: 60; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-img-fix {
  width: 40px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

}

@keyframes trin {

  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

}

.cal-nv-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  position: relative;
  width: 170px;
  font-size: 13px !important;
  transition: all .5s;
}

.btn-round-bx {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  left: -10%;
}

.call-nv {
  width: 20px;
}

.cal-nv-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all .5s;
}


.shine-btn {
  background-color: var(--c1) !important;
  /* background-image: linear-gradient(to right, #000000 0%, #0d0d0d  51%, #000000  100%) !important; */
  color: #ffff !important;
  border-radius: 5px;
  /* box-shadow: 0 0 20px #eee; */
  transition: 0.5s;
  background-size: 200% auto;
  display: block;
  position: relative;
  overflow: hidden;

}

.shine-btn:focus {
  color: #fff;
  outline: none;
}

.shine-btn:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

/* .shine-btn:hover{
	color:#fff;
} */
.shine-btn:before {
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.nav-tp-bx {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-tp-bx-img {
  width: 50%;
}

.nav-tp {
  display: flex;
  align-items: center;
}

.soc-nv-rnd {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.soc-nv-rnd img {
  width: 50%;
}

.nv-btn {
  /* background-color: var(--bg) !important; */
  color: #f7f3f3 !important;
  height: 55px;
  letter-spacing: 1px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.nv-btn::before {
  content: '';
  background-color: var(--c1) !important;
  z-index: -1;
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.nv-btn::after {
  content: '';
  background-color: #000 !important;
  z-index: -1;
  position: absolute;
  left: 0%;
  bottom: -100%;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.nv-btn:hover::after {
  bottom: 0%;
  transition: all .5s;
}

.js {
  text-align: justify !important;
}



/* Mega menu appearance */
.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);

  display: none;
  /* keep for JS */
  opacity: 0;
  /* start hidden */
  transform: translateY(-20px);
  /* start slightly above */
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.25, 1.2, 0.5, 1);
  z-index: 1200;
  overflow-y: scroll;
  max-height: 80vh;
}

/* JS will add show-menu to parent */
.nav-item.dropdown.show-menu .mega-menu {
  display: block;
  /* makes menu appear instantly */
  transform: translateY(-20);
}

/* animate after displayed */
.nav-item.dropdown.show-menu.animate .mega-menu {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered columns */
.mega-menu .row>div {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.25, 1.2, 0.5, 1);
}

.nav-item.dropdown.show-menu.animate .mega-menu .row>div:nth-child(1) {
  transition-delay: 0.05s;
  opacity: 1;
  transform: translateY(0);
}

.nav-item.dropdown.show-menu.animate .mega-menu .row>div:nth-child(2) {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateY(0);
}

.nav-item.dropdown.show-menu.animate .mega-menu .row>div:nth-child(3) {
  transition-delay: 0.15s;
  opacity: 1;
  transform: translateY(0);
}

.nav-item.dropdown.show-menu.animate .mega-menu .row>div:nth-child(4) {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateY(0);
}


.seo-card {
  display: flex;
  gap: 10px;
  background: #f7f9fb;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.seo-card .icon {
  font-size: 20px;
  color: var(--c1);
  width: 34px;
  text-align: center;
}

.seo-card .content a {
  font-weight: 600;
  color: #111;
  text-decoration: none;
}

.seo-card .content p {
  margin: 0;
  font-size: 13px;
  color: #666;
}

/* --- mobile fixes --- */
#mobileSEOToggle {
  width: 100%;
  background: none;
  border: none;
  font-size: 1rem;
}

#mobileSEOToggle i {
  transition: transform 0.25s ease;
}

.mobile-open-arrow {
  transform: rotate(180deg);
}

/* Prevent SEO text from jumping upward */
#mobileSEOToggle {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

#mobileSEOWrapper {
  margin-top: 0.5rem !important;
}

.mob-menu .accordion-item {
  border: none !important;
  background: unset !important;
  margin-bottom: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.mob-menu .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: unset !important;
  box-shadow: unset !important;
}

.mob-menu .accordion-button {
  background: unset !important;
  padding-left: unset !important;
  padding-right: unset !important;
  padding-top: unset !important;
  /* font-weight: 600 !important; */
}

.mob-menu .accordion-body a {
  color: #000 !important;
}

.mob-menu .accordion-body {
  padding: unset !important;
}

.nv-cr-main-p {
  font-weight: 600;
  font-size: 15px;
}

.nv-crd-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
}

.nv-crd-in-img {
  width: 60%;
}

.nv-crds {
  transition: all .5s;
}

.nv-crds:hover {
  background-color: #f7f9fb;
}

/* ----------- hero ------------- */

.hero {
  /* min-height: 80vh;hy  */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* background-image: url(../images/hero-bg-2.png); */

  background-size: cover;
}

.hero::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  /* background-image: url(../images/hero-4.jpg); */
  background-size: cover;
  background-position: left bottom;
  z-index: -2;
}

.btn-c1 {
  background-image: linear-gradient(to right, #D31027 0%, #EA384D 51%, #D31027 100%) !important;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white !important;
  /* box-shadow: 0 0 20px #eee; */
  border-radius: 10px !important;
  display: block;
  padding: .8rem 2rem !important;
}

.btn-c1:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff !important;
  text-decoration: none;
  transition: all 0.5s;
}

.hero-like {
  width: 100%;
  position: absolute;
  z-index: -1;
  object-fit: contain;
}

.floating {
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 15px);
  }

  to {
    transform: translate(0, -0px);
  }
}

/* -- award section -- */
.award-bx {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.award-img {
  width: 30%;
}

.cen-bx-aw {
  border-left: 1px solid var(--c1);
  border-right: 1px solid var(--c1);
}

/* --- about section --- */
.seo-section {
  background: #fff;
  color: #000;
}

.sub-title {
  color: #777;
  letter-spacing: 1px;
}

.highlight {
  position: relative;
  display: inline-block;
}

.highlight::after {
  content: "";
  position: absolute;
  bottom: 0.2em;
  left: 0;
  width: 100%;
  height: 0.2em;
  background: var(--c1);
  opacity: 0.8;
  border-radius: 10px;
  z-index: -1;
}

.custom-accordion .accordion-item {
  border-top: 1px solid #ddd;
  padding: 20px 0;
  cursor: pointer;
}

.custom-accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-accordion .accordion-header h5 {
  font-weight: 700;
}

.accordion-icon {
  font-size: 1.8rem;
  color: var(--c1);
  transition: transform 0.3s;
}

.accordion-item.active .accordion-icon {
  transform: rotate(45deg);
}

.accordion-content {
  display: none;
  margin-top: 10px;
  color: #555;
  transition: all 0.3s ease;
}

.accordion-item.active .accordion-content {
  display: block;
}

.icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

/* ---- seo services --- */
.ser-seo-crd {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  border-top: 2px solid var(--c1);
}

.num-rnd {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  border: 1px solid var(--c1);
}

.in-ser-link {
  background-color: #da3a4737;
  color: var(--c1) !important;
  font-size: 14px;
}

.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  cursor: pointer;
}

.faq-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.faq-number {
  color: var(--c1);
  font-weight: 600;
  font-size: 20px;
  flex-shrink: 0;
}

.faq-question {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.faq-toggle {
  font-size: 24px;
  color: #111;
  flex-shrink: 0;
  line-height: 1;
  transition: 0.3s ease;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  padding-left: 45px;
}

.faq-content p {
  margin: 15px 0 0;
  font-size: 16px;
  color: #333;
}

.faq-item.active .faq-content {
  max-height: 300px;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: var(--c1);
}

/* ----------------- */
.check-img {
  width: 30px;
}

/* Solution Section */
.solution-main-heading {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--text-dark);
  letter-spacing: -0.025em;
}

.solution-accordion-wrapper {
  background: transparent;
}

.solution-card {
  border: none;
  background: white;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}

.solution-toggle-btn {
  background: white;
  border: none;
  padding: 20px 24px;
  font-weight: 600;
  color: var(--text-dark);
  border-radius: 12px;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.solution-toggle-btn:not(.collapsed) {
  background: white;
  color: var(--c1);
  box-shadow: none;
}

.solution-toggle-btn:focus {
  box-shadow: none;
  border-color: transparent;
}

.solution-toggle-btn::after {
  display: none;
}

.solution-question-text {
  font-size: 1.125rem;
  font-weight: 600;
  flex: 1;
}

.solution-toggle-btn:not(.collapsed) .solution-question-text {
  color: var(--c1);
}

.solution-answer-container {
  padding: 0 24px 24px 24px;
  background: white;
}

.solution-answer-text {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.solution-arrow-icon {
  color: var(--c1);
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.solution-toggle-btn:not(.collapsed) .solution-arrow-icon {
  transform: rotate(180deg);
}

/* Image Section */
.team-image-display {
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  height: 400px;
}

/* Progress Circles */
.stat-progress-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: conic-gradient(#f3f4f6 0deg, #f3f4f6 360deg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 8px 25px rgba(218, 58, 72, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.stat-progress-circle:hover {
  box-shadow: 0 12px 35px rgba(218, 58, 72, 0.2), 0 6px 16px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
}

.stat-progress-circle::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 130px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 50%;
  z-index: 1;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.stat-percentage-value {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--c1);
  z-index: 2;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.stat-label-text {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  letter-spacing: 0.025em;
}

/* -----  partner --- */
.partner-bx {
  height: 100%;
  background-color: #fff;
}

.partner-chel-img {
  width: 30px;
}

/* Footer Main Container */
.site-footer {
  background-color: var(--w);
  color: var(--b);
  padding: 60px 0 20px 0;
  position: relative;
  border-top: 1px solid var(--border-light);
}

/* Main Footer Content */
.footer-main-content {
  margin-bottom: 40px;
}

/* Brand Section */
.brand-logo {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--b);
  margin-bottom: 8px;
  line-height: 1.2;
}

.brand-tagline {
  font-size: 1rem;
  color: #333333;
  opacity: 0.8;
  margin: 0;
}

/* Section Headings */
.section-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--c1);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* About Section */
.section-description {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}

/* Contact Section */
.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.contact-icon {
  color: var(--c1);
  font-size: 1rem;
  margin-right: 12px;
  width: 16px;
}

.contact-text {
  font-size: 0.95rem;
  color: #333333;
  opacity: 0.9;
}

/* Links Section */
.links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.links-list li {
  margin-bottom: 12px;
}

.link-item {
  color: #333333;
  text-decoration: none;
  font-size: 0.95rem;
  opacity: 0.9;
  transition: all 0.3s ease;
  display: block;
}

.link-item:hover {
  color: var(--c1);
  opacity: 1;
  transform: translateX(5px);
}

/* Subscription Section */
.subscription-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--b);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.subscription-form {
  max-width: 300px;
}

.email-input-group {
  position: relative;
  margin-bottom: 16px;
}

.input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  font-size: 1rem;
  z-index: 2;
}

.email-input {
  width: 100%;
  padding: 12px 12px 12px 40px;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  background-color: var(--w);
  color: var(--b);
  font-size: 0.95rem;
  outline: none;
  transition: all 0.3s ease;
}

.email-input::placeholder {
  color: #6c757d;
  font-size: 0.9rem;
}

.email-input:focus {
  border-color: var(--c1);
  box-shadow: 0 0 0 2px rgba(218, 58, 72, 0.2);
}

.subscribe-button {
  background-color: var(--c1);
  color: var(--w);
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.subscribe-button:hover {
  background-color: var(--c1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(218, 58, 72, 0.3);
}

/* Footer Bottom Bar */
.footer-bottom-bar {
  border-top: 1px solid #e9ecef;
  padding-top: 20px;
}

/* Social Icons */
.social-icons-group {
  display: flex;
  gap: 12px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background-color: var(--c1);
  color: var(--w);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: var(--c1);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(218, 58, 72, 0.3);
  color: var(--w);
}

/* Copyright Section */
.copyright-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.scroll-top-button {
  width: 40px;
  height: 40px;
  background-color: var(--c1);
  color: var(--w);
  border: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

.scroll-top-button:hover {
  background-color: var(--c1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(218, 58, 72, 0.3);
}

.copyright-text {
  font-size: 0.9rem;
  color: #333333;
  opacity: 0.8;
  margin: 0;
}

.f-logo {
  width: 50%;
}

/* --------- about us page --------- */
.other-hero {
  min-height: 40vh;
  display: flex;
  align-items: center;
  background-color: #ffffffcf;
  overflow: hidden;
  position: relative;
}

.other-hero::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  background-image: url(../images/other-h.png);
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.line-c1 {
  width: 40%;
  height: 2px;
  background-color: var(--c1);
}

/* --- shadow ---- */
.cr-vl {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.star-img {
  width: 20px;
}

.sun {
  width: 20%;
  position: absolute;
  top: 10%;
  left: 0%;
}

.roundin {
  width: 20%;
  position: absolute;
  bottom: 10%;
  right: 0%;
}

/* step by step  */
.step-new-bx {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.s-n-num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
  height: 60px;
  width: 60px;
  border-radius: 100%;
}

/* --- benifit section service page -- */
.arrow-beni {
  width: 80px;
}

.ser-beni-n-bx {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
}

.sb-n-img {
  width: 50px;
}

/*  contact form --- */
.con-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.con-box img {
  width: 40px;
}

.con-right {
  background-color: #fff;
  box-shadow: -10px -10px 25px rgba(255, 255, 255, 0.08),
    10px 10px 25px rgba(0, 0, 0, 0.08);
}

.chat {
  width: 50px;
}

.area-text {
  background-color: #f6f6f6 !important;
}

.btn-primary {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.con-input {
  width: 100% !important;
}


.seo-landing-container {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.seo-main-row {
  margin: 0;
  min-height: 100vh;
}

.seo-left-section {
  padding: 0;
  position: relative;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.seo-yellow-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.seo-man-image-container {
  position: relative;
  z-index: 1;
}

.seo-man-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.seo-revenue-card {
  position: absolute;
  top: 37%;
  right: -1%;
  z-index: 2;
  animation: seo-float-up 2s ease-in-out infinite;
}

@keyframes seo-float-up {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }
}

.seo-card-title {
  color: #6c757d;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.seo-revenue-amount {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.seo-amount {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--seo-dark-blue);
}

.seo-growth-icon {
  color: #28a745;
  font-size: 1rem;
}

.seo-chart-container {
  width: 100%;
}

.seo-chart-image {
  width: 200px;
  height: 190px;
  border-radius: 8px;
}

.seo-google-ads-card {
  position: absolute;
  bottom: 1%;
  left: 26%;
  border-radius: 15px;
  z-index: 2;
  animation: seo-float-down 1.5s ease-in-out infinite;
}

@keyframes seo-float-down {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(6px);
  }
}

.seo-google-logo-section {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
  flex-wrap: wrap;
}

.seo-google-logo-section img {
  height: 150px;
  width: 200px;
  border-radius: 15px;
}

.seo-google-logo {
  width: 24px;
  height: 24px;
}

.seo-google-text {
  font-weight: 600;
  color: var(--seo-dark-blue);
  font-size: 0.9rem;
}

.seo-verified-badge {
  background: #28a745;
  color: #ffffff;
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
  border-radius: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.seo-rating {
  color: #6c757d;
  font-size: 0.85rem;
  font-weight: 500;
}

.seo-right-section {
  padding: 4rem 3rem;
  background-color: transparent;
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.seo-content-container {
  max-width: 600px;
}

.seo-section-label {
  color: var(--c1);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}

.seo-red-dot {
  color: var(--c1);
  font-size: 1.2rem;
  margin-right: 0.3rem;
}

.seo-main-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--seo-dark-blue);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.seo-description {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.seo-features-row {
  margin-bottom: 2.5rem;
}

.seo-features-col {
  padding: 0 0.5rem;
}

.seo-feature-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.seo-check-icon {
  color: #007BFF;
  font-size: 0.9rem;
  font-weight: 600;
}

.seo-feature-text {
  color: var(--seo-dark-blue);
  font-size: 0.95rem;
  font-weight: 500;
}

.seo-cta-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.seo-explore-btn {
  background-color: var(--c1);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  width: fit-content;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.seo-explore-btn:hover {
  background-color: #c82333;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
}

.seo-arrow-icon {
  margin-left: 0.5rem;
  font-size: 0.9rem;
}

.seo-free-account-link {
  margin-left: 0.5rem;
}

.seo-account-link {
  color: #6c757d;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.seo-account-link:hover {
  color: #007BFF;
  text-decoration: none;
}

.seo-link-arrow {
  font-size: 0.8rem;
  margin-left: 0.3rem;
}

.seo-services-container {
  background-color: #f8f9fa;
  min-height: 100vh;
}


.seo-service-card {
  background: #ffffff;
  border-radius: 15px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
  position: relative;
  overflow: hidden;
}

.seo-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.seo-card-icon {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border: 2px solid var(--c1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.seo-card-icon i {
  font-size: 1.5rem;
  color: var(--c1);
  transition: all 0.3s ease;
}

.seo-service-card:hover .seo-card-icon {
  background: var(--c1);
  transform: scale(1.1);
}

.seo-service-card:hover .seo-card-icon i {
  color: #ffffff;
}

.seo-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1.3;
}

.seo-card-description {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
}

.seo-card-features {
  list-style: none;
  padding: 0;
}

.seo-card-features li {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.5;
  padding-left: 1.2rem;
  position: relative;
}

.seo-card-features li:before {
  content: "●";
  color: var(--c1);
  font-size: 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
}

/* -- industry we serve ---- */
.indus-crd{
  width: 100%;
  background-color: #fff;
  height: 100%;
}
.indus-img{
  width: 100%;
  height: 260px;
  object-fit: cover;
}


:root{
    --bg:#ffffff;
    --card:#f8fafc;
    --accent:#da3a48; /* your primary color from earlier notes */
    --muted:#6b7280;
    --text:#111827;
    --radius:14px;
    --shadow: 0 6px 20px rgba(17,24,39,0.06);
    --container-width:1100px;
  }


 

  .iqseo-title{
    font-size:28px;
    margin:0 0 8px;
    line-height:1.12;
  }

  .iqseo-intro{
    margin:0 0 28px;
    color:var(--muted);
    font-size:15px;
  }

  .process-list{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap:18px;
  }

  /* single column on small screens */
  @media (max-width:720px){
    .process-list{ grid-template-columns: 1fr; }
  }

  .process-item{
    display:flex;
    gap:18px;
    align-items:flex-start;
    background:var(--card);
    border-radius:var(--radius);
    padding:18px;
    box-shadow:var(--shadow);
    transition:transform .22s ease, box-shadow .22s ease;
    border:1px solid rgba(17,24,39,0.03);
  }

  .process-item:hover{
    transform:translateY(-6px);
    box-shadow: 0 12px 36px rgba(17,24,39,0.08);
  }

  .step-marker{
    min-width:56px;
    height:56px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(180deg, rgba(218,58,72,0.12), rgba(218,58,72,0.06));
    color:var(--accent);
    font-weight:700;
    font-size:14px;
    box-shadow: inset 0 -6px 10px rgba(218,58,72,0.02);
  }

  .process-body{
    flex:1;
  }

  .process-title{
    margin:0 0 6px;
    font-size:16px;
  }

  .process-desc{
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:1.5;
  }

  .process-cta{
    margin-top:22px;
    display:flex;
    justify-content:flex-start;
  }

  .btn-primary{
    display:inline-block;
    padding:10px 16px;
    border-radius:10px;
    background:var(--c1);
    color:#fff;
    text-decoration:none;
    font-weight:600;
    box-shadow: 0 8px 20px rgba(218,58,72,0.18);
    transition:transform .14s ease, opacity .14s ease;
  }

  .btn-primary:hover{ transform:translateY(-3px); opacity:.98; }

  /* Accessibility: focus states */
  .btn-primary:focus, .process-item:focus-within{
    outline:3px solid rgba(218,58,72,0.14);
    outline-offset:3px;
  }

  .iqtech-different {
    background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto;
    color: #111827;
  }

  .iqtech-title {
    font-size: 28px;
    font-weight: 600;
  }

  .different-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 22px;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .different-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.12);
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: rgba(218, 58, 72, 0.1);
    color: var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    transition: background 0.25s ease, color 0.25s ease;
  }

  .different-card:hover .icon-circle {
    background: var(--c1);
    color: #fff;
  }

  .card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .card-text {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
  }

  /* /------/ */
  .what-gemini-bx{
    width: 100%;
    height: 100%;
    background-color: #FFF;
  }
  .gemini-clr-icon{
    width: 40px;
  }
  .gem-why-bx{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top: 2px solid var(--c1);
  }

  /* ---------- */


.gpt-section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
}

.gpt-section-title span {
  color: var(--c1);
}

.gpt-section-subtitle {
  color: #666;
  max-width: 650px;
  margin: 0 auto;
}

.gpt-process-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  transition: all 0.4s ease;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.gpt-process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.gpt-icon-box {
  width: 60px;
  height: 60px;
  background: var(--c1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.gpt-process-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

.gpt-process-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}
/* -------- */
.gpt-benefits-section {
  background: #f9f9fb;
  background-image: url(../images/beni-bg.jpg);
  background-size: cover;
  background-position: bottom center;
}

.gpt-section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
}

.gpt-section-title span {
  color: var(--c1);
}

.gpt-benefits-content {

  border-radius: 15px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.gpt-benefits-content p {
  color: #555;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

@media (max-width: 768px) {
  
  .gpt-section-title {
    font-size: 1.7rem;
  }
}


@media (max-width: 768px) {
  .gpt-process-card {
    padding: 25px;
  }
  .gpt-icon-box {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
}

.br-top{
  border-radius: 12px 12px 0px 0px;
}
.why-card-per{
  background-color: #fff;
}
/* /-------------- */
.shopy-what{
  position: relative;
  background-color: rgba(0, 0, 0, 0.636);
}
.shopy-what::after{
  content: '';
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0%;
  background-image: url(../images/ecom-bg.jpg);
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}

/* ------ */
.local-benefits-section {
  background-color: #f9fafb;
}

.local-section-title {
  color: #222;
  position: relative;
}

.local-section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: var(--c1);
  margin: 10px auto 0;
  border-radius: 2px;
}

.local-benefit-card {
  background: #fff;
  border-radius: 16px;
  transition: all 0.4s ease;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  height: 100%;
}

.local-benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.local-benefit-icon {
  font-size: 45px;
  width: 70px;
  color: var(--c1);
  transition: all 0.4s ease;
}

.local-benefit-card:hover .local-benefit-icon {
  color: #fff;
  background: var(--c1);
  /* padding: 15px;
  border-radius: 50%; */
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(218,58,72,0.6);
}

.local-benefit-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.local-benefit-card h5 {
  color: #222;
}

@media (max-width: 576px) {
  .local-benefit-card { padding: 2rem 1.2rem; }
}
/* ====== LOCAL CLIENT SECTION STYLE ====== */
.local-client-section {
  overflow: hidden;
}

.local-client-title {
  color: #222;
  position: relative;
}

.local-client-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: var(--c1);
  margin: 10px auto 0;
  border-radius: 2px;
}

.local-client-slider {
  position: relative;
  overflow: hidden;
}

.local-client-track {
  display: flex;
  width: max-content;
  animation: local-scroll 50s linear infinite;
}

.local-client-logo {
  flex: 0 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.local-client-logo img {
  height: 70px;
  width: auto;
  object-fit: contain;
  /* filter: grayscale(100%); */
  transition: all 0.3s ease;
}

.local-client-logo img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Animation */
@keyframes local-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .local-client-logo img {
    height: 50px;
  }
  .local-client-logo {
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .local-client-logo img {
    height: 40px;
  }
}


.local-what{
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
}
.local-what::after{
  content: '';
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0%;
  background-image: url(../images/loacl-what.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.cas-stu-crd{
  width: 100%;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-crd-img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
/* ---------- */
.local-feature-label {
  background: #eef3ff;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  color: #3358ff;
  letter-spacing: 0.5px;
}

.local-accordion .accordion-button {
  border-radius: 12px !important;
  background: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.local-accordion .accordion-button:not(.collapsed) {
  box-shadow: 0 0 0 2px #d1e0ff;
  border: 1px solid #d1e0ff;
  background: #f9fcff;
}

.local-accordion .accordion-button:focus {
  box-shadow: none;
}

.local-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.local-accordion .accordion-body {
  background: #fff;
  border-radius: 12px;
  padding: 20px 25px;
}

.local-accordion ul {
  margin-top: 10px;
}

.local-accordion ul li {
  margin-bottom: 8px;
}

.local-accordion .accordion-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.local-accordion .accordion-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}


.local-growth-section {
  background: #fff;
  position: relative;
}
.local-growth-timeline {
  margin-left: 2rem;
  position: relative;
}
.local-growth-item {
  position: relative;
  margin-bottom: 50px;
}
.local-growth-line {
  position: absolute;
  left: -30px;
  top: 15px;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, var(--c1), #ff6b6b);
}
.local-growth-dot {
  position: absolute;
  left: -35px;
  top: 10px;
  width: 12px;
  height: 12px;
  background-color: var(--c1);
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 8px rgba(13, 110, 253, 0.4);
}
.local-growth-content h5 {
  color: #000;
  margin-bottom: 10px;
}
.local-growth-content p {
  color: #444;
}
.local-growth-content ul {
  margin: 0;
  padding-left: 20px;
}
.local-growth-content ul li {
  margin-bottom: 5px;
  color: #333;
}
@media (max-width: 768px) {
  .local-growth-timeline {
    margin-left: 1rem;
  }
  .local-growth-line {
    left: -25px;
  }
  .local-growth-dot {
    left: -30px;
  }
}


.industry-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.industry-card .icon {
  font-size: 40px;
  color: #da3a48;
  margin-bottom: 15px;
}

.industry-card h5 {
  font-size: 17px;
  font-weight: 600;
  color: #333;
}


.ad-gl {
  background-color: #f8f9fa;
}

.ad-gl-card {
  background: #fff;
  transition: all 0.3s ease;
}

.ad-gl-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.ad-gl-card {
  background: #fff;
  transition: all 0.3s ease;
}
.ad-gl-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.icon-circle {
  width: 70px;
  height: 70px;
  background: #da3a48;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.ad-gl-card:hover .icon-circle {
  background: #b42f3a;
  transform: scale(1.1);
}
.path{
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
/* --wooo commerce pagew --- */

.woocommerce-seo-section ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.woo-seo-section ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.woo-seo-section h2 {
  font-size: 2rem;
}

.woo-seo-section img {
  width: 100%;
  object-fit: contain;
}


.woo-benefit-card {
  background: #fff;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.woo-benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  border-color: #da3a48;
}

.woo-benefit-card h6 {
  font-size: 0.95rem;
  color: #333;
}

.woo-benefits-section .btn:hover {
  background-color: #b82f3c;
}

/* --- free audit seo --- */
.hero-ser2{
  width: 100%;
  min-height: 80vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.hero-ser2::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/seo-audit-hero.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.seo-audit-section .audit-box {
    background: #fff;
    transition: all 0.3s ease;
  }
  .seo-audit-section .audit-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  }

  .iqseo-experts-section {
    background-color: #000;
    color: #fff;
  }

  .iqseo-experts-section h2 {
    font-size: 2rem;
    letter-spacing: 0.5px;
  }



  .iqseo-experts-section p {
    font-size: 1.1rem;
    line-height: 1.7;
  }

  

  .highlight-link:hover {
    color: #fff;
    border-color: #fff;
  }

  @media (max-width: 768px) {
    .iqseo-experts-section h2 {
      font-size: 1.5rem;
    }
    .iqseo-experts-section p {
      font-size: 1rem;
    }
  }

  .free-au-item {
    border: none;
  }

  .free-au-item .accordion-button {
    background: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: none;
    padding: 1.2rem 1.5rem;
    display: flex;
    align-items: center;
    border-radius: 12px !important;
  }

  .free-au-item .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #eef3ff;
    box-shadow: none;
  }

  .free-au-item .accordion-body {
    background: #fff;
    border-radius: 0 0 12px 12px;
    padding: 1.2rem 1.5rem;
  }

  .free-au-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2rem;
  }

  .c1 {
    color: #007bff;
  }

  .accordion-button::after {
    font-size: 1.2rem;
  }


  
 /* ----- testimonial --------  */

  
 .tes-n-img{
  width: 70px !important;
  height: 70px !important;
  border-radius: 100%;
}
.gtco-testimonials {
  position: relative;
  margin-top: 30px;

  h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
  }

  .owl-stage-outer {
    padding: 10px 0;
  }

  .owl-nav {
    display: none;
  }

  .owl-dots {
    text-align: center;
    margin-top:20px;

    span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: block;
      background: var(--c2) !important;
      border: 2px solid var(--c2);
      margin: 0 5px;
    }

    /* .active {
      box-shadow: none;

      span {
        background: var(--c2);
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
      }
    } */
  }

  .card-text1{
    font-size: 14px !important;
  }

  .card {
    background: #fff;
    /* box-shadow: 0 8px 30px -10px var(--c1); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* border: solid 1px hsl(0, 0%, 7%) !important; */
    padding: 0 10px;
    border-radius:12px ;
    border: 0;
    /* min-height: 330px; */
    /* width: 100%; */
    /* border: 1px solid var(--c1); */
    position: relative;

    .card-img-top {
      max-width: 100px;
      border-radius: 50%;
      margin: 15px auto 0;
      box-shadow: 0 8px 20px -4px #95abbb;
      width: 60px;
      height: 60px;
    }

    h5 {
      color: var(--c1);
      font-size: 21px;
      line-height: 1.3;

      span {
        font-size: 18px;
        color: #666666;
      }
    }

    p {
      font-size: 18px;
      color: #555;
      /* padding-bottom: 15px; */
    }
  }

  .tes-in-p{
    font-size: 15px !important;
      color: #555;
      text-align: justify !important;
  }

  .active {
    /* opacity: 0.3; */
    transition: all 0.3s;
  }

  .center {
    opacity: 1;

    h5 {
      font-size: 24px;

      span {
        font-size: 20px;
      }
    }

    .card-img-top {
      max-width: 100%;
      height:60px;
      width: 60px;
    }
  }
}



.left-quote{
  position: absolute;
  top: 5%;
  left: 5%;
  width: 50px !important;
  opacity: 0.5;
}

.right-quote{
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 50px !important;
  opacity: 0.5;
}


@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.owl-carousel {
  .owl-nav button {
    &.owl-next, &.owl-prev {
      outline: 0;
    }
  }

  button.owl-dot {
    outline: 0;
  }
}

.tes-crd{
  position: relative;
  height: 100%;
}
.tes-crd::after{
  content: '';
  width: 20%;
  height: 30%;
  border-top: 2px solid var(--c1);
  border-right: 2px solid var(--c1);
  position: absolute;
  top: 5%;
  right: 5%;
  border-radius:0% 12% 0% 0% !important;
}
.rat-star{
  width: 35% !important;
}
.bg-qut{
  position: absolute;
  opacity: 0.1;
  width: 20% !important;
}

.ser-tp-img{
  width: 90%;
  border-radius: 12px;
}

.ser-num-bx{
  min-width: 30%;
  background-color: var(--c1);
  text-align: center;
  position: absolute;
  right: 0%;
  border: 3px solid #fff;
  border-radius: 12px;
}
.lite-bg{
  background-color: #e475390b;
}


/* ---- cluad */
.claud-expected {
  background: linear-gradient(135deg, #fff4f4 0%, #ffeaea 100%);
  position: relative;
  overflow: hidden;
}

.claud-outcome-box {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(189, 54, 61, 0.15);
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

.claud-outcome-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(189, 54, 61, 0.25);
}

.claud-icon-wrap {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(135deg, #bd363d, #ff7077);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(189, 54, 61, 0.3);
}

.claud-icon-wrap i {
  line-height: 1;
}

.claud-expected::after {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(189, 54, 61, 0.15), transparent 70%);
  border-radius: 50%;
}

.claud-expected::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 112, 119, 0.1), transparent 70%);
  border-radius: 50%;
}

/* ------------ */
.claud-timeline-section {
 
  position: relative;
  overflow: hidden;
}

/* Timeline line */
.claud-timeline-line {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: calc(100% - 120px);
  background: linear-gradient(180deg, #bd363d, #ff7077);
  z-index: 1;
}

/* Timeline item */
.claud-timeline-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
  margin-bottom: 60px;
}

/* Timeline icon */
.claud-timeline-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #bd363d, #ff7077);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 5px 15px rgba(189, 54, 61, 0.3);
  position: relative;
  z-index: 2;
}

/* Timeline content */
.claud-timeline-content {
  background: #fff;
  border-radius: 12px;
  padding: 1.2rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  max-width: 280px;
  transition: all 0.3s ease;
}

.claud-timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 18px rgba(189, 54, 61, 0.2);
}

/* --- ecom page --- */


.ecom-diff-box {
  background: #fff;
  border: 1px solid rgba(189, 54, 61, 0.1);
  border-left: 5px solid transparent;
  transition: all 0.4s ease;
}

.ecom-diff-box:hover {
  border-left: 5px solid #bd363d;
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(189, 54, 61, 0.15);
}

.ecom-diff-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, #bd363d, #ff7077);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(189, 54, 61, 0.25);
}

.ecom-step-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ecom-step-num {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #bd363d, #ff7077);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(189, 54, 61, 0.25);
  flex-shrink: 0;
}

.ecom-step-num p {
  font-size: 1.6rem;
  margin: 0;
}

.ecom-step-box .bg-white {
  transition: all 0.4s ease;
}

.ecom-step-box .bg-white:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(189, 54, 61, 0.15) !important;
}

/* --roi --- */
.hero-ser-gb{
  background: linear-gradient(135deg, #fff4f4 0%, #ffeaea 100%);
}

.seo-roi-section {
    background: #0b0f1a;
    color: #fff;
    padding: 60px 15px;
    text-align: center;
  }

  .seo-roi-container {
    max-width: 900px;
    margin: 0 auto;
  }

  .seo-roi-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
  }

  .seo-roi-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 15px;
  }

  .seo-roi-list li {
    background: #12182b;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 1rem;
    transition: background 0.3s ease;
  }

  .seo-roi-list li:hover {
    background: #1a223d;
  }

  .seo-roi-list a {
    color: var(--c1);
    text-decoration: none;
  }

  .seo-roi-list a:hover {
    text-decoration: underline;
  }

  @media (min-width: 768px) {
    .seo-roi-list {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .seo-choose2-section {
    background: #0b0f1a;
    padding: 70px 15px;
    color: #fff;
  }

  .seo-choose2-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }

  .seo-choose2-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 40px;
  }



  .seo-choose2-grid {
    display: grid;
    gap: 25px;
  }

  @media (min-width: 768px) {
    .seo-choose2-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .seo-choose2-card {
    border: 1px solid var(--c1);
    border-radius: 14px;
    padding: 30px 20px;
    transition: transform 0.3s ease, border-color 0.3s ease;
  }

  .seo-choose2-icon {
    font-size: 2rem;
    margin-bottom: 12px;
  }

  .seo-choose2-card p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0% !important;
  }
   .mag-diff-box {
    background: #fff;
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
  }

  .mag-diff-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  }

  .mag-diff-box h5 {
    color: #c21807; /* Magento-like red tone */
  }

  @media (max-width: 576px) {
    .mag-diff-box {
      text-align: center;
    }
  }
  .half-bg{
    position: relative;
  }
  .half-bg::after{
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: var(--c1);
    z-index: -1;
  }
  .ais-img{
    height: 210px;
    object-fit: cover;
  }

  /* ---- enterprices -------- */
    .enter-hero {
      position: relative;
      background-color: rgba(71, 67, 67, 0.8);
      min-height: 50vh;
    }
  
    .enter-hero::before {
      content: '';
      background-image: url('../images/company.jpg');
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0%;
      z-index: -1;
    }

    .ent-crd{
      width: 100%;
      height: 100%;
    }
    .enp-img{
      width: 60px;
    }

    /* --team ---- */
    .team-hero{
  position: relative;
  background-color: rgba(0, 0, 0, 0.766);
  min-height: 40vh;
  
}
.team-hero::before{
  content: '';
  background-image: url(../images/beni-bg.jpg);
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -3;
}

.linkedin-btn {
  background: linear-gradient(90deg, #3a5a98, #000428);
  color: #fff;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
  transition: 0.3s ease;
}

.linkedin-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 14px rgba(0,0,0,0.25);
  color: #fff;
}

.linkedin-icon {
  background: #0a66c2;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-size: 20px;
  color: #fff;
}

.linkedin-text {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Bootstrap Icons CDN (required for the LinkedIn icon) */

.tmc-imd-div{
  overflow: hidden;
  min-height: 180px;
  position: relative;
}
.tcm-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.team-mem-crd{
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all .5s;
}

/* .team-mem-crd:hover .tcm-img{
  transform: scale(1.1);
  transition: all .5s;
} */
.tm-name{
  font-size: 22px;
}
.tcm-img1{
  position: absolute;
  inset: 0%;
  opacity: 1;
  transition: all .3s;
}
.team-mem-crd:hover .tcm-img1{
  opacity: 0;
  transition: all .3s;
}
/* ---- case studies pages ----- */
.case-crd{
  width: 100%;
  height: 100%;
  border: 1px solid var(--c1);
}
.case-img-bx{
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.case-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.case-ls{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.ch-cs-img{
  width: 40px;
}
/* -------- */

.indus-hero{
  position: relative;
  background-color: rgba(0, 0, 0, 0.766);
  min-height: 40vh;
  
}

.indus-hero::before{
  content: '';
  background-image: url(../images/beni-bg.jpg);
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -3;
}

/* -- our serving industriy ----- */
.in-con-crd{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.in-con-img-bx{
  width: 85px;
  height: 85px;
  background-color: #bd363d1c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.place-img{
  width: 100%;
}
.in-clint-bx{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.in-cli-logo{
  width: 70%;
}

.case-num-un-bx {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--c1);
}
.num-cs-big{
  font-size: 60px;
}
.iqseo-icon-wrap {
  background-color: #fffefe;
  width: 80px;
  height: 80px;
  border: 1px solid var(--c1);
}

/* --------------- */
.testimonial-section {
  background: url('../images/case-tes.jpg') center/cover no-repeat fixed;
  position: relative;
  color: #fff;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.testimonial-section .container {
  position: relative;
  z-index: 2;
}

.quote-icon {
  font-size: 70px;
  color: var(--c1);
  font-weight: 700;
}

.testimonial-text1 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  max-width: 950px;
}

.client-name {
  font-size: 20px;
  font-weight: 700;
}

.client-designation {
  font-size: 15px;
  opacity: 0.9;
}

/* ----------------- */
.or-blg-bx{
  width: 100%;
  background-color: #fff;
  height: 100%;
  transition: all .5s;
}
.bl-im-div{
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.bl-im-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.or-blg-bx:hover .bl-im-img{
  transform: translate(1.1);
  transition: all .5s;
}
.blg-p-tx{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-con-img{
  height: 400px;
  object-fit: cover;
}
/* =========================================================================================================================== */

/* --------------------------------------make it responsive------------------------ */
@media screen and (max-width:1400px) {
  .full-img-div {
    width: 100%;
    height: 208px;
  }

  .nav-link {
    font-size: 13px !important;
  }

  /* hero */
  .f-first {
    font-size: 50px;
  }

}

@media screen and (max-width:1025px) {
  .ab-h {
    font-size: 32px;
  }

  .logo {
    width: 120px;
    height: unset;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
            width: 77px;
        } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  /* .nav-link{
            color: #000 !important;
        } */
  .offcanvas {
    width: 80% !important;
  }

  .dropdown-item {
    white-space: unset !important;
    font-size: 12px;
  }

  .menu {
    width: 52px;
  }

  .offcanvas-header {
    background-color: var(--c2);
  }

}

@media screen and (max-width:1200px) {
  .ftp {
    font-size: 12px !important;
  }

  .first-text {
    font-family: 12px;
  }
}

@media screen and (min-width:960px) and (max-width:1030px) {
  .logo {
    width: 110px;
    height: unset;
  }

  .nav-link {
    font-size: 11px !important;
  }

  .enq-btn {
    font-size: 10px !important;
  }

  .navbar {
    padding-top: unset !important;
    padding-bottom: unset !important;
  }

  .nv-tx {
    font-size: 12px;
  }

  .nv-rnd {
    width: 50px;
    height: 50px;
  }

  .nv-call-us {
    font-size: 12px !important;
  }

}

@media (min-width:920px) and (max-width:1200px) {}

@media (max-width: 767.98px) {
  .seo-main-heading {
    font-size: 1.8rem;
  }

  .seo-right-section {
    padding: 1.5rem 1rem;
  }

  .seo-features-row {
    margin-bottom: 2rem;
  }

  .seo-feature-item {
    margin-bottom: 0.8rem;
  }

  .seo-explore-btn {
    width: 100%;
    text-align: center;
  }

  .seo-revenue-card {
    top: 37%;
    right: -1%;
    max-width: 120px;
    min-width: 100px;
    padding: 0.6rem;
  }

  .seo-google-ads-card {
    bottom: 1%;
    left: 26%;
    max-width: 120px;
    min-width: 100px;
    padding: 0.6rem;
  }

  .seo-man-image {
    max-width: 400px;
  }

  .seo-chart-image {
    width: 100px;
    height: 90px;
  }

  .seo-google-logo-section img {
    height: 80px;
    width: 100px;
  }

  .seo-card-title {
    font-size: 1.1rem;
  }

  .seo-card-description {
    font-size: 0.9rem;
  }

  .seo-card-features li {
    font-size: 0.85rem;
  }
}

@media (max-width: 991.98px) {
  .seo-left-section {
    min-height: 50vh;
    /* order: 2; */
  }

  .seo-right-section {
    min-height: 50vh;
    /* order: 1; */
    padding: 2rem 1.5rem;
    background-color: #ffffff;
  }

  .seo-main-heading {
    font-size: 2rem;
  }

  .seo-revenue-card {
    top: 37%;
    right: -1%;
    max-width: 150px;
    min-width: 130px;
    padding: 0.8rem;
  }

  .seo-google-ads-card {
    bottom: 1%;
    left: 26%;
    max-width: 150px;
    min-width: 130px;
    padding: 0.8rem;
  }

  .seo-yellow-container {
    flex-direction: column;
    padding: 1rem;
  }

  .seo-man-image {
    max-width: 500px;
  }

  .seo-chart-image {
    width: 120px;
    height: 110px;
  }

  .seo-google-logo-section img {
    height: 100px;
    width: 130px;
  }

  .seo-card-title {
    font-size: 1.2rem;
  }

  .seo-card-icon {
    width: 50px;
    height: 50px;
  }

  .seo-card-icon i {
    font-size: 1.2rem;
  }
}

/* Horizontal layout for desktop */
@media (min-width: 992px) {
  .claud-timeline-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-top: 80px;
  }

  .claud-timeline-line {
    top: 100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    transform: none;
    background: linear-gradient(90deg, #bd363d, #ff7077);
  }

  .claud-timeline-item {
    margin-bottom: 0;
    flex: 1;
  }

  .claud-timeline-icon {
    margin: 0 auto 20px auto;
  }

  .claud-timeline-content {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media screen and (max-width:920px) {
  body {
    overflow-x: hidden !important;
  }

  .sm-js {
    text-align: justify !important;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 52px;
  }

  /* .logo{
      width: 77px;
  } */
  .navbar {
    z-index: 1050;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
  }

  .navbar::after {
    content: '';
    background-color: unset !important;
  }

  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  .nav-link {
    color: #000 !important;
    font-size: 15px !important;
    font-weight: normal !important;
  }

  /* .newnav .nav-link{
    color: var(--c1) !important;
  } */
  .offcanvas {
    width: 80% !important;
  }

  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }

  .dropdown-menu {
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }

    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }

    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }

  .menu {
    width: 52px;
  }

  .offcanvas-header {
    background-color: var(--c1);
  }

  .logo-nv {
    width: 35px;
  }

  .nav-active {
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
  }

  .navbar .nav-item {
    border-bottom: 1px solid var(--c1);
    min-height: 56px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }

  /* .dropdown:hover .dropdown-menu {
    margin-top: 2rem !important;
} */
  .navbar .logo-in-nv {
    display: flex !important;
    transition: all .5s;
  }

  .top-nav-up {
    display: none !important;
  }

  .offcanvas-body {
    flex-grow: 1;
    padding: .5rem !important;
    overflow-y: auto;
  }

.indus-img {
    width: 100%;
    height: 192px;
    object-fit: cover;
}
.case-crd-img {
    width: 100%;
    height: 151px;
    object-fit: cover;
}
.local-proces .step-new-bx {
    flex-direction: column;
    height: unset;
}
.meg-proces .step-new-bx {
    flex-direction: column;
    height: unset;
}
.step-new-bx{
  height: unset;
}
.claud-outcome-box {

    flex-direction: column;
}
.claud-icon-wrap {
  margin-bottom: 1rem;
}

/* /---- */
  .ecom-diff-box {
    height: 100%;
    flex-direction: column;
}
.ecom-diff-icon{
  margin-bottom: 1rem;
}
.ecom-step-box {
    flex-direction: column;
}

.entp-h{
  font-size: 20px;
}

.plc-tx{
  font-size: 15px;
}
.blog-con-img{
  height: 200px;
  object-fit: cover;
}
}

@media screen and (max-width:720px) {}



@media screen and (max-width:660px) {
  .menu {
    width: 52px;
  }

  .logo {
    width: 170px;
    height: unset;
  }

  .sm-js {
    text-align: justify !important;
  }

  .cen-bx-aw {
    border-top: 1px solid var(--c1);
    border-bottom: 1px solid var(--c1);
    border-left: unset;
    border-right: unset;
  }

  .award-img {
    width: 15%;
  }

  /* -- about -- */
  .custom-accordion .accordion-header h5 {
    font-weight: 700;
    font-size: 18px;
  }

  .star-img {
    object-fit: contain;
  }

  .plc-tx{
  font-size: 14px;
}
.in-con-img-bx {
    width: 65px;
    height: 65px;
}

.testimonial-text {
    font-size: 18px;
    max-width: 100%;
    padding: 0 10px;
  }
  .quote-icon { font-size: 50px; }

}

@media (max-width: 575.98px) {
  .seo-main-heading {
    font-size: 1.5rem;
  }

  .seo-description {
    font-size: 0.9rem;
  }

  .seo-revenue-card {
    top: 37%;
    right: -1%;
    max-width: 100px;
    min-width: 80px;
    padding: 0.4rem;
  }

  .seo-google-ads-card {
    bottom: 1%;
    left: 26%;
    max-width: 100px;
    min-width: 80px;
    padding: 0.4rem;
  }

  .seo-man-image {
    max-width: 350px;
  }

  .seo-chart-image {
    width: 100px;
    height: 100px;
  }

  .seo-google-logo-section img {
    height: 100px;
    width: 120px;
  }

  .seo-card-title {
    font-size: 0.8rem;
  }

  .seo-amount {
    font-size: 1.4rem;
  }

  .seo-google-text {
    font-size: 0.8rem;
  }

  .seo-verified-badge {
    font-size: 0.6rem;
    padding: 0.1rem 0.3rem;
  }

  .seo-rating {
    font-size: 0.8rem;
  }

  .seo-card-title {
    font-size: 1rem;
  }

  .seo-card-description {
    font-size: 0.85rem;
  }

  .seo-card-features li {
    font-size: 0.8rem;
  }

  .seo-card-icon {
    width: 45px;
    height: 45px;
  }

  .seo-card-icon i {
    font-size: 1rem;
  }

  .testimonial-text1 {
    font-size: 18px;
    max-width: 100%;
    padding: 0 10px;
  }
  .quote-icon { font-size: 50px; }
}

@media screen and (max-width:500px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:380px) {}

@media screen and (max-width:320px) {}

@media screen and (min-width:321px) and (max-width:425px) {}


/* ---------  */
/* Responsive */
@media (max-width: 992px) {
  .main-container {
    padding: 30px 0;
  }

  .solution-main-heading {
    font-size: 2rem;
    text-align: center;
  }

  .stat-progress-circle {
    width: 120px;
    height: 120px;
  }

  .stat-progress-circle::before {
    width: 110px;
    height: 110px;
  }

  .stat-percentage-value {
    font-size: 1.5rem;
  }

  .team-image-display {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .main-container {
    padding: 20px 0;
  }

  .solution-main-heading {
    font-size: 1.75rem;
  }

  .solution-toggle-btn {
    padding: 16px 20px;
  }

  .solution-question-text {
    font-size: 1rem;
  }

  .solution-answer-container {
    padding: 0 20px 20px 20px;
  }

  .stat-progress-circle {
    width: 100px;
    height: 100px;
  }

  .stat-progress-circle::before {
    width: 85px;
    height: 85px;
  }

  .stat-percentage-value {
    font-size: 1.25rem;
  }

  .stat-label-text {
    font-size: 0.9rem;
  }

  .team-image-display {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .solution-main-heading {
    font-size: 1.5rem;
  }

  .solution-toggle-btn {
    padding: 14px 16px;
  }

  .solution-question-text {
    font-size: 0.95rem;
  }

  .stat-progress-circle {
    width: 90px;
    height: 90px;
  }

  .stat-progress-circle::before {
    width: 75px;
    height: 75px;
  }

  .stat-percentage-value {
    font-size: 1.1rem;
  }

  .stat-label-text {
    font-size: 0.85rem;
  }

  .team-image-display {
    height: 250px;
  }
}


/* --------- for footer ---------- */
/* Enhanced Mobile Responsive Design */
@media (max-width: 1200px) {
  .site-footer {
    padding: 50px 0 20px 0;
  }

  .brand-logo {
    font-size: 2.2rem;
  }

  .subscription-form {
    max-width: 280px;
  }
}

@media (max-width: 992px) {
  .site-footer {
    padding: 40px 0 20px 0;
  }

  .brand-logo {
    font-size: 2rem;
  }

  .footer-main-content {
    margin-bottom: 35px;
  }

  .subscription-form {
    max-width: 100%;
  }

  .section-heading {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding: 35px 0 20px 0;
  }

  .brand-logo {
    font-size: 1.8rem;
    text-align: center;
  }

  .brand-tagline {
    text-align: center;
  }

  .section-heading {
    font-size: 1.1rem;
    text-align: center;
  }

  .section-description {
    text-align: center;
  }

  .contact-item {
    justify-content: center;
  }

  .links-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px;
  }

  .links-list li {
    margin-bottom: 0;
  }

  .subscription-heading {
    text-align: center;
  }

  .subscription-form {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .social-icons-group {
    justify-content: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
  }

  .copyright-section {
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .copyright-text {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .site-footer {
    padding: 30px 0 20px 0;
  }

  .brand-logo {
    font-size: 1.6rem;
  }

  .section-heading {
    font-size: 1rem;
    margin-bottom: 12px;
  }

  .section-description {
    font-size: 0.9rem;
  }

  .contact-text {
    font-size: 0.9rem;
  }

  .links-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 12px;
  }

  .links-list li {
    margin-bottom: 0;
  }

  .link-item {
    font-size: 0.9rem;
  }

  .subscription-heading {
    font-size: 1rem;
  }

  .email-input {
    padding: 10px 10px 10px 35px;
    font-size: 0.9rem;
  }

  .subscribe-button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .social-icon {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .scroll-top-button {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .copyright-text {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .site-footer {
    padding: 25px 0 15px 0;
  }

  .brand-logo {
    font-size: 1.4rem;
  }

  .section-heading {
    font-size: 0.95rem;
  }

  .links-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 8px;
  }

  .links-list li {
    margin-bottom: 0;
  }

  .social-icons-group {
    gap: 8px;
  }

  .social-icon {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }

  .scroll-top-button {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }
}

/* Animation for scroll to top */
@keyframes scrollToTop {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-5px);
  }
}

.scroll-top-button:active {
  animation: scrollToTop 0.2s ease;
}