
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
   font-family: Pe-icon-7-stroke;
   src: url(../vendor/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff);
} 

* {
  box-sizing: border-box;
}
body.contact-p header#header {
  background: rgba(0, 0, 0, 0.79);
  box-shadow: 0 0 1px 0 #ffffff;
}

body.contact-p header#header.sticked {
  background: rgba(0, 0, 0, 0.79);
  box-shadow: 0 0 1px 0 #ffffff;
}

.contact-p .header img.img-fluid {
  display: block;
}
body {
  font-family: "Poppins", sans-serif;
  color: #666666;
  line-height: 1.8em;
  overflow-x: hidden;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #f5c518;
  text-decoration: none;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

p {
  line-height: 2em !important;
  font-weight: 300 !important;
}

.our-clients .swiper-button-next,
.our-clients .swiper-button-prev {
    background-color: transparent;
    right:-7px;
    padding: 15px;
    color: #ffffff !important;
    fill: black !important;
    stroke: black !important;
}

body.innerpage .cta-btn .btn {
  border-color: #000;
}

body.innerpage .cta-btn span{
  color: #000;
  text-transform: capitalize;
}

body.innerpage .cta-btn .btn:after {
  background: #000000;
}

.innerpage .our-clients .swiper-button-next,.innerpage .our-clients .swiper-button-prev{
  color: #000 !important;
}

.our-clients .swiper-button-prev{
  left: -7px;
}

.our-clients .swiper-button-prev:after{
  content: 'prev';
  font-size: 26px;
}

.our-clients .swiper-button-next:after {
  content: 'next';
  font-size: 26px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e96b56;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ee8b7a;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
  padding: 0px 0 32px 0px;
  font-size: 13px;
  height: 70px;
  z-index: 9999;
}

.innerpage #header .container {
  background: transparent;
}

.innerpage #topbar {
  background: transparent !important;
  padding: 0;
  font-size: 13px;
  height: 89px;
  z-index: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #ffffff;
  margin-right: 6rem;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
  font-family: 'Poppins';
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.service-gallery img {
  width: 100%;
}

#topbar .contact-info i a:hover {
  color: #00b3ff;
}

/* Ensures all gallery images fit neatly in a grid */
.img-gallery {
  width: 100% !important;
  height: 260px !important; /* You can tweak between 240–300px based on design */
  object-fit: cover !important; /* Crop to fit instead of stretch */
  border-radius: 8px !important;
  display: block !important;
}

/* Adds breathing space between tiles */
.portfolio-item {
  padding: 10px !important;
}

/* Keeps items neatly wrapped even with Isotope filtering */
.portfolio-container {
  display: flex !important;
  flex-wrap: wrap !important;
}

/* Make sure each column keeps correct grid spacing */
.portfolio-item {
  flex: 0 0 33.3333% !important;
  max-width: 33.3333% !important;
}

@media (max-width: 992px) {
  .portfolio-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 576px) {
  .portfolio-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}







#topbar .social-links a {
  color: #ffffff;
  line-height: 0;
  transition: 0.3s;
  margin-left: 15px;
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #000;
}

.header.sticked {
  background: rgb(0 0 0 / 79%) !important;
  padding: 15px 0;
  box-shadow: 0 0 1px 0 #ffffff;
}

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0 0 1px 0 #ffffff;
}

.lin {
  font-weight: 400;
  color: #837e7e;
  width: 5px;
}

header#header {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

.fixed-top .container {
  background: #ffffff00 !important;
  border-radius: 0px !important;
}

#header .container {
  background: #000;
  padding: 12px 4rem;
  border-radius: 4px;
  max-width: 100%;
}

#header .logo h1 {
  font-size: 26px;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  border-left: 8px solid #e96b56;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #545454;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 62px;
}

.gtnbtn .btn {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  fill: #666;
  background-color: #02010100;
  border-style: solid;
  border-width: 1px;
  border-color: #a09c9c;
  border-radius: 5px 5px 5px 5px;
}

.scrolled-offset {
  margin-top: 0px;
}

a.discoverbtn {
  padding: 15px 35px;
  font-size: 13px;
  transition: all .4s;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.5;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Fixed Mobile Navigation</title>
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet">
    <style>
        /* Your existing desktop styles */
        .header {
            background: #333;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1001;
            padding: 10px 0;
        }

        .navbar {
            padding: 0;
        }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navbar li {
            position: relative;
        }

        .navbar a,
        .navbar a:focus {
            color: #ffffff;
            display: block;
            font-size: 12px;
            padding: 10px 18px;
            transition: .2s linear;
            letter-spacing: 1px;
            font-weight: 500;
            border-bottom: 1px solid transparent;
            text-decoration: none;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover>a {
            color: #29b8e9 !important;
        }

        .social-links a {
            color: white;
            text-decoration: none;
            margin: 0 5px;
        }

        .lin {
            color: white;
            margin: 0 5px;
        }

        /* Hide hamburger by default */
        .mobile-hamburger {
            display: none;
        }

        /* Mobile styles - IMPORTANT: These override your existing mobile styles */
        @media (max-width: 991px) {
            /* Hide desktop logo */
            .logo {
                display: none !important;
            }

            /* Mobile header container - FIXED LAYOUT */
            .mobile-header {
                display: flex !important;
                justify-content: space-between !important;
                align-items: center !important;
                width: 100% !important;
                padding: 15px 20px !important;
                position: relative;
            }

            /* Mobile logo - LEFT SIDE */
            .mobile-logo {
                order: 1; /* Force to left */
                flex: 0 0 auto;
            }

            .mobile-logo img {
                height: 40px;
                width: auto;
                display: block;
            }

            /* Mobile hamburger - RIGHT SIDE */
            .mobile-hamburger {
                display: flex !important;
                flex-direction: column;
                justify-content: space-between;
                width: 30px;
                height: 24px;
                cursor: pointer;
                order: 2; /* Force to right */
                flex: 0 0 auto;
                position: relative;
                z-index: 1002;
            }

            .mobile-hamburger span {
                height: 3px;
                width: 100%;
                background: #ffffff;
                border-radius: 2px;
                transition: all 0.3s ease;
                display: block;
                transform-origin: center;
            }

            /* Hamburger animation to X */
            .mobile-hamburger.active span:nth-child(1) {
                transform: rotate(45deg) translate(5px, 6px);
            }
            .mobile-hamburger.active span:nth-child(2) {
                opacity: 0;
            }
            .mobile-hamburger.active span:nth-child(3) {
                transform: rotate(-45deg) translate(5px, -6px);
            }

            /* Hide desktop navbar on mobile */
            #navbar {
                display: none !important;
            }

            /* Mobile navbar styles - PROPERLY CENTERED */
            #navbar.navbar-mobile {
                display: block !important;
                position: fixed !important;
                top: 70px !important;
                left: 0 !important;
                right: 0 !important;
                bottom: 0 !important;
                background: rgba(0, 0, 0, 0.9) !important;
                z-index: 1000 !important;
                overflow-y: auto;
            }

            #navbar.navbar-mobile ul {
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
                justify-content: flex-start !important;
                padding: 40px 20px !important;
                margin: 0 !important;
                list-style: none !important;
                background: transparent !important;
                min-height: calc(100vh - 70px);
            }

            #navbar.navbar-mobile ul li {
                width: 100% !important;
                max-width: 300px !important;
                text-align: center !important;
                margin-bottom: 10px !important;
            }

            #navbar.navbar-mobile ul li a {
                font-size: 18px !important;
                color: #ffffff !important;
                display: block !important;
                padding: 15px 20px !important;
                text-decoration: none !important;
                border: 1px solid rgba(255, 255, 255, 0.2) !important;
                border-radius: 5px !important;
                background: rgba(255, 255, 255, 0.1) !important;
                transition: all 0.3s ease !important;
                backdrop-filter: blur(10px);
            }

            #navbar.navbar-mobile ul li a:hover {
                background: rgba(41, 184, 233, 0.3) !important;
                border-color: #29b8e9 !important;
                color: #ffffff !important;
            }

            /* Hide desktop social links on mobile */
            .navbar .social-links {
                display: none !important;
            }

            /* Show social links in mobile menu ONLY */
            #navbar.navbar-mobile .mobile-social-links {
                display: flex !important;
                justify-content: center !important;
                align-items: center !important;
                margin-top: 30px !important;
                padding-top: 20px !important;
                border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
                flex-wrap: wrap !important;
            }

            #navbar.navbar-mobile .mobile-social-links a {
                color: #ffffff !important;
                margin: 5px 10px !important;
                font-size: 16px !important;
                padding: 8px 12px !important;
                border: 1px solid rgba(255, 255, 255, 0.3) !important;
                border-radius: 5px !important;
                background: rgba(255, 255, 255, 0.1) !important;
                text-decoration: none !important;
                min-width: auto !important;
            }

            #navbar.navbar-mobile .mobile-social-links a:hover {
                background: rgba(41, 184, 233, 0.3) !important;
                border-color: #29b8e9 !important;
            }

            #navbar.navbar-mobile .mobile-social-links .social-icon {
                margin: 5px 8px !important;
                font-size: 20px !important;
                padding: 10px !important;
                border-radius: 50% !important;
                width: 40px !important;
                height: 40px !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
            }
        }

        /* IMPORTANT: Hide mobile social links on desktop */
        @media (min-width: 992px) {
            .mobile-social-links {
                display: none !important;
            }
        }




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  background-color: rgba(59, 59, 59, 0.8);
  overflow: hidden;
  padding: 0;
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
  margin-top: -50px;
}

#hero .carousel-item {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 120px;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #ffffff;
  text-transform: capitalize;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  font-size: 65px;
  font-weight: 800;
  letter-spacing: 2px;
  transform: translateY(20px);
  transition: all;
  line-height: 1.4em;
  word-wrap: break-word;
}

#hero h2 span {
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: darken(#545454, 15);
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #545454;
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #e96b56;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: 0.2;
}

#hero .carousel-indicators li.active {
  opacity: 1;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 1;
  margin-top: 4rem;
  color: #fff;
  animation-delay: 0.8s;
  border: 1px solid #ffffff;
}

#hero .btn-get-started:hover {
  background: transparent;
  color: #e96b56;
  text-decoration: none;
}

/* Swiper slider */
.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 40px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: fontawesome;
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #12c2e9;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path { 
  fill: none; 
}

.progress-wrap svg.progress-circle path {
  stroke: #12c2e9;
  stroke-width: 4;
  box-sizing:border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

span.foot-cont {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.f-add h5 {
  margin-left: 40px !important;
  color: #888;
  font-family: poppins,Sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8em;
}

.lightScrollIcon::after {
  color: #ecedf3 !important;
}

.swiper-slide {
  padding: 0;
}

.slider-section .cont {
  position: absolute;
  padding: 15px 30px;
  background: #111215cf;
  border-radius: 20px 20px 0px 0px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.author {
  margin-top: 20px;
  margin-left: 5px;
}

.swiper-slide-active .cont {
  opacity: 1;
  visibility: visible;
  transition: all .3s;
  transition-delay: .5s;
}

.animeslide-slide {
  color:#fff;
  position: relative;
  padding: 15px 0;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}

section.homebanner {
  padding: 0;
}

.animeslide-slide .container {
  position: relative;
  margin-top: 13rem;
  text-align: center;
}

.animeslide-slide.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}

.animeslide-slide.swiper-slide-active .animeslide-heading {
  transition-delay: 0.6s;
}

.animeslide-slide.swiper-slide-active .animeslide-desc {
  transition-delay: 1s;
}

.animeslide-heading {
  color: #ffffff;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 2px;
  transform: translateY(20px);
  transition: all;
  line-height: 1.4em;
  word-wrap: break-word;
}

.animeslide-desc {
  padding: 15px 22px;
  border-radius: 8px;
  background-color: #202238;
  max-width: 480px;
  opacity: 0.9;
}

[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}

[data-animate="bottom"] {
  transform: translate3d(0, 15px, 0);
}

.animeslide-button-next, .animeslide-button-prev {
  color: #ccc;
  font-size: 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 5px 0;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
}

.swiper-button-prev:after, .swiper-button-next:after {
  content: 'none';
}

.animeslide-bottom {
  position: absolute;
  bottom: 5px;
  width: 149px;
  z-index: 1;
  padding: 35px 35px;
  right: 0;
  font-size: 52px;
}

.animeslide-bottom .cell {
  position: relative;
  opacity: 1;
  z-index: 2;
  height: 40px;
  bottom: inherit;
}

.animeslide-bottom .animeslide-scrollbar {
  margin-top: 16px;
}

.animeslide-bottom .animeslide-scrollbar-drag {
  height: 6px;
}

.animeslide-bottom .animeslide-pagination {
  font-size: 40px;
  bottom: inherit;
  color:#fff;
}

.animeslide-pagination.swiper-pagination.swiper-pagination-custom.swiper-pagination-horizontal{
  font-weight: 500;
}

.animeslide-bottom .animeslide-pagination b {
  font-size: 60px;
  font-weight: 700;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 0.5px #ffe;
}

.animeslide-bottom .animeslide-pagination span {
  color: #fff;
  position: relative;
  margin: 0 10px;
  font-size: 12px;
  font-weight: 100;
}

.animeslide-button-next,
.animeslide-button-prev {
  outline: none;
}

.animeslide-button-next::after,
.animeslide-button-prev::after {
  font-size: 22px;
  color: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0 0 80px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e96b56;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0 20px 0;
  background: #f7f7f7;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  font-weight: 500;
  color: #ffffff;
  font-size: 75px;
  margin-bottom: 20px;
}

.gallery-top h2{
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.breadcrumbs ol {
  color: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 17px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
  color: #fff;
}

.about-us-page section.ourteam.bggray {
  padding: 6rem 0 !important;
  background: #f7f7f7;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ffffff;
  content: "/";
  font-size: 11px;
}

.about-data li a {
  color: #fff;
}

.usppoint p {
  display: inline-grid;
  padding: 10px 25px;
  background-image: linear-gradient(90deg,#007FFF 1%,#FF4D54 100%);
  border-radius: 10px 10px 10px 10px;
  width: fit-content;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
  position: relative;
  z-index: 2;
}

.featured .icon-box {
  padding: 40px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.featured .icon-box i {
  color: #e96b56;
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
  line-height: 0;
}

.featured .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured .icon-box h3 a {
  color: #545454;
  transition: 0.3s;
}

.featured .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.featured .icon-box:hover {
  background: #e96b56;
}

.featured .icon-box:hover i,
.featured .icon-box:hover h3 a,
.featured .icon-box:hover p {
  color: #fff;
}

/* About-page */
.about-content h4 span, .left-cnt h4 span{
  background-image: linear-gradient(90deg,#007FFF57 0%,#FF4D5445 100%);
  background-size: 100% 25%;
  background-color: transparent;
  transition: background-size .2s ease;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}

.about-content h4 span:hover, .left-cnt h4 span:hover{
  background-size: 100% 100%!important;
}

.left-cnt h4 {
  font-size: 31px;
  font-weight: 600;
  line-height: 1.4em;
  color: #000;
  margin-bottom: 35px;
}

.usppoint h5 {
  text-align: center;
  font-size: 30px;
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
}

.usppoint p {
  margin: 12px !important;
}

.about-us-page section.our-clients {
  background: #f7f7f7;
}

.about-us-page section.cta, .about-us-page .dummy, .about-us-page .about-ozone{
  background-color: #f7f7f7;
}

.obelisk-button.style-1 span {
  position: relative;
  z-index: 2;
  transition: all .8s;
}

.innerpage h2.heading-title {
  color: #000000;
}



.about-ozone {
  background: #f9f9f9;
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.about-ozone .row {
  justify-content: center;
  align-items: center;
}

.img-who {
  background: url("assets/img/about.jpg") center/cover no-repeat;
  border-radius: 12px;
  width: 100%;
  /* Use flex-fill height from column */
}

.ab-cnt h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.ab-cnt h4 span {
  color: #628ac7;
}

.intro {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Lists */
.about-list,
.expertise-list {
  list-style: none;
  padding-left: 0;
}

.about-list li,
.expertise-list li {
  font-size: 15px;
  line-height: 1.8;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}

.about-list li::before,
.expertise-list li::before {
  content: "•";
  /* color: #ff6600; */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.core-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Vision/Mission Boxes */
.abpoint {
  background: #fff;
  border-left: 4px solid  #628ac7;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
}

.abpoint h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.abpoint h6 span {
  background: #628ac7;
  color: #fff;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  margin-right: 6px;
  margin-left: 10px;
  font-size: 13px;
}

.abpoint p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .img-who {
    min-height: 300px;
  }
}

@media (max-width: 576px) {
  .about-ozone h4 {
    font-size: 24px;
  }
  .intro,
  .about-list li,
  .expertise-list li {
    font-size: 14px;
  }
  .abpoint p {
    font-size: 13px;
  }
}




.halfdivider {
  box-shadow: 0 2px 14px 2px rgba(0,0,0,.1);
  background: linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#12c2e9,#d641a7,#f64f59) border-box;
  border-top: 3px solid transparent!important;
  height: 4px;
  width: 65%;
  display: block;
  float: right;
}

.about-top {
  background: url(../img/service/about.webp);
  height: 75vh;
  background-size: cover !important;
  background-attachment: fixed;
  margin-bottom: 0 !important;
  background-position: bottom !important;
}

.services-pages .img-ser {
  overflow: hidden;
  max-height: 600px;
}

.img-ser img {
    object-fit: cover;   /* Fill container neatly */
    height: 100%;
    width: 100%;
    border-radius: 8px;  /* optional */
  }

.about-data {
  text-align: center;
  padding: 12rem 0;
}

.bggray {
  background-color: #f7f7f7;
}

.sec-head {
  text-align: center;
}

.sec-head h6 {
  font-weight: 300;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 15px;
  line-height: 1.4em;
}

.sec-head h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4em;
}

.color-font {
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
}

section.whoweare {
  padding: 100px 0;
  background: #fff;
}

section.whoweare p {
  text-align: center;
  margin-top: 2rem;
  color: #888;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  padding: 0;
}

.left-cnt h2 {
  margin: 0 0 15px;
  padding: 7px 12px;
  background-color: transparent;
  background-image: linear-gradient(90deg,#007FFF 1%,#FF4D54 100%);
  border-radius: 10px 10px 10px 10px;
  width: fit-content;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.left-cnt h5 {
  font-family: poppins,Sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.4em;
}

section.ourteam {
  padding: 8rem 0;
}

.team-img img {
  width: 95%;
}

.team-img {
  display: inline-flex;
}

.teamname .div-tooltip-tit {
  background-color: #000;
  padding: 0 10px;
  height: 48px;
  line-height: 53px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 99999;
  color: #fff;
  width: 95%;
  transition: all ease-in-out 0.3s;
  text-align: center;
}

.teamname .div-tooltip-sub {
  background-color: #f7f1f1;
  padding: 0 10px;
  height: 48px;
  line-height: 53px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 99999;
  color: #181111;
  width: 95%;
  transition: all ease-in-out 0.3s;
  text-align: center;
}

.teamname {
  position: relative;
  margin-top: -70px;
}

.teams:hover .div-tooltip-sub, .teams:hover .div-tooltip-tit {
  display:block; 
  transition: all ease-in-out 0.3s;
}

.bottom-fix-whatsapp {
  position: fixed;
  top: 0;
  z-index: 99999 !important;
  bottom: 51px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  left: 38px;
}

.bottom-fix-whatsapp a i {
  font-size: 21px;
  color: #ffffff;
  background: #45b72e;
  font-weight: 400;
  padding: 18px 22px;
  box-shadow: 1px 2px 6px #6d6d6d;
  border-radius: 50%;
  transition: 0.7s all;
  animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgb(0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(71, 183, 46, 0.68);
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-ozone .img {
  position: relative;
}

.innerpage section.about-ozone {
  padding: 120px 0;
  background: #ffffff;
}

.homeindex section.about-ozone {
  background: #0c0f16;
  padding: 110px 0;
}

.about-content h4 {
  color: #fff;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 35px;
}

.ab-cnt h3 {
  margin-bottom: 1rem;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
}

.ab-cnt {
  padding: 10px;
}

.abpoint span {
  display: inline-block;
  color: #35b1e9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #35b1e9;
  border-radius: 50%;
  margin-right: 10px;
}

.abpoint p {
  font-size: 14px;
  padding-left: 45px;
  margin: 0;
}

.ab-cnt p {
  margin-bottom: 45px;
}

.abpoint h6 {
  color: #000;
}



.social-links a, .social-links a:focus {
  padding: 25px 10px;
}

.about-content {
  margin-top: 3rem;
}

a.aboutbtn span {
  margin-left: 14px;
}

.about-btn .aboutbtn {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: .5px;
  fill: #fff;
  color: #fff;
  border-radius: 50px 50px 50px 50px;
  padding: 12px 35px;
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
}

a.aboutbtn:hover {
  background: linear-gradient(90deg,#F64F59 0%,#C471ED 50%,#12C2E9 100%);
}

.about-btn {
  margin-top: 4rem;
}

.about-ozone .img:before {
  background-image: url(../img/dots.png);
}

.img:before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 400px;
  height: 400px;
  background-repeat: repeat;
  opacity: .3;
  z-index: 0;
}

img.img-slide {
  width: 100%;
  border-radius: 20px;
}

.about-ozone img, section.ourteam.bggray img, .service-gallery img, .about-ozone .img-who{
  border-radius: 20px;
}

.about-ozone .col-md-6 .img img {
  max-width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.img img {
  position: relative;
  width: 100%;
}

.img .stauts {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
}

.img .stauts .item {
  padding: 20px;
  background: #272727;
  margin-right: 30px;
  position: relative;
  border-radius: 10px;
  display: flex;
  margin-bottom: 0;
  align-items: flex-end;
}

.img .stauts .item:first-of-type {
  background: #11141b;
}

.img .stauts .item .progress-curve {
  position: static;
  width: 94px;
  height: 93px;
  border-radius: 10px;
  background-color: #141a26;
  display: flex;
  align-items: center;
  margin-right: 15px;
  overflow: hidden;
  padding: 10px;
  justify-content: center;
}

.img .stauts .item .progress-bar-box .skill-item:last-of-type {
  margin-bottom: 0;
}

.img .stauts .item .progress-bar-box .skill-item {
  margin-bottom: 50px;
  width: 180px;
}

.obelisk-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item h6 {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 3px;
}

.img .stauts .item .progress-bar-box .skill-item .skill-progress {
  height: 7px;
  background-color: rgba(255,255,255,.05);
  position: relative;
}

.item .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background-color: red;
  transition: all 1.5s;
}

.skill-progress .progres:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid red;
  position: absolute;
  right: -5px;
  bottom: 9px;
}

.skill-progress .progres:after {
  content: attr(data-value);
  position: absolute;
  right: -8px;
  top: -35px;
  padding: 4px 10px;
  border-radius: 5px;
  background: red;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}

.img .stauts .item .progress-bar-title {
  margin-top: 10px;
}

.img .stauts .item:first-of-type h6 {
  color: #fff;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #545454;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e96b56;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about-content p, .testimonial-data p{
  font-size: 17px;
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(0,0,0,.05);
  color: #dad6d6;
  font-weight: 300;
  line-height: 2;
}

.contact-p .header.sticked img.img-fluid.lb {
  display: none;
}

.contact-p .header img.img-fluid.lw {
  display: none;
}

.contact-p .header.sticked img.img-fluid.lw {
  display: block;
}

.testimonial-data p {
  height: 210px;
  overflow-y: auto;
  padding-right: 21px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.1);
}

.testimonial-data p::-webkit-scrollbar {
  width: 8px;
}

.testimonial-data p::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.testimonial-data p::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

.testimonial-data p::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.7);
}

.about-content p {
  margin: 0 0 30px;
  word-spacing: 1px;
  color: #888;
  font-size: 14px;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.cta-bg.serpag h2, .cta-bg.serpag h4 {
  font-weight: 700;
  font-size: 3vw !important;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 3px;
}

.cta-bg.serpag h2 {
  color: #000;
}

.cta-bg.serpag h4 {
  margin-left: 10px;
}

.cta-bg.serpag {
  display: inline-flex;
}

.ser-lists .info-box {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0px 0px 10px #33333324;
  min-height: 180px;
}

.s-service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}


.s-service ul {
  list-style: none;
  padding: 0;
}

.service-gallery .swiper-pointer-events {
  padding: 19px;
}

.s-service ul li {
  padding-bottom: 15px;
  font-size: 15px;
  color: #888;
}

.s-service p {
  color: #888;
  font-size: 16px;
  font-weight: 400 !important;
  margin-bottom: 15px;
}

.s-service h5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0;
  text-align: left;
  display: block;
  width: 100%;
}

.s-service ul h5 {
  margin-left: 0;
  padding-left: 0;
}

/* When text is on the RIGHT (normal row - image left, text right) */
.row.align-items-stretch:not(.flex-md-row-reverse) .s-service h5 {
  text-align: left;
}

/* When text is on the LEFT (reversed row - image right, text left) */
.row.flex-md-row-reverse .s-service h5 {
  text-align: left;
}

.s-service ul li i {
  margin-right: 5px;
  font-weight: 600;
}

.ser-lists .media .icon {
  position: relative;
  line-height: 80px;
  font-size: 40px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-background-clip: text!important;
  background-image: linear-gradient(180deg,#fff 0%,#fff 100%);
}

.info-box a {
  display: inline-flex;
}

.info-box:hover {
  background: #6c91ca12;
}

section.ser-page .col-md-6 {
  padding: 10px;
}

.innerpage .ser-head h6{
  color: #000;
}

.ser-head h6 {
  font-weight: 300;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 7px;
  margin-bottom: 10px;
}

.mas-item h6 {
  font-weight: 600;
  font-size: 14px !important;
  line-height: 1.7;
  margin-bottom: 0;
  text-transform: capitalize !important;
  letter-spacing: 1px !important;
}

.cont-list .title {
  color: #666666;
  margin: 0;
  line-height: 1.8;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
}

.cont-list .text {
  color: #888;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin: 0;
  padding: 0;
}

.cont-list {
  padding-left: 30px;
}

.info-box .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to right,#12c2e9,#d641a7,#f64f59);
  z-index: 0;
  opacity: .05;
}

.services-pages section.ozone-services {
  background: #ffffff;
}

.mas-item.aos-init.aos-animate ul li {
  text-align: left;
  font-size: 14px;
}

.col-md-6 .mas-item.aos-init.aos-animate {
  min-height: 545px;
  margin-bottom: 2rem;
}

.services-pages .mas-item:after {
  background: #f7f7f7;
}

.services-pages section.ozone-services h6 {
  color: #000;
}

section.ozone-services {
  background: #11141b;
  padding: 100px 0;
}

section.ozone-services,
section{
 position: relative;
 padding: 20px 0 80px 0;
}
section.ser-page {
  padding: 100px 0;
}

section.section.slider-section {
  background: #11141b;
  padding: 100px 0;
}

.cont h6 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.cont h4 a {
  line-height: 1.4;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
}

.container.d-flex.justify-content-between.align-items-center {
  width: 1140px !important;
}

section.section.slider-section .container-fluid {
  padding: 0;
}

section.ozone-services .mas-item {
  background: #0c0f16;
  padding: 35px 25px;
  position: relative;
  z-index: 2;
  text-align: left;
  border-radius: 20px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
}

.s-service ul li:hover i{
  color: #18c0ea;
}

/* Default ser-head styling - centered with standard spacing */
.ser-head {
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 0 40px;
}

/* Keep Event Organization and Management centered (first section) */
section.ozone-services .ser-head {
  text-align: center;
}

/* Fix for ALL headings inside content columns - LEFT aligned */
/* Event Services, Digital Support, Drone Shows, Creative Services, Physical World */
.s-service .ser-head {
  text-align: left;
  margin-bottom: 1.5rem;
  padding: 0;
}

/* Fix for button alignment - all left and positioned right below content */
.btn-cta {
  text-align: left;
  padding: 0;
  margin-top: -35px !important;
}

.icon i {
  background: linear-gradient(to right,#fd1d1d,#517dff);
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
}

.icon {
  font-size: 45px;
  width: 80px;
  margin-bottom: 10px;
}

section.ozone-services h6 {
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 10px;
}

.mas-item .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #08c5ef;
  transition: all .4s;
  z-index: -2;
  border-radius: 20px;
}

section.ozone-services .col-md-2 {
  width: 20%;
  margin-bottom: 20px;
}

.mas-item {
  padding: 20px;
  position: relative;
  z-index: 2;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}

.mas-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .4s;
  z-index: -1;
  border-radius: 17px;
  background: #0c0f16;
}

.mas-item:hover .bg-color {
  top: 10px;
  left: 10px;
}

.ser-head h3 {
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-weight: 500;
}

.mas-item img {
  margin-bottom: 1rem;
}

.services .icon-box {
  text-align: center;
  border: 1px solid #ededed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #e96b56;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(233, 107, 86, 0.15);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: -1;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #545454;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #e96b56;
  border-color: #e96b56;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #e96b56;
}

.services .icon-box:hover .icon::before {
  background: rgba(255, 255, 255, 0.3);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

/* Contact */
form.email-form {
  padding: 2.5rem 3rem 3rem 2rem;
  border: 1px solid #e3e3e3;
  border-radius: 9px;
}

.contact-top h2.color-font {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.4em;
}

.contact-top .about-data {
  text-align: center;
  padding: 9rem 0;
}

.cp .navbar a{
  color: #000;
}

.cp.fixed-top .navbar a {
  color: #fff !important;
}

.br-r h4:after {
  content: "|";
}

.cp.fixed-top .navbar .dropdown ul a {
  color: #545454 !important;
}

li.nav-item.col-3 {
  width: auto !important;
  margin: 0;
}

.addresstabs h4 {
  padding: 0;
  margin: 10px 0;
}

li.nav-item.col-3 a {
  border: none;
  padding: 1px;
}

ul.nav.nav-tabs.row.g-2.d-flex {
  border: none;
}

.contact-p .navbar a {
  color: #fff;
}

.contact-right {
  margin-top: 9rem;
}

.contact-p .sticked .navbar a {
  color: #fff;
}

.contact-top {
  position: relative;
  background: linear-gradient(135deg, #fff ,#fff , #fff , #f1dbe4 );
  height: 20vh;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0 !important;
}

section.contact-fm {
  padding: 6rem 0;
  position: relative;
  top: 161px;
  margin-top:60px;
  margin-bottom: 50px;
}

.contact-us-page .form-control {
  background: 0 0;
  border: none;
  padding: 15px;
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid rgba(185,185,185,.368627451);
  margin-bottom: 30px;
  border-radius: 0;
}

.social-links.mt-3 a {
  display: inline;
}

.form-group.mt-3p {
  margin-top: 3em;
}

textarea.form-control {
  border: 1px solid #dee3de !important;
}

.frm-btn button {
  border: none;
  margin-left: 10px;
  border-radius: 50px;
  color: #fff;
  padding: 10px 25px;
  font-size: 13px;
  margin-top: 30px!important;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  text-align: left;
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
}

.contact-us-page .social-links i {
  background: #e7e7e7;
  padding: 13px 16px;
  border-radius: 50%;
  color: #2f2a2a;
  margin-right: 0px;
  color: #000;
}

.contact-right h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #000;
}

.contact-right a {
  color: #777;
  font-size: 15px;
  display: block;
  margin-bottom: 25px;
  line-height: 1;
}

.contact-right h6 {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.6em;
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e96b56;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e96b56;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .count-box {
  padding: 3px;
  width: 100%;
  color: #fff;
  text-align: center;
  border-right: 1px solid #777575;
}

section#counts {
  background: #0c0f16;
  padding: 179px 0 120px 0;
}

.counts .count-box i {
  display: block;
  font-size: 65px;
  color: rgba(255, 255, 255, 0.775);
  line-height: 0;
  margin-top: -78px;
}

.counts .count-box span {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 2px;
}

.counts .count-box p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 2.4em;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #a1a1a1;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
h6.author-name {
  font-size: 20px;
  color: #ffffff;
}

.img-who {
  background: url(../img/about.webp);
  width: 100%;
  height: 100%;
  background-position: bottom;
  background-size: cover;
}

section.testimonials {
  background: url(../img/portfolio/events/9.webp);
  padding: 5rem 0;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.info .img {
  display: table-cell;
  vertical-align: middle;
}

.info .cont {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

.info .cont .author-name {
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 2px;
  text-transform: capitalize;
  color: #fff;
}

.info .cont .author-details {
  font-size: 13px;
  font-weight: 300;
  text-transform: capitalize;
  color: #fff;
}

.img .img-box {
  width: 74px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.obelisk-button.style-8 {
  position: relative;
  top: -80px;
  left: 10%;
  z-index: 2;
  width: 103px;
  border-radius: 0 0 20px 20px;
}

.invid {
  top: -80px;
  left: 10%;
  padding: 18px 8px;
  background: #fff;
  text-align: center;
  z-index: 2;
  width: 103px;
  border-radius: 0 0 20px 20px;
}

.style-8 .text {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transform: rotate(-90deg);
  margin-top: 30px;
  display: block;
}

.obelisk-button.style-8 .vid-icon {
  margin-top: 50px;
}

.obelisk-button.style-8 .vid-icon .vid {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  border: 2px solid #000;
  display: inline-block;
}

.vid-icon .vid span {
  font-size: 22px;
  color: #000;
}

/* Video button with circle - Old format */
.obelisk-button.style-8 .vid-icon .vid-butn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  border: 2px solid #000;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}

.obelisk-button.style-8 .vid-icon .vid-butn:hover {
  background: #000;
  transform: scale(1.1);
}

.obelisk-button.style-8 .vid-icon .vid-butn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.obelisk-button.style-8 .vid-icon .vid-butn .icon i {
  font-size: 18px;
  color: #000;
  margin-left: 2px;
}

.obelisk-button.style-8 .vid-icon .vid-butn:hover .icon i {
  color: #fff;
}

.style-8:after {
  content: "";
  top: 0;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: #fff;
  z-index: -1;
  border-radius: 0 0 20px 20px;
  position: absolute;
  background: linear-gradient(90deg, #fd1d1d,#517dff);
  height: calc(100% + 3px * 2);
  width: calc(100% + 5px * 2);
  left: calc(-5px * 1);
  opacity: .7;
  z-index: -1;
  background-size: 200%;
  animation: animate 1s ease infinite alternate;
}

@keyframes animate {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}

.testimonial-slider {
  background: #111215;
  border-image: linear-gradient(#fd1d1d,#517dff) 30;
  border-width: 10px;
  border-style: solid;
  padding: 80px 40px;
  margin-bottom: -160px;
  border: 5px solid transparent;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
}

.col-md-5.blink {
  position: sticky;
  z-index: 10000;
}

.testimonial-slider:after {
  content: '';
  position: absolute;
  background: linear-gradient(90deg, #fd1d1d,#517dff);
  height: calc(100% + 3px * 6);
  width: calc(100% + 3px * 6);
  top: calc(-3px * 3);
  left: calc(-3px * 3);
  z-index: -1;
  border-radius: 20px;
  background-size: 200%;
  animation: animate 1s ease infinite alternate;
}

h6.client.aos-init.aos-animate {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
  color: #38aadd;
}

section.dummy {
  background: #11141b;
  padding-bottom: 9rem;
}

h2.heading-titles {
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
  font-size: 46px;
  font-weight: 500;
}

h4.client-say {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: white;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

.gallery-top .about-data p {
  color: #fff;
  width: 59%;
  margin: 0 auto;
}

section.our-clients {
  background: #11141b;
  padding: 5rem 0;
}

h2.heading-title {
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 7px;
  line-height: 1;
  color: #fff;
  margin-bottom: 28px;
}

.our-clients h2.heading-titles {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 29px;
}

.client-logos img {
  width: 100%;
  padding: 15px;
}

.swiper-pagination {
  bottom: 0 !important;
}

.client-logos li {
  display: inline-grid;
  margin: 15px;
}

.client-head {
  margin-top: 8rem;
}

section.our-clients p {
  color: #888;
  font-size: 16px;
  line-height: 2em !important;
}

.client-logos ul li{
  background: #fff;
  border-radius: 20px;
}

.about-us-page .client-logos ul li{
  background: #ffffff;
}

.client-logos ul {
  padding: 0;
  margin: 0;
}

.lins:after {
  content: "";
  border-right: 2px solid #ffffff;
  width: 3px;
  display: inline;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #545454;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e96b56;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 62px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #545454;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e0e0e0;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #e96b56;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-wrap:hover a::before, .portfolio-wrap:hover a::after{
  opacity: 1;
}

.portfolio-wrap ::before, .portfolio-wrap ::after{
  z-index: 1;
  opacity: 0;
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-wrap {
  overflow: hidden;
  border-radius: 20px;
}

.portfolio-wrap:hover img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-wrap img{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-wrap a:before{
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(90deg,#12c2e95c 0%,#c471ed5e 50%,#f64f594a 100%);
  border-radius: 20px;
}

.portfolio-wrap a:after{
  top: 50%;
  left: 50%;
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Font Awesome 5 Free';
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

.portfolio-wrap img {
  position: relative;
}

.portfolio-wrap .portfolio-info {
  display: none;
  color:transparent;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 0px 16px;
  position: absolute;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.gdesc-inner {
  display: none;
}

.portfolio-detail-slider h4 {
  color: #fff;
  font-family: poppins,sans-serif;
  font-size: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
}

.slider-line {
  background-color: var(--color-main);
  height: 15px;
  margin-bottom: 25px;
  margin: auto;
  top: -40px;
  width: 300px;
  background: linear-gradient(to right,#12C2E9,#C471ED,#F64F59);
}

.portfolio-detail-slider h1 {
  font-family: montserrat,sans-serif;
  color: #fff;
  font-size: 65px;
  letter-spacing: 4px;
  font-weight: 800;
  margin: 0 0 -18px;
  line-height: 1.4em;
}

.bactxt {
  font-size: 30vw;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.1);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  opacity: .5;
  margin-top: 18rem;
}

.full-width {
  width: 100%!important;
}

.item-img img {
  width: 100%;
}

.item-img {
  overflow: hidden;
  position: relative;
  clip-path: inset(0);
  transition: all .3s;
}

.item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all .5s;
}

.gallery-txt h6 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
  font-size: 17px;
}

.item .gallery-txt span {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
}

.item-img:hover img {
  transform: scale(1.05);
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio-wrap .item {
  padding: 40px;
}

.item .item-img:hover {
  clip-path: inset(5px 10px);
}

.gallery-top {
  background: linear-gradient(221deg, #2a1d2c, #18191d, #180404);
  height: 75vh;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0 !important;
  z-index: -1;
}

.gallery-b {
  position: relative;
}

.gallery-b .about-data {
  padding: 13rem 0;
  position: fixed;
  margin: 0 auto;
  width: 83%;
  text-align: center;
}

.item .gallery-txt {
  margin-top: 30px;
  text-align: center;
}

section#portfolio {
  padding: 5rem 0;
  background: #121723;
  position: relative;
  z-index: 99;
}

ul#portfolio-flters {
  padding: 15px;
  background: rgba(255,255,255,.02);
  border-radius: 30px;
  display: inline-block;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 4rem auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

ul#portfolio-flters li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #ffcf00;
  border-radius: 50%;
  display: inline-flex;
  margin-right: 5px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 17px 20px 17px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin: 0 4px 0px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background: #f2f2f200;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #e96c5600;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio-wrap:hover .portfolio-info {
  opacity: 0;
  bottom: -15px;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  padding: 3px;
  margin: 0;
}

.portfolio-info h4{
  font-weight: 400;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 18px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e96b56;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e96b56;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  background: #F7F8FA;
}

.portfolio-details .portfolio-info h3 {
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  color: #3A4148;
  font-size: 21px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}

li.icon-list-item {
  padding: 5px 0;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #e96b56;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #e96b56;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  background: #545454;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}

.pricing .buy-btn:hover {
  background: #e96b56;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .buy-btn {
  background: #e96b56;
}

.pricing .featured .buy-btn:hover {
  background: #ee8b7a;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #e96b56;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
section.contact-fm h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #e96b56;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #e96b56;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #e96b56;
  border: 0;
  border-radius: 50px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #e6573f;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #545454;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #e96b56;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #bababa;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #e96b56;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e53131;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #545454;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #a1a1a1;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #616161;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #e96b56;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #545454;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(84, 84, 84, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #e96b56;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #545454;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #545454;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #616161;
}

.blog .blog-pagination {
  color: #878787;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #545454;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #e96b56;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #545454;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #e96b56;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #eb7b68;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #545454;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #e96b56;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #545454;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #e96b56;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #949494;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #e96b56;
  background: #e96b56;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ededed;
  font-size: 14px;
}

.innerpage .cta-head h4 {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0c0f16;
  font-size: 4vw;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0c0f16;
  padding: 30px 0 30px 0;
  color: #fff;
  font-size: 14px;
  position: relative;
}

.foot-contact h5 {
  font-size: 14px;
  font-weight: 600;
  margin-left: 42px;
  margin-top: 10px;
}

.foot-contact i {
  font-size: 25px;
}

.foot-contact ul {
  padding: 0;
  margin-bottom: 0px;
}

.foot-contact ul li{
  display: flex;
  font-size: inherit;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #404040;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #e96b56;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #e6573f;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

/* Center footer nav links */
#footer-navbar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer-navbar ul li {
  position: relative;
}

#footer-navbar ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 5px 0;
}

#footer-navbar ul li a:hover {
  color: #f5c518;
}

/* Dropdown styling */
#footer-navbar .dropdown-menu {
  display: none;
  position: absolute;
  background: #0c0f16;
  list-style: none;
  padding: 10px;
  margin: 0;
  top: 100%;
  left: 0;
  min-width: 180px;
  z-index: 999;
}

#footer-navbar .dropdown-menu li a {
  display: block;
  padding: 5px 10px;
}

#footer-navbar .dropdown:hover .dropdown-menu {
  display: block;
}

.footer-nav{
  padding-top: 25px;
}

#footer .footer-top .footer-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-top .row {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 14px;
  display: inline-block;
  background: transparent;
  border: 1px solid;
  color: #fff;
  line-height: 1;
  padding: 20px;
  margin-right: 9px;
  border-radius: 50%;
  text-align: center;
  width: 56px;
  height: 56px;
  transition: 0.3s;
  --icon-padding: 1.5em;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff0d;
}

#footer .footer-top .social-links a:hover {
  background: #e96c5600;
  color: #fff;
  text-decoration: none;
}

.f-add h5, .f-add a{
  color: #c9c3c3;
  font-family: poppins,Sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 2.5em;
}

.f-add {
  margin: 0 0 0 27px;
  padding: 0;
}

#footer .footer-top h4 {
  margin-bottom: 25px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4em;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #e53131;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #e96b56;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

section .img-ser {
  border-radius: 20px;
}

#footer .copyright {
  color: #888;
  font-family: poppins,Sans-serif;
  font-size: 13px;  
  line-height: 2em;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: center;
  width: 900px;
}


@media (max-width: 992px) {
  #footer .copyright {
    width: auto; /* let it shrink naturally on tablets/mobiles */
    font-size: 11px; /* optional: scale down */
  }
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

section.cta {
  background-image: url(../img/ozone-footer.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: breath 15s linear infinite;
  background-attachment: fixed;
  background-color: #0c0f16;
  padding: 110px 0 80px;
}

body.innerpage header#header {
  background: transparent;
}

/* Contact page - Dark background so white logo is visible */
body.innerpage.contact-p header#header {
  background: rgba(0, 0, 0, 0.79) !important;
}

body.innerpage.contact-p header#header.sticked {
  background: rgba(0, 0, 0, 0.79) !important;
}

@-webkit-keyframes breath {
  0% { background-size: 110% auto; }
  50% { background-size: 140% auto; }
  100% { background-size: 110% auto; }      
}

.innerpage section.cta{
  background-color: #fff;
}

.cta-btn span {
  position: relative;
  z-index: 2;
  color: #fff;
  transition: all .8s;
}

.cta-btn .btn {
  background: 0 0;
  padding: 12px 35px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  text-transform: capitalize;
  color: #000;
  border: 1px solid #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
}

.cta-btn .btn:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: 130%;
  background: #1e1e1e;
  transform: rotate(-5deg);
  transition: all .8s;
  background: #e2e4e9;
}

.cta-btn .btn:hover span {
  color: #12c2e9;
}

.cta-btn .btn:hover:after {
  bottom: -30px;
  transform: rotate(0deg);
}

.cta-btn {
  text-align: center;
  margin-top: 5rem;
  margin-right: 3rem;
  float: right;
}

.cta-head h6 {
  color: #12c2e9;
  font-family: barlow condensed,Sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.cta-head h4 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  font-size: 4vw;
  margin-bottom: 1rem;
}

h2.splitting {
  color: #0c0f1600;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0c0f16;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
  display: contents;
}

.cta-bg .bgcc {
  color: #000000;
  font-size: 4vw;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2em;
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
  width: 80%;
  display: inline;
  padding-right: 1px;
}

.ser-head h3 {
  margin-top: 25px !important;
}

.cta-btn .btn:hover{
  color: #000000;
}

section.g-sliders {
  background: #11141b;
  padding: 5rem 0;
}

a.btncta {
  border: none;
  margin-left: 10px;
  border-radius: 50px;
  color: #fff;
  padding: 10px 35px;
  font-size: 18px;
  margin-top: 30px!important;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  text-align: center;
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
  display: inline-block;
}

 .position-1{
  position: relative;
 }

.homeindex .cta-bg h2 {
  color: #ffffff;
}

section.testimonial-inner {
  background: #fbfbfb;
  padding: 4rem;
}

.testimonial-detail {
  background: #fff;
  padding: 2rem;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 14px #dfdfdf;
  border-radius: 8px;
}

.info {
  display: flex;
}

/* Loader */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 99999;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper span.logoss img {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.logoss {
  text-align: center;
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 10000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

span.logoss img {
  width: 7%;
}

ul.flisting a {
  color: #c3bbbb;
  font-size: 13px;
}

ul.flisting li {
  display: inline-block;
  padding: 7px;
}

ul.flisting {
  text-align: center;
}

/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/

/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container.d-flex.justify-content-between.align-items-center {
    width: 1140px !important;
  }
  
  #hero p {
    width: 50%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 1199px) and (min-width: 992px) {
  #header .container {
    padding: 12px 2rem;
  }
  
  header#header {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .flisting{
    padding-left: 0rem;
  }


  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/* Small devices (landscape phones, 768px and up) */
@media (max-width: 991px) {
  /* Navigation adjustments */
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
  
.flisting{
    padding-left: 0rem;
  }

  /* Header adjustments */
  header#header {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  #header .container {
    padding: 12px 1rem;
  }
  
  /* Fix halfdivider position in mobile - move below text */
  .halfdivider {
    float: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  /* Hero section adjustments */
  #hero h2 {
    font-size: 45px;
    width: 90%;
  }
  
  .animeslide-heading {
    font-size: 45px;
  }
  
  /* Services adjustments */
  section.ozone-services .col-md-2 {
    width: 50%;
    margin-bottom: 20px;
  }
  
  /* Gallery adjustments */
  .gallery-top h2 {
    font-size: 45px !important;
  }
  
  /* Team section adjustments */
  .about-us-page section.ourteam.bggray {
    padding: 4rem 0 !important;
  }
  
  /* Breadcrumbs adjustments */
  .breadcrumbs h2 {
    font-size: 45px !important;
  }
  
  /* Sections adjustments */
  .sec-head h3 {
    font-size: 35px !important;
  }
  
  /* CTA adjustments */
  .cta-head h4, .about-us-page .cta-head h4 {
    font-size: 6vw !important;
  }
  
  .cta-btn {
    text-align: center;
    margin-top: 2rem;
    margin-right: 0;
    float: none;
  }
}

/* Extra small devices (portrait phones, less than 768px) */
@media (max-width: 767px) {
  /* Remove horizontal overflow */
  body {
    overflow-x: hidden;
  }
  
.counts .count-box i {
  margin-top: 0px;
}

  /* Hide topbar on mobile */
  #topbar {
    display: none !important;
  }
  
.flisting{
    padding-left: 0rem;
  }

  /* Header adjustments */
  #header {
    margin-top: 0px !important;
  }
  
  #header .container {
    padding: 12px 15px !important;
    max-width: 100%;
  }
  
  #header .logo img {
    max-height: 45px;
  }
  
  header#header {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Hero section adjustments */
  #hero {
    height: 100vh;
    margin-bottom: 0;
  }

  #hero .carousel-item {
    height: 100vh;
  }
  
  #hero h2 {
    font-size: 28px;
    width: 95%;
  }
  
  #hero p {
    width: 95%;
  }
  
  /* Slider adjustments */
  .animeslide-heading {
    font-size: 28px;
  }
  
  .animeslide-bottom {
    width: 103px !important;
    padding: 20px;
  }
  
  .animeslide-bottom .animeslide-pagination b {
    font-size: 36px !important;
  }
  
  .animeslide-bottom .animeslide-pagination {
    font-size: 25px !important;
  }
  
  .animeslide-button-next, .animeslide-button-prev {
    font-size: 9px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 5px;
  }
  
  /* Button adjustments */
  a.discoverbtn {
    padding: 10px 20px;
    font-size: 12px;
    margin-top: 30px;
  }
  
  /* About section adjustments */
  .about-content {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  
  .homeindex section.about-ozone, 
  .innerpage section.about-ozone {
    padding: 60px 0;
  }
  
  /* Services adjustments */
  section.ozone-services .col-md-2 {
    width: 100%;
    margin-bottom: 20px;
  }
  
  section.ozone-services .mas-item {
    min-height: auto;
    margin-bottom: 2rem;
  }
  
  .services-pages .img-ser {
    height: auto !important;
    margin-bottom: 2rem !important;
  }
  
  .ser-lists .info-box {
    padding: 30px 20px;
    flex-direction: column;
    text-align: center;
  }
  
  /* Gallery adjustments */
  .gallery-top h2 {
    font-size: 32px !important;
  }
  
  .gallery-b .about-data {
    padding: 7rem 0;
  }
  
  .bactxt {
    top: 175px !important;
    font-size: 25vw;
  }
  
  img.img-gallery {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  
  .portfolio .portfolio-item {
    margin: 0;
    padding: 5px;
  }
  
  /* Team section adjustments */
  section.ourteam {
    padding: 4rem 0;
  }
  
  .about-us-page section.ourteam.bggray {
    padding: 2rem 0 !important;
  }
  
  /* Stats adjustments */
  .img .stauts .item .progress-curve {
    width: 71px;
    height: 71px;
  }
  
  .img .stauts .item {
    padding: 4px;
  }
  
  .img .stauts {
    bottom: 0;
    left: 0px;
  }
  
  /* Counts section adjustments */
  section#counts {
    padding: 60px 0;
  }
  
  .counts .count-box {
    border: none;
    margin-bottom: 30px;
  }
  
  /* Clients section adjustments */
  section.our-clients {
    padding: 3rem 0;
  }
  
  .our-clients h2.heading-titles {
    font-size: 32px;
  }
  
  .client-head {
    margin-top: 0rem;
  }
  
  .client-logos img {
    padding: 20px !important;
  }
  
  .our-clients .swiper-slide {
    padding: 0;
    width: 50% !important;
  }
  
  .swiper-pagination {
    bottom: -27px !important;
  }
  
  .client-details-slider.swiper.swiper-initialized.swiper-horizontal.swiper-android {
    padding-bottom: 27px;
  }
  
  /* Testimonials adjustments */
  .testimonial-slider {
    padding: 1rem;
  }
  
  /* Footer adjustments */
  .f-add h5, .f-add a {
    font-size: 13px !important;
    margin-left: 20px !important;
  }
  
  .foot-contact h5 {
    margin-left: 24px;
  }
  
  /* Contact adjustments */
  form.email-form {
    padding: 2rem 1rem;
  }
  
  .contact-right {
    margin-top: 3rem;
  }
  
  .contact-top .about-data {
    padding: 6rem 0;
  }
  
  section.contact-fm {
    padding: 3rem 0;
  }
  
  /* CTA adjustments */
  .cta-bg.serpag h2, .cta-bg.serpag h4 {
    font-size: 8vw !important;
    margin: 0px;
  }
  
  .cta-bg.serpag {
    display: block;
    text-align: center;
  }
  
  .homeindex .cta-bg h2, .cta-bg .bgcc {
    font-size: 7vw;
  }
  
  .cta-head h6 {
    font-size: 17px;
  }
  
  .cta-head h4, .about-us-page .cta-head h4 {
    font-size: 9vw !important;
  }
  
  .about-us-page .cta-btn .btn {
    float: none;
  }
  
  /* Breadcrumbs adjustments */
  .breadcrumbs h2 {
    font-size: 28px !important;
  }
  
  .sec-head h3 {
    font-size: 28px !important;
  }
  
  /* Other adjustments */
  .lin, .lins {
    display: none;
  }
  
  .scrolled-offset {
    margin: 0;
  }
  
  .align-items-md-stretch {
    margin-bottom: 30px;
  }
  
  .slider-section .cont {
    background: #0c0f16c9;
    padding: 10px 20px;
  }
  
  .cont h4 a {
    font-size: 14px;
  }
  
  /* Loader adjustments */
  span.logoss img {
    width: 24% !important;
  }
  
  .logoss {
    margin-top: 47% !important;
  }
}

/* Extra extra small devices (very small phones, less than 576px) */
@media (max-width: 575px) {
  /* Container adjustments */
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Typography adjustments */
  #hero h2 {
    font-size: 24px;
  }
  
  .animeslide-heading {
    font-size: 24px;
  }
  
  .gallery-top h2 {
    font-size: 28px !important;
  }
  
  .our-clients h2.heading-titles {
    font-size: 28px;
  }
  
  /* Layout adjustments */
  .about-data {
    padding: 8rem 0;
  }
  
  .gallery-b .about-data {
    padding: 5rem 0;
  }
  
  /* Form adjustments */
  form.email-form {
    padding: 1.5rem 1rem;
  }
  
  /* Services adjustments */
  .ser-lists .info-box {
    padding: 20px 15px;
  }
  
  /* Footer adjustments */
  #footer .footer-top .social-links a {
    width: 45px;
    height: 45px;
    padding: 15px;
  }
  
  .f-add h5, .f-add a {
    font-size: 12px !important;
    line-height: 2em;
  }
}

/* Fix for horizontal scroll issues */
@media (max-width: 991px) {
  .container-fluid {
    overflow-x: hidden;
  }
  
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .col-md-6, .col-lg-6, .col-xl-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Flexbox improvements for better alignment */
@media (max-width: 767px) {
  .d-flex {
    flex-direction: column;
  }
  
  .d-flex.align-items-center {
    align-items: stretch !important;
  }
  
  .justify-content-between {
    justify-content: center !important;
  }
  
  .text-center-mobile {
    text-align: center !important;
  }
}
/* Video Modal Styles */
.video-modal {
  display: none;
  position: fixed;
  z-index: 999999 !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

/* Override when shown with display:block to use flex instead */
.video-modal[style*="display: block"],
.video-modal[style*="display:block"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  animation: slideIn 0.4s ease;
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-close-btn {
  position: absolute;
  top: -50px;
  right: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.video-close-btn:hover {
  color: #ff0000;
  transform: rotate(90deg);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .video-modal-content {
    width: 95%;
  }
  
  .video-close-btn {
    top: -40px;
    font-size: 36px;
  }
}

/* ===============================================
   CONTACT PAGE SPECIFIC STYLES - ADDED BY VARUN
   =============================================== */

/* Contact Section */
.contact-fm {
  padding: 80px 0;
  background: #fff;
}

.color-text h3.color-font {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333;
}

/* Contact Form Container */
.contact-form-container {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.contact-form-container .form-group {
  margin-bottom: 25px;
}

.contact-form-container label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
}

.contact-form-container label span {
  color: #e96b56;
}

.contact-form-container input,
.contact-form-container select,
.contact-form-container textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s;
  font-family: 'Poppins', sans-serif;
}

.contact-form-container input:focus,
.contact-form-container select:focus,
.contact-form-container textarea:focus {
  outline: none;
  border-color: #29b8e9;
  box-shadow: 0 0 0 3px rgba(41, 184, 233, 0.1);
}

.contact-form-container textarea {
  min-height: 120px;
  resize: vertical;
}

/* Phone Input Group */
.phone-input-group {
  display: flex;
  gap: 10px;
}

.phone-input-group .country-code {
  width: 80px;
  flex-shrink: 0;
}

.phone-input-group .phone-number {
  flex: 1;
}

/* Submit Button */
.frm-btn button {
  background: #000;
  color: #fff;
  border: none;
  padding: 15px 50px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.frm-btn button:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Office Locations */
.office-locations {
  padding-left: 0;
  margin-top: 100px; /* Push down to align with form fields */
}

.office-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.office-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.office-card h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.office-card .info-item {
  margin-bottom: 15px;
}

.office-card .info-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  font-size: 14px;
}

.office-card .info-value {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.office-card .contact-links {
  margin-top: 15px;
  display: flex;
  gap: 11px;
  align-items: center;
}

.office-card .contact-links i {
  font-size: 18px;
  color: #333;
  margin-right: 0px;
}

.office-card .contact-links a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
  white-space: nowrap;
}

.office-card .contact-links a:hover {
  color: #000;
}


/* ===============================================

/* Locations Map Section */
.locations-map-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.locations-map-section h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #333;
}

.map-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  margin-bottom: 30px;
}

.map-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.map-card iframe {
  width: 100%;
  height: 300px;
  border: none;
}

.map-card .map-info {
  padding: 20px;
  text-align: center;
}

.map-card .map-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.map-card .map-info p {
  font-size: 13px;
  color: #666;
  margin: 5px 0 0 0;
}

   CONTACT PAGE RESPONSIVE STYLES
   =============================================== */

/* Tablets and small desktops (max-width: 991px) */
@media (max-width: 991px) {
  .office-locations {
    padding-left: 0;
    margin-top: 40px;
  }
  
  .locations-map-section h2 {
    font-size: 32px;
  }
}

/* Mobile devices (max-width: 767px) */
@media (max-width: 767px) {
  .contact-fm {
    padding: 50px 0;
  }

  .contact-form-container {
    padding: 30px 20px;
  }

  .phone-input-group {
    flex-direction: column;
  }

  .phone-input-group .country-code {
    width: 100%;
  }

  .frm-btn button {
    width: 100%;
    padding: 15px 30px;
  }

  .office-card .contact-links {
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;
  
  .locations-map-section {
    padding: 50px 0;
  }
  
  .locations-map-section h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  }
}

/* Small mobile devices (max-width: 575px) */
@media (max-width: 575px) {
  .color-text h3.color-font {
    font-size: 24px;
  }

  .contact-form-container {
    padding: 25px 15px;
  }

  .office-card {
    padding: 20px;
  }

  .office-card h3 {
    font-size: 20px;
  }
}
  
  .locations-map-section h2 {
    font-size: 24px;
  }

/* ===================================
   New Footer Styles
   =================================== */

/* Company Brand Column */
.footer-brand {
  padding-right: 20px;
}

.footer-brand .footer-logo {
  margin-bottom: 15px;
}

.footer-brand h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}

.footer-brand .brand-tagline {
  color: #c9c3c3;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 300;
}

.footer-brand .social-links {
  display: flex;
  gap: 10px;
}

.footer-brand .social-links a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer-brand .social-links a:hover {
  background: #fff;
  color: #0c0f16;
  border-color: #fff;
}

/* Quick Links Column */
.footer-links h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

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

.footer-links ul li {
  margin-bottom: 12px;
}

.footer-links ul li a {
  color: #c9c3c3;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links ul li a:hover {
  color: #fff;
  padding-left: 5px;
}

/* Locations Column */
.footer-locations h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

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

.footer-locations ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-locations ul li i {
  color: #c9c3c3;
  font-size: 16px;
}

.footer-locations ul li span {
  color: #c9c3c3;
  font-size: 14px;
  font-weight: 300;
}

/* Contact Column */
.footer-contact-info h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

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

.footer-contact-info ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact-info ul li i {
  color: #c9c3c3;
  font-size: 16px;
}

.footer-contact-info ul li a {
  color: #c9c3c3;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact-info ul li a:hover {
  color: #fff;
}

/* Footer Copyright Section */
.footer-copyright {
  background: #0a0d13;
  padding: 20px 0;
  margin-top: 30px;
  border-top: 1px solid #ffffff0d;
}

.footer-copyright p {
  color: #c9c3c3;
  font-size: 13px;
  margin: 0;
  font-weight: 300;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .footer-brand,
  .footer-links,
  .footer-locations,
  .footer-contact-info {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer-top .row {
    text-align: center;
  }
  
  .footer-brand .social-links {
    justify-content: center;
  }
  
  .footer-links ul li,
  .footer-locations ul li,
  .footer-contact-info ul li {
    justify-content: center;
  }
  
  .footer-copyright p {
    font-size: 11px;
    line-height: 1.6;
  }
}

/* ======================================
   NEW FOOTER MODERN STYLES
   ====================================== */

/* Footer Modern Styles */
.footer-modern {
    background-color: #000000;
    color: #ffffff;
    padding: 50px 0 40px;
}

/* Brand Section */
.footer-brand {
    padding-right: 20px;
}

.footer-brand .brand-icon {
    margin-bottom: 15px;
}

.footer-brand .brand-name {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.footer-brand .brand-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-brand .social-icons {
    display: flex;
    margin-top: 20px;
    gap: 12px;
}

.footer-brand .social-icons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-brand .social-icons a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Footer Links */
.footer-links h4,
.footer-locations h4,
.footer-contact h4 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    padding-top: 10px;
    font-family: 'Poppins', sans-serif;
}

.footer-links ul,
.footer-locations ul,
.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
}

.footer-links ul li a:hover {
    color: #ffffff;
}

/* Locations */
.footer-locations ul li {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-locations ul li i {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

.footer-locations ul li span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
}

/* Contact */
.footer-contact ul li {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-contact ul li i {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

.footer-contact ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 1.4;
}

.footer-contact ul li a:hover {
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 991px) {
    .footer-modern {
        padding: 60px 0 30px;
    }
    
    .footer-brand {
        padding-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .footer-modern {
        padding: 50px 0 20px;
    }
    
    .footer-brand .brand-name {
        font-size: 16px;
    }
    
    .footer-links h4,
    .footer-locations h4,
    .footer-contact h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

/* Contact Form Professional Spacing */
.contact-fm .form-group {
    margin-bottom: 1.8rem;
}

.contact-fm .form-control {
    padding: 12px 16px;
    font-size: 15px;
}

.contact-fm label {
    margin-bottom: 8px;
    font-weight: 500;
    display: block;
}

.contact-fm textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.contact-fm .frm-btn {
    margin-top: 2rem;
}

.contact-fm .frm-btn button {
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
}

/* Responsive Form Padding */
@media (max-width: 768px) {
    form.email-form {
        padding: 2rem 1.5rem;
    }
}
