@charset "UTF-8";
html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.section-padding {
  padding: 60px 0px;
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.tag-line {
  font-size: 20px;
  font-weight: 500;
}

.title {
  font-size: 34px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  text-align: center;
}

.common-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
  padding: 8px 12px;
  transition: all 0.4s ease;
  border: 1px solid #fff;
  min-width: 170px;
  text-align: center;
}
.common-btn:hover {
  scale: 1.05;
  color: #fff;
}
.common-btn.dark {
  background-color: #323744;
}
.common-btn.red {
  background-color: #e63946;
}
.common-btn img {
  width: 24px;
  height: auto;
}

.my-container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.bg-main {
  background-color: #e63946;
}

.bg-black {
  background-color: #323744;
}

.main {
  padding-top: 74px;
}

/***** Header Section *****/
header {
  background-color: #e63946;
  width: 100%;
  position: fixed;
  position: position;
  z-index: 999;
}
header .header {
  padding: 16px 0;
}
header .header .left-section {
  display: flex;
  align-items: center;
}
header .header .left-section .logo a {
  display: inline-block;
}
header .header .left-section .logo a img {
  height: 40px;
  width: auto;
}
header .header .left-section .logo a img.logo-white {
  display: inline-block;
}
header .header .left-section .logo a img.logo-black {
  display: none;
}
header .header .left-section .nav-menu {
  display: flex;
  align-items: center;
  justify-content: end;
}
header .header .left-section .nav-menu ul {
  margin-bottom: 0px;
  margin-right: 20px;
}
header .header .left-section .nav-menu ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 20px;
}
header .header .left-section .nav-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
header .header .left-section .nav-menu ul li a.active {
  color: #e63946 !important;
}
header .header .demo-btn {
  text-align: right;
}
header.home {
  background-color: #e63946 !important;
}
header.white-bg, header.blogs {
  box-shadow: rgba(100, 100, 111, 0.1) 0px 1px 8px 0px;
  background-color: #fff !important;
}
header.white-bg .header .logo a img.logo-white, header.blogs .header .logo a img.logo-white {
  display: none;
}
header.white-bg .header .logo a img.logo-black, header.blogs .header .logo a img.logo-black {
  display: inline-block;
}
header.white-bg .header .nav-menu ul li a, header.blogs .header .nav-menu ul li a {
  color: black;
}
header.white-bg .header .common-btn, header.blogs .header .common-btn {
  color: #fff;
  border: 1px solid #e63946;
  background-color: #e63946;
}
header.blogs {
  box-shadow: inherit !important;
  background-color: #fff !important;
}
header.blogs.white-bg {
  background-color: #fff !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}
header .toggle-menu-cont {
  display: none;
}

/***** End Header Section *****/
/***** Hero Section *****/
.hero-section {
  background: #e63946;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  color: #fff;
}
.hero-section .hero-image {
  position: absolute;
  top: 80px;
  right: -150px;
}
.hero-section .hero-image img {
  width: 100%;
  max-width: 900px;
  height: auto;
}
.hero-section .section-title {
  text-align: left;
  margin-bottom: 10px;
}
.hero-section .tag-line {
  margin-bottom: 0;
  font-weight: 500;
}
.hero-section .content-div p {
  color: #eee;
}

.banner-section {
  background-image: url("../images/banner_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  min-height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
.banner-section .banner {
  text-align: center;
  color: #000;
}
.banner-section .banner .section-title {
  margin-bottom: 15px;
  color: #000;
}
.banner-section .banner .subtitle {
  font-size: 20px;
  font-weight: 600;
}
.banner-section .banner .description {
  font-size: 16px;
  font-weight: normal;
}

.achievement-section {
  background-color: #fafafa;
  padding: 30px 0;
}
.achievement-section .achieve {
  text-align: center;
}
.achievement-section .achieve p.red {
  color: #555;
}
.achievement-section .achieve p small {
  font-size: 12px;
}
.achievement-section .achieve p:first-child {
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
}

/***** End Hero Section *****/
.section-subtitle {
  text-align: center;
  color: #323744;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.section-title.no-bot {
  margin-bottom: 5px !important;
}

/***** Partners Section *****/
/***** End Partners Section *****/
/***** Testimonial Section *****/
.bg-ellipse {
  position: relative;
}
.bg-ellipse::before, .bg-ellipse::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.bg-ellipse::before {
  background: url("../images/ellipse2.png");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: left -242px;
}
.bg-ellipse::after {
  position: absolute;
  background: url("../images/ellipse3.png");
  background-repeat: no-repeat;
  background-size: 25%;
  text-align: center;
  background-position: right bottom;
}

.bg-ellipse-2 {
  position: relative;
  background: url("../images/ellipse2.png");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: left bottom;
  overflow: hidden;
}
.bg-ellipse-2::before, .bg-ellipse-2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.bg-ellipse-2::before {
  background: url("../images/ellipse3.png");
  background-repeat: no-repeat;
  background-size: 15%;
  text-align: center;
  right: 0px;
  left: auto;
  top: 0;
  background-position: right top;
}
.bg-ellipse-2::after {
  position: absolute;
  background: url("../images/ellipse2.png");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: left -242px;
}

.testimonial-section .testimonial {
  text-align: center;
}
.testimonial-section .testimonial .icon {
  text-align: center;
}
.testimonial-section .testimonial .icon img {
  width: 70px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  display: inline-block;
}
.testimonial-section .testimonial > p {
  font-size: 24px;
}
.testimonial-section .testimonial .about-people {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-section .testimonial .about-people img {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.testimonial-section .testimonial .about-people span {
  font-size: 14px;
  font-weight: 500;
}
.testimonial-section .testimonial .about-people span.name {
  font-weight: 700;
  margin-left: 10px;
}
.testimonial-section .testimonial-slider {
  position: relative;
}
.testimonial-section .testimonial-slider .owl-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
}
.testimonial-section .testimonial-slider .owl-nav button {
  background-color: #fff;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
}
.testimonial-section .testimonial-slider .owl-nav button::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border: 2px solid #323744;
  left: 50%;
  top: 50%;
  background: transparent;
  rotate: 45deg;
  transform: translate(-50%, -50%);
  border-top: 0px;
  border-right: 0px;
}
.testimonial-section .testimonial-slider .owl-nav button.owl-prev {
  left: 40px;
  right: auto;
}
.testimonial-section .testimonial-slider .owl-nav button.owl-prev::before {
  transform: translate(-60%, -25%);
}
.testimonial-section .testimonial-slider .owl-nav button.owl-next {
  right: 40px;
  left: auto;
}
.testimonial-section .testimonial-slider .owl-nav button.owl-next::before {
  rotate: 225deg;
  transform: translate(75%, 0%);
}

/***** End Testimonial Section *****/
/***** New Core Features Section *****/
.owl-carousel.features-slider {
  position: relative;
}
.owl-carousel.features-slider .owl-stage-outer .owl-stage {
  padding-left: 0 !important;
}
.owl-carousel.features-slider .owl-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
}
.owl-carousel.features-slider .owl-nav button {
  background-color: #f7f7f7;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
}
.owl-carousel.features-slider .owl-nav button::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border: 2px solid #323744;
  left: 50%;
  top: 50%;
  background: transparent;
  rotate: 45deg;
  transform: translate(-50%, -50%);
  border-top: 0px;
  border-right: 0px;
}
.owl-carousel.features-slider .owl-nav button.owl-prev {
  left: -50px;
  right: auto;
}
.owl-carousel.features-slider .owl-nav button.owl-prev::before {
  transform: translate(-60%, -25%);
}
.owl-carousel.features-slider .owl-nav button.owl-next {
  right: -30px;
  left: auto;
}
.owl-carousel.features-slider .owl-nav button.owl-next::before {
  rotate: 225deg;
  transform: translate(75%, 0%);
}

/***** End New Core Features Section *****/
/***** Pay Section *****/
.pay-section .price-card {
  background-color: #343434;
  padding: 30px 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.pay-section .price-card p {
  color: #cccccc;
}
.pay-section .price-card .package-type {
  background: rgba(230, 57, 70, 0.8);
  border-radius: 6px;
  padding: 4px 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 1px;
}
.pay-section .price-card .business-limit {
  font-weight: 600;
  margin-top: 10px;
}
.pay-section .price-card .about {
  height: 100px;
  color: #7c7c7c;
}
.pay-section .price-card .price {
  font-size: 26px;
  margin-bottom: 0px;
  font-weight: 600;
}
.pay-section .price-card .old-price {
  margin-bottom: 0;
  color: #7c7c7c;
}
.pay-section .price-card .duration {
  margin-bottom: 0px;
  font-size: 15px;
  color: #7c7c7c;
}

/***** End Pay Section *****/
/***** Contact form Section *****/
.contact-us .section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #e63946;
}
.contact-us .contact-info {
  position: relative;
}
.contact-us .contact-info::after, .contact-us .contact-info::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  border: 1px solid rgba(144, 144, 144, 0.45);
  background-color: transparent;
}
.contact-us .contact-info::before {
  top: 46%;
  width: 100%;
  height: 1px;
}
.contact-us .contact-info .contact {
  text-align: center;
}
.contact-us .contact-info .contact img {
  width: auto;
  height: 32px;
}
.contact-us .contact-info .contact p {
  font-size: 16px;
  font-weight: 600;
  margin: 4px 0px;
  color: #e63946;
}
.contact-us .contact-info .contact a {
  display: inline-block;
  color: #323744;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
.contact-us .contact-info .contact span {
  border-bottom: 1px solid #e63946;
}
.contact-us .contact-info .center-box {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  width: 28px;
  height: 28px;
}

/***** End Contact form Section *****/
/***** Sport Management Section *****/
.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  grid-auto-rows: 350px;
  grid-auto-flow: dense;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .wide img {
  aspect-ratio: 2/1;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .tall img {
  aspect-ratio: 1/2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}
.grid-wrapper div {
  overflow: hidden;
  border-radius: 10px;
}
.grid-wrapper div img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: inline-block;
  transition: all 0.3s ease;
}
.grid-wrapper div img:hover {
  scale: 1.08;
}

.download {
  text-align: center;
  padding-top: 24px;
}

/***** End Sport Management Section *****/
/***** Footer Section *****/
footer {
  background-color: #e63946;
  padding: 30px 0px;
  margin-top: 20px;
  color: #fff;
}
footer .copyright-div p {
  text-align: center;
  opacity: 0.8;
  margin-bottom: 0px;
}
footer .copyright-div a {
  display: inline-block;
  text-decoration: underline;
  color: #fff;
}

/***** End Footer Section *****/
.float-contact {
  position: fixed;
  bottom: 12%;
  top: auto;
  right: 12px;
  z-index: 999;
  text-align: center;
}
.float-contact a {
  display: inline-block;
}
.float-contact a img {
  width: 52px;
  height: auto;
}

.post-title-div {
  text-align: center;
  margin-bottom: 30px;
}
.post-title-div h2 {
  font-size: 28px;
  font-weight: 700;
  max-width: 70%;
  display: inline-block;
}

.single-post-section {
  margin-bottom: 30px;
}
.single-post-section .single-post {
  padding: 0px 110px 50px;
  border-radius: 12px;
  margin-top: -20px;
}
.single-post-section .single-post .banner-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.single-post-section .single-post .post-content {
  margin-top: 30px;
  padding: 0px 10px;
}

.our-story-section {
  background-color: #fafafa;
}
.our-story-section .section-title {
  color: #e63946;
  text-align: left;
}
.our-story-section .section-subtitle {
  text-align: left;
  margin: 0 0 40px;
  max-width: 100%;
}
.our-story-section .section-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: rgba(230, 57, 70, 0.7) 7px 7px;
}
.our-story-section h3 {
  font-size: 24px;
}

.vision-mission--section .section-title {
  color: #e63946;
  text-align: center;
}
.vision-mission--section .section-subtitle {
  text-align: center;
  margin-bottom: 60px;
}
.vision-mission--section .mission-box {
  text-align: center;
}
.vision-mission--section .mission-box .icon-box img {
  width: auto;
  height: 130px;
}
.vision-mission--section .mission-box h3 {
  margin: 2px 0px 8px;
  font-size: 24px;
  font-weight: 600;
}
.vision-mission--section .mission-box p {
  padding: 0px 30px;
}
.vision-mission--section .mission-box .value-points ul {
  padding-left: 0px;
}
.vision-mission--section .mission-box .value-points ul li {
  text-align: left;
}

.meet-team-section .section-title {
  color: #e63946;
  text-align: center;
}
.meet-team-section .section-subtitle {
  text-align: center;
  margin-bottom: 60px;
}
.meet-team-section .team-members .team-member {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.meet-team-section .team-members .team-member .image {
  position: relative;
}
.meet-team-section .team-members .team-member .image .member-image {
  width: 100%;
  height: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.meet-team-section .team-members .team-member .image .social-handles {
  position: absolute;
  bottom: 30px;
  right: 0px;
  padding: 6px;
  background-color: #e63946;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.meet-team-section .team-members .team-member .image .social-handles a {
  display: inline-block;
  margin: 2px 0px;
}
.meet-team-section .team-members .team-member .image .social-handles img {
  width: 12px;
  height: auto;
  transition: all 0.3s ease;
}
.meet-team-section .team-members .team-member .image .social-handles img:hover {
  scale: 0.9;
}
.meet-team-section .team-members .team-member:hover .image .social-handles {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.meet-team-section .team-members .about {
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 4px;
}
.meet-team-section .team-members .about h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.meet-team-section .team-members .about p {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
}

.why-choose--section .section-title {
  color: #e63946;
  text-align: center;
}
.why-choose--section .section-subtitle {
  text-align: center;
  margin-bottom: 60px;
}

.cta-button-section .cta-box {
  background: linear-gradient(135deg, #e63946, #ff6b6b);
  padding: 30px;
  border-radius: 12px;
  color: #fff;
  text-align: center;
}
.cta-button-section .cta-box .section-title {
  margin-bottom: 0px;
}
.cta-button-section .cta-box p {
  margin-bottom: 20px;
}

.text-left {
  text-align: left !important;
}

.social-bar {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}
.social-bar a img {
  width: auto;
  height: 24px;
  transition: transform 0.3s ease;
}
.social-bar a img:hover {
  transform: scale(1.1);
}

/*****New Css Section *****/
.features-section {
  background-color: #fafafa;
}
.features-section .section-title {
  color: #e63946;
  text-align: center;
}
.features-section .image-grid img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.features-section .image-grid img.img-1 {
  aspect-ratio: 8/10;
}
.features-section .image-grid img.img-2 {
  aspect-ratio: 8/6;
}
.features-section .image-grid img.img-3, .features-section .image-grid img.img-4 {
  aspect-ratio: 8/8;
}
.features-section .section-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.features-section .features {
  margin-bottom: 50px;
}
.features-section .features .section-title {
  text-align: left;
}
.features-section .features .feature-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.features-section .features .feature-box .feature {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
}
.features-section .features .feature-box .feature a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}
.features-section .features .feature-box .feature a:hover {
  color: #e63946;
}
.features-section .features .feature-box .feature img {
  width: 28px;
  margin-right: 10px;
}

/***** New About US Page Section *****/
.mission-section {
  background: url("../images/ellipse.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
.mission-section h2 {
  padding: 20px 0px 40px;
  margin-bottom: 0px;
}
.mission-section .mission-vision-section {
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.mission-section .mission-vision-section .content-box {
  border-radius: 12px;
  padding: 30px;
}
.mission-section .mission-vision-section .content-box h3 {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}
.mission-section .mission-vision-section .content-box p {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 18px;
}

.sub-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.carousel {
  width: 700px;
  margin: -80px 0px;
  overflow: hidden;
}
.carousel .carousel-cell {
  width: 100%;
  flex: 0 0 100%;
  box-sizing: border-box;
}

.flickity-button {
  display: none !important;
}

.founder-section .founder-details {
  display: flex;
  align-items: center;
  gap: 30px;
}
.founder-section .founder-details .founder-image {
  background-color: #e63946;
  width: 200px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.founder-section .founder-details .founder-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.founder-section .founder-details .about-founder h4 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0px;
}
.founder-section .founder-details .about-founder p {
  font-size: 16px;
  margin-bottom: 0px;
}
.founder-section .founder-details .about-founder p.designation {
  font-weight: 500;
  margin-bottom: 6px;
}
.founder-section .about {
  margin-top: 30px;
}

.cta-section {
  max-width: 900px;
  margin: 0 auto;
}
.cta-section .cta-content {
  background-color: #e63946;
  border-radius: 12px;
  padding: 40px 40px 50px;
  color: #fff;
  text-align: center;
}
.cta-section .cta-content .section-title {
  margin-bottom: 8px;
}
.cta-section .cta-content p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
}
.cta-section .cta-content .cta-buttons {
  text-align: center;
}
.cta-section .cta-content .cta-buttons .common-btn {
  background-color: #fff;
  color: #000;
  border-radius: 2px;
  margin: 0px 6px;
}

.faqs-section .faqs {
  margin-top: 40px;
}
.faqs-section .faqs .faq {
  padding-bottom: 10px;
}
.faqs-section .faqs .faq:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  margin-bottom: 30px;
}
.faqs-section .faqs .faq .question {
  color: #e63946;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  font-weight: 700;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
}
.faqs-section .faqs .faq .question .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.faqs-section .faqs .faq .question .arrow img {
  width: 18px;
  transition: all 0.3s ease;
}
.faqs-section .faqs .faq .question.active .arrow img {
  transform: rotate(135deg);
}
.faqs-section .faqs .faq .answer {
  display: none;
  transition: all 0.3s ease;
}
.faqs-section .faqs .faq .answer.active {
  display: block;
}
.faqs-section .faqs .faq .answer .desc {
  font-size: 15px;
}

/***** End New About US Page Section *****/
/***** Blog Section *****/
.blogs-page {
  background: url("../images/ellipse2.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.blogs-section .section-title {
  color: #e63946;
  text-align: center;
}
.blogs-section .blog {
  overflow: hidden;
}
.blogs-section .blog .thumbnail-img {
  overflow: hidden;
  border-radius: 12px;
}
.blogs-section .blog .thumbnail-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}
.blogs-section .blog .thumbnail-img img:hover {
  scale: 1.05;
  cursor: pointer;
}
.blogs-section .blog .blog-content .author-details {
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  margin: 4px 0px 0px;
}
.blogs-section .blog .blog-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 16px;
}
.blogs-section .blog .blog-content p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: normal;
  color: #828282;
}
.blogs-section .blog .blog-content a {
  display: inline-block;
  text-decoration: none;
}
.blogs-section .blog .blog-content h4 a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.95);
  display: inline-block;
}
.blogs-section .blog .blog-content h4 a:hover {
  color: black;
}
.blogs-section.bg-gray {
  background-color: #f7f7f7;
}

/***** End Blog Section *****/
/***** Single Blog Page Section *****/
.bg-image {
  background: url("../images/ellipse2.png");
  background-repeat: no-repeat;
  background-position: -17% 21%;
  background-size: 45%;
}

.banner-title-section .page-breadcrumb {
  color: #212529;
}
.banner-title-section .page-breadcrumb a {
  color: #212529;
  text-decoration: none;
}
.banner-title-section .page-breadcrumb p {
  margin-bottom: 2px;
}
.banner-title-section .title {
  text-align: left;
}
.banner-title-section .thumbnail-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-share-icons {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: sticky;
  top: 20%;
}
.post-share-icons p {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.post-share-icons img {
  width: auto;
  height: 36px;
  transition: all 0.3s ease;
}
.post-share-icons img:hover {
  scale: 0.95;
}
.post-share-icons a {
  display: inline-block;
  margin: 0px 3px;
  text-decoration: none;
}

/***** End Single Blog Page Section *****/
.our-client {
  background: url(../images/ellipse3.png);
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: right bottom;
}
.our-client .section-title {
  text-align: left;
  color: #e63946;
}

.marquee {
  display: flex;
  gap: 80px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 30px 0px;
}
.marquee .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 80px;
  min-width: 100%;
  animation: scroll-x 30s linear infinite;
}
.marquee .marquee__group img {
  width: 144px;
  max-width: 100%;
  height: auto;
}
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.single-post-content {
  padding-top: 30px;
}
.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
  font-weight: bold;
}
.single-post-content p,
.single-post-content li {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}
.single-post-content h2,
.single-post-content h3 {
  margin-top: 30px;
}
.single-post-content h2 {
  font-size: 24px;
  color: #e63946;
}
.single-post-content h4 {
  margin-top: 30px;
  font-size: 20px;
}
.single-post-content a {
  color: #e63946;
}

.our-values {
  overflow: hidden;
}
.our-values .values-section {
  margin: 80px 0px;
  background-color: #f7f7f7;
  padding: 40px 0px;
}
.our-values .values-section .content .title {
  font-size: 32px;
}
.our-values .values-section .content .valueList {
  padding-left: 4px;
}
.our-values .values-section .content .valueList li {
  list-style: none;
  font-size: 24px;
  font-weight: 700;
  margin: 24px 0px;
  cursor: pointer;
}
.our-values .values-section .content .valueList li img {
  width: auto;
  height: 36px;
  margin-right: 6px;
}
.our-values .values-section .content .valueList li.active {
  color: #e63946;
}
.our-values .values-section .content .valueList li.active img {
  filter: drop-shadow(-1px 0px 14px #e63946);
}
.our-values .values-section .section-img {
  position: relative;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.5);
}
.our-values .values-section .section-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 10/8;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-values .values-section .section-img .about-value {
  position: absolute;
  bottom: 20px;
  padding: 20px 40px;
  overflow: hidden;
  z-index: 2;
}
.our-values .values-section .section-img .about-value h3 {
  color: #e63946;
  font-weight: 700;
  font-size: 28px;
}
.our-values .values-section .section-img .about-value p {
  color: #fff;
}
.our-values .values-section .section-img .about-value .icon {
  aspect-ratio: inherit;
  width: 40px;
  height: auto;
  margin-right: 8px;
}
.our-values .values-section .section-img .garadient-overlay {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 -140px 100px -20px rgba(0, 0, 0, 0.9);
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.contact-us-page {
  background: url(../images/ellipse2.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: left -242px;
}

.pricing-page-title {
  text-align: center;
}

.pricing-section .pricing-card {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
}
.pricing-section .pricing-card h3 {
  font-size: 24px;
}
.pricing-section .pricing-card .pricing-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
}
.pricing-section .pricing-card p {
  color: #343434;
  font-weight: 500;
}
.pricing-section .pricing-card p:not(.pricing-subtitle) {
  min-height: 120px;
}
.pricing-section .pricing-card .cta-button {
  text-align: center;
  margin: 30px 0px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(52, 52, 52, 0.2);
}
.pricing-section .pricing-card ul {
  padding-left: 0px;
}
.pricing-section .pricing-card ul li {
  list-style: none;
}
.pricing-section .pricing-card ul li:not(.pricing-section .pricing-card ul li:last-child) {
  margin-bottom: 6px;
}
.pricing-section .pricing-card ul li::before {
  content: "✔ "; /* Tick symbol */
  color: green;
  font-weight: bold;
  margin-right: 8px;
}

.business-clients--section .title {
  margin-bottom: 30px;
}
.business-clients--section .business-clients {
  background-color: rgba(230, 57, 70, 0.1);
  border-radius: 10px;
  padding: 30px;
}
.business-clients--section .business-clients .client {
  text-align: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.business-clients--section .business-clients .client img {
  width: auto;
  max-width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-tour-page-title {
  text-align: center;
}

.hero-block .tagline {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.hero-block .section-img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.featured-block .featured-box .feature-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-block .featured-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.95);
}

.learn-more-btn {
  display: inline-block;
  color: #e63946;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.learn-more-btn:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #e63946;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  rotate: 45deg;
  right: 0;
  top: 50%;
  transform: translate(50%, -100%);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.learn-more-btn:hover {
  color: rgba(230, 57, 70, 0.8);
}
.learn-more-btn:hover:before {
  right: -2px;
  border: 2px solid rgba(230, 57, 70, 0.85);
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
}

.benefits-block .subtitle {
  text-align: center;
  font-size: 24px;
}
.benefits-block .benefit .icon img {
  height: 50px;
  margin-bottom: 10px;
}
.benefits-block .benefit h3 {
  font-size: 22px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.95);
}
.benefits-block .benefit p {
  margin-bottom: 0px;
}

.essential-features-section {
  background-color: #fafafa;
}
.essential-features-section .title-div {
  text-align: left;
}
.essential-features-section .title-div .section-title {
  color: #e63946;
  text-align: left;
}
.essential-features-section .title-div p {
  margin-bottom: 40px;
}
.essential-features-section .slider-wrapper .swiper {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.essential-features-section .slider-wrapper .swiper .swiper-slide {
  position: relative;
}
.essential-features-section .slider-wrapper .swiper .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/7;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
.essential-features-section .slider-wrapper .text-pagination {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.essential-features-section .slider-wrapper .text-pagination .text-item {
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  opacity: 0.8;
}
.essential-features-section .slider-wrapper .text-pagination .text-item .icon {
  margin-bottom: 8px;
}
.essential-features-section .slider-wrapper .text-pagination .text-item .icon img {
  width: auto;
  height: 28px;
}
.essential-features-section .slider-wrapper .text-pagination .text-item h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.essential-features-section .slider-wrapper .text-pagination .text-item p {
  margin: 5px 0;
  color: #555;
  font-size: 16px;
}
.essential-features-section .slider-wrapper .text-pagination .text-item a {
  font-size: 14px;
  text-decoration: underline;
  color: #000;
  font-weight: 700;
}
.essential-features-section .slider-wrapper .text-pagination .text-item::after, .essential-features-section .slider-wrapper .text-pagination .text-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  height: 3px;
  width: 0;
  background: #e63946;
  transition: none;
  border-radius: 8px;
  z-index: 2;
}
.essential-features-section .slider-wrapper .text-pagination .text-item::before {
  width: 100%;
  opacity: 0.15;
  z-index: 1;
}
.essential-features-section .slider-wrapper .text-pagination .text-item.active {
  opacity: 1;
}
.essential-features-section .slider-wrapper .text-pagination .text-item.active::after {
  animation: progress 4s linear forwards;
}
.essential-features-section .download-features {
  text-align: center;
  margin-top: 40px;
}

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.difference-section .title-div {
  text-align: left;
  margin-bottom: 40px;
}
.difference-section .title-div .section-title {
  color: #e63946;
  text-align: left;
}
.difference-section .difference-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: start;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.difference-section .difference-box .title-content {
  flex: 1;
}
.difference-section .difference-box .title-content h2 {
  font-size: 26px;
}
.difference-section .difference-box .title-content h2 span {
  color: #e63946;
}
.difference-section .difference-box .title-content p {
  font-size: 16px;
  margin-bottom: 0px;
}
.difference-section .difference-box .box-img {
  flex: 1;
}
.difference-section .difference-box .box-img img {
  max-width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.difference-section .difference-box.short-box {
  flex-direction: column;
}
.difference-section .difference-box.short-box .title-content p {
  margin-bottom: 4px;
}
.difference-section .difference-box.short-box .box-img img {
  aspect-ratio: 5/3;
}

.post-block img {
  max-width: 100%;
  height: auto;
}

.default-page.section-padding {
  padding: 30px 0px;
}
.default-page .title {
  padding-bottom: 20px;
  font-size: 34px;
}
.default-page h2 {
  font-size: 24px;
  font-weight: 600;
}
.default-page h3 {
  font-size: 22px;
  font-weight: 600;
}
.default-page h4 {
  font-size: 20px;
}
.default-page h5 {
  font-size: 18px;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.popup-overlay .popup-box {
  background: #fff;
  max-width: 450px;
  width: 90%;
  padding: 30px 25px;
  border-radius: 12px;
  text-align: left;
  position: relative;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  animation: fadeInUp 0.4s ease;
}
.popup-overlay .popup-box .close-popup {
  position: absolute;
  right: 15px;
  top: 6px;
  font-size: 22px;
  color: #333;
  cursor: pointer;
}
.popup-overlay .popup-box .popup-heading {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  margin-bottom: 20px;
}
.popup-overlay .popup-box .experience h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
}
.popup-overlay .popup-box .experience ul {
  margin: 0;
  padding: 0 0 15px 20px;
}
.popup-overlay .popup-box .experience ul li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #333;
}
.popup-overlay .popup-box input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 15px;
}
.popup-overlay .popup-box .trial-btn,
.popup-overlay .popup-box .book-btn {
  width: 100%;
  padding: 12px;
  background: #e63946;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}
.popup-overlay .popup-box .trial-btn:hover,
.popup-overlay .popup-box .book-btn:hover {
  background: #d62839;
}
.popup-overlay .popup-box .no-thanks {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  color: #555;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.popup-overlay .popup-box .cartoon-character {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100px;
}

@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}/*# sourceMappingURL=custom.css.map */