/* Version 02 */

/* @font-face {
  font-family: 'BAHNSCHRIFT';
  src: url('https://firefleo.com/wp-content/themes/hello-elementor/assets/font/BAHNSCHRIFT.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'BAHNSCHRIFT';
  src: url('https://firefleo.com/wp-content/themes/hello-elementor/assets/font/BAHNSCHRIFT.TTF') format('truetype');
}

@font-face {
  font-family: 'BAHNSCHRIFT1';
  src: url('https://firefleo.com/wp-content/themes/hello-elementor/assets/font/BAHNSCHRIFT1.TTF') format('truetype');
}

@font-face {
  font-family: 'BAHNSCHRIFT2';
  src: url('https://firefleo.com/wp-content/themes/hello-elementor/assets/font/BAHNSCHRIFT2.TTF') format('truetype');
}

@font-face {
  font-family: 'BAHNSCHRIFT3';
  src: url('https://firefleo.com/wp-content/themes/hello-elementor/assets/font/BAHNSCHRIFT3.TTF') format('truetype');
}

@font-face {
  font-family: 'BAHNSCHRIFT4';
  src: url('https://firefleo.com/wp-content/themes/hello-elementor/assets/font/BAHNSCHRIFT4.TTF') format('truetype');
}

@font-face {
  font-family: 'BAHNSCHRIFT5';
  src: url('https://firefleo.com/wp-content/themes/hello-elementor/assets/font/BAHNSCHRIFT5.TTF') format('truetype');
}

@font-face {
  font-family: 'BAHNSCHRIFT6';
  src: url('https://firefleo.com/wp-content/themes/hello-elementor/assets/font/BAHNSCHRIFT6.TTF') format('truetype');
}

@font-face {
  font-family: 'BAHNSCHRIFT7';
  src: url('https://firefleo.com/wp-content/themes/hello-elementor/assets/font/BAHNSCHRIFT7.TTF') format('truetype');
}

@font-face {
  font-family: 'BAHNSCHRIFT8';
  src: url('https://firefleo.com/wp-content/themes/hello-elementor/assets/font/BAHNSCHRIFT8.TTF') format('truetype');
}

@font-face {
  font-family: 'BAHNSCHRIFT9';
  src: url('https://firefleo.com/wp-content/themes/hello-elementor/assets/font/BAHNSCHRIFT9.TTF') format('truetype');
}

@font-face {
  font-family: 'BAHNSCHRIFT10';
  src: url('https://firefleo.com/wp-content/themes/hello-elementor/assets/font/BAHNSCHRIFT10.TTF') format('truetype');
}

@font-face {
  font-family: 'BAHNSCHRIFT11';
  src: url('https://firefleo.com/wp-content/themes/hello-elementor/assets/font/BAHNSCHRIFT11.TTF') format('truetype');
}

@font-face {
  font-family: 'BAHNSCHRIFT12';
  src: url('https://firefleo.com/wp-content/themes/hello-elementor/assets/font/BAHNSCHRIFT12.TTF') format('truetype');
}

@font-face {
  font-family: 'BAHNSCHRIFT13';
  src: url('https://firefleo.com/wp-content/themes/hello-elementor/assets/font/BAHNSCHRIFT13.TTF') format('truetype');
}

@font-face {
  font-family: 'BAHNSCHRIFT14';
  src: url('https://firefleo.com/wp-content/themes/hello-elementor/assets/font/BAHNSCHRIFT14.TTF') format('truetype');
}

.logged-in .discount-overlay {
	display: none !important;
}


body {
  font-family: 'BAHNSCHRIFT' !important;
  cursor: url('https://firefleo.com/wp-content/uploads/2025/05/CursorSmall.png') 4 4, auto !important;
}

a, a:hover {
	cursor: url('https://firefleo.com/wp-content/uploads/2025/05/CursorSmall.png') 4 4, auto !important;
}

/* header {
	position: absolute;
    width: 100%;
    top: 0;
	right: 0;
    left: 0;
	margin: auto;
    background: #fff;
	z-index: 999;
	max-width: 100% !important;
} */

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transition: all 0.2s;
	background: #fff;
}

    header.sticky {
        position: fixed !important;
        width: 100%;
        z-index: 1000;
        background: #fff !important;
        animation-name: HeaderAnim;
        animation-duration: 0.4s;
    }

@keyframes HeaderAnim {
    from {
        top: -50%;
    }

    to {
        top: 0;
    }
}

.site-header {
  display: flex;
  align-items: center;
	max-width: unset !important;
}

.site-header .site-branding img {
  max-width: 130px;
}

.site-header .site-navigation {
  display: block;
}

.site-header .site-navigation ul.menu {
  margin: 0;
  padding: 0;
}

.site-header .site-navigation ul.menu li {
  margin: 0px 5px;
}

.site-header .site-navigation ul.menu li a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
}

.site-header .site-navigation ul.menu li a:hover {
    border-bottom: 2px #14a085 solid;
}

.site-header .HeaderBtn a {
  background: #f29c1f;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 30px;
}

.site-navigation ul.menu li ul li a {
    cursor: pointer !important;
}

.site-navigation ul.menu li ul {
    min-width: 250px;
    max-width: 100%;
}

.site-navigation ul.menu li ul li {
    position: relative;
    padding-left: 15px;
}

.site-navigation ul.menu li ul li::before {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    background: url(https://firefleo.com/wp-content/uploads/2025/05/CursorSmall.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.site-navigation ul.menu li ul li:hover::before {
    display: block;
}

/* 4. Mobile Navigation Toggle */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
}

/* 5. Responsive Styles */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: block;
  }

  #site-navigation {
    display: none;
  }

  #site-navigation.active {
    display: block;
  }

  .menu-wrapper {
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }

  .menu-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .menu-wrapper li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
}

/* Hero Section Starts */

.HeroSection {
  height: 100vh;
}

.HeroSection .row {
  display: flex;
  align-items: center;
  height: 80vh;
}

.HeroSection .RightCol {
    position: relative;
    width: 500px;
    max-width: 100%;
    margin: auto;
}

.HeroSection .RightCol .VidWrapper {
    position: relative;
}

.HeroSection .RightCol .VidWrapper .AnimateVid {
    width: 100%;
	overflow: hidden;
	border-radius: 130px;
}

.HeroSection .RightCol .VidWrapper img.ElementStar {
    max-width: 50px;
    position: absolute;
    top: 30px;
    left: 6px;
	z-index: 2;
	animation: spin 5s linear infinite;
}

.HeroSection .RightCol .VidWrapper img.FlashElement {
    max-width: 60px;
    position: absolute;
    bottom: -75px;
    right: 164px;
	animation: revspin 5s linear infinite;
}

@keyframes revspin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.HeroSection .RightCol .VidWrapper::before {
    content: '';
    display: block;
    width: 230px;
    height: 230px;
    background: url(https://firefleo.com/wp-content/uploads/2025/05/LiningBG.png) no-repeat;
    position: absolute;
    bottom: -50px;
    background-size: cover;
    right: -35px;
    opacity: 0.1;
    z-index: -1;
}

.HeroSection .LeftCol {
    padding-right: 30px;
    font-family: "Noto Sans", sans-serif;
}

.HeroSection .LeftCol .AnimatedHeading {
    position: relative;
}

.HeroSection .LeftCol .AnimatedHeading h2 {
    font-size: 48px;
}

.HeroSection .LeftCol .AnimatedHeading h2 span {
    color: #f29c1f;
}

.HeroSection .LeftCol ul {
    margin: 0;
    padding: 0;
}

.HeroSection .LeftCol ul li {
    display: inline-block;
    margin-right: 10px;
}

.HeroSection .LeftCol ul li a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  background: #14a085;
  border-radius: 30px;
  font-size: 18px;
  line-height: 18px;
  height: 36px;
  min-width: 100px;
  text-align: center;
  justify-content: center;
  padding: 0px 15px 0px 5px;
}

.HeroSection .LeftCol ul li a i {
    background: #fff;
    padding: 3px;
    border-radius: 50px;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 21px;
    display: block;
    margin-right: 10px;
    color: #f29c1f;
    padding-left: 4px;
}

.HeroSection .LeftCol ul li:last-child a {
  background: #f29c1f;
  padding: 0;
}

.HeroSection .BannerLogos {
	padding: 20px 0px 20px 0px;
}

.HeroSection .BannerLogos img {
    filter: grayscale(1);
}

.HeroSection .BannerLogos img:hover {
    filter: unset;
}

.HeroSection .LeftCol .animated-container {
  display: inline-block;
  overflow: hidden;
  height: 3.5rem;
  vertical-align: bottom;
  margin-left: 0.5rem;
}

.HeroSection .LeftCol .animated-words {
  display: flex;
  flex-direction: column-reverse;
}

.HeroSection .LeftCol .animated-words span {
  display: block;
  height: 3.5rem;
  line-height: 3.5rem;
}

/* Banner Section Ends */

/* Hero Section Video Popup Start */

.VideoModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
}

.VideoModalContent {
  position: relative;
  width: 90%;
  max-width: 960px;
}

.VideoContainer {
  position: relative;
  padding-top: 56.25%;
}

.VideoContainer iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

.VideoClose {
  position: absolute;
  top: -20px;
  right: -10px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

/* Hero Section Video Popup End */

/* Project Section Starts 01 */

.ProjectDetail.TomTom {
    background: #e64c3c !important;
    padding: 60px 0px;
}

.ProjectDetail.TomTom .row {
    display: flex;
    align-items: stretch;
}

.ProjectDetail.TomTom .col-md-7,
.ProjectDetail.TomTom .col-md-5 {
    display: flex;
    flex-direction: column;
}

.ProjectDetail.TomTom .Content {
    color: #fff;
}

.ProjectDetail.TomTom .Content h3 {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 36px;
}

.ProjectDetail.TomTom .Content p {
    margin-bottom: 25px;
    padding-right: 100px;
}

.ProjectDetail.TomTom .Content .VidBox {
    position: relative;
    width: 720px;
    max-width: 100%;
}

.ProjectDetail.TomTom .Content .VidBox img {
    max-width: 100%;
}

.ProjectDetail.TomTom .PlayBtn {
	margin-top: 15px;
}

.ProjectDetail.TomTom .PlayBtn a {
  text-decoration: none;
  color: #000;
  padding: 0px 15px 0px 5px;
  display: flex;
  align-items: center;
  background: #f29c1f;
  border-radius: 30px;
  font-size: 18px;
  line-height: 18px;
  height: 36px;
  max-width: 95px;
}

.ProjectDetail.TomTom .PlayBtn a i {
    background: #fff;
    padding: 3px;
    border-radius: 50px;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 21px;
    display: block;
    margin-right: 8px;
    color: #f29c1f;
    padding-left: 5px;
}

.ProjectDetail.TomTom .Content img.ElementStar {
    max-width: 60px;
    position: absolute;
    bottom: -30px;
    left: -30px;
}

.ProjectDetail.TomTom .AnimationBox {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.ProjectDetail.TomTom .AnimationBox img {
    max-width: 100%;
}

.ProjectDetail.TomTom .AnimationBox img.FlashElement {
    max-width: 70px;
    position: absolute;
    right: -35px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.PFSectionBtn {
  padding: 30px 0px;
  text-align: center;
}

.PFSectionBtn a {
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  background: #14a085;
  border-radius: 30px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  width: 167px;
  margin: auto;
}

.PFSectionBtn a i {
    background: #fff;
    padding: 3px;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    color: #f29c1f;
}

/* Project Section Ends 01 */

/* Project Section Starts 02 */

.ProjectDetail.Splunk {
    background: #fff !important;
    padding: 60px 0px;
}

.ProjectDetail.Splunk .row {
    display: flex;
    align-items: stretch;
}

.ProjectDetail.Splunk .col-md-7,
.ProjectDetail.Splunk .col-md-5 {
    display: flex;
    flex-direction: column;
}

.ProjectDetail.Splunk .Content {
    color: #000;
}

.ProjectDetail.Splunk .Content h3 {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 36px;
    float: unset;
    clear: both;
}

.ProjectDetail.Splunk .Content p {
    margin-bottom: 25px;
    padding-right: 100px;
}

.ProjectDetail.Splunk .Content .VidBox {
    position: relative;
    width: 720px;
    max-width: 100%;
}

.ProjectDetail.Splunk .Content .VidBox img {
    max-width: 100%;
}

.ProjectDetail.Splunk .PlayBtn {
	margin: 15px 0px;
	width: 100%;
	display: block;
}

.ProjectDetail.Splunk .PlayBtn a {
  text-decoration: none;
  color: #000;
  padding: 0px 15px 0px 5px;
  display: flex;
  align-items: center;
  background: #f29c1f;
  border-radius: 30px;
  font-size: 18px;
  line-height: 18px;
  height: 36px;
  max-width: 95px;
  float: right;
}

.ProjectDetail.Splunk .PlayBtn a i {
    background: #fff;
    padding: 3px;
    border-radius: 50px;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 21px;
    display: block;
    margin-right: 8px;
    color: #f29c1f;
    padding-left: 5px;
}

.ProjectDetail.Splunk .Content img.ElementStar {
    max-width: 60px;
    position: absolute;
    bottom: -30px;
    left: -30px;
}

.ProjectDetail.Splunk .AnimationBox {
    position: relative;
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.ProjectDetail.Splunk .AnimationBox img {
    max-width: 100%;
}

.ProjectDetail.Splunk .AnimationBox img.FlashElement {
    max-width: 70px;
    position: absolute;
    right: -35px;
    bottom: 0;
    top: 0;
    margin: auto;
}

/* Project Section Ends 02 */

/* Project Section Starts 03 */

.ProjectDetail.UnleashedBrands {
    background: #1e1e1e !important;
    padding: 60px 0px;
}

.ProjectDetail.UnleashedBrands .row {
    display: flex;
    align-items: stretch;
}

.ProjectDetail.UnleashedBrands .col-md-7,
.ProjectDetail.UnleashedBrands .col-md-5 {
    display: flex;
    flex-direction: column;
}

.ProjectDetail.UnleashedBrands .Content {
    color: #fff;
}

.ProjectDetail.UnleashedBrands .Content h3 {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 36px;
    display: block;
    float: unset;
    width: 100%;
    clear: both;
}

.ProjectDetail.UnleashedBrands .Content p {
    margin-bottom: 25px;
    padding-right: 100px;
}

.ProjectDetail.UnleashedBrands .Content .VidBox {
    position: relative;
    width: 720px;
    max-width: 100%;
}

.ProjectDetail.UnleashedBrands .Content .VidBox img {
    max-width: 100%;
}

.ProjectDetail.UnleashedBrands .PlayBtn {
	margin: 15px 0px;
	display: block;
	width: 100%;
}

.ProjectDetail.UnleashedBrands .PlayBtn a {
  text-decoration: none;
  color: #000;
  padding: 0px 15px 0px 5px;
  display: flex;
  align-items: center;
  background: #f29c1f;
  border-radius: 30px;
  font-size: 18px;
  line-height: 18px;
  height: 36px;
  max-width: 95px;
  float: right;
}

.ProjectDetail.UnleashedBrands .PlayBtn a i {
    background: #fff;
    padding: 3px;
    border-radius: 50px;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 21px;
    display: block;
    margin-right: 8px;
    color: #f29c1f;
    padding-left: 5px;
}

.ProjectDetail.UnleashedBrands .Content img.ElementStar {
    max-width: 60px;
    position: absolute;
    bottom: -30px;
    left: -30px;
}

.ProjectDetail.UnleashedBrands .AnimationBox {
    position: relative;
    background: #1e1e1e;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.ProjectDetail.UnleashedBrands .AnimationBox img {
    max-width: 100%;
}

.ProjectDetail.UnleashedBrands .AnimationBox img.FlashElement {
    max-width: 70px;
    position: absolute;
    right: -35px;
    bottom: 0;
    top: 0;
    margin: auto;
}

/* Project Section Ends 03 */

/* Project Section Popups Starts */

.ProjectVideoModal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.ProjectVideoModalContent {
  width: 90%;
  max-width: 960px;
  position: relative;
}

.ProjectVideoContainer {
  padding-top: 56.25%;
  position: relative;
}

.ProjectVideoContainer iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

.ProjectVideoClose {
  position: absolute;
  top: -30px;
  right: -10px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

/* Project Section Popups Ends */

/* Team Section Starts */

.TeamSection {
    padding: 80px 0px 60px 0px;
}

.TeamSection .LeftCol {
    position: relative;
}

.TeamSection .SectionHeading {
    position: relative;
}

.TeamSection .SectionHeading h3 {
    padding-left: 100px;
    font-size: 44px;
    margin: 0;
    line-height: 44px;
}

.TeamSection .LeftCol .TeamDetail .BGBox {
    position: relative;
}

.TeamSection .LeftCol .TeamDetail .BGBox img.ElementStar {
    max-width: 60px;
    position: absolute;
    left: -30px;
    bottom: 70px;
	animation: spin 5s linear infinite;
}

.TeamSection .LeftCol .TeamDetail .TeamDesc {
    position: relative;
}

.TeamSection .TeamProfiles {
    display: flex;
    flex-wrap: wrap;
}

.TeamSection .TeamProfiles .TeamUser {
    max-width: 33.33%;
    overflow: hidden;
    max-height: 170px;
}

.TeamSection .TeamProfiles .TeamUser img {
    width: 100%;
}

.TeamSection .LeftCol .TeamDetail h6 {
    margin: 0;
    font-size: 20px;
}

.TeamSection .LeftCol .TeamDetail span {
    font-size: 14px;
}

.TeamSection .LeftCol .TeamDetail p {
    padding-left: 185px;
    padding-right: 15px;
    margin-top: 210px;
}

.TeamSection .LeftCol .TeamDetail .LeftBtn {
    position: absolute;
    bottom: 0;
    left: 10px;
}

.TeamSection .LeftCol .TeamDetail .LeftBtn a {
    background: #e64c3c;
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    color: #000;
    font-size: 14px;
    padding: 1px;
}

.TeamSection .row {
    display: flex;
    align-items: center;
}

.TeamSection .LeftCol .TeamDetail .BGBox::before {
    content: '';
    background: url(https://firefleo.com/wp-content/uploads/2025/05/MTT-Shape.png) no-repeat;
    background-size: cover;
    width: 390px;
    height: 360px;
    position: absolute;
    left: 0;
    top: 10px;
}

.TeamSection .LeftCol .TeamDetail .BGBox.TeamUser02::before {
    background: url(https://firefleo.com/wp-content/uploads/2025/07/2bp.png) no-repeat;
    content: '';
    background-size: cover;
    width: 390px;
    height: 360px;
    position: absolute;
    left: 0;
    top: 10px;
}

.TeamSection .LeftCol .TeamDetail .BGBox.TeamUser03::before {
    background: url(https://firefleo.com/wp-content/uploads/2025/07/3bg.png) no-repeat;
    content: '';
    background-size: cover;
    width: 390px;
    height: 360px;
    position: absolute;
    left: 0;
    top: 10px;
}

.TeamSection .LeftCol .TeamDetail .BGBox.TeamUser04::before {
    background: url(https://firefleo.com/wp-content/uploads/2025/07/4bg.png) no-repeat;
    content: '';
    background-size: cover;
    width: 390px;
    height: 360px;
    position: absolute;
    left: 0;
    top: 10px;
}

.TeamSection .LeftCol .TeamDetail .BGBox.TeamUser05::before {
    background: url(https://firefleo.com/wp-content/uploads/2025/07/5bg.png) no-repeat;
    content: '';
    background-size: cover;
    width: 390px;
    height: 360px;
    position: absolute;
    left: 0;
    top: 10px;
}

.TeamSection .LeftCol .TeamDetail .BGBox.TeamUser06::before {
    background: url(https://firefleo.com/wp-content/uploads/2025/07/6bg.png) no-repeat;
    content: '';
    background-size: cover;
    width: 390px;
    height: 360px;
    position: absolute;
    left: 0;
    top: 10px;
}

.TeamSection .LeftCol .TeamDetail .BGBox.TeamUser07::before {
    background: url(https://firefleo.com/wp-content/uploads/2025/07/7bg.png) no-repeat;
    content: '';
    background-size: cover;
    width: 390px;
    height: 360px;
    position: absolute;
    left: 0;
    top: 10px;
}

.TeamSection .LeftCol .TeamDetail .BGBox.TeamUser08::before {
    background: url(https://firefleo.com/wp-content/uploads/2025/07/8bg.png) no-repeat;
    content: '';
    background-size: cover;
    width: 390px;
    height: 360px;
    position: absolute;
    left: 0;
    top: 10px;
}

.TeamSection .LeftCol .TeamDetail .TeamTitle {
    padding-left: 250px;
    margin-top: 0px;
}

/* Team Section Ends */

/* Achievement Section Starts */

.AchievementSection {
    padding: 30px 0px;
}

.AchievementSection .SectionHeading {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.AchievementSection .SectionHeading .Content {
    width: 80%;
}

.AchievementSection .SectionHeading .Content h3 {
	margin-bottom: 30px;
	font-size: 50px;
}

.AchievementSection .SectionHeading .Content p {
    margin: 0;
}

.AchievementSection .SectionHeading .SectionBtn {
    text-align: right;
    width: 20%;
}

.AchievementSection .SectionHeading .SectionBtn a {
    background: #14a085;
    color: #000;
    text-decoration: unset;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 18px;
}

.AchievementLeft-wrapper {
    position: relative;
}

.AchievementLeft-wrapper .AchievementRow {
    display: flex;
}

.AchievementLeft-wrapper .AchievementRow .AchievementCell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
	transition: 0.3s all;
}

.AchievementLeft-wrapper .AchievementRow01 .AchievementCell01 {
    background: #e64c3c;
    width: 66.66%;
    border-radius: 0px 0px 80px 0px;
    color: #fff;
    font-size: 44px;
    line-height: 42px;
    text-align: center;
}

.AchievementLeft-wrapper .AchievementRow01 .AchievementCell02 {
    background: #ffbb33;
    width: 33.33%;
    border-radius: 0px 0px 0px 80px;
}

.AchievementLeft-wrapper .AchievementRow2 .AchievementCell {
    width: 33.33%;
}

.AchievementLeft-wrapper .AchievementRow2 .AchievementCell03 {
    background: #85bc23;
    border-radius: 80px 0px 0px 0px;
}

.AchievementLeft-wrapper .AchievementRow2 .AchievementCell04 {
    background: #ffbb33;
    border-radius: 50%;
}

.AchievementLeft-wrapper .AchievementRow2 .AchievementCell04 i {
    font-size: 50px;
    background: #fff;
}

.AchievementLeft-wrapper .AchievementRow2 .AchievementCell05 {
    background: #e64c3c;
    border-radius: 80px 0px 0px 0px;
}

.AchievementLeft-wrapper .AchievementRow03 .AchievementCell06 {
    width: 33.33%;
    color: #e64c3c;
    font-size: 70px;
}

.AchievementRight-wrapper .AchievementRow03 .AchievementCell06 img {
    max-width: 65%;
    transition: .3s all infinite;
  animation: spin 3s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.AchievementLeft-wrapper .AchievementRow03 .AchievementCell07 {
    background: #14a085;
    border-radius: 0px 80px 0px 0px;
    width: 66.66%;
    font-size: 44px;
    text-align: center;
    color: #fff;
    line-height: 42px;
}

.AchievementRight-wrapper {
    position: relative;
	margin-left: -1px;
}

.AchievementRight-wrapper .AchievementRow {
    display: flex;
}

.AchievementRight-wrapper .AchievementRow .AchievementCell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
	text-transform: uppercase;
	transition: 0.3s all;
}

.AchievementRight-wrapper .AchievementRow01 .AchievementCell {
    width: 33.33%;
}

.AchievementRight-wrapper .AchievementRow01 .AchievementCell01 {
    background: #14a085;
    border-radius: 80px 0px 0px 0px;
}

.AchievementRight-wrapper .AchievementRow01 .AchievementCell03 {
    background: #85bc23;
    border-radius: 0px 80px 0px 80px;
}

.AchievementRight-wrapper .AchievementRow2 .AchievementCell04 {
    width: 100%;
    background: #ffbb33;
    border-radius: 0px 80px;
    font-size: 44px;
    text-align: center;
    color: #fff;
    line-height: 42px;
}

.AchievementRight-wrapper .AchievementRow03 .AchievementCell {
    width: 33.33%;
}

.AchievementRight-wrapper .AchievementRow03 .AchievementCell05 {
    background: #e64c3c;
    border-radius: 0px 0px 0px 80px;
}

.AchievementRight-wrapper .AchievementRow03 .AchievementCell06 {
    background: #85bc23;
    border-radius: 50%;
}

.AchievementRight-wrapper .AchievementRow03 .AchievementCell07 {
    background: #000;
    border-radius: 80px 80px 80px 0px;
}

.AchievementSection .row:last-child .col-md-6:first-child {
    padding-right: 0;
}

.AchievementSection .row:last-child .col-md-6:last-child {
    padding-left: 0;
}

.AchievementLeft-wrapper .AchievementRow01 .AchievementCell01:hover, .AchievementLeft-wrapper .AchievementRow03 .AchievementCell07:hover, .AchievementRight-wrapper .AchievementRow2 .AchievementCell04:hover {
    transform: scale(1.1);
}

/* Achievement Section Ends */

/* CTA Section Starts */

.CTASection {
    margin-top: 50px;
}

.CTASection .CTABox {
    background: #eae9e4;
    border-radius: 150px;
    text-align: center;
    padding: 70px 0px;
    width: 650px;
    margin: auto;
	position: relative;
	z-index: 1;
}

.CTASection .CTABox h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.CTASection .CTABox p {
    margin-bottom: 10px;
}

.CTASection .CTABox a {
    background: #e64c3c;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    display: inline-block;
}

/* CTA Section Ends */

/* Footer Starts */

.site-footer {
    background: unset;
    max-width: 100% !important;
    width: 100% !important;
    text-align: center;
	padding-top: 0;
}

.site-footer .container {
    border-top: solid 3px #b7b7b7;
    padding-top: 30px;
}

.site-footer .FooterLogo {
    max-width: 150px;
    margin: auto;
    margin-bottom: 30px;
}

.site-footer .site-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.site-footer .site-navigation ul {
    margin: 0;
    padding: 0;
}

.site-footer .site-navigation ul li {
    margin: 0px 5px;
}

.site-footer .site-navigation ul li a {
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
}

.site-footer .FooterSocial ul {
    margin: 0;
    padding: 0;
}

.site-footer .FooterSocial ul li {
    display: inline-block;
    padding: 0px 10px;
}

.site-footer .FooterSocial ul li a {
    background: unset;
    height: 35px;
    width: 35px;
    display: inline-block;
    border-radius: 50px;
    line-height: 35px;
    color: #ffbb33;
    border: solid 1px #ffbb33;
    font-size: 20px;
}

/* About Section Start */

.AboutUsSection {
    position: relative;
    padding-bottom: 100px;
}

.AboutUsSection::before {
    content: '';
    width: 65%;
    height: 160%;
    background: url(https://firefleo.com/wp-content/uploads/2025/05/AbtUsBgImg-scaled.png) no-repeat;
    position: absolute;
    top: -100px;
    left: 5%;
    background-size: contain;
    z-index: 2;
}

/* Testimonial Section Starts */

.ReviewsSection {
    padding: 60px 0px;
}

.ReviewsSection .SectionHeading {
    text-align: center;
    margin-bottom: 30px;
}

.ReviewsSection .SectionHeading h2 {
    font-size: 44px;
}

.ReviewsSection .SectionHeading h2 span {
    color: #ffbb33;
}

.ReviewsSection .SectionHeading p {
    max-width: 1080px;
    margin: auto;
    font-size: 18px;
    font-weight: 400;
}

.ReviewSlider {
    position: relative;
}

.ReviewSlider .ReviewBox {
    border: solid 1px #e64c3c;
    padding: 30px;
    border-radius: 30px;
}

.ReviewSlider .ReviewBox p {
    text-align: center;
    margin-bottom: 30px;
}

.ReviewSlider .ReviewBox .ReviewAuthor {
    display: flex;
    align-items: center;
}

.ReviewSlider .ReviewBox .ReviewAuthor img {
    max-width: 70px;
    margin-right: 15px;
}

.ReviewSlider .ReviewBox .ReviewAuthor strong {
    font-size: 18px;
    display: block;
    line-height: 18px;
}

.ReviewSlider .item {
    margin: 0px 10px;
}

.ReviewSlider ul.slick-dots {
    padding: 0;
    margin: 0;
    margin-top: 30px;
    list-style: none;
    text-align: center;
}

.ReviewSlider ul.slick-dots li {
    display: inline-block;
    margin: 0px 3px;
}

.ReviewSlider ul.slick-dots li button {
    font-size: 0;
    border: unset;
    height: 10px;
    width: 10px;
    padding: 0;
    background: #c5c5c5;
    border-radius: 50px;
}

.ReviewSlider ul.slick-dots li.slick-active button {
    background: #ffbb33;
}

/* Testimonial Section Ends */

/* Quote Section Starts */

.QuoteSection {
    padding: 30px 0px;
}

.QuoteSection .SectionHeading {
    margin-bottom: 20px;
}

.QuoteSection .SectionHeading h2 {
    font-size: 44px;
    margin: 0;
}

.QuoteSection .SectionHeading h2 span {
    color: #ffbb33;
}

.QuoteSection .QuoteContent {
    text-align: center;
}

.QuoteSection .QuoteContent h3 {
    font-size: 44px;
}

.QuoteSection .QuoteContent p {
    max-width: 1080px;
    margin: auto;
    font-size: 18px;
}

.QuoteSection .QuoteForm {
    margin-top: 30px;
}

.QuoteSection .QuoteForm .form-group label {
    font-size: 18px;
    color: #555;
    font-weight: 400;
}

.QuoteSection .QuoteForm .form-group input {
    border-color: #d5d5d5;
    border-radius: 0;
    margin-top: 3px;
    padding: 10px;
    width: 100%;
    height: 50px;
    color: #000;
}

.QuoteSection .QuoteForm .form-group input.wpcf7-submit {
    max-width: 150px;
    border-radius: 30px;
    background: #14a085;
    margin: auto;
    display: block;
}

/* Quote Section Ends */

/* Popup Starts */

/* Popup overlay */
.discount-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

/* Popup box */
.discount-popup {
    width: 550px;
	max-width: 100%;
    padding: 30px 0px 0px 0px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    border: solid 5px #f29c1f;
    background-color: #fff;
}

.discount-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
    color: #e64c3c;
}

.discount-overlay .DiscountWrapper {
    position: relative;
}

.discount-overlay .DiscountWrapper .LeftCol,
.discount-overlay .DiscountWrapper .RightCol {
    width: 50%;
}

.discount-overlay .DiscountWrapper .LeftCol p {
    margin: 0;
    color: #fff;
}

.discount-popup::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    border-radius: 30px;
}

.discount-popup .PopupContent p {
    font-size: 20px;
    line-height: 40px;
}

.discount-popup .PopupContent strong {
    display: block;
    font-size: 50px;
    color: #14a085;
    margin-bottom: -10px;
}

.discount-popup .PopupContent span {
    font-size: 20px;
}

.discount-popup .PopupForm form {
    width: 450px;
    max-width: 100%;
    margin: auto;
}

.discount-popup .PopupForm .wpcf7-email {
    border: solid 1px #14a085;
    opacity: 1;
}

.discount-popup .PopupForm .wpcf7-submit {
    display: block;
    width: 110px;
    margin: auto;
    background: #e64c3c;
    border: solid 1px #e64c3c;
    color: #fff;
    border-radius: 20px;
}

.discount-overlay img.FlashElement {
    max-width: 40px;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    animation: revspin 5s linear infinite;
}

/* Popup Ends */

/* Services Page Start */

.ServiceHero {
    padding: 70px 0px 40px 0px;
}

.ServiceHero .VideoWrapper {
    position: relative;
}

.ServiceHero .VideoWrapper .AnimateVid {
    border-radius: 130px;
    overflow: hidden;
    max-height: 480px;
}

.ServiceHero .VideoWrapper iframe {
    height: 100% !important;
}

.ServiceHero .HeroContent {
    margin-top: 20px;
    text-align: center;
}

.ServiceHero .HeroContent h1 {
    font-size: 50px;
    color: #000;
}

.ServiceHero .HeroContent h1 span {
    color: #f29c1f;
}

.ServiceHero .HeroContent p {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    width: 920px;
	max-width: 100%;
    margin: auto;
}

.ServiceSlider {
    padding: 40px 0px;
}

.ServiceSlider ul.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.ServiceSlider ul.slick-dots li button {
    font-size: 0;
    height: 8px;
    width: 8px;
    padding: 0;
    border-radius: 50px;
    background: #b5b5b5;
    border: unset;
}

.ServiceSlider ul.slick-dots li {
    display: inline-block;
    margin: 0px 2px;
}

.ServiceSlider ul.slick-dots li.slick-active button {
    background: #f29c1f;
}

.ServiceSlider .SectionHeading h2 {
    margin-bottom: 15px;
    font-size: 28px;
    color: #f29c1f;
}

.ServiceSlider .SliderBox .item {
    margin: 0px 10px;
}

.ServiceSlider .SliderBox .item .Content h5 {
	text-align: center;
	margin-top: 8px;
	font-size: 18px;
}

.ApproachSection {
	padding: 40px 0px;
}

.ApproachSection .SectionHeading h2 {
    margin-bottom: 15px;
    font-size: 28px;
    color: #f29c1f;
}

.ApproachSection .ApproachContent ul {
	margin: 0;
	padding: 0;
}

.ApproachSection .ApproachContent ul li {
	list-style: none;
	display: flex;
	width: 100%;
	color: #565656;
	margin-bottom: 10px;
}

.ApproachSection .ApproachContent ul li span {
	width: 35%;
	font-size: 20px;
	font-weight: 500;
}

.ApproachSection .ApproachContent ul li p {
	width: 65%;
	font-size: 20px;
	font-weight: 300;
}

.DeliverSection {
	padding: 40px 0px;
}

.DeliverSection .SectionHeading h2 {
    margin-bottom: 15px;
    font-size: 28px;
    color: #f29c1f;
}

.DeliverSection .DeliverContent ul {
	margin: 0;
	padding: 0;
}

.DeliverSection .DeliverContent ul li {
	list-style: none;
	display: flex;
	width: 100%;
	color: #565656;
	margin-bottom: 10px;
}

.DeliverSection .DeliverContent ul li span {
	width: 35%;
	font-size: 20px;
	font-weight: 500;
}

.DeliverSection .DeliverContent ul li p {
	width: 65%;
	font-size: 20px;
	font-weight: 300;
}

/* Services Page Ends */

/* Portfolio Page Starts */

.PFBanner {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    position: relative;
    background: url(https://firefleo.com/wp-content/uploads/2025/07/PFBanner-scaled.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.PFBanner::before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: .7;
}

.PFBanner .container {
    z-index: 9;
}

.PFBanner .Content h1 {
    font-size: 50px;
}

.PFBanner .Content h1 span {
    color: #e64c3c;
}

.PFBanner .Content p {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    width: 920px;
    margin: auto;
    max-width: 100%;
}

.PFSection {
    padding: 60px 0px;
}

.PFSection .PFItem {
    margin-bottom: 30px;
}

.PFSection .PFItem .VidBox {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

.PFSection .PFItem .Content {
    display: flex;
    justify-content: space-between;
}

.PFSection .PFItem .Content h5 {
    font-size: 22px;
    color: #000;
    margin: 0;
}

.PFSection .PFItem .Content .play-video-btn {
    position: relative;
    text-decoration: none;
    color: #000;
    background: #f29c1f;
    border-radius: 20px;
    width: 140px;
    display: flex;
    height: 35px;
    align-items: center;
    font-size: 18px;
    line-height: 18px;
}

.PFSection .PFItem .Content .play-video-btn i {
    background: #fff;
    border-radius: 50px;
    height: 27px;
    width: 27px;
    text-align: center;
    line-height: 28px;
    margin-left: 5px;
    margin-right: 10px;
    padding-left: 2px;
}

.PFSection .PFItem .Content .Category ul {
    margin: 0;
    padding: 0;
}

.PFSection .PFItem .Content .Category ul li {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-right: 15px;
    color: #565656;
    font-weight: 300;
}

.PFSection .PFItem .Content .Category ul li::before {
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    background: #f29c1f;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Portfolio Page Ends */