/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

html {

  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
}

body {

  overflow-x: hidden;

  font-family: 'Poppins', sans-serif;

  scroll-behavior: smooth;

  background: #f8fafc;
}


.row {
  --bs-gutter-x: 1.5rem;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

html {
  scroll-behavior: smooth;
}

img {

  max-width: 100%;

  display: block;
}

.service-page-card,
.category-card,
.hero-image img {

  will-change: transform;
}

section {
  padding: 80px 0;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
}

/* Reusable Section Title */

.section-subtitle {
  color: #4CAF50;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

/* Responsive */

@media(max-width: 768px) {

  .section-title {
    font-size: 34px;
  }

  section {
    padding: 60px 0;
  }

}

/* ===================== */
/* Navbar Start */
/* ===================== */

/* ===================== */
/* Navbar */
/* ===================== */

.custom-navbar {

  background: white;

  padding: 18px 0;

  position: sticky;

  top: 0;

  z-index: 999;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* Logo */

.logo-text h2 {

  font-size: 42px;

  font-weight: 800;

  color: #0f172a;

  margin-bottom: 0;
}

.logo-text span {

  color: #4CAF50;

  font-weight: 600;

  font-size: 15px;
}

/* Nav Links */

.navbar-nav {

  gap: 20px;
}

.nav-link {

  color: #0f172a;

  font-weight: 600;

  transition: 0.3s ease;
}

.nav-link:hover,
.nav-link.active {

  color: #4CAF50;
}

/* Button */

.nav-btn {

  background: #4CAF50;

  color: white;

  padding: 12px 24px;

  border-radius: 50px;

  font-weight: 600;

  display: inline-flex;

  align-items: center;

  gap: 10px;

  transition: 0.3s ease;
}

.nav-btn:hover {

  background: #0f172a;

  color: white;
}


/* Mobile */

.navbar-toggler {

  border: none;

  box-shadow: none !important;
}

.navbar-toggler i {

  font-size: 32px;

  color: #0f172a;
}

@media(max-width: 991px) {

  .navbar-collapse {

    background: white;

    padding: 25px;

    border-radius: 20px;

    margin-top: 20px;
  }

  .navbar-nav {

    gap: 10px;
  }

  .nav-btn {

    margin-top: 20px;

    width: fit-content;
  }

}

/* ===================== */
/* Hero Section Start */
/* ===================== */

.hero-section {
  position: relative;
  background: #f8fafc;
  overflow: hidden;
}

.hero-row {
  min-height: 75vh;
}

.hero-section {
  position: relative;
  background: #f8fafc;
  overflow: hidden;
  padding-top: 40px;
}

.hero-section .row {
  align-items: center;
}

.hero-overlay {
  position: absolute;
  width: 500px;
  height: 500px;
  background: #4CAF50;
  border-radius: 50%;
  top: -200px;
  right: -150px;
  opacity: 0.08;
}

.hero-subtitle {
  color: #4CAF50;
  font-weight: 600;
  margin-bottom: 15px;
}

.hero-title {
  font-size: 62px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.15;
  margin-bottom: 20px;
  max-width: 650px;
}

.hero-text {
  font-size: 18px;
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 35px;
}

.hero-btns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.primary-btn {
  background: #4CAF50;
  color: white;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}

.primary-btn:hover {
  background: #0f172a;
  color: white;
}

.secondary-btn {
  border: 2px solid #0f172a;
  color: #0f172a;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}

.view-services-btn {
  display: inline-block;
  padding: 14px 35px;
  border: 2px solid #4CAF50;
  color: #4CAF50;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.4s ease;
}

.view-services-btn:hover {
  background: #4CAF50;
  color: #fff;
  border-radius: 10px;
  /* Shape change */
  transform: translateY(-3px);
}

.secondary-btn:hover {
  background: #0f172a;
  color: white;
}

.view-services-btn {
  position: relative;
  overflow: hidden;
  background: #4CAF50;
  color: white;
}

.view-services-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60px;
  height: 100%;
  background: rgba(255, 255, 255, .3);
  transform: skewX(-25deg);
  transition: .6s;
}

.view-services-btn:hover::before {
  left: 120%;
}

.hero-image {
  animation: floatImage 4s ease-in-out infinite;
}

.hero-image img {
  width: 100%;
  max-width: 520px;
  display: block;
  margin: auto;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

@keyframes floatImage {

  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }

}

/* Responsive */

@media(max-width: 991px) {

  .hero-section {
    text-align: center;
    padding-top: 40px;
    overflow: hidden;
  }

  .hero-row {
    min-height: auto;
  }

  .hero-title {
    font-size: 42px;
    max-width: 100%;
  }

  .hero-text {
    font-size: 16px;
    padding: 0 10px;
  }

  .hero-btns {
    justify-content: center;
  }

  .hero-image {
    margin-bottom: 40px;
  }

  .hero-image img {
    max-width: 100%;
    width: 100%;
  }

}


/* ===================== */
/* Services Section */
/* ===================== */

.services-top {

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 60px;
}

/* Navigation */

.service-navigation {

  display: flex;

  gap: 15px;
}

.service-prev,
.service-next {

  width: 60px;
  height: 60px;

  background: #e8f5e9;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  transition: 0.3s ease;

  position: relative;
}

.service-prev::after,
.service-next::after {
  display: none;
}

.service-prev i,
.service-next i {

  font-size: 22px;

  color: #4CAF50;
}

.service-prev:hover,
.service-next:hover {

  background: #4CAF50;
}

.service-prev:hover i,
.service-next:hover i {

  color: white;
}

/* Card */

.service-card {

  background: white;

  border-radius: 20px;

  overflow: hidden;

  transition: 0.3s ease;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.service-card h3 {
  text-align: center;
}

.service-card:hover {

  transform: translateY(-10px);
}

.service-card img {

  width: 100%;

  height: 250px;

  object-fit: cover;
}

.service-content {

  padding: 25px;
}

.service-content h3 {

  font-size: 30px;

  margin-bottom: 10px;

  font-weight: 700;

  color: #0f172a;
}

.service-content p {

  color: #64748b;
}

/* Service Navigation */

.service-navigation {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Arrows */

.service-prev,
.service-next {

  position: static !important;

  width: 60px;
  height: 60px;

  background: #e8f5e9;

  border-radius: 50%;

  display: flex !important;

  align-items: center;
  justify-content: center;

  cursor: pointer;

  transition: 0.3s ease;
}

/* Hide Default Swiper Arrow */

.service-prev::after,
.service-next::after {
  display: none;
}

/* Icons */

.service-prev i,
.service-next i {

  font-size: 22px;

  color: #4CAF50;
}

/* Hover */

.service-prev:hover,
.service-next:hover {

  background: #4CAF50;
}

.service-prev:hover i,
.service-next:hover i {

  color: white;
}

.call-btn {

  background: #0f172a;

  color: white;

  padding: 12px 28px;

  border-radius: 50px;

  font-weight: 600;

  text-decoration: none;

  white-space: nowrap;

  transition: 0.3s ease;
}

.call-btn:hover {

  background: #4CAF50;

  color: white;

  transform: translateY(-3px);
}

.services-btn-wrapper {

  text-align: center;

  margin-top: 25px;

  margin-bottom: 60px;
}

.view-services-btn {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  background: #4CAF50;

  color: white;

  padding: 14px 32px;

  border-radius: 50px;

  text-decoration: none;

  font-weight: 600;

  font-size: 17px;

  transition: 0.4s ease;

  box-shadow: 0 10px 25px rgba(76, 175, 80, 0.25);
}

.view-services-btn:hover {

  background: #0f172a;

  color: white;

  transform: translateY(-5px);
}

.view-services-btn i {

  transition: 0.3s ease;
}

.view-services-btn:hover i {

  transform: translateX(5px);
}

/* Responsive */

@media(max-width: 768px) {

  .services-top {

    flex-direction: column;

    align-items: flex-start;

    gap: 20px;
  }

}

/* ===================== */
/* About Section */
/* ===================== */

.about-section {
  background: white;
}

.about-image img {
  width: 100%;
  border-radius: 30px;

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.about-text {
  color: #64748b;

  line-height: 1.9;

  margin: 25px 0 35px;
}

.about-features {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px;

  margin-bottom: 40px;
}

.about-feature {
  display: flex;
  align-items: center;

  gap: 12px;
}

.about-feature i {
  color: #4CAF50;

  font-size: 20px;
}

.about-feature span {
  font-weight: 500;

  color: #0f172a;
}

.about-btn {
  display: inline-block;

  background: #4CAF50;
  color: white;

  padding: 14px 32px;

  border-radius: 50px;

  font-weight: 600;

  transition: 0.3s ease;
}

.about-btn:hover {
  background: #0f172a;
  color: white;
}

/* Responsive */

@media(max-width: 768px) {

  .about-features {
    grid-template-columns: 1fr;
  }

}

/* About Image Hover Effect */

.about-image {
  overflow: hidden;
  border-radius: 30px;
}

.about-image img {
  width: 100%;
  border-radius: 30px;

  transition: 0.5s ease;

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.about-image:hover img {

  transform: scale(1.05);

}

/* ===================== */
/* Popular Services */
/* ===================== */

.popular-services {
  background: #f8fafc;
}

.popular-card {
  background: white;
  border-radius: 25px;
  overflow: hidden;

  transition: 0.4s ease;

  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);

  height: 100%;
}

.popular-card:hover {
  transform: translateY(-10px);
}

.popular-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.popular-content {
  padding: 30px;
}

.service-rating {
  color: #fbbf24;
  margin-bottom: 15px;
}

.popular-content h4 {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
}

.popular-content p {
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 25px;
}

.popular-btns {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.details-btn {
  color: #0f172a;
  font-weight: 600;
  transition: 0.3s;
}

.details-btn:hover {
  color: #4CAF50;
}

.book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #4CAF50;
  color: white;

  padding: 12px 24px;

  border-radius: 50px;

  font-weight: 600;

  transition: 0.3s ease;

  width: fit-content;
}

.book-btn:hover {
  background: #0f172a;
  color: white;

  transform: translateY(-3px);
}

.book-btn:hover {
  background: #0f172a;
  color: white;
}

/* Responsive */

@media(max-width: 768px) {

  .popular-content h4 {
    font-size: 24px;
  }

  .popular-btns {
    flex-direction: column;
    align-items: flex-start;
  }

}

/* ===================== */
/* Areas Section */
/* ===================== */

.areas-section {
  background: white;
}

.area-box {
  background: #f8fafc;

  padding: 35px 20px;

  border-radius: 20px;

  text-align: center;

  transition: 0.4s ease;

  height: 100%;

  border: 1px solid transparent;
}

.area-box:hover {
  transform: translateY(-8px);

  background: #4CAF50;
  border-color: #4CAF50;
}

.area-box i {
  font-size: 38px;
  color: #4CAF50;

  margin-bottom: 15px;

  transition: 0.3s;
}

.area-box h5 {
  font-size: 22px;
  font-weight: 600;

  color: #0f172a;

  transition: 0.3s;
}

.area-box:hover i,
.area-box:hover h5 {
  color: white;
}

/* Responsive */

@media(max-width: 768px) {

  .area-box {
    padding: 25px 15px;
  }

  .area-box h5 {
    font-size: 18px;
  }

}

/* ===================== */
/* Work Process */
/* ===================== */

.work-process {
  background: #f8fafc;
}

.process-image img {
  width: 100%;
  max-width: 520px;
  display: block;
  margin: auto;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.timeline {
  position: relative;
}

.timeline::before {
  content: "";

  position: absolute;

  left: 24px;
  top: 0;

  width: 3px;
  height: 100%;

  background: #4CAF50;
}

.timeline-item {
  display: flex;

  gap: 25px;

  position: relative;

  margin-bottom: 50px;
}

.timeline-number {
  min-width: 50px;
  height: 50px;

  background: #4CAF50;
  color: white;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 700;

  font-size: 18px;

  z-index: 2;
}

.timeline-content h4 {
  font-size: 28px;
  font-weight: 700;

  color: #0f172a;

  margin-bottom: 10px;
}

.timeline-content p {
  color: #64748b;

  line-height: 1.8;
}

/* Responsive */

@media(max-width: 768px) {

  .timeline-content h4 {
    font-size: 22px;
  }

  .timeline-item {
    gap: 18px;
  }

}

/* ===================== */
/* Why Choose Us */
/* ===================== */

.why-choose {
  background: white;
}

.choose-text {
  color: #64748b;
  line-height: 1.8;
  margin: 25px 0 40px;
}

.choose-features {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.choose-box {
  display: flex;
  gap: 20px;

  background: #f8fafc;

  padding: 25px;

  border-radius: 20px;

  transition: 0.3s ease;
}

.choose-box:hover {
  transform: translateY(-5px);
}

.choose-icon {
  min-width: 65px;
  height: 65px;

  background: #4CAF50;
  color: white;

  border-radius: 15px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-icon i {
  font-size: 28px;
}

.choose-box h4 {
  font-size: 24px;
  font-weight: 700;

  color: #0f172a;

  margin-bottom: 8px;
}

.choose-box p {
  color: #64748b;
  line-height: 1.7;
}

/* Stats */

.stats-wrapper {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 25px;
}

.stats-card {
  background: #4CAF50;

  padding: 40px 25px;

  border-radius: 25px;

  text-align: center;

  color: white;

  transition: 0.4s ease;
}

.stats-card:hover {
  transform: translateY(-8px);
}

.stats-card h2 {
  font-size: 52px;
  font-weight: 800;

  margin-bottom: 10px;
}

.stats-card p {
  font-size: 18px;
  font-weight: 500;
}

/* Responsive */

@media(max-width: 768px) {

  .stats-wrapper {
    grid-template-columns: 1fr;
  }

  .choose-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .choose-box h4 {
    font-size: 22px;
  }

}

/* ===================== */
/* Testimonials */
/* ===================== */

/*.testimonials-section {
  background: #f8fafc;
}

.testimonial-card {
  background: white;

  padding: 40px;

  border-radius: 25px;

  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);

  transition: 0.4s ease;

  height: 100%;
}

.testimonial-card:hover {
  transform: translateY(-8px);
}

.testimonial-stars {
  color: #fbbf24;

  margin-bottom: 20px;
}

.testimonial-card p {
  color: #64748b;

  line-height: 1.9;

  margin-bottom: 30px;
}

.testimonial-user {
  display: flex;
  align-items: center;

  gap: 15px;
}

.testimonial-user img {
  width: 65px;
  height: 65px;

  object-fit: cover;

  border-radius: 50%;
}

.testimonial-user h5 {
  font-size: 20px;
  font-weight: 700;

  color: #0f172a;

  margin-bottom: 4px;
}

.testimonial-user span {
  color: #64748b;
}

.swiper {
  padding-bottom: 60px;
}

.swiper-pagination-bullet {
  background: #4CAF50;
} */

/* Responsive */

/*@media(max-width: 768px) {

  .testimonial-card {
    padding: 30px;
  }

} */

/* ===================== */
/* Contact Section */
/* ===================== */

.contact-section {
  background: white;
}

.contact-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-info-box {
  display: flex;
  align-items: center;
  gap: 20px;

  background: #f8fafc;

  padding: 25px;

  border-radius: 20px;

  transition: 0.3s ease;
}

.contact-info-box:hover {
  transform: translateY(-5px);
}

.contact-icon {
  min-width: 65px;
  height: 65px;

  background: #4CAF50;
  color: white;

  border-radius: 15px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon i {
  font-size: 26px;
}

.contact-info-box h4 {
  font-size: 24px;
  font-weight: 700;

  color: #0f172a;

  margin-bottom: 6px;
}

.contact-info-box p {
  color: #64748b;
}

/* Form */

.contact-form-wrapper {
  background: #f8fafc;

  padding: 40px;

  border-radius: 25px;
}

.form-control {
  height: 58px;

  border: none;

  border-radius: 14px;

  padding-left: 20px;

  box-shadow: none !important;
}

textarea.form-control {
  height: auto;
  padding-top: 18px;
}

.contact-btn {
  background: #4CAF50;
  color: white;

  border: none;

  padding: 14px 35px;

  border-radius: 50px;

  font-weight: 600;

  transition: 0.3s ease;
}

.contact-btn:hover {
  background: #0f172a;
}

/* Responsive */

@media(max-width: 768px) {

  .contact-form-wrapper {
    padding: 30px 20px;
  }

  .contact-info-box {
    flex-direction: column;
    text-align: center;
  }

}

/* ===================== */
/* Footer */
/* ===================== */

.footer-section {
  background: #0f172a;

  color: white;

  padding-top: 80px;
}

.footer-logo {
  font-size: 42px;
  font-weight: 800;

  margin-bottom: 20px;
}

.footer-about p {
  color: #cbd5e1;

  line-height: 1.8;

  margin-bottom: 30px;
}

/* Socials */

.footer-socials {
  display: flex;
  gap: 15px;
}

.footer-socials a {
  width: 45px;
  height: 45px;

  background: rgba(255, 255, 255, 0.08);

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: white;

  transition: 0.3s ease;
}

.footer-socials a:hover {
  background: #4CAF50;

  transform: translateY(-5px);
}

/* Links */

.footer-links h4 {
  font-size: 24px;
  font-weight: 700;

  margin-bottom: 25px;
}

.footer-links ul {
  padding-left: 0;
}

.footer-links ul li {
  margin-bottom: 15px;

  color: #cbd5e1;
}

.footer-links ul li a {
  color: #cbd5e1;

  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: #4CAF50;
}

.footer-links ul li i {
  margin-right: 10px;
  color: #4CAF50;
}

/* Bottom */

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);

  margin-top: 60px;

  padding: 25px 0;

  text-align: center;
}

.footer-bottom p {
  margin-bottom: 0;

  color: #cbd5e1;
}

/* Responsive */

@media(max-width: 768px) {

  .footer-section {
    text-align: center;
  }

  .footer-socials {
    justify-content: center;
  }

}

/* ===================== */
/* WhatsApp Button */
/* ===================== */

.whatsapp-btn {
  position: fixed;

  right: 25px;
  bottom: 25px;

  width: 65px;
  height: 65px;

  background: #25D366;
  color: white;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 34px;

  z-index: 999;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);

  animation: whatsappPulse 2s infinite;
}

.whatsapp-btn:hover {
  color: white;
}

@keyframes whatsappPulse {

  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }

}

@media(max-width: 768px) {

  section {
    overflow: hidden;
  }

}

.developer-credit {

  margin-top: 15px;

  font-size: 15px;

  color: #cbd5e1;
}

.developer-credit a {

  color: #4CAF50;

  text-decoration: none;

  font-weight: 600;

  transition: 0.3s ease;
}

.developer-credit a:hover {

  color: white;
}

.call-float {
  position: fixed;
  bottom: 105px;
  /* WhatsApp ke upar */
  right: 25px;
  width: 70px;
  height: 70px;
  background: #0B1736;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 28px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .25);
  z-index: 999;
  animation: pulseCall 2s infinite;
  transition: .3s;
}

.call-float:hover {
  transform: scale(1.1);
  color: #fff;
}

@keyframes pulseCall {
  0% {
    box-shadow: 0 0 0 0 rgba(11, 23, 54, .6);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(11, 23, 54, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(11, 23, 54, 0);
  }
}

.service-heading {
  text-align: center;
  margin-bottom: 50px;
}

.service-heading h2 {
  display: inline-block;
  padding: 20px 60px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0a1a44, #142b6f);
  color: #fff;
  border: 3px solid #4CAF50;
  box-shadow: 0 10px 30px rgba(10, 26, 68, .3);
}

.brand {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: .3s;
}

.brand img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 3px solid #4CAF50;
  padding: 3px;
}

.brand-text h2 {
  font-size: 34px;
  font-weight: 900;
  color: #081a4b;
  margin: 0;
}

.brand-text p {
  font-size: 15px;
  color: #4CAF50;
  margin: 2px 0 0;
  font-weight: 700;
}

#view-more-special {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  background: linear-gradient(135deg, #081a4b, #16357a);
  color: #fff;
  padding: 22px 70px;
  border-radius: 70px;
  font-size: 28px;
  font-weight: 700;
  box-shadow: 0 15px 40px rgba(8, 26, 75, .35);
  transition: all .4s ease;
}

#view-more-special:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 20px 50px rgba(8, 26, 75, .45);
}

#view-more-special i {
  transition: .4s;
}

#view-more-special:hover i {
  transform: translateX(8px);
}

@media(max-width:768px) {

  #view-more-special {
    padding: 20px 55px;
    font-size: 24px;
  }

}