/* DM Sans font   */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Karla:ital,wght@0,200..800;1,200..800&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oxanium:wght@200..800&display=swap");
@import url("../Font/stylesheet.css");

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Karla:ital,wght@0,200..800;1,200..800&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oxanium:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  color: #040409 !important;
  margin: 0px;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  font-family: "DM Sans";
}

span {
  font-weight: 700;
  color: #ed1d24;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.post, .page{
	margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}

ul {
  padding: 0px;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  color: #040409;
  font-family: "Aktiv Grotesk Corp";
}

h1 {
  font-weight: 500;
  font-size: 107px;
  line-height: 102px;
  color: #ffffff;
}

h2 {
  font-weight: 700;
  font-size: 55px;
  line-height: 66px;
}

h3 {
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
}

h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
}

h5 {
  font-weight: 700;
  font-size: 27px;
  line-height: 100%;
}

h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  font-family: "DM Sans";
}

.cta,
.blue-cta,
.white-cta {
  background: #040409;
  padding: 16px 33px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  border-radius: 70px;
  transition: 0.2s ease-in-out;
  text-transform: capitalize;
  text-align: center;
  display: inline-block;
}

.blue-cta {
  background: #ed1d24;
  border-radius: 50px;
  color: #ffffff;
  font-size: 16px;
  width: fit-content;
}

.white-cta {
  background: #ffffff;
  padding: 14px 33px;
  color: #ed1d24;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  border-radius: 70px;
  transition: 0.2s ease-in-out;
  text-transform: capitalize;
  text-align: center;
  display: flex;
  width: fit-content;
}

.white-cta:hover {
  background: #31c2e1;
  color: #ffffff;
}

.cta:hover {
  background: #31c2e1;
  color: #ffffff;
  transition: 0.2s ease-in-out;
}

.blue-cta:hover {
  background: #040409;
  color: #ffffff;
}

.p_150 {
  padding: 150px 0px;
}

.p_135 {
  padding: 135px 0px;
}

.p_130 {
  padding: 130px 0px;
}

.p_120 {
  padding: 120px 0px;
}

/* header-css start  */
/* <!-- top-section  --> */
header {
  position: relative;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: unset;
  color: #fff;
  background-color: unset;
  border-color: none;
}

.btn-primary {
  border-color: unset;
}

header .topbar-heading {
  background-color: #31c2e1;
  padding: 13px 0;
}

header .topbar-heading .one-time .slick-slide {
  margin: 0px 10px;
}

header .card-btn p {
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  margin: 0px !important;
}

header .topbar-heading .slick-list.draggable {
  margin: auto;
  max-width: 510px;
}

header .topbar-heading .slick-prev-custom,
.slick-next-custom {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

header .topbar-heading .slick-prev-custom {
  left: 280px;
}

header .topbar-heading .slick-next-custom {
  right: 280px;
}

header .topbar-heading .slick-track {
  display: flex !important;
}

/* <!-- logo-sec --> */

.logo-sec .logo-main-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 60px;
}

.logo-image {
  display: flex;
  flex: 1;
  cursor: pointer;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: unset;
}

.navbar .navbar-nav {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.logo-sec .bg-light {
  background-color: unset !important;
  padding: 0;
}

.logo-sec nav a {
  color: #040409;
  font-weight: 500;
}

.logo-sec .navbar-light .navbar-nav .nav-link {
  color: #040409 !important;
  font-weight: 500;
  padding: 0;
}

.logo-sec .navbar .nav-item {
  cursor: pointer;
}

/* Normal navbar link color */
.logo-sec .navbar .nav-link {
  transition: color 0.3s ease;
}

.logo-sec .navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: #31c2e1 !important;
}

/* Dropdown item hover */
.logo-sec .navbar .dropdown-menu .dropdown-item {
  transition: color 0.3s ease, background-color 0.3s ease;
}

.logo-sec .navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
  color: #31c2e1 !important;
  background-color: transparent !important;
}

.logo-sec .right-sec {
  display: flex;
  flex: 1;
  justify-content: end;
  align-items: center;
}

.logo-sec .number-side {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-sec .number-side.number {
  display: flex;
  align-items: center;
  gap: 2px;
}

.logo-sec .number-side .number {
  color: #040409;
  font-weight: 400;
}

.logo-sec .number-side .number i {
  color: #31c2e1;
}

.logo-main-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 99;
}

.logo-sec .right-sec {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* header-css end  */

/* banner-sectoin start  */

.banner-sec {
  background-image: url(../Image/banner-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

.banner-sec .content-sec-banner h1 {
  max-width: 885px;
}

.banner-sec .content-sec-banner p {
  color: #ffffff;
  padding-top: 14px;
  max-width: 750px;
}

.banner-sec .content-sec-banner a {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
	color:#ED1D24;
}

.banner-sec .content-sec-banner a {
  margin-top: 29px;
}

.banner-sec .white-cta .image-baner img {
  transition: filter 0.3s ease;
}

.banner-sec .white-cta:hover .image-baner img {
  filter: brightness(0) invert(1);
}

.banner-sec .banner-btm-contact {
  position: absolute;
  bottom: 61px;
  z-index: 9;
  right: 60px;
}

.banner-sec .circle-button {
  position: relative;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  transition: 0.3s ease-in-out;
  background-color: #31c2e1;
}

.banner-sec .mail-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 2;
}

.banner-sec .text-circle {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: rotateCircle 10s linear infinite;
}

.banner-sec .text-circle text {
  fill: #ffffff;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
}

@keyframes rotateCircle {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* banner-sectoin End  */

/* card-sectoin start  */
.card-sec {
  padding: 59px 0px 49px 0px;
  position: relative;
}

.card-sec .main-card {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.card-sec .card-one {
  display: flex;
  align-items: center;
  gap: 18px;
}

.card-sec .cards {
  max-width: 136px !important;
}

.card-sec .content-card {
  max-width: 160px;
}

/* border-bottom  */
.card-sec::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.11) 0%,
    rgba(72, 134, 197, 0.11) 50%,
    rgba(255, 255, 255, 0.11) 100%
  );
}

/* card-sectoin End */

/*  about-section start  */

.about-section .about-content {
  margin-left: auto;
  max-width: 632px;
}

.about-left {
  max-width: 735px;
  margin-right: auto;
}

.about-section .about-main .about-content span {
  position: relative;
}

.about-section .about-main .about-content span::after {
  content: "";
  position: absolute;
  background: #ed1d24;
  width: 48px;
  height: 1px;
  top: -8px;
  left: 64px;
}

.about-section .about-main .about-content span::before {
  content: "";
  position: absolute;
  background: #ed1d24;
  width: 48px;
  height: 1px;
  bottom: -8px;
  left: 0;
}

.about-section .about-main .about-content span {
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.about-section .about-content h2 {
  margin-top: 18px;
}

.about-section .about-content p {
  font-size: 20px;
  color: #040409;
  padding-top: 18px;
  max-width: 632px;
}

.about-section .about-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
  gap: 8px;
}

.about-section .about-content .about-btn {
  display: flex;
}

.about-section {
  position: relative;
}

.about-section::before {
  content: "";
  position: absolute;
  /* background-image: url('/Image/shadow.png'); */
  left: 0;
  bottom: 0;
  width: 360px;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

/*  about-section End  */

/* Melbourne-section start  */

.melbourne-section {
  position: relative;
  overflow: hidden;
  padding-top: 0;
}

/* Background image behind content */
.melbourne-section::after {
  content: "";
  position: absolute;
  top: 230px;
  right: -60%;
  /* start off-screen to the right */
  bottom: 0;
  width: 60%;
  /* background-image: url('../Image/Melbourne-image.png'); */
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  z-index: 0;

  animation: slideFromRight 6s ease-in-out infinite alternate;
  opacity: 0;
}

@keyframes slideFromRight {
  0% {
    right: -60%;
    opacity: 0.3;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

.melbourne-section .animate {
  margin: auto;
  max-width: 1092px;
  text-align: center;
}

.melbourne-section .animate h3 {
  font-family: "DM Sans";
}

/* Melbourne-section End */

/* slider-section start */

.collection_img img {
  width: 100%;
}

.slider-sec .slider-container {
  padding-top: 40px;
}

.slider-sec .slider-content h2 {
  color: #ffffff;
  max-width: 777px;
  margin: auto;
  text-align: center;
}

.slider-sec .slider-content p {
  color: #ffffff;
  max-width: 831px;
  margin: auto;
  text-align: center;
  font-size: 20px;
  padding-top: 12px;
}

.slider-sec .info-slider {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1435px;
  margin: auto;
  padding-top: 36px;
}

.slider-sec .slick-arrow {
  height: 36px;
  width: 58px;
  background: #31c2e1;
  border-radius: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}

.slider-sec .btn-container {
  display: flex;
  gap: 10px;
}

.slider-sec .btn-container button {
  padding: 0;
}

.slider-sec .progress {
  max-width: 1435px;
  margin: auto;
  height: 3px;
  margin-top: 80px;
}

.slider-sec .progress-bar {
  width: 0;
  height: 100%;
  transition: width 0.45s ease;
}

.slider-sec .slick-arrow.slick-disabled {
  border: 1px solid #ddd6d6a3;
  background: transparent;
}

.slider-sec .slider-counter span {
  color: #ffffff;
}

.slider-sec .slider-counter {
  color: #ffffff;
}

.slider-sec .slider-counter {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
}

.slider-sec .slider-counter .current-page {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.slider-sec .slider-counter .total-pages {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.6;
  line-height: 1;
}

.slider-sec .collection_caption p {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  position: absolute;
  align-items: center;
  left: 20%;
  bottom: 40px;
  font-weight: 700;
}

.progress-bar {
  background-color: #31c2e1;
}

.slider-sec .collection_caption {
  position: relative;
}
.slider-sec .slick-arrow.slick-disabled img {
  filter: brightness(0.5);
}

/* How It-section start */
.How-it-sec .how-head {
  max-width: 523px;
  margin: auto;
  text-align: center;
}

.How-it-sec .how-head span {
  font-size: 26px;
  line-height: 46px;
  font-family: "Aktiv Grotesk Corp";
  color: #31c2e1;
}

.How-it-sec .box-image {
  border: 1px solid #ffffff;
  box-shadow: 0px 32px 44px 0px #29312514;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: auto;
}

.How-it-sec .how-main-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 60px 0px;
}

.How-it-sec .box-content h6 {
  font-size: 18px;
  text-align: center;
  padding-top: 13px;
}

.box-content p {
  max-width: 260px;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  padding-top: 5px;
}

.How-it-sec .box-image {
  position: relative;
  background-color: #fff;
}

.How-it-sec .box-image::after {
  content: "1";
  position: absolute;
  top: 0;
  right: 0;
  background: #ed1d24;
  color: #ffffff;
  font-family: Poppins;
  font-weight: 500;
  font-size: 17px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}

.How-it-sec .second-box .box-image::after {
  content: "2";
  position: absolute;
  top: 0;
  right: 0;
  background: #ed1d24;
  color: #ffffff;
  font-family: Poppins;
  font-weight: 500;
  font-size: 17px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}

.How-it-sec .third-box .box-image::after {
  content: "3";
  position: absolute;
  top: 0;
  right: 0;
  background: #ed1d24;
  color: #ffffff;
  font-family: Poppins;
  font-weight: 500;
  font-size: 17px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}

.how-anchor a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: auto;
  width: fit-content;
}

.how-anchor .about-btn {
  display: flex;
}

.How-it-sec {
  position: relative;
}

.How-it-sec::after {
  content: "";
  position: absolute;
  /* background-image: url('../Image/how-image-main.png'); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* How It-section End */

/* <!-- How-Much-Section  start--> */

.how-much-sec {
  position: relative;
}

.how-much-side img {
  position: absolute;
  right: 0;
  bottom: 140px;
  max-width: 100%;
  height: auto;
  z-index: -1;
}

.how-much-sec {
  padding-top: 60px !important;
}

.how-much-sec .top-how {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.how-much-sec .top-how h2 {
  max-width: 810.5px;
  padding-left: 74px;
}

.how-much-sec .value-section p {
  font-size: 20px;
  max-width: 595px;
}

.how-much-sec .scrap-factors li {
  display: flex;
  align-items: self-start;
  gap: 12px;
  padding-top: 25px;
}

.how-much-sec .check-con {
  max-width: 587px;
}

.how-much-sec .bonus-box {
  margin-top: 27px;
  padding: 16px 39px 20px 20px;
  max-width: 550px;
  border: 1px solid #ed1d244d;
  border-style: dashed;
  border-radius: 8px;
  display: flex;
  gap: 9px;
}

.how-much-sec .bonus-box p {
  font-size: 18px;
  line-height: normal;
}

.how-much-sec .bonus-box span {
  font-size: 20px;
  line-height: normal;
  margin-top: -2px;
}

.how-much-sec .how-anchor a {
  display: flex;
  margin: 0;
  margin-top: 40px;
}

.how-much-sec .image-how-right {
  text-align: right;
}

.how-much-sec .middle-how {
  margin-top: 42px;
}
.check img {
  min-width: 20px;
}
/* How-Much-Section End  */

/* Why Choose-section Start */
.Why-Choose-section {
  background: #31c2e10a;
}

.Why-Choose-section .why-head h2 {
  max-width: 810px;
  margin: auto;
  text-align: center;
}

.Why-Choose-section .why-card {
  border: 1px solid #0404090f;
  border-radius: 25px;
  padding: 54px 50px;
  background: #ffffff;
}

.Why-Choose-section .why-slider {
  margin-top: 36px;
}

.Why-Choose-section .why-card-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Why-Choose-section .why-card-img h5 {
  padding-top: 18px;
  text-align: center;
  font-family: DM sans;
}

.Why-Choose-section .why-con {
  margin-top: 46px;
  padding: 0 !important;
}

.Why-Choose-section .why-content {
  padding-top: 11px;
}

.Why-Choose-section .why-content p {
  max-width: 341px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.Why-Choose-section .slick-initialized .slick-slide {
  padding: 0 15px;
}

.Why-Choose-section .why-card {
  height: 100%;
}

.Why-Choose-section .slick-track {
  display: flex;
}

.slick-track {
  display: flex !important;
}

.Why-Choose-section .slick-slide {
  height: auto;
}

.slick-slide > div {
  height: 100%;
}

.Why-Choose-section .why-second h5 {
  margin-top: 28px;
  padding: 0;
}

.Why-Choose-section .why-third h5 {
  margin-top: 15px;
  padding: 0;
}

.Why-Choose-section .slider-wrapper {
  position: relative;
}

.Why-Choose-section .slider-wrapper .why-arrows img {
  width: 20px;
  height: auto;
}

.Why-Choose-section .slider-wrapper button.disabled {
  border: 0.6px solid rgba(0, 0, 0, 0.3);
}

.Why-Choose-section .slider-wrapper button {
  border: 1px solid #31c2e1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.Why-Choose-section .slider-wrapper .why-arrows button {
  height: 54px;
  width: 54px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
  background-color: transparent;
  padding: 0;
}

.Why-Choose-section .slider-wrapper .why-arrows button.custom-next {
  right: -70px;
  left: auto;
}

.Why-Choose-section .slider-wrapper button.disabled img {
  filter: grayscale(1);
}

.footer-section .top-footer a:hover {
  background-color: #fff;
  color: #000;
}

/* Why Choose-section ENd */

/* FAQ_Section Start  */
/* .faq-sec {
    padding-top: 30px;
} */

.faq-sec .accordion-item {
  border-radius: 10px !important;
  margin-bottom: 25px;
  border: 1px solid #04040912 !important;
}

.faq-sec .accordion-item:first-of-type {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.banner-sec .banner-btm-contact textPath {
  font-weight: 800;
}

.faq-sec .accordion-flush .accordion-item .accordion-button {
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  padding: 25px 40px 21px 37px;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  font-family: "Aktiv Grotesk Corp";
  color: #040409;
}

.faq-sec .fq-lft h2 {
  margin-bottom: 10px;
}

.faq-sec .fq-sb p {
  max-width: 472px;
  line-height: 34px;
  font-weight: 300;
}

.faq-sec .fq-sb .number {
  color: #040409;
  font-weight: 500;
  font-size: 22px;
}

.faq-sec .accordion-body {
  padding: 30px 37px;
  font-size: 19px;
  line-height: 24px;
  padding-top: 0 !important;
}

div#accordionFlushExample {
  position: relative;
  z-index: 999;
}

/* Default collapsed arrow (blue or whatever you want) */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* When accordion is expanded (clicked) */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

/* Arrow always black */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.faq-sec {
  position: relative;
  overflow: hidden;
}

/* Background image behind content */
.faq-sec::after {
  content: "";
  position: absolute;
  left: -50%;
  top: 230px;
  bottom: 0;
  width: 60%;
  /* background-image: url('../Image/Melbourne-image.png'); */
  background-repeat: no-repeat;
  background-position: right bottom;
  /* background-color: red; */
  background-size: contain;
  z-index: 0;
  animation: slideBehind 6s ease-in-out infinite alternate;
  opacity: 0;
}

@keyframes slideBehind {
  0% {
    left: -50%;
    opacity: 30%;
  }

  100% {
    left: 0;

    opacity: 1;
  }
}

/* FAQ_Section End  */

/* Turn Your-Sectoin Start */

.footer-section .top-footer {
  /* background-image: url('../Image/footer.png'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #32c3e2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.footer-section .top-footer h2 {
  max-width: 743px;
  text-align: center;
  color: #ffffff;
}

.footer-section .top-footer p {
  max-width: 839px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  padding-top: 7px;
}

.footer-section .top-footer a {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 42px;
}

/* Turn Your-Sectoin End */

/* Footer-Section Start  */
footer .last-sec {
  background: #040409;
}

footer .last-sec .main-last-sec {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

footer .last-sec .icon-sec {
  display: flex;
  flex-direction: row;
  gap: 27px;
  align-items: center;
  justify-content: flex-start;
}

footer .last-sec .icon-sec i {
  border: 0.8px solid #313131;
  color: #ffffff;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  cursor: pointer;
}

footer .last-sec .last-pera p {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  margin-top: 16px;
}

footer {
  padding-top: 320px;
  padding-bottom: 56px;
}

footer .last-sec .icon-sec a i:hover {
  background: #ffffff;
  color: #040409;
}

.footer-section {
  margin-bottom: -270px;
  position: relative;
}

/* Main Menu */
.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.menu-item {
  position: relative;
}

.menu-item > a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.menu-item > a:hover {
  color: #31c2e1;
}

/* Submenu (Dropdown) */
.sub-menu {
  position: absolute;
  top: 100%;
  left: -63px;
  min-width: 200px;
  background: #fff;
  list-style: none;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  z-index: 10;
}

/* Show dropdown on hover */
.menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Submenu links */
.sub-menu li a {
  display: block;
  padding: 10px 16px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sub-menu li a:hover {
  background: #31c2e1;
  color: #fff;
  padding-left: 22px;
}

/* Contact-Page CSS Start */

/* <!-- Inner-banner-sectoin start --> */
.inner-banner-sec {
  /* background-image: url(../Image/inner-banner-image.png); */
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  padding: 153px 0;
}

.inner-banner-sec .inner-main h1,
.inner-banner-sec .inner-main h2{
  font-weight: 500;
  font-size: 62px;
  line-height: 72px;
  text-align: center;
  max-width: 844px;
  margin: auto;
}

/* <!-- Inner-banner-sectoin End --> */

/* <!-- Information-Section Start --> */

.Information-Sec .info-box-main {
  border: 1px solid #0404091a;
  border-radius: 25px;
  padding: 67px;
  margin-top: -36px;
}

.Information-Sec .info-top {
  text-align: center;
}

.Information-Sec .info-top a {
  font-family: Aktiv Grotesk Corp;
  font-weight: 700;
  font-size: 30px;
  line-height: 28px;
  padding: 23px 57px;
}

.Information-Sec .info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.Information-Sec .info-img-con h6 {
  font-family: Aktiv Grotesk Corp;
  font-weight: 500;
  font-size: 22px;
  line-height: normal;
  text-align: center;
}

.Information-Sec .info-img-con p,
.Information-Sec .info-img-con a {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding-top: 10px;
  color: #040409;
}

.info-box.phone-box {
  position: relative;
}

.Information-Sec .info-box.phone-box:before {
  content: "";
  position: absolute;
  background-color: #0404091a;
  height: 100%;
  width: 1px;
  left: -15px;
}

.Information-Sec .info-box.phone-box:after {
  content: "";
  position: absolute;
  background-color: #0404091a;
  height: 100%;
  width: 1px;
  right: -15px;
}

.Information-Sec {
  position: relative;
}

.Information-Sec::before {
  content: "";
  position: absolute;
  /* background-image: url("../Image/info-image.png"); */
  left: 50px;
  bottom: -119px;
  width: 360px;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

/* <!-- Information-Section ENd --> */

/* Get-Section start */

.Get-Sec {
  padding-top: 0;
}

.Get-Sec .Get-top h2 {
  text-align: center;
}

.Get-Sec .Get-top p {
  max-width: 710px;
  margin: auto;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  padding-top: 18px;
}

.Get-Sec .Get-main {
  max-width: 994px;
  margin: auto;
}

.Get-Sec .form-section {
  padding-top: 44px;
}

.Get-Sec .car-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}

.Get-Sec .form-row input,
.form-row textarea {
  width: 100%;
  padding: 26px 25px;
  border-radius: 8px;
  border: 1px solid #0404091a;
  outline: none;
  font-size: 16px;
  transition: all 0.3s ease;
  height: 100%;
}

.Get-Sec .form-row input:focus,
.form-row textarea:focus {
  border-color: none;
}

.Get-Sec.textarea-row textarea {
  resize: none;
}

.Get-Sec .form-row input::placeholder,
.Get-Sec .form-row textarea::placeholder {
  color: #040409;
  font: 16px;
}

.Get-Sec .how-anchor {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.Get-Sec .how-anchor .cnct-f-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    justify-content: center;
    padding: 16px 33px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    border-radius: 70px;
    transition: 0.2s ease-in-out;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    background: #ed1d24;
    border-radius: 50px;
    color: #ffffff;
    font-size: 16px;
    width: fit-content;
}
.Get-Sec .how-anchor .cnct-f-btn:hover{
    background: #040409;
    color: #FFFFFF;
    transition: 0.2s ease-in-out;
}
span.wpcf7-form-control-wrap {
    width: 100%;
}
span.wpcf7-not-valid-tip {
    display: none;
}

input.wpcf7-form-control.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid red;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: 1px solid red;
}
/* Get-Section end */

/* Map-Section Start  */
.Map-sec .map-main iframe {
  width: 100%;
  border-radius: 25px;
}

.Map-sec {
  position: relative;
  overflow: hidden;
}

.Map-sec::after {
  content: "";
  position: absolute;
  top: 0;
  right: -60%;
  bottom: -30px;
  width: 60%;
  /* background-image: url("../Image/Melbourne-image.png"); */
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  z-index: 0;
  animation: slideFromRight 6s ease-in-out infinite alternate;
  opacity: 0;
}

@keyframes slideFromRight {
  0% {
    right: -60%;
    opacity: 0.3;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

.Map-sec .map-main iframe {
  width: 100%;
  border-radius: 25px;
  height: 500px;
}

.Get-Sec {
  padding-top: 0 !important;
}

/* one time 17-oct */
.one-time {
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.one-time .slick-track {
  display: flex !important;
  align-items: center;
}

.one-time .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.one-time {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
a:visited{
    color: #fff;
}
span.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.cnct-f-btn {
    position: relative;
    padding-right: 50px !important;
}

.Get-Sec .how-anchor {
    position: relative;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
}

.Get-Sec .how-anchor:before {
    content: "";
    position: absolute;
    background-image: url("https://sagmeticinfotech.com/wp/2025/dyg/wp-content/uploads/2025/10/Vector.svg");
    width: 10px;
    height: 10px;
    right: 29px;
    top: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
    transform: translateY(-50%);
}
.error404 footer,
.search footer{
    padding-top: 100px;
}