@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


* {
  padding: 0;
  margin: 0;

}

body {

  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 16px;
  font-style: normal;
  overflow-x: hidden;
}

.header {

  height: auto;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);

}

#header2 {
  background-color: white !important;
  background-image: none !important;
}

.footer-success-message {
    background: #d4edda;
    color: #155724;
    padding: 12px 15px;
    border-left: 4px solid #28a745;
    border-radius: 4px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
}


/* Floating WhatsApp button */
.wa-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
  z-index: 2147483647;
  /* sit above everything */
}

.wa-fab svg {
  width: 26px;
  height: 26px;
  display: block;
}

.wa-fab:hover {
  filter: brightness(.95);
}

@media (max-width: 480px) {
  .wa-fab {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }

  .wa-fab svg {
    width: 24px;
    height: 24px;
  }
}



/*------------------------------------------ Navbar--------------------------------- */
.header nav {
  padding: 0;
}

.header .navbar {
  background-color: transparent !important;
  box-shadow: unset;
  z-index: 999;
  position: relative;
  padding: 15px 0;
}

.header .navbar-brand {
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}

.header .navbar-brand img {
  height: auto;
  width: 146px;

}

a.about-book {
  font-size: 16px;
  transition: color 0.3s ease;
  font-weight: 600;
  color: #333 !important;
  padding: 7px 20px;
  border-radius: 6px;
  border: 1px solid #333;
      margin-top: 45px;
    float: left;
    text-decoration: unset;

}
a.about-book:hover{
  color: #fff !important;
    background: #333;
}
.aboutbtn-main{
  display: flex;
  align-items: center;
justify-content: center;
}

.header .navbar-nav .btn-look {
  background: #fff;
  border: 1px solid #CC211F;
  border-radius: 6px;
}

.header .navbar-nav .btn-look:hover {
  background: #CC211F;
}

.header .navbar-nav .btn-look a {
  color: #CC211F;
  padding: 6px 20px;
}

.header .navbar-nav .btn-look a:hover {
  color: #fff;
}

.header .nav-link.active {
  color: #CC211F;
}

.header .navbar-nav .btn-look-dark {
  border-radius: 6px;
  border: 1px solid #333;
}

.header .navbar-nav .btn-look-dark .nav-link {
  color: #333;
  padding: 7px 20px;
}

.header .navbar-nav .btn-look-dark .nav-link:hover {
  color: #fff;
  background: #333;
}

.header .navbar-expand-lg .navbar-nav {
  gap: 18px;
  text-align: center;
}

/* Nav links styling */
.header .nav-link {
  color: #2a2a2a;
  font-size: 16px;
  transition: color 0.3s ease;
  font-weight: 600;
}

.header .nav-link:hover {
  color: #CE2320;
  /* Bootstrap primary color */
}


/*-------------------- Hero -------------------------*/
.hero-section {
  height: calc(100vh - 140px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../assets/hero-bg.png) no-repeat bottom left #ECF0F2;
  background-size: 100%;
}


.hero-section .hero {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section .hero h2 {
  font-size: 90px;
  font-weight: 500;
  color: #CC211F;
  margin-bottom: 20px;
}

.hero-section .hero h2 span {
  color: #232323;
}

.hero-section .hero p {
  font-size: 22px;
  margin: 0;
  text-align: center;
  width: 70%;
  margin-bottom: 10px;
}

.hero-section .hero p strong {
  font-weight: 600;
}

/* Get-a-Quote-btn */

.hero-section .quote-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 10px 45px;
  background: #CC211F;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  border-radius: 7px;

  transition: all 0.3s ease;
}

.quote-btn:hover {
  background: #d63637;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(204, 33, 31, 0.3);
}

.quote-btn:hover i {
  transform: translateX(5px);
  transition: transform 0.3s ease;
}

/* -------------------------------------About us Section---------------------------------------- */


.about-section {
  padding: 120px 0;
  background-attachment: fixed;
}


.about-section .upper-block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.about-section .upper-block .text-box {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 40px;
}

.about-section .upper-block .video-block {
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

.about-section .upper-block .video-box {
  position: relative;
  padding-bottom: 47.25%;
  height: 0;
  overflow: hidden;
  max-width: 80%;
  background: #000;
  border-radius: 8px;
  margin: 0 auto;
}

.about-section .upper-block .video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.about-section .upper-block .text-box h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  width: 33%;
  text-align: right;
}

.about-section .upper-block .text-box p {
  font-size: 20px;
  width: 63%;
  margin-bottom: 0;
}

.about-section .upper-block .video-box::after {
  content: "";
  width: 100%;
  height: 87%;
  background: #cbcbcb;
  position: absolute;
  right: -26px;
  bottom: 20px;
  z-index: -1;
  transition: 1s cubic-bezier(0.62, 0.05, 0.47, 1);
  filter: blur(15px);
}

.about-section .upper-block .video-box:hover::after {
  right: -10px;
  bottom: 37px;
  transition: 1s cubic-bezier(0.62, 0.05, 0.47, 1);
}

.about-section .lower-block {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.about-section .lower-block .about-box {
  width: 32%;
  border: 1px solid #e7e7e7;
  padding: 30px;
  border-radius: 25px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in;
}

.about-section .lower-block .about-box h3 {
  font-size: 1.6rem;
  font-weight: 600;
}

.about-section .lower-block .about-box:hover {
  background: #CC211F;
  /* background: linear-gradient(180deg, rgba(204, 33, 31, 1) 0%, rgb(255 49 49) 100%); */
  color: #fff;
  transition: 0.5s ease-in;
}

.about-section .lower-block .about-box .icon-box {
  width: 55px;
  background: #fff;
  border-radius: 100%;
  height: 55px;
  padding: 8px;
  margin-bottom: 20px;
}

.about-section .container .about-text p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.65rem;
  color: #fff;
}

.about-section .container .about-btn {
  display: inline-block;
  padding: 12px 15px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  border-radius: 7px;
  font-weight: 400;
  border: 1px solid #fff;
  margin-top: 20px;
}

.about-section .container .about-btn:hover {
  background: #fff;
  color: #cc211f;
}

.about-section .container .about-video {
  width: 45%;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}

.about-section .container .about-video iframe {
  width: 100%;

}

.about-section .container .about-text .text-box {
  width: 50%;
}

.about-section .container .about-text::after {
  content: "";
  width: 80%;
  position: absolute;
  height: 100%;
  background: #CC211F;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 8px;
}

.about-section .heading-block {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.about-section .heading-block h2 {
  font-size: 3.3rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 800;
  color: #CC211F;
}

.about-section .heading-block h2 small {
  font-size: 2rem;
  font-weight: 300;
}

/* why-to-choose-section */

.why-choose-ezyasz {
  background: url(../assets/why-bg1.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
  padding: 100px 0;
}

.why-choose-ezyasz .container {
  display: flex;
  justify-content: space-between;
}

.why-choose-ezyasz .choose-text {
  color: #454545;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  width: 30%;
  padding-right: 40px;
}

.why-choose-ezyasz .choose-text h2 {
  color: #CC211F;
  font-size: 2rem;
  font-weight: 300;
  line-height: 3rem;
}

.why-choose-ezyasz .choose-text h2 span {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 3.3rem;
  letter-spacing: 2px;
}

.why-choose-ezyasz .choose-text p {
  font-size: 1.3rem;
  margin-top: 10px;
  font-weight: 300;
}

.why-choose-ezyasz .row {
  display: flex;
  justify-content: space-between;
  width: 68%;
}

.why-choose-ezyasz .box {
  height: auto;
  background-color: rgb(255 255 255 / 0.5);
  border-radius: 10px;
  backdrop-filter: blur(6px) saturate(160%);
  -webkit-backdrop-filter: blur(6px) saturate(160%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  margin-bottom: 20px;
  width: 49%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  transition: 0.5s ease-in-out;
}

.why-choose-ezyasz .container .row .box:hover {
  background-color: rgb(255 255 255 / 1);
  box-shadow: 20px 40px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(0px);
  transition: 0.5s ease-in-out;
}

.why-choose-ezyasz h3 {
  font-size: 20px;
  color: #CC211F;
  font-weight: 500;
}

.why-choose-ezyasz .box p {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  padding-top: 0;
  margin-bottom: 0;
}

.why-choose-ezyasz .box:nth-last-child(1) {
  width: 100%;
}

/* New Partner section starts */
.values {
  width: 100%;
  min-height: 88vh;
  display: flex;
  /* flex instead of grid */
  flex-wrap: nowrap;
  background: #CC211F;
}

.values__media {
  position: relative;
  flex: 1 1 30%;
  /* left side */
  overflow: hidden;
  border-radius: 0 60px 60px 0;
}

.values__panel {
  flex: 1 1 45%;
  /* right side */
  display: flex;
  /* column stack inside */
  background: #CC211F;
  padding: 40px;
}

@media (max-width: 900px) {
  .values {
    flex-direction: column;
    min-height: auto;
  }

  .values__media,
  .values__panel {
    flex: 1 1 auto;
  }
}

/* ===== CAROUSEL (left) ===== */
.carousel {
  height: 100%;
}

.carousel__track {
  display: flex;
  height: 100%;
  transition: transform .6s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.carousel__slide {
  min-width: 100%;
  height: 100%;
  position: relative;
}

.carousel__slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.values__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .06), transparent 18%);
  mix-blend-mode: multiply;
}

/* ===== STATIC PANEL (right) ===== */
.values__panel-inner {
  padding: var(--panel-pad);
  display: flex;
  /* flex column */
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  flex: 1 1 auto;
  /* fill height */
}

.kicker {
  display: flex;
  font-weight: 300;
  color: #fff;
  font-size: 2rem;
  flex-direction: column;
  justify-content: left;
  line-height: 3rem;
  margin-bottom: 25px;
}

.kicker span {
  font-size: 3.3rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
}

.values__headline {
  margin: 0 0 20px;
  font-weight: 300;
  color: #fff;
  font-size: 1.3rem;
  width: 70%;
  line-height: 2rem;
}

.values__footer {
  margin-top: auto;
  /* pins footer to bottom of panel */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding-top: 40px;
}

.values__title {
  font-size: 3.5rem;
  font-weight: 700;
  width: 70%;
  line-height: 4rem;
  color: #fff;
}

.values__next {
  --size: clamp(52px, 7.4vw, 84px);
  width: var(--size);
  height: var(--size);
  border-radius: 999px;
  border: 0;
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .15);
  transition: transform .12s ease, box-shadow .2s ease, opacity .2s ease;
}

.values__next:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.values__next:active {
  transform: translateY(0);
  opacity: .9;
}

.values__next svg {
  width: 42%;
  height: 42%;
}

@media (prefers-reduced-motion: reduce) {
  .carousel__track {
    transition: none;
  }

  .values__next {
    transition: none;
  }
}

/* New Partner section ends */

/* Info section starts */
.info-sec {
  width: 100%;
  display: flex;
  padding: 100px 0;
}

.info-sec .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.info-sec .box {
  display: flex;
  width: 49%;
  background: #f3f3f3;
  border-radius: 10px;
}

.info-sec .box-wrapper {
  display: flex;
  flex-direction: column;
  padding: 30px;
  text-align: center;
  align-items: center;
}

.info-sec .head-box {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.info-sec .head-box h2 {
  color: #CC211F;
  font-size: 2rem;
  font-weight: 300;
  line-height: 3rem;
}

.info-sec .head-box h2 span {
  font-weight: 800;
  font-size: 3.3rem;
  letter-spacing: 2px;
  display: block;
}

.info-sec .head-box p {
  font-size: 1.3rem;
  margin-top: 10px;
  font-weight: 300;
}

.info-sec .box-row {
  width: 65%;
  display: flex;
  justify-content: space-between;
}

.info-sec .box-wrapper h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.info-sec .box-wrapper a {
  color: #CC211F;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid #CC211F;
  transition: 0.2s ease-in;
}

.info-sec .box-wrapper a:hover {
  padding: 0 10px;
}

.info-sec .box-wrapper svg {
  width: 60px;
  margin-bottom: 20px;
}

/* Info section ends */


/* Delivery Section */
.delivery {
  background-image: url(../assets/360_F_467930172_RdGhBPu1EB1ksit2xKJDcMxZP8jmGrLq.jpg);
  background-size: cover;
  position: relative;
}

.delivery::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
}

.delivery h2 {
  text-align: center;

  font-size: 35px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.delivery .item p {
  background-color: #F8F8F8;
  color: #000000;

  font-size: 25px;
  text-align: center;
  padding: 20px;
}

/* Vision a reality-------------- */
.vision .container {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 50px 0px;
}


/* Left Box */

.vision .container .vision-left {
  width: 50%;
}

.vision .container .vision-left .box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 45px;
  text-align: center;

}

.vision .container .number {
  color: #CE2320;

  font-size: 70px;
  font-weight: 600;
}

.vision .container .sub-text {

  font-size: 25px;
  font-weight: 600;
  color: #000000;
}

/* Right Text */

.vision .container .vision-right {
  width: 50%;
}

.vision .container .vision-right h2 {

  font-size: 28px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  padding-bottom: 20px;

}

.vision .container .vision-right p {
  text-align: center;
  color: #000000;

  font-size: 20px;
  font-weight: 400;
}


/* Global-Section */
.global-solution {
  background-image: url(../assets/global.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 100px 0px;
}

.global-solution::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}

.global-solution .container {
  z-index: 9;
  position: relative;
  display: flex;
  gap: 50px;
}

.global-solution .container .global-img img {
  width: 100%;
}

.global-solution .container .global-text h3 {

  font-size: 28px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}

.global-solution .container .global-text {
  text-align: center;
  color: #FFFFFF;

  font-size: 18px;
  font-weight: 500;
}

.global-solution .container .reach-out-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #d32f2f;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100px;
  margin-top: 25px;
  text-align: center;
}

.global-solution .container .reach-out-btn:hover {
  background: #b71c1c;
}

/* Testimonoial  */

.testimonial h2 {
  text-align: center;
  padding: 50px 0px;
}

.testimonial .test-slider .item {
  min-height: 184px;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  background-color: #f3f3f3;
  text-align: center;
  color: #161616;
  font-size: 14px;

}

.service-row:last-child {
  margin-bottom: 0px;
}

.testimonial .test-slider .item h4 {

  font-size: 22px;
  font-weight: 600;
  padding: 12px;
}

.testimonial .test-slider .item p {
  padding-inline: 25px;
}

.star-rating {
  color: #FFD700;
  font-size: 15px;
  display: flex;
  gap: 5px;
  justify-content: center;
}

/* Get in Touch Button */
.get-in-touch {
  text-align: center;
  margin: 50px 0;
}

section#testimonialid h2 {
  font-size: 3.2rem;
  color: #ce2320;
  font-weight: 700;
}

.get-in-touch a {
  background: #CE2320;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 7px;
  font-size: 22px;
  font-weight: 700;
  transition: 0.3s;
}

.get-in-touch a:hover {
  background: #b71c1c;
}



/*-------------------------- Product Page styling------------------------------ */
/* Innovative Hero Section with Parallax Effect */
.hero-showcase {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #2a2a2a 100%);
  overflow: hidden;
  padding: 100px 0px;
}

/* Animated geometric background */
.hero-showcase::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 20% 30%, rgba(204, 33, 31, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(231, 76, 60, 0.2) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(204, 33, 31, 0.1) 0%, transparent 70%);
  animation: morphBackground 8s ease-in-out infinite;
}

@keyframes morphBackground {

  0%,
  100% {
    transform: scale(1) rotate(0deg);
  }

  33% {
    transform: scale(1.1) rotate(120deg);
  }

  66% {
    transform: scale(0.9) rotate(240deg);
  }
}

/* Floating geometric shapes */
.floating-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.shape {
  position: absolute;
  border: 2px solid rgba(204, 33, 31, 0.3);
  animation: floatShape 12s linear infinite;
}

.shape:nth-child(1) {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  border-radius: 50%;
  animation-delay: 0s;
}

.shape:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 60%;
  right: 15%;
  transform: rotate(45deg);
  animation-delay: -4s;
}

.shape:nth-child(3) {
  width: 100px;
  height: 100px;
  bottom: 30%;
  left: 20%;
  border-radius: 20px;
  animation-delay: -8s;
}

@keyframes floatShape {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.3;
  }

  25% {
    transform: translateY(-30px) rotate(90deg);
    opacity: 0.6;
  }

  50% {
    transform: translateY(-60px) rotate(180deg);
    opacity: 0.3;
  }

  75% {
    transform: translateY(-30px) rotate(270deg);
    opacity: 0.6;
  }
}

/* Revolutionary hero content */
.hero-content {
  text-align: center;
  z-index: 10;
  position: relative;
}

.hero-content h1 {
  font-size: 6rem;
  font-weight: 900;
  background: linear-gradient(135deg, #ffffff, #CC211F, #ffffff);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 30px;
  animation: gradientText 4s ease-in-out infinite;
  text-shadow: 0 0 30px rgba(204, 33, 31, 0.5);
}

@keyframes gradientText {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.hero-content p {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.6);
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  40% {
    transform: translateX(-50%) translateY(-10px);
  }

  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

/* Innovative Product Showcase */
.product-showcase {
  padding: 80px 0;
  background: #f2f2f2;
  position: relative;
}

.showcase-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Revolutionary section header */
.showcase-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.showcase-header h2 {
  font-size: 3.3rem;
  font-weight: 800;
  color: #CC211F;
  margin-bottom: 1rem;
  line-height: 1.1;
}

.showcase-header p {
  font-size: 1.3rem;
  color: #000000;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Unique Masonry Grid Layout */
.products-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: 100px;
  gap: 30px;
  margin-bottom: 80px;
}

/* Different sized cards for visual interest */
.product-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

}

.product-item:nth-child(1) {
  grid-row: span 5;
}

.product-item:nth-child(4) {
  grid-row: span 4;
}

.product-item:nth-child(7) {
  grid-row: span 4;
}

.product-item:nth-child(10) {
  grid-row: span 4;
}


.product-item:nth-child(2) {
  grid-row: span 2;
}

.product-item:nth-child(3) {
  grid-row: span 4;
}

.product-item:nth-child(5) {
  grid-row: span 2;
}

.product-item:nth-child(6) {
  grid-row: span 2;
}

.product-item:nth-child(8) {
  grid-row: span 2;
}

.product-item:nth-child(9) {
  grid-row: span 2;
}

.product-item:nth-child(5) {
  grid-row: span 2;
}

.product-item:nth-child(11) {
  grid-row: span 2;
}


/* Innovative hover effects */
.product-item:hover {
  transform: translateY(-20px) scale(1.02);
  box-shadow: 0 30px 60px rgba(204, 33, 31, 0.2);
  z-index: 10;
}

.product-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(204, 33, 31, 0.9), rgba(231, 76, 60, 0.8));
  opacity: 0;
  transition: all 0.6s ease;
  z-index: 2;
}

.product-item:hover::before {
  opacity: 1;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.product-item:hover .product-image {
  transform: scale(1.1);
  filter: brightness(0.7);
}

/* Revolutionary overlay content */
.product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  transform: translateY(100%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  z-index: 3;
}

.product-item:hover .product-overlay {
  transform: translateY(0);
}

.product-overlay h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease 0.1s;
}

.product-item:hover .product-overlay h3 {
  opacity: 1;
  transform: translateY(0);
}

.product-overlay p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease 0.2s;
  color: rgba(255, 255, 255, 0.9);
}

.product-item:hover .product-overlay p {
  opacity: 1;
  transform: translateY(0);
}

.explore-btn {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(135deg, #CC211F, #e74c3c);
  color: white;
  text-decoration: none;
  border-radius: 7px;
  font-weight: 700;
  font-size: 0.9rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease 0.3s;
  position: relative;
  overflow: hidden;
}

.product-item:hover .explore-btn {
  opacity: 1;
  transform: translateY(0);
}

.explore-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.explore-btn:hover::before {
  left: 100%;
}

.explore-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(204, 33, 31, 0.4);
}


.product-showcase .products-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.product-showcase .product-box {
  width: 32%;
  background: #fff;
  padding: 15px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
}

.product-showcase .product-box .product-image-wrapper {
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}

.product-showcase .product-box .product-image-wrapper img {
  object-fit: cover;
}

.product-showcase .product-box h3 {
  font-size: 29px;
  font-weight: 700;
  color: #CC211F;
}

.product-showcase .product-box p {
  font-size: 16px;
  color: #333;
}

.product-showcase .product-box a {
  border: 1px solid #cc211f;
  padding: 7px 40px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 0;
  color: #cc211f;
}

.product-showcase .product-box .product-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.product-showcase .product-box a:hover {
  background: #cc211f;
  color: #fff;
}


/* Spectacular CTA Section */
.cta-section {
  text-align: center;
  padding: 80px 0;
  background: linear-gradient(135deg, #CC211F, #e74c3c);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-content h2 {
  font-size: 3.5rem;
  font-weight: 900;
  color: white;
  margin-bottom: 25px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.cta-content p {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-block;
  padding: 20px 50px;
  background: white;
  color: #CC211F;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 800;
  border-radius: 50px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #CC211F, #e74c3c);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.cta-button:hover::before {
  opacity: 1;
}

.cta-button:hover {
  color: white;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.cta-button span {
  position: relative;
  z-index: 2;
}

/* Enhanced responsive design */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 3.5rem;
  }

  .showcase-header h2 {
    font-size: 3rem;
  }

  .products-masonry {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }

  .product-item:nth-child(odd) {
    grid-row: span 1;
  }

  .product-overlay {
    transform: translateY(0);
    background: linear-gradient(#e64b3e9c, rgba(0, 0, 0, 0.9));
    height: 100%;
  }

  .product-overlay h3,
  .product-overlay p,
  .explore-btn {
    opacity: 1;
    transform: translateY(0);
  }

  .product-overlay h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 6px;
  }

  .cta-content h2 {
    font-size: 2.5rem;
  }

  .product-item {
    grid-row: span 1;
  }

  /* .product-item:nth-child(4) { grid-row: span 1; }
    .product-item:nth-child(7) { grid-row: span 1; }
    .product-item:nth-child(10) { grid-row: span 1; }
    .product-item:nth-child(2) { grid-row: span 1; }
    .product-item:nth-child(3) { grid-row: span 1; }
    .product-item:nth-child(5) { grid-row: span 1; }
    .product-item:nth-child(6) { grid-row: span 1; }
    .product-item:nth-child(8) { grid-row: span 1; }
    .product-item:nth-child(9) { grid-row: span 1; }
    .product-item:nth-child(5) { grid-row: span 1; }
    .product-item:nth-child(11) { grid-row: span 1; } */
  .products-masonry {

    margin-bottom: 0px;
  }

  .product-showcase {
    padding: 50px 0;
  }

  .showcase-header h2 {
    font-size: 2.3rem;
  }

  .showcase-header p {
    font-size: 1.1rem;
    color: #000000;

  }
}

/*----------------------------------- Product Page styling ends------------------------------------- */


/* .common-bg{} */
/*------------------------------------------------------------------------------------------------ Footer--------------------------------------------------------------------------------------- */
.modern-footer {
  background: #1a1a1a;
  color: white;
  position: relative;
  overflow: hidden;
  padding: 80px 0 0;
}

.footer-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(204, 33, 31, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(204, 33, 31, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: gridMove 20s linear infinite;
}

.footer-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer-shape {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, #CC211F, #e74c3c);
  opacity: 0.05;
}

.footer-shape-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  right: -200px;
  animation: rotate 25s linear infinite;
}

.footer-shape-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: -150px;
  animation: rotate 20s linear infinite reverse;
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  gap: 60px;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}

.footer-section h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: white;
  position: relative;
}

.footer-section h3:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #CC211F, #e74c3c);
  border-radius: 2px;
}

.footer-section-about p {
  line-height: 1.7;
  color: #ccc;
  font-size: 1rem;
}

.footer-section.links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section.links li {
  margin-bottom: 12px;
}

.footer-section.links a {
  color: #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.footer-section.links a:hover {
  color: #CC211F;
  padding-left: 10px;
}

.social-icons {
  display: flex;
  gap: 20px;
}

.social-icons a {
  width: 50px;
  height: 50px;
  background: rgba(204, 33, 31, 0.1);
  border: 1px solid rgba(204, 33, 31, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CC211F;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #CC211F;
  color: white;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(204, 33, 31, 0.3);
}

.footer-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-form input,
.footer-form textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 12px 15px;
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.footer-form input::placeholder,
.footer-form textarea::placeholder {
  color: #ccc;
}

.footer-form input:focus,
.footer-form textarea:focus {
  outline: none;
  border-color: #CC211F;
  background: rgba(255, 255, 255, 0.15);
}

.footer-form button {
  background: #CC211F;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 7px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(204, 33, 31, 0.3);
}

.footer-bottom {
  background: #CC211F;
  padding: 25px 0;
  text-align: center;

  position: relative;
  z-index: 2;
}

.footer-bottom p {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
}

@keyframes gridMove {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(50px, 50px);
  }
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px 40px;
  }

  .social-icons {
    justify-content: center;
  }
}

/* Add a line above footer-bottom */


/*----------------------------------------------------------------------About-us-Page------------------------------------------------------------------------------------------ */
.hero-about {
  text-align: center;
  background-color: #000;
  color: #fff;

  font-size: 35px;
  font-weight: 600;
  padding: 40px;
}

.about-page-section .container .about-row {

  display: flex;
  gap: 40px;
  margin: 50px 100px;

  font-size: 17px;
  line-height: 1.8;
}

.about-page-section .container .about-row h2 {
  padding-bottom: 10px;

  font-size: 30px;
  font-weight: 600;
  color: #000000;
}

.about-page-section .container .about-row p {

  font-size: 17px;
  line-height: 1.5;
  padding: 20px 0px;

}

.about-page-section .container .reverse {
  flex-direction: row-reverse;
  gap: 40px;
  margin: 50px 100px;
}

.about-page-section .container .reverse .about-text p {

  font-size: 17px;
  line-height: 1.6;
  padding: 20px 0px;
}

.text-red {

  font-size: 28px;
  font-weight: 600;
  color: #CE2320;
  text-align: center;
  margin-top: 50px;
}

.get-in-touch-btn {
  text-align: center;
}

.get-in-touch-btn a {
  display: inline-block;
  padding: 12px 40px;
  background: #CE2320;
  color: #fff;

  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 100px;
  margin: 100px 0px;
}

.get-in-touch-btn :hover {
  background: #b71c1c;
}

/* -----------------------------------------------------------------------Our-Process-Section---------------------------------------------------------------------------- */
.hero-process {
  text-align: center;
  background-color: #000;
  color: #fff;

  font-size: 35px;
  font-weight: 600;
  padding: 40px;
}

.manufacturing .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  padding: 50px 0;
}

/* Left Text Side */
.manufacturing .process-text {
  flex: 2;
}

/* Right Image Side */
.manufacturing .process.img {
  flex: 1;
  text-align: right;
}

.manufacturing .process.img img {
  width: 100%;
  height: auto;
}

.manufacturing .process-text h2 {

  font-size: 35px;
  font-weight: 600;
  color: #CE2320;
  margin-bottom: 15px;
}

.manufacturing .process-text h5 {

  font-size: 25px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

.manufacturing .process-text p {
  color: #000000;

  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* CTA Button */
.manufacturing .cta-btn {
  text-align: center;
}

.manufacturing .cta-btn a {
  display: inline-block;
  padding: 10px 40px;
  background: #CE2320;
  color: #fff;

  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 100px;
  margin-bottom: 50px;
}

/* flow-chart */
.flow-chart {
  background-color: #F8F8F8;
  padding: 20px;
}

.flow-chart h2 {

  font-size: 32px;
  font-weight: 600;
  color: #CE2320;
  text-align: center;
  padding: 10px 200px;
}

.flow-chart .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}

/* Center the 9th div */
.flow-chart .container>div:nth-child(9) {
  grid-column: 2 / span 2;
  justify-self: center;
}

.flow-chart .container i {
  font-size: 80px;
  margin-bottom: 15px;
}

.flow-chart h4 {
  color: #CE2320;

  font-size: 17px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;

}

.flow-chart p {
  color: #000000;

  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.6;
  text-align: center;

}


.main-process .container .get-in-touch-btn {
  text-align: center;
}

.main-process .container .get-in-touch-btn a {
  display: inline-block;
  padding: 10px 40px;
  background: #CE2320;
  color: #fff;

  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 100px;
  margin: 100px 0px;
}

.main-process .container .get-in-touch-btn:hover {
  background: #b71c1c;
}

/*--------------------------------------------------------------------------------------Our Service Page---------------------------------------------------------------------------------- */
.service-hero {
  text-align: center;
  background-color: #000;
  color: #fff;

  font-size: 35px;
  font-weight: 600;
  padding: 40px;
}

.goal {
  margin: 50px;
}

.goal .item {
  min-height: 280px;
  padding: 10px;

}

.goal .item img {
  display: block;
  width: 100%;
  height: 265px;
  object-fit: cover;

}

.goal .item h3 {
  background-color: #F8F8F8;
  color: #000000;

  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 15px 0px 0px 0px;
  margin: 0px;

}

.goal .item p {
  background-color: #F8F8F8;
  color: #000000;

  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding: 15px 0px;
}

.reality-btn {
  text-align: center;

}

.reality-btn a {
  background-color: #CE2320;
  text-decoration: none;
  color: #FFFFFF;
  padding: 20px 30px;

}



/*-------------------------------------------------------------------------------------------------- Product-Range-Section---------------------------------------------------------------------- */
.hero-product {
  text-align: center;
  background-color: #000;
  color: #fff;

  font-size: 35px;
  font-weight: 600;
  padding: 30px;
}

.product-range {
  padding: 60px 20px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 0px 100px;
}

.product-card {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.product-card img {
  width: 100%;
  height: auto;
  display: block;
}

.product-card img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}

.why-choose-ezyasz .container {
  z-index: 9;
  position: relative;
}

/* Overlay */

.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  padding: 20px;
  transform: translateY(60%);
  transition: transform 0.4s ease;
  color: #fff;
}

.product-card:hover .overlay-text {
  transform: translateY(0);
}

.overlay-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}


.overlay-text p,
.overlay-text .read-more-btn {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.product-card:hover .overlay-text p,
.product-card:hover .overlay-text .read-more-btn {
  opacity: 1;
}

.get-in-touch-btn {
  text-align: center;
  margin: 30px 0;
}

.get-in-touch-btn a {
  padding: 12px 24px;
  background-color: #d32f2f;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.get-in-touch-btn a:hover {
  background-color: #b71c1c;
}




/*-----------------------------------------------Product-Range-Sinlge-Product-Detail-------------------------------------------------- */

.product-1 {
  display: flex;
  gap: 50px;
  margin: 40px 180px;
}

.product-1 .product-text {
  flex: 1;
}

.product-1 .product-img {
  flex: 1;
}

/* Styling for paragraph */
.product-1 p {
  text-align: justify;
  color: #000000;

  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

/* Styling for h2 */
.product-1 h2 {

  font-size: 28px;
  font-weight: 600;
  color: #CE2320;
  margin-bottom: 30px;
}

.product-1 .product-img img {
  max-width: 100%;
  height: auto;
}

.read-more-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #CE2320;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 100px;
}


/*----------------------------------------------------------------------------------------------------- Contact-Us-Page --------------------------------------------------------------------------*/

.hero-contact {
  text-align: center;
  background-color: #000;
  color: #fff;

  font-size: 35px;
  font-weight: 600;
  padding: 30px;

}

.contact-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 10%;
  gap: 100px;
  background-color: #fff;
}

.contact-left {
  flex: 1;
}

.contact-left h2 {

  font-size: 35px;
  font-weight: bold;
  line-height: 1.2em;
  color: #000000;
}

.contact-left .highlight {

  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  color: #CE2320;
}

.contact-left p {
  font-size: 16px;
  color: #333;
  margin: 10px 0;
}

.contact-left i {
  margin-right: 8px;
  color: #d32f2f;
}

.contact-right {
  flex: 2;
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}

.contact-form h3 {
  text-align: center;
  color: #000;
  font-size: 22px;
  margin-bottom: 10px;
}

.contact-form .form-note {
  font-size: 14px;
  text-align: center;
  color: #666;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.contact-form button {
  background-color: #0b6fb3;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #094a80;
}

/* Find-Us */

.find-us {
  margin: 50px;
}

.find-us h2 {

  font-size: 30px;
  font-weight: 600;

}

.find-us .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 50px auto;
  gap: 10px;
}

.find-us .container .australia-box {
  text-align: center;
  width: 100%;
  height: 225px;
  padding: 30px;
  border: 2px solid #2f56ff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.find-us .container .australia-box h3 {

  font-size: 25px;
  font-weight: 600;
}

.find-us .container .china-box {
  text-align: center;
  width: 100%;
  height: 225px;
  padding: 30px;
  border: 2px solid #ff2f94;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.find-us .container .china-box h3 {

  font-size: 25px;
  font-weight: 600;
}

.find-us .get-in-touch-btn {
  text-align: center;
}

.find-us .get-in-touch-btn a {
  display: inline-block;
  padding: 12px 40px;
  background: #CE2320;
  color: #fff;

  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 100px;
  margin: 100px 0px;

}

.find-us .get-in-touch-btn :hover {
  background: #b71c1c;
}



/* ------------------------------------------------------------------Media Queries---------------------------------------------------------------------------------- */

@media screen and (max-width: 1366px) {
  .hero-section .hero h2 {
    font-size: 4rem;
  }
}















/* new css about */

/* Ultra-modern hero section */
.ultra-modern-hero {
  /* height: 100vh; */
  background: linear-gradient(135deg, #CC211F 0%, #e74c3c 50%, #CC211F 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 200px 0px;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.floating-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
}

.shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: float 6s ease-in-out infinite;
}

.shape-1 {
  width: 200px;
  height: 200px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.shape-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.shape-3 {
  width: 100px;
  height: 100px;
  bottom: 20%;
  left: 70%;
  animation-delay: 4s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

.hero-content {
  text-align: center;
  color: white;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.hero-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  opacity: 0;
  animation: slideUp 1s ease-out 0.5s forwards;
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 3rem;
  opacity: 0;
  animation: slideUp 1s ease-out 0.8s forwards;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 3rem;
  opacity: 0;
  animation: slideUp 1s ease-out 1.1s forwards;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 1rem;
  opacity: 0.9;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.scroll-arrow {
  width: 30px;
  height: 30px;
  border: 2px solid white;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) rotate(-45deg);
  }

  40% {
    transform: translateY(-10px) rotate(-45deg);
  }

  60% {
    transform: translateY(-5px) rotate(-45deg);
  }
}

/* Ultra-modern content section */
.ultra-modern-content {
  padding: 100px 0;
  background: #f3f3f3;
}

.testimonial-section.aos-init.aos-animate {
  padding-top: 100px;
}

.section-badge {
  display: inline-block;
  /* background: linear-gradient(135deg, #CC211F, #e74c3c); */
  color: #CC211F;

}

.section-title {
  font-size: 3.3rem;
  font-weight: 800;
  color: #CC211F;
  margin-bottom: 2rem;
  line-height: 1.2;
}

/* Introduction section */
.intro-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 120px;

}

.values-section.aos-init.aos-animate {
  background: white;
  padding: 100px 0px;
}

.lead-text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1.5rem;
  line-height: 1.43;
}

.ultra-modern-content-process .lead-text {
  font-size: 3.3rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.ultra-modern-content-process .lead-text span {
  font-size: 2.2rem;
  font-weight: 300;
  color: #000000;

}

.description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 2rem;
}

.intro-features {
  display: flex;
  flex-direction: column;
}

.feature-point {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  color: #333;
}

.feature-point i {
  color: #CC211F;
  font-size: 1.2rem;
}

.intro-visual {
  position: relative;
}

.image-container {
  position: relative;
}

.main-image {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.floating-card {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: white;
  padding: 20px 25px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: floatCard 3s ease-in-out infinite;
}

.floating-card i {
  color: #CC211F;
  font-size: 1.5rem;
}

.floating-card span {
  font-weight: 600;
  color: #333;
}

@keyframes floatCard {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* Values section */

.section-header {
  text-align: left;
  margin-bottom: 60px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}

.value-card {
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 1px solid #eee;
  border-radius: 25px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  background: #CC211F;
  /* background: linear-gradient(180deg, rgba(204, 33, 31, 1) 0%, rgb(255 49 49) 100%); */
  /* color: #fff !important; */
  transition: 0.5s ease-in;

}

.value-card:hover .card-icon {
  background-color: white;
  border-radius: 100%;
}

.value-card:hover h3 {
  color: white;
  border-radius: 100%;
}

.value-card:hover p {
  color: white;
  border-radius: 100%;
}

.values-section .section-header {
  align-items: baseline;
  margin-bottom: 10px;
}

.card-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px
}

.card-icon {
  width: 55px;
  background: #fff;
  border-radius: 100%;
  height: 55px;
  padding: 8px;
  /* margin-bottom: 20px; */
}

.value-card h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #0a0a0a;
  margin: 0;
}

.card-content p {
  color: #666;
  line-height: 1.7;
  font-size: 1rem;
}

.card-glow {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(204, 33, 31, 0.1), transparent);
  transition: left 0.6s ease;
}

.value-card:hover .card-glow {
  left: 100%;
}

/* Why choose section */
.why-choose-section {
  margin-bottom: 120px;
}

.benefits-container {
  background: white;
  padding: 60px;
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.benefit-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}

.benefit-card:hover {
  background: #f8f9fa;
  transform: translateY(-5px);
  background-color: rgb(255 255 255 / 1);
  box-shadow: 20px 40px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(0px);
  transition: 0.5s ease-in-out;
}

.benefit-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #CC211F, #e74c3c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
  transform: scale(1.1);
}

.benefit-icon i {
  font-size: 1.8rem;
  color: white;
}

.benefit-card h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.benefit-card p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

.benefit-hover {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: #CC211F;
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  opacity: 0;
}

.benefit-card:hover .benefit-hover {
  bottom: 80px;
  opacity: 1;
  z-index: 999;
  transition: 0.5s ease-in;

}

.benefit-card:hover::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background: #ff000080;
  width: 100%;
  height: 100%
}

.benefit-card {
  position: relative;
}

/* ========================================
   WHAT SETS US APART - FULL WIDTH SECTION
   ======================================== */

/* Main container for the full-width section */
.why-choose-section-fullwidth {
  background: url(../assets/why-bg1.jpg) no-repeat top center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* Decorative grain pattern overlay */
.why-choose-section-fullwidth::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* SVG pattern with subtle red dots for texture */
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23CC211F" opacity="0.02"/><circle cx="75" cy="75" r="1" fill="%23CC211F" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

/* Grid container for left content and right points */
.single-section-container {
  /* Two-column grid layout */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;

  position: relative;
  overflow: hidden;
}

/* Subtle gradient overlay on the container */
.single-section-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, rgba(204, 33, 31, 0.02) 100%);
  pointer-events: none;
}

/* ========================================
   LEFT CONTENT SECTION
   ======================================== */

.left-content {
  position: relative;
  z-index: 2;
  padding-right: 40px;
}

/* Main heading with underline decoration */
.left-content .main-heading {
  font-size: 3.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.2;
  position: relative;
}

/* Animated underline for the heading */
.left-content .main-heading::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #CC211F, #ff4444);
  border-radius: 2px;
}

/* Description text styling */
.left-content .main-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 40px;
}

/* CTA button container */
.cta-button-container {
  margin-top: 40px;
}

/* Modern call-to-action button with gradient and animations */
.modern-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #CC211F;
  color: white;
  padding: 18px 25px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 600;
  font-size: 22px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(204, 33, 31, 0.3);
  position: relative;
  overflow: hidden;
}

/* Shimmer effect on button hover */
.modern-cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.modern-cta-btn:hover::before {
  left: 100%;
}

/* Button hover effects */
.modern-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(204, 33, 31, 0.4);
}

/* Arrow icon animation on hover */
.modern-cta-btn i {
  transition: transform 0.3s ease;
}

.modern-cta-btn:hover i {
  transform: translateX(5px);
}

/* ========================================
   RIGHT POINTS SECTION
   ======================================== */

/* Container for the 4 feature points */
.right-points {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Individual point item styling */
.point-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  background: #ffffff8a;
  padding: 30px;
  border-radius: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Left border accent that appears on hover */
.point-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #CC211F, #ff4444);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.point-item:hover::before {
  transform: scaleY(1);
}

/* Point item hover effects */
.point-item:hover {
  transform: translateX(10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Icon container with gradient background */
.point-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #CC211F, #ff4444);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

/* Shine effect on icon hover */
.point-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.2) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.point-item:hover .point-icon::before {
  transform: translateX(100%);
}

/* Point content text styling */
.point-content h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.point-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
/* Testimonial section */
/* .testimonial-section {
            margin-bottom: 120px;
        } */

.testimonial-container {
  background: linear-gradient(180deg, #CC211F, #e74c3c);
  padding: 80px 60px;
  border-radius: 30px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.quote-mark {
  font-size: 8rem;
  font-weight: 700;
  opacity: 0.2;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}

blockquote {
  font-size: 2.5rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
  margin: 0 0 30px 0;
  position: relative;
  z-index: 2;
}

.testimonial-author {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.author-info h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

.author-info span {
  font-size: 1rem;
  opacity: 0.9;
}

/* Ultra-modern CTA section */
.ultra-modern-cta {
  background: #1a1a1a;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.cta-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(204, 33, 31, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(204, 33, 31, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: gridMove 20s linear infinite;
}


.cta-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
}

.cta-shape {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, #CC211F, #e74c3c);
  opacity: 0.1;

}

.cta-shape-1 {
  width: 300px;
  height: 300px;
  top: -150px;
  right: -150px;
  animation: rotate 20s linear infinite;
}

.cta-shape-2 {
  width: 200px;
  height: 200px;
  bottom: -100px;
  left: -100px;
  animation: rotate 15s linear infinite reverse;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.cta-content {
  text-align: center;
  color: white;
  position: relative;
  z-index: 2;
}

.cta-content h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.cta-content p {
  font-size: 1.3rem;
  margin-bottom: 3rem;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.ultra-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(135deg, #CC211F, #e74c3c);
  color: white;
  padding: 20px 40px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(204, 33, 31, 0.3);
  position: relative;
  overflow: hidden;
}

.ultra-cta-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.ultra-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(204, 33, 31, 0.4);
  color: white;
  text-decoration: none;
}

.ultra-cta-btn:hover:before {
  left: 100%;
}

.ultra-cta-btn i {
  transition: transform 0.3s ease;
}

.ultra-cta-btn:hover i {
  transform: translateX(5px);
}

/* Responsive design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-stats {
    flex-direction: column;
    gap: 30px;
  }

  .intro-section {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0px;
  }

  .values-section {
    padding: 50px 10px !important;
  }

  .values-section .section-title {
    font-size: 2.5rem;
    text-align: left;
  }

  .bg-partabout {
    background: #f2f2f2;
    padding: 40px 10px !important;
  }

  .single-section-container {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 40px 20px;
  }

  .left-content {
    padding-right: 0;
    text-align: left;
  }

  .left-content .main-description {
    font-size: 18px;
    line-height: 1.5;
    color: #0a0a0a;
    margin-bottom: 40px;
  }

  .point-item {
    padding: 25px;
  }

  .point-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  blockquote {
    font-size: 1.8rem;
  }

  .cta-content h2 {
    font-size: 2rem;
  }
}

/* AOS Animation Library Integration */
[data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos].aos-animate {
  opacity: 1;
}

[data-aos="fade-up"] {
  transform: translateY(30px);
}

[data-aos="fade-up"].aos-animate {
  transform: translateY(0);
}

[data-aos="zoom-in"] {
  transform: scale(0.9);
}

[data-aos="zoom-in"].aos-animate {
  transform: scale(1);
}





/* our sevices */
/* Services Overview Section */
.services-overview {
  padding: 70px 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.section-header {
  text-align: left;
  margin-bottom: 80px;
}

.section-badge {
  color: #CC211F;
  font-size: 2rem;
  font-weight: 300;
  line-height: 3rem;

}

#abouttop {
  padding-top: 0 !important;
}

.bg-partabout {
  background: #f2f2f2;
  padding: 40px 0px;
}

#introID {
  margin-bottom: 0px;
}



.section-title {
  font-size: 3.3rem;
  font-weight: 800;
  color: #CC211F;
  margin-bottom: 1rem;
  line-height: 1.1;
}

.section-description {
  font-size: 1.2rem;
  color: #666;
  max-width: 800px;
  line-height: 1.8;
}

.section-header {
  text-align: center;
  display: flex;
  align-items: center;
  /* gap: 20px; */
  flex-direction: column;
}

.section-title span {
  font-size: 2rem;
  font-weight: 300;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.service-card {
  border: 1px solid #e7e7e7;
  padding: 30px;
  border-radius: 25px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in;
}

/* .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #CC211F, #ff4444);
  transform: scaleX(0);
  transition: transform 0.4s ease;
} */

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
  background: #CC211F;
  /* background: linear-gradient(180deg, rgba(204, 33, 31, 1) 0%, rgb(255 49 49) 100%); */
  color: #fff;
  transition: 0.5s ease-in;
}

.service-icon {
  width: 55px;
  background: #fff;
  border-radius: 100%;
  height: 55px;
  padding: 8px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}



.service-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.2) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.service-card:hover .service-icon::before {
  transform: translateX(100%);
}

.service-card:hover h3 {
  color: white;
}

.service-card:hover p {
  color: white;
}

.service-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}

.service-card p {
  font-size: 1rem;
  color: #000000;
  line-height: 1.7;
  margin-bottom: 25px;
}

.service-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ultra-modern-roadmap .section-badge {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 300;
  line-height: 3rem;
}

.feature-tag {
  background: rgb(236, 236, 236);
  color: #000000;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

/* Enhanced Roadmap Section */
.ultra-modern-roadmap {
  padding: 100px 0;
  background: linear-gradient(135deg, #CC211F, #ff4444);
  position: relative;
  overflow: hidden;
}

.roadmap-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floating-particles {
  position: absolute;
  width: 100%;
  height: 100%;
}

.particle {
  position: absolute;
  background: radial-gradient(circle, rgba(204, 33, 31, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.particle-1 {
  width: 4px;
  height: 4px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.particle-2 {
  width: 6px;
  height: 6px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.particle-3 {
  width: 3px;
  height: 3px;
  top: 80%;
  left: 70%;
  animation-delay: 4s;
}

.particle-4 {
  width: 5px;
  height: 5px;
  top: 30%;
  right: 30%;
  animation-delay: 1s;
}

.particle-5 {
  width: 4px;
  height: 4px;
  top: 70%;
  left: 20%;
  animation-delay: 3s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.7;
  }

  50% {
    transform: translateY(-20px) rotate(180deg);
    opacity: 1;
  }
}

.ultra-modern-roadmap .section-header {
  text-align: center;
  margin-bottom: 80px;
}

.ultra-modern-roadmap .section-title {
  color: #ffffffff;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.ultra-modern-roadmap .section-description {
  color: #ffffffff;
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.roadmap-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.roadmap-track {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: rgba(204, 33, 31, 0.2);
  transform: translateX(-50%);
  border-radius: 2px;
}

.track-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, #ffffff 0%, #ff4444 100%);
  border-radius: 2px;
  animation: trackProgress 4s ease-out forwards;
  box-shadow: 0 0 15px rgba(204, 33, 31, 0.3);
}

@keyframes trackProgress {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

.roadmap-steps {
  position: relative;
  z-index: 2;
}

.roadmap-step {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
  gap: 31px;

}

.roadmap-step:nth-child(even) {
  flex-direction: row-reverse;
}

.roadmap-step:nth-child(even) .step-content {
  text-align: left;
  margin-right: 60px;
  margin-left: 0;
}

.step-bubble {
  position: relative;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  z-index: 3;
}

.bubble-inner {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e83534;
  font-size: 1.8rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(204, 33, 31, 0.4);
  transition: all 0.4s ease;
}

.roadmap-step:hover .bubble-inner {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(204, 33, 31, 0.6);
}

.bubble-glow {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: radial-gradient(circle, rgba(204, 33, 31, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }

  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}

.step-content {
  /* flex: 1; */
  margin-left: 60px;
  background: white;
  border: 1px solid rgba(204, 33, 31, 0.1);
  padding: 40px;
  border-radius: 20px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.step-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(204, 33, 31, 0.03) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.roadmap-step:hover .step-content::before {
  opacity: 1;
}

.roadmap-step:hover .step-content {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border-color: rgba(204, 33, 31, 0.3);
}

.step-number {
  display: inline-block;
  background: linear-gradient(135deg, #CC211F, #ff4444);
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 15px;
}

.step-content h3 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.step-content p {
  color: #666;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.step-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.step-features .feature {
  background: rgb(223 223 223);
  color: #000000;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
  .product-showcase .products-listing {
    gap: unset;
  }

  .product-showcase .product-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .ultra-modern-roadmap {
    padding: 80px 0;
  }

  .roadmap-step {
    flex-direction: column-reverse !important;
    text-align: center;
    gap: 9px;
    margin-bottom: 20px !important;
  }

  .service-page-section {
    padding: 0px !important
  }

  .roadmap-step:nth-child(even) .step-content {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
  }

  .step-content {
    margin-left: 0;
    margin-top: 30px;
    padding: 30px 20px;
    width: 100% !important;
  }

  .roadmap-track {
    display: none;
  }

  .ultra-modern-roadmap .section-title {
    font-size: 2.5rem;
  }
}

/* Service Page Section */
/* Enhanced service section with modern design and animations */
.service-page-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f4 100%);
  position: relative;
  overflow: hidden;
}

.service-page-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23CC211F" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  pointer-events: none;
}

.service-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 120px;
  border-radius: 30px;

  position: relative;
  transition: all 0.3s ease;
}

.service-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, rgba(204, 33, 31, 0.02) 100%);
  pointer-events: none;
}


.service-row.reverse {
  direction: rtl;
}

.service-row.reverse>* {
  direction: ltr;
}

/* Added modern service icon styling */
.service-page-section .service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #CC211F, #ff4444);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.service-page-section .service-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.2) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.service-row:hover .service-icon::before {
  transform: translateX(100%);
}

.service-row:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 15px 40px rgba(204, 33, 31, 0.3);
}

.service-text h4 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.3;
  position: relative;
}

.service-text h4::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #CC211F, #ff4444);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.service-row:hover .service-text h4::after {
  width: 120px;
}

.service-text p {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 25px;
  transition: color 0.3s ease;
}

.service-row:hover .service-text p {
  color: #555;
}

/* Added modern CTA button styling */
.service-cta {
  margin-top: 40px;
}

.service-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #CC211F;
  color: white;
  padding: 15px 30px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(204, 33, 31, 0.3);
  position: relative;
  overflow: hidden;
}

.service-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.service-btn:hover::before {
  left: 100%;
}

.service-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(204, 33, 31, 0.4);
}

.service-btn i {
  transition: transform 0.3s ease;
}

.service-btn:hover i {
  transform: translateX(5px);
}

/* Enhanced image styling with overlay effects */
.service-img {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.service-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(204, 33, 31, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.service-row:hover .service-img::before {
  opacity: 1;
}

.service-img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.service-row:hover .service-img img {
  transform: scale(1.05);
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(204, 33, 31, 0.8), rgba(255, 68, 68, 0.6));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-row:hover .img-overlay {
  opacity: 1;
}

.img-overlay::after {
  content: '\f065';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: white;
  font-size: 2rem;
  transform: scale(0);
  transition: transform 0.3s ease;
}

.service-row:hover .img-overlay::after {
  transform: scale(1);
}

/* CTA Section */
.ultra-modern-cta {
  padding: 120px 0;
  /* background: linear-gradient(135deg, #CC211F 0%, #e74c3c 50%, #ff6b6b 100%); */
  position: relative;
  overflow: hidden;
}

.cta-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cta-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
}

.cta-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.cta-shape-1 {
  width: 300px;
  height: 300px;
  top: -150px;
  right: -150px;
  animation: pulse-shape 4s ease-in-out infinite;
}

.cta-shape-2 {
  width: 200px;
  height: 200px;
  bottom: -100px;
  left: -100px;
  animation: pulse-shape 4s ease-in-out infinite 2s;
}

.cta-shape-3 {
  width: 150px;
  height: 150px;
  top: 50%;
  left: 10%;
  animation: rotate 20s linear infinite;
}

@keyframes pulse-shape {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.2;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.cta-content {
  text-align: center;
  color: white;
  position: relative;
  z-index: 2;
}

.cta-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cta-content h2 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.cta-content p {
  font-size: 1.3rem;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.ultra-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #CC211F;
  backdrop-filter: blur(20px);
  color: white;
  padding: 20px 40px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.ultra-cta-btn:hover {
  background: #d63637;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.btn-icon {
  transition: transform 0.3s ease;
}

.ultra-cta-btn:hover .btn-icon {
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-title {
    font-size: 2.5rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .timeline-line {
    left: 30px;
  }

  .step-marker {
    position: absolute;
    left: 0;
  }

  .step-card {
    margin-left: 80px !important;
    margin-right: 0 !important;
    max-width: none;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 20px;
  }

  .service-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .service-text h4 {
    font-size: 2rem;
  }

  .cta-content h2 {
    font-size: 2.5rem;
  }
}

/* AOS Animation Styles */
[data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos].aos-animate {
  opacity: 1;
}

[data-aos="fade-up"] {
  transform: translateY(30px);
}

[data-aos="fade-up"].aos-animate {
  transform: translateY(0);
}

[data-aos="fade-right"] {
  transform: translateX(-30px);
}

[data-aos="fade-right"].aos-animate {
  transform: translateX(0);
}

[data-aos="fade-left"] {
  transform: translateX(30px);
}

[data-aos="fade-left"].aos-animate {
  transform: translateX(0);
}

/* Process Roadmap Section */
.process-roadmap {
  padding: 120px 0;
  background: linear-gradient(135deg, #CC211F 0%, #e74c3c 50%, #ff6b6b 100%);
  position: relative;
  overflow: hidden;
}

.process-roadmap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 60%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  animation: float-shapes 20s ease-in-out infinite;
}

@keyframes float-shapes {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

.roadmap-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.roadmap-header {
  text-align: center;
  margin-bottom: 80px;
}

.roadmap-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
}

.roadmap-header h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
  line-height: 1.2;
}

.roadmap-header p {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.roadmap-timeline {
  position: relative;
  padding: 60px 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3));
  transform: translateX(-50%);
  border-radius: 2px;
}

.timeline-progress {
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 0%;
  background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.8));
  transform: translateX(-50%);
  border-radius: 2px;
  transition: height 2s ease;
}

.roadmap-step {
  position: relative;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}

.roadmap-step.animate {
  opacity: 1;
  transform: translateY(0);
}

.step-marker {
  position: absolute;
  left: 50%;
  top: 30px;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #CC211F;
  z-index: 3;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.step-marker:hover {
  transform: translateX(-50%) scale(1.1);
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.3);
}

.step-content {
  width: 36%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.step-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, rgba(204, 33, 31, 0.02) 100%);
  pointer-events: none;
}


/* .roadmap-step:nth-child(odd) .step-content {
        margin-left: auto;
        margin-right: 55%;
    }

    .roadmap-step:nth-child(even) .step-content {
        margin-right: auto;
        margin-left: 55%;
    } */

.step-content:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.step-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.3;
}

.step-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 20px;
}

.step-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.step-feature {
  background: linear-gradient(135deg, #CC211F, #e74c3c);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.step-feature:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(204, 33, 31, 0.3);
}

/* AOS Animation Styles */
[data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos].aos-animate {
  opacity: 1;
}

[data-aos="fade-up"] {
  transform: translateY(30px);
}

[data-aos="fade-up"].aos-animate {
  transform: translateY(0);
}

[data-aos="fade-right"] {
  transform: translateX(-30px);
}

[data-aos="fade-right"].aos-animate {
  transform: translateX(0);
}

[data-aos="fade-left"] {
  transform: translateX(30px);
}

[data-aos="fade-left"].aos-animate {
  transform: translateX(0);
}



/* process */
.ultra-modern-hero-process {
  height: 100vh;
  /* background: linear-gradient(135deg, #CC211F 0%, #e74c3c 30%, #ff6b6b 70%, #CC211F 100%); */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.particle-system {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: particleFloat 8s linear infinite;
}

.particle:nth-child(1) {
  left: 10%;
  animation-delay: 0s;
}

.particle:nth-child(2) {
  left: 30%;
  animation-delay: 2s;
}

.particle:nth-child(3) {
  left: 50%;
  animation-delay: 4s;
}

.particle:nth-child(4) {
  left: 70%;
  animation-delay: 6s;
}

.particle:nth-child(5) {
  left: 90%;
  animation-delay: 8s;
}

@keyframes particleFloat {
  0% {
    transform: translateY(100vh) scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translateY(-100px) scale(1);
    opacity: 0;
  }
}

.mesh-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: meshMove 10s ease-in-out infinite;
}

@keyframes meshMove {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.7;
  }
}

.floating-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
}

.shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  animation: float 8s ease-in-out infinite;
}

.shape-1 {
  width: 200px;
  height: 200px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.shape-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.shape-3 {
  width: 100px;
  height: 100px;
  bottom: 20%;
  left: 70%;
  animation-delay: 4s;
}

.shape-4 {
  width: 80px;
  height: 80px;
  top: 40%;
  left: 50%;
  animation-delay: 6s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }

  33% {
    transform: translateY(-30px) rotate(120deg) scale(1.1);
  }

  66% {
    transform: translateY(20px) rotate(240deg) scale(0.9);
  }
}

.hero-content {
  text-align: center;
  color: white;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 24px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 2rem;
  opacity: 0;
  animation: slideUp 1s ease-out 0.3s forwards;
}

.glitch-effect {
  position: relative;
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  opacity: 0;
  animation: slideUp 1s ease-out 0.5s forwards;
}

.glitch-effect:before,
.glitch-effect:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.glitch-effect:before {
  animation: glitch-1 2s infinite;
  color: #ff00ff;
  z-index: -1;
}

.glitch-effect:after {
  animation: glitch-2 2s infinite;
  color: #00ffff;
  z-index: -2;
}

@keyframes glitch-1 {

  0%,
  14%,
  15%,
  49%,
  50%,
  99%,
  100% {
    transform: translate(0);
  }

  15%,
  49% {
    transform: translate(-2px, 2px);
  }
}

@keyframes glitch-2 {

  0%,
  20%,
  21%,
  62%,
  63%,
  99%,
  100% {
    transform: translate(0);
  }

  21%,
  62% {
    transform: translate(2px, -2px);
  }
}

.hero-subtitle {
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 3rem;
  opacity: 0;
  animation: slideUp 1s ease-out 0.8s forwards;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 4rem;
  opacity: 0;
  animation: slideUp 1s ease-out 1.1s forwards;
}

.stat-item {
  text-align: center;
  position: relative;
}

.stat-circle {
  width: 120px;
  height: 120px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.stat-circle:before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  background: linear-gradient(45deg, #fff, transparent, #fff);
  animation: rotateBorder 3s linear infinite;
  z-index: -1;
}

@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
}

.stat-label {
  font-size: 1rem;
  opacity: 0.9;
  font-weight: 500;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  cursor: pointer;
}

.scroll-arrow {
  width: 30px;
  height: 30px;
  border: 2px solid white;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  animation: bounce 2s infinite;
  margin: 0 auto;
}

.scroll-text {
  display: block;
  margin-top: 15px;
  font-size: 0.9rem;
  opacity: 0.8;
  font-weight: 500;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) rotate(-45deg);
  }

  40% {
    transform: translateY(-10px) rotate(-45deg);
  }

  60% {
    transform: translateY(-5px) rotate(-45deg);
  }
}

/* Ultra-modern content section */
.ultra-modern-content {
  padding: 120px 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}





.title-underline {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #CC211F, #e74c3c);
  margin: 0 auto 3rem;
  border-radius: 2px;
  animation: expandLine 2s ease-out;
}

@keyframes expandLine {
  0% {
    width: 0;
  }

  100% {
    width: 80px;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-description {
  font-size: 1.2rem;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Introduction section */
.intro-section-process {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;

  position: relative;

}

.intro-section-process .feature-point i {
  color: #ffffff;
  font-size: 1.2rem;
}

section.ultra-modern-content-process {
  background: #f3f3f3;
  padding: 80px 0px;
}

.intro-section-process:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, rgba(204, 33, 31, 0.02) 100%);
  pointer-events: none;
}



.description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 2.5rem;
}

.intro-section-process .intro-features {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.feature-point {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  color: #333;
  padding: 15px 0;
  transition: all 0.3s ease;
}

.feature-point:hover {
  transform: translateX(10px);
}

.feature-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #CC211F, #e74c3c);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  box-shadow: 0 10px 25px rgba(204, 33, 31, 0.3);
}

.cta-button-container {
  margin-top: 40px;
}

.modern-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(135deg, #CC211F, #ff4444);
  color: white;
  padding: 18px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(204, 33, 31, 0.3);
  position: relative;
  overflow: hidden;
}

.modern-cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.modern-cta-btn:hover::before {
  left: 100%;
}

.modern-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(204, 33, 31, 0.4);
  color: white;
  text-decoration: none;
}

.modern-cta-btn i {
  transition: transform 0.3s ease;
}

.modern-cta-btn:hover i {
  transform: translateX(5px);
}

.intro-visual {
  position: relative;
}

.image-frame {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.main-image {
  width: 100%;
  transition: transform 0.5s ease;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(204, 33, 31, 0.1) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-frame:hover .main-image {
  transform: scale(1.05);
}

.image-frame:hover .image-overlay {
  opacity: 1;
}

.floating-card {
  position: absolute;
  padding: 15px 20px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-weight: 600;
  backdrop-filter: blur(10px);

}

.fast-delivery-float {
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  padding: 10px 20px;
  display: inline-block;
  /* background: rgba(255, 255, 255, 0.2); */
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 25px;
  border-radius: 7px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.modern-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #CC211F;
  color: white;
  padding: 18px 35px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 600;
  font-size: 22px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(204, 33, 31, 0.3);
  position: relative;
  overflow: hidden;
}

.card-1 {
  bottom: -20px;
  right: -20px;
  animation: floatCard 3s ease-in-out infinite;
  background: url(../assets/service-4.png) no-repeat bottom center #ECF0F2;

}

.card-2 {
  top: -15px;
  left: -15px;
  animation: floatCard 3s ease-in-out infinite 1s;
  background: url(../assets/fast.png) no-repeat center #ECF0F2;
  background-size: cover;
}

.card-3 {
  top: 50%;
  right: -30px;
  animation: floatCard 3s ease-in-out infinite 2s;
  background: url(../assets/about-section-4.jpg) no-repeat bottom center #ECF0F2;
}

.floating-card i {
  color: #CC211F;
  font-size: 1.3rem;
}

@keyframes floatCard {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-15px) rotate(2deg);
  }
}

/* Process expertise section */
.process-expertise-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 80px;
  transition: 0.5s ease-in;
}

.expertise-card {
  background: white;
  padding: 40px 30px;
  border-radius: 25px;
  /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); */
  transition: 0.5s ease-in;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(204, 33, 31, 0.1);
}

.expertise-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  background: #CC211F;
  /* background: linear-gradient(180deg, rgba(204, 33, 31, 1) 0%, rgb(255 49 49) 100%); */

  transition: 0.5s ease-in;
}

.card-hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(204, 33, 31, 0.05) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.expertise-card:hover .card-hover-effect {
  opacity: 1;
}

.expertise-card .card-icon {
  width: 55px;
  background: #fff;
  border-radius: 100%;
  height: 55px;
  padding: 8px;
  margin-bottom: 20px;

  transition: all 0.3s ease;
}

.expertise-card:hover .card-icon {
  transform: scale(1.1) rotate(5deg);
}

.expertise-card h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #181818;
  margin-bottom: 15px;
  line-height: 1.3;
}

.expertise-card:hover h4 {
  color: #ffffff;

}

.expertise-card:hover p {
  color: #ffffff;

}

.expertise-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: #000000;
  margin: 0;
}

/* Ultra-modern CTA section */


.cta-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floating-bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
}

.bubble {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  animation: bubbleFloat 8s ease-in-out infinite;
}

.bubble-1 {
  width: 100px;
  height: 100px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.bubble-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 20%;
  animation-delay: 2s;
}

.bubble-3 {
  width: 80px;
  height: 80px;
  bottom: 30%;
  left: 60%;
  animation-delay: 4s;
}

.bubble-4 {
  width: 120px;
  height: 120px;
  top: 40%;
  left: 80%;
  animation-delay: 6s;
}

.bubble-5 {
  width: 60px;
  height: 60px;
  bottom: 20%;
  left: 20%;
  animation-delay: 8s;
}

@keyframes bubbleFloat {

  0%,
  100% {
    transform: translateY(0px) scale(1);
    opacity: 0.3;
  }

  50% {
    transform: translateY(-30px) scale(1.1);
    opacity: 0.6;
  }
}

.rotating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
}

.rotate-element {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: rotate 20s linear infinite;
}

.element-1 {
  width: 200px;
  height: 200px;
  top: 20%;
  right: 10%;
}

.element-2 {
  width: 300px;
  height: 300px;
  bottom: 10%;
  left: 5%;
  animation-direction: reverse;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.cta-content {
  text-align: center;
  color: white;
  position: relative;
  z-index: 2;
}

.cta-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cta-content h2 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.cta-content p {
  font-size: 1.4rem;
  margin-bottom: 3.5rem;
  opacity: 0.9;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.ultra-cta-btn {
  /* display: inline-flex; */
  align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  /* border: 2px solid rgba(255, 255, 255, 0.3); */
  color: white;
  padding: 15px 50px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  transition: all 0.4s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 25px;
  /* padding: 10px 45px; */
  background: #CC211F;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  border-radius: 7px;
}

.btn-ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.ultra-cta-btn:hover .btn-ripple {
  width: 300px;
  height: 300px;
}

.ultra-cta-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.ultra-cta-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  color: white;
  text-decoration: none;
  background: #CC211F;
}

.ultra-cta-btn:hover:before {
  left: 100%;
}

.btn-text,
.btn-icon {
  position: relative;
  z-index: 2;
}

.btn-icon {
  transition: transform 0.3s ease;
}

.ultra-cta-btn:hover .btn-icon {
  transform: translateX(8px);
}

/* Responsive design */
@media (max-width: 768px) {
  .glitch-effect {
    font-size: 3rem;
  }

  .hero-stats {
    flex-direction: column;
    gap: 40px;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .intro-section-process {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 0px;
  }

  .expertise-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cta-content h2 {
    font-size: 2.5rem;
  }

  .ultra-cta-btn {
    padding: 20px 40px;
    font-size: 1.1rem;
  }
}

/* Hide old sections */
.hero-process,
.manufacturing,
.flow-chart,
.get-in-touch-btn {
  display: none;
}





/* ======================================contactus========================================== */
.create-form {
  background: url(../assets/why-bg1.jpg) no-repeat top center;
  background-size: cover;
  padding: 80px 0px;
}

.create-map {
  background: #ffffffff;
  padding: 80px 0px;
}

/* Floating Background Elements */
.contact-main::before {
  content: '';
  position: absolute;
  top: 10%;
  right: 5%;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, rgba(204, 33, 31, 0.03), rgba(231, 76, 60, 0.02));
  border-radius: 50%;
  animation: float 15s ease-in-out infinite;
  z-index: 1;
}

.contact-main::after {
  content: '';
  position: absolute;
  bottom: 15%;
  left: 3%;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, rgba(204, 33, 31, 0.02), rgba(231, 76, 60, 0.03));
  border-radius: 50%;
  animation: float 12s ease-in-out infinite reverse;
  z-index: 1;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  33% {
    transform: translateY(-30px) rotate(120deg);
  }

  66% {
    transform: translateY(15px) rotate(240deg);
  }
}

/* Spectacular Header Section */
.contact-header {
  text-align: center;
  margin-bottom: 71px;
  position: relative;
  background: #ffffff;
  padding: 50px 0px;
  border-radius: 20px;
}

.contact-header h1 {
  font-size: 3.3rem;
  font-weight: 900;
  background: black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 25px;
  line-height: 1.1;
  position: relative;
}

.contact-header h1 span {
  font-size: 2.3rem;
  font-weight: 300;
}

.contact-header h1::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #CC211F, #e74c3c, #CC211F);
  border-radius: 2px;
  animation: expandLine 2s ease-out;
}

@keyframes expandLine {
  0% {
    width: 0;
  }

  100% {
    width: 120px;
  }
}

.create-form .container {
  position: relative;
  z-index: 99;
}

.contact-header p {
  font-size: 1.4rem;
  color: #070707ff;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.7;
}

/* Revolutionary Grid Layout */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

/* Enhanced Contact Info Cards */
.contact-info-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 10px;
}

.info-card {
  background: linear-gradient(135deg, #CC211F, #e74c3c, #CC211F);
  padding: 45px 35px;
  border-radius: 25px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 2px solid transparent;
  overflow: hidden;
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 30px 70px rgba(204, 33, 31, 0.12);
  border-color: rgba(204, 33, 31, 0.1);
}

.info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ffffff, #ffffff, #ffffff);
  background-size: 200% 200%;
  animation: gradientFlow 3s ease infinite;
}

@keyframes gradientFlow {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.info-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 30px 70px rgba(204, 33, 31, 0.12);
  border-color: rgba(204, 33, 31, 0.1);
}

.info-card h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffffff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.info-card i {
  font-size: 1.5rem;
  color: #ffffffff;
  transition: all 0.3s ease;
}

.info-card:hover i {
  transform: scale(1.2) rotate(5deg);
}

.info-card p {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 5px;
}

.info-card p:last-child {
  margin-bottom: 0;
}

/* Spectacular Contact Form */
.contact-form-section {
  background: linear-gradient(135deg, #ffffff, #f8f9fa);
  padding: 60px 50px;
  border-radius: 30px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.contact-form-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 35px 80px rgba(204, 33, 31, 0.12);
}

.contact-form-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(204, 33, 31, 0.02), transparent);
  border-radius: 50%;
  animation: rotate 25s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.contact-form-section h2 {
  font-size: 2.8rem;
  font-weight: 800;
  background: linear-gradient(135deg, #CC211F, #e74c3c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.form-subtitle {
  color: #666;
  font-size: 1.2rem;
  margin-bottom: 40px;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

.contact-form {
  position: relative;
  z-index: 2;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 25px;
}

.form-group {
  position: relative;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 20px 25px;
  border: 2px solid #e9ecef;
  border-radius: 15px;
  font-size: 1.1rem;
  font-family: "DM Sans", sans-serif;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  color: #333;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #CC211F;
  background: linear-gradient(135deg, #ffffff, #f8f9fa);
  box-shadow: 0 0 0 4px rgba(204, 33, 31, 0.08);
  transform: translateY(-2px);
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
  grid-column: 1 / -1;
}

/* Ultra-Modern Submit Button */
.submit-btn {
  background: #CC211F !important;
  background-size: 200% 200%;
  color: white;
  padding: 20px 50px;
  border: none;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 15px 40px rgba(204, 33, 31, 0.3);
  font-family: "DM Sans", sans-serif;
  position: relative;
  overflow: hidden;
  animation: gradientFlow 3s ease infinite;
  margin-top: 20px;
}

.submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.submit-btn:hover::before {
  opacity: 1;
}

.submit-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 25px 60px rgba(204, 33, 31, 0.4);
}

/* Office Locations Section */


.offices-section h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #CC211F, #e74c3c, #CC211F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 70px;
  position: relative;
}

.offices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 50px;
}

.office-card {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  padding: 50px 40px;
  border-radius: 25px;
  text-align: center;
  position: relative;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 2px solid transparent;
  overflow: hidden;
  cursor: pointer;
  transform: translateY(-10px) scale(1.02);
  border-color: rgba(204, 33, 31, 0.2);
  /* box-shadow: 0 25px 60px rgba(204, 33, 31, 0.15); */
}

.office-card.active {
  border-color: #CC211F;
  background: linear-gradient(135deg, #fff5f5, #ffffff);
  transform: translateY(-10px) scale(1.02);
  /* box-shadow: 0 25px 60px rgba(204, 33, 31, 0.2); */
}

.office-card.active::before {
  opacity: 1;
}

.office-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(204, 33, 31, 0.03), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.office-card:hover::before {
  opacity: 1;
}

.office-card:hover {
  transform: translateY(-20px) scale(1.02);
  border-color: rgba(204, 33, 31, 0.2);
  box-shadow: 0 25px 60px rgba(204, 33, 31, 0.15);
}

.contact-form textarea {
  max-width: 560px !important;
  width: 100%;
}

.office-card h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #CC211F;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.office-card p {
  margin-bottom: 15px;
  color: #555;
  line-height: 1.6;
  font-size: 1.1rem;
  position: relative;
  z-index: 2;
}

.office-card i {
  color: #000000ff;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.office-card:hover i {
  transform: scale(1.1);
}

/* Enhanced Map Section */
.map-section {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.map-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 35px 80px rgba(204, 33, 31, 0.15);
}

.map-section iframe {
  border-radius: 30px;
  transition: all 0.4s ease;
}

/* Final CTA Section */
.cta-section {
  text-align: center;
  padding: 80px 40px;
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(135deg, transparent, rgba(204, 33, 31, 0.02), transparent);
  animation: rotate 30s linear infinite;
}

.cta-section h3 {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #CC211F, #e74c3c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.cta-section p {
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.cta-btn {
  display: inline-block;
  padding: 22px 60px;
  background: linear-gradient(135deg, #CC211F, #e74c3c, #CC211F);
  background-size: 200% 200%;
  color: white;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.4s ease;
  box-shadow: 0 15px 40px rgba(204, 33, 31, 0.3);
  position: relative;
  overflow: hidden;
  animation: gradientFlow 3s ease infinite;
  z-index: 2;
}

.cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cta-btn:hover::before {
  opacity: 1;
}

.cta-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 25px 60px rgba(204, 33, 31, 0.4);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .offices-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .contact-header h1 {
    font-size: 3.2rem;
  }

  .contact-form-section,
  .info-card {
    padding: 40px 30px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .offices-section h2 {
    font-size: 2.5rem;
  }

  .contact-form-section h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {


  .contact-header h1 {
    font-size: 2.8rem;
  }

  .contact-header p {
    font-size: 1.2rem;
  }
}




/* ===========================single-detail-page===================================== */

.product-page {
  line-height: 1.6;
  color: #333;
}

/* Updated hero section to match index.php theme with red accent color */
.product-page .hero-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 100px 0;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.product-page .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23CC211F" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23CC211F" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23CC211F" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.product-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.product-page .hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.product-page .hero h1 span {
  color: #CC211F;
}

/* Redesigned product section with modern card layout */
.product-page .product-section {
  padding: 100px 0;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
}

.product-page .breadcrumb-block {
  margin-bottom: 0;
  background: #f0f0f0;
  padding: 10px;
}

.product-page .breadcrumb-block .breadcrumb {
  margin-bottom: 0;
}

.product-page .breadcrumb-block a {
  color: #CC211F;
  text-decoration: none;
  font-weight: normal;
}

.product-page .breadcrumb-block {
  font-weight: 600;
}

.product-page .product-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-page .product-text h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 30px;
  line-height: 1.2;
}

.product-page .product-text h2 span {
  color: #CC211F;
}

.product-page .product-text p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
  text-align: left;
}

.product-page .product-image {
  position: relative;
}

.product-page .product-image::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  background: #CC211F;
  border-radius: 20px;
  z-index: 1;
  opacity: 0.1;
}

.product-page .product-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.product-page .product-image:hover img {
  transform: translateY(-10px);
}

.product-page .product-section .query-box {
  display: flex;
  justify-content: center;
  padding: 60px 0 0;
}

/* Updated CTA section to match index.php button styling */
.product-page .cta-section {
  padding: 80px 0;
  background: white;
  text-align: center;
  padding-top: 10px !important;
}

.product-page .quote-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #CC211F;
  color: white;
  padding: 18px 40px;
  text-decoration: none;
  border-radius: 7px;
  font-weight: 600;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(204, 33, 31, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-page .quote-btn:hover {
  background: #a01b19;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(204, 33, 31, 0.4);
}

.product-page .quote-btn i {
  transition: transform 0.3s ease;
}

.product-page .quote-btn:hover i {
  transform: translateX(5px);
}

/* Added responsive design for mobile devices */




@media (max-width: 768px) {
  .product-page .hero h1 {
    font-size: 2.5rem;
  }

  .product-page .product-content {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }

  .product-page .product-text h2 {
    font-size: 2.2rem;
  }

  .product-page .product-image::before {
    top: -10px;
    left: -10px;
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 480px) {
  .product-page .hero-section {
    padding: 50px 10px;
  }

  .product-page .hero h1 {
    font-size: 2rem;
  }

  .product-page .product-section {
    padding: 60px 0;
  }

  .product-page .product-text h2 {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 15px;
  }

  .product-page .quote-btn {
    padding: 16px 32px;
    font-size: 1rem;
  }

  .product-page .quote-btn {
    padding: 15px 25px;
    font-size: 1rem;
  }

}