/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/styles.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');

:root {
  --font-mono: 'Roboto Mono', monospace;
  --primary-color: #0065b8;
  --primary-light-color: #408bca;
  --primary-light-background-color: #F0F9FF;
  --primary-dark-background-color: #f0eff0;
  --terinary-color: #033344;
  --primary-light-title-color: #2bb8e3;
  --primary-light-contact-form-color:#9DD3FE;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  font-size: 18px;
  line-height: 32px;

  -webkit-font-smoothing: antialiased;
}

html,
body,
#app {
  height: 100%;
}

body {
  font-family: 'Nunito Sans';
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}
.container {
  margin-top: 70px;
  width: 100%;
}
.colouredSubHeading {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 100%;
}

.mainHeading {
  color: #414141;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}

.coloured-span {
  background: linear-gradient(to right, #0065b8, #2bb8e3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  white-space: nowrap; 
  font-weight: 800;
}
.pageDescription {
  font-size: 20px;
  color: #202020;
  margin-bottom: 15px;
  line-height: 120%;
  font-weight: 400;
}
.btnForPage {
  width: 50%;
  text-align: center;
  background-color: var(--primary-color);
  color: azure;
  padding: 12px 56px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.btnForPage:hover {
  transform: translateY(-5px);
}
.Card_Heading_Large {
  font-size: 32px;
  font-weight: 700;
}
.Card_Heading_Small{
  font-weight: 700;
  font-size: 24px;
  color: #202020;
}
.Card_Description_Small {
  font-size: 16px;
  color: #6a696a;
  font-weight: 400;
  line-height: 100%;
}


@media only screen and (max-width: 1280px) and (min-width: 900px) {
  .mainHeading {
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: 1px;
  }
  .pageDescription{
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1px;
  }
  .btnForPage {
    padding: 10px 46px;
    font-size: 16px;
    width: 60%;
  }
  .Card_Heading_Large {
    font-size: 28px;
    font-weight: 700;
  }
  .Card_Heading_Small{
    font-weight: 700;
    font-size: 20px;
    color: #202020;
  }
  .Card_Description_Small {
    font-size: 12px;
    color: #6a696a;
    font-weight: 400;
    line-height: 100%;
  }
  }
  
  @media only screen and (max-width: 899px) and (min-width: 600px) {  
    .mainHeading {
      font-size: 30px;
      line-height: 1;
      letter-spacing: 1px;
    }
    .pageDescription{
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    }
    .btnForPage {
      padding: 10px 46px;
      font-size: 14px;
      width: 35%;
    }
    .Card_Heading_Large {
      font-size: 24px;
      font-weight: 700;
    }
    .Card_Heading_Small{
      font-weight: 700;
      font-size: 16px;
      color: #202020;
    }
    .Card_Description_Small {
      font-size: 10px;
      color: #6a696a;
      font-weight: 400;
      line-height: 100%;
      text-align: center;
    }
  }
  
  @media (max-width: 599px) {
    .mainHeading {
      font-size: 24px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 1px;
    }
    .pageDescription{
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    letter-spacing: 1.2px;
    }
    .btnForPage {
      padding: 8px 20px;
      font-size: 16px;
      font-weight: 400;
      width: 50%;
    }
    .coloured-span{
      font-weight: 600;
    }
    .colouredSubHeading{
      font-weight: 400;
      font-size: 16px;
    }
    .Card_Heading_Large {
      font-size: 24px;
      font-weight: 700;
    }
    .Card_Heading_Small{
      font-weight: 700;
      font-size: 22px;
      color: #202020;
    }
    .Card_Description_Small {
      font-size: 16px;
      color: #6a696a;
      font-weight: 400;
      line-height: 100%;
    }
  }
  

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/Component/Home/Home.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.home {
  width: 100vw;
  scroll-margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}

.leftHome,
.rightHome {
  display: flex;
  justify-content: center;
}

.leftHome {
  background: linear-gradient(to bottom, #d7f7ff, white);
  flex-direction: column;
  width: 55%;
  padding: 20px 70px;
  padding-left: 150px;
}

.leftHomeOuterDiv {
  width: 100%;
}

.rightHome {
  display: flex;
  width: 45%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rightHome img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1280px) and (min-width: 900px) {
  .leftHome {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 899px) and (min-width: 600px) {
  .home{
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .leftHome{
    width: 100%;
    padding: 40px;
  }
  .leftHomeOuterDiv{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .pageDescription{
    text-align: center;
  }
  .rightHome{
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .home{
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .leftHome{
    width: 100%;
    padding: 25px;
  }
  .leftHomeOuterDiv{
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
    align-items: flex-start;
  }
  .rightHome{
    width: 100%;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/Component/Process/Process.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.process {
  min-height: 100vh;
  scroll-margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 150px;
}

.firstProcessDiv {
  text-align: center;
  width: 80%;
  max-width: 600px;
  margin: 20px 0px;
}

.secondProcessDiv {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0px;
}

.processCardDiv {
  width: 30%;
  border-radius: 16px;
  display: flex;
  gap: 14px;
  flex-direction: column;
  align-items: start;
  padding: 15px 30px;
  background-color: #fff;
  transition: background 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.processCardsubDivNumber {
  font-size: 48px;
  font-weight: 400;
  color: var(--primary-light-title-color);
  margin-bottom: 20px;
}

.thirdProcessDiv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin-top: 30px;
}
.thirdProcessDivSubTwoDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.thirdProcessDivSubTwoDiv img {
  width: 100%;
  border-radius: 5px;
}

@media only screen and (max-width: 1280px) and (min-width: 900px) {
  .process {
    padding: 20px 40px;
  }
  .firstProcessDiv {
    width: 90%;
  }

  .secondProcessDiv {
    flex-wrap: wrap;
  }

  .processCardDiv {
    width: 45%;
  }

  .thirdProcessDiv {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .thirdProcessDivSubTwoDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 899px) and (min-width: 600px) {
  .process {
    padding: 20px 35px;
  }
  .firstProcessDiv {
    width: 90%;
  }

  .secondProcessDiv {
    flex-wrap: wrap;
  }

  .processCardDiv {
    width: 45%;
  }

  .thirdProcessDiv {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .thirdProcessDivSubTwoDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 599px) {
  .process {
    padding: 20px 25px;
  }
  .firstProcessDiv {
    width: 90%;
  }

  .secondProcessDiv {
    flex-wrap: wrap;
  }

  .processCardDiv {
    width: 90%;
    align-items: flex-start;
    gap: 24px;
  }

  .thirdProcessDiv {
    grid-template-columns: 1fr;
  }

  .thirdProcessDivSubTwoDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/Component/Testimonials/Testimonials.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
.testimonials {
  scroll-margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 150px;
}

.testimonialsFirstDiv {
  width: 70%;
  text-align: center;
  margin: 50px 0px;
}

.testimonialsSecondDiv {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
}

.testimonialsCardDiv {
  width: 30%;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 24px 32px;
  color: #868487;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.testimonialsCardDivStatement {
  font-weight: 400;
  font-size: 20px;
  color: #202020;
}

.testimonialCardProfileDiv {
  margin-top: 15px;
}

@media only screen and (max-width: 1280px) and (min-width: 900px) {
  .testimonials {
    padding: 20px 40px;
  }
  .testimonialsFirstDiv {
    width: 70%;
  }
  .testimonialsCardDiv {
    width: 40%;
  }
}
@media only screen and (max-width: 899px) and (min-width: 600px) {
  .testimonials {
    padding: 20px 35px;
  }
  .testimonialsFirstDiv {
    width: 80%;
  }
  .testimonialsCardDiv {
    width: 45%;
    padding: 15px;
  }
}

@media only screen and (max-width: 599px) {
  .testimonials {
    padding: 20px 25px;
  }
  .testimonialsFirstDiv {
    width: 90%;
  }
  .testimonialsSecondDiv {
    flex-direction: column;
    align-items: center;
  }
  .testimonialsCardDiv {
    width: 90%;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/Component/Services/Services.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
.services-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 80px 150px;
  margin: auto;
  gap: 24px;
  position: relative;
  background-image: url('/api/media/file/backgroundServices.png');
}

.services-left {
  flex: 1;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  width: 50%;
}

.services-right {
  flex: 1.5;
  max-height: 500px;
  overflow-y: auto;
}
.services-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-card {
  display: flex;
  align-items: center;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  background-color: white;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-info {
  flex: 1;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media only screen and (max-width: 1280px) and (min-width: 900px) {
  .services-section {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 899px) and (min-width: 600px) {
  .services-section {
    padding: 80px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .services-left {
    position: relative;
    text-align: center;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: auto;
    margin: auto;
  }

  .services-right {
    max-height: none;
    overflow: visible;
    padding: 0px;
  }

  .service-card {
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (max-width: 599px) {
  .services-section {
    padding: 80px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .services-left {
    position: relative;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    top: auto;
    margin: auto;
  }

  .services-right {
    max-height: none;
    overflow: visible;
    padding: 0px;
  }

  .service-card {
    flex-direction: column;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/Component/About/About.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.about-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 150px;
  margin: auto;
  gap: 40px;
  scroll-margin-top: 70px;
}

.about-images {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.small-images {
  display: flex;
  gap: 15px;
}

.about-img {
  width: 48%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.main-img {
  width: 100%;
  height: auto;
  max-height: 300px;
}

.about-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 56px;
  min-height: 100%;
}

.about-grid {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.about-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media only screen and (max-width: 1280px) and (min-width: 900px) {
  .about-us {
    flex-direction: column;
    text-align: center;
    padding: 80px 40px;
  }

  .small-images {
    justify-content: center;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 899px) and (min-width: 600px) {
  .about-us {
    flex-direction: column;
    text-align: center;
    padding: 80px 35px;
  }

  .small-images {
    justify-content: center;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 599px) {
  .about-us {
    flex-direction: column;
    padding: 80px 25px;
  }

  .small-images {
    justify-content: center;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/Component/Footer/Footer.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.footer {
  background-color: var(--terinary-color);
  color: white;
  padding: 80px 150px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footerFirstDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
}

.footerTitle {
  color: var(--primary-light-title-color);
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 100%;
}

.footerMainHeading {
  font-size: 40px;
  line-height: 100%;
  font-weight: 800;
  margin: 8px 0px;
}

.footerDescription {
  font-size: 20px;
  font-weight: 400;
  width: 60%;
  margin: 5px auto;
  padding: 0px 40px;
  line-height: 130%;
}

.footerBtn {
  margin: 20px 0px;
  padding: 12px 56px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

.footerTrademark {
  font-size: 14px;
  margin-top: 10px;
  color: rgb(174, 173, 173);
}

.footerSecondDiv {
  width: 90%;
  border-top: 1px solid rgb(55, 67, 86);
  margin: 20px 0px;
}

.footerThirdDiv {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
}

.footerLogoDiv {
  flex: 1;
  text-align: left;
}

.footerLogoDiv img {
  max-width: 150px;
}

.footerListDiv {
  flex: 1;
  display: flex;
  justify-content: center;
  font-size: 16px;
}

.footerListDiv ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}

.footerMediaDiv {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.footerMediaDiv ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}
.footerMediaDivList {
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 12px 12px;
  border: 0.5px solid rgb(168, 168, 168);
  border-radius: 100%;
}

@media only screen and (max-width: 1280px) and (min-width: 900px) {
  .footer {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 899px) and (min-width: 600px) {
  .footer {
    padding: 80px 35px;
  }
  .footerDescription {
    width: 80%;
    padding: 0 20px;
  }

  .footerThirdDiv {
    flex-direction: column;
    text-align: center;
  }

  .footerLogoDiv,
  .footerListDiv,
  .footerMediaDiv {
    justify-content: center;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 599px) {
  .footer {
    padding: 60px 25px;
  }
  .footerTitle{
    font-size: 14px;
    font-weight: 700;
  }
  .footerMainHeading{
    font-size: 20px;
  }
  .footerDescription {
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
  }

  .footerThirdDiv {
    flex-direction: column;
    text-align: center;
  }

  .footerLogoDiv,
  .footerListDiv,
  .footerMediaDiv {
    justify-content: center;
    margin: 10px 0;
  }
  .footerListDiv ul {
    flex-direction: row;
    gap: 20px;
    font-weight: 500;
    font-size: 14px;
  }
  .footerMediaDiv ul {
    gap: 15px;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/Component/Pricing/Pricing.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.pricing {
  scroll-margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 150px;
}

.pricingFirstDiv {
  width: 85%;
  text-align: center;
  margin: 50px 0px;
}

.pricingSecondDiv {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0px;
}

.pricingCardDiv {
  width: 28%;
  border-radius: 16px;
  background-color: var(--primary-light-background-color);
  padding: 20px 45px;
  color: #868487;
  font-size: medium;
  transition: transform 0.3s ease-in-out;
}

.pricingCardInnerDiv{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}

.priceMonthDiv {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
}

.priceMonthDiv > p {
  font-size: 40px;
  font-weight: 800;
  color: #202020;
}

.priceMonthDiv > span {
  color: #202020;
}

.pricingCardDivUl {
  padding-left: 10px;
  list-style: none;
}
.pricingCardDivUl>li{
  display: flex;
}
.pricingCardDivUl > li > span{
  display: flex;
  align-items: center;

}


.plan-btn {
  width: 80%;
  text-align: center;
  color: black;
  border: 1px solid rgb(188, 187, 187);
  background-color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
}

.plan-btn:hover {
  transform: translateY(-5px);
  color: white;
  border: none;
  background-color: var(--primary-color);
}


@media only screen and (max-width: 1280px) and (min-width: 900px) {
  .pricing{
    padding: 20px 40px;
  }
  .pricingCardDiv {
    width: 40%;
    height: auto;
    padding: 20px 30px;
  }
    
}
@media only screen and (max-width: 899px) and (min-width: 600px) {
  .pricing{
    padding: 20px 35px;
  }
  .pricingFirstDiv {
    width: 90%;
  }
  .pricingSecondDiv {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0px;
  }
  .pricingCardDiv {
    width: 40%;
    height: auto;
    padding: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .pricing{
    padding: 20px 25px;
  }
  .pricingFirstDiv {
    width: 90%;
  }
  .pricingSecondDiv {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0px;
  }
  .pricingCardDiv {
    width: 90%;
    padding: 15px;
    height: auto;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/Component/Feature/Feature.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.features {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 150px;
}
.feature-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: auto;
  scroll-margin-top: 70px;
}

.feature-card {
  display: flex;
  flex-direction: column; /* Keeps content stacked */
  gap: 20px; /* Adds space between elements */
  padding: 24px 32px;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1280px) and (min-width: 900px) {
  .features {
    padding: 20px 40px;
  }
  .feature-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 899px) and (min-width: 600px) {
  .features {
    padding: 20px 35px;
  }
  .feature-section {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 599px) {
  .features {
    padding: 20px 25px;
  }
  .feature-section {
    grid-template-columns: 1fr;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/Component/Contact/Contact.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.contact-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 150px;
  background-color: var(--primary-light-background-color);
  scroll-margin-top: 70px;
}

.contact-container {
  display: flex;
  width: 80%;
  background-color: var(--primary-light-contact-form-color);
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.contact_Form_Left {
  width: 40%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: var(--primary-light-contact-form-color);
  display: flex;
  align-items: center;
}
.contact_Form_Right {
  width: 60%;
  border-radius: 15px;
  background-color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.contact-info {
  flex: 1;
}

.contact-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 80%;
  padding: 15px;
  transition:
    transform 1s ease-in-out,
    opacity 1s ease-in-out;
}
.slide-out {
  transform: translateX(120%);
  opacity: 0;
}

.success-animation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 80%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.show-success {
  opacity: 1;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

.form-group input,
.form-group textarea {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  resize: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--primary-light-color);
  outline: none;
}

.contact-button {
  background-color: var(--primary-color);
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-button:hover {
  background-color: var(--primary-light-color);
}

@media only screen and (max-width: 1280px) and (min-width: 900px) {
  .contact-section {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 899px) and (min-width: 600px) {
  .contact-section {
    padding: 80px 35px;
  }
  .contact-container {
    flex-direction: column;
    align-items: center;
    padding: 30px;
    gap: 30px;
    width: 80%;
  }
  .contact_Form_Left {
    width: 90%;
  }
  .contact_Form_Left img {
    width: 100%;
  }
  .contact_Form_Right {
    width: 90%;
  }
  .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-form {
    width: 90%;
  }
}

@media only screen and (max-width: 599px) {
  .contact-section {
    padding: 50px 25px;
  }
  .contact-container {
    flex-direction: column;
    align-items: center;
    padding: 10px;
    gap: 30px;
    width: 95%;
  }
  .contact_Form_Left {
    width: 98%;
  }
  .contact_Form_Left img {
    width: 100%;
  }
  .contact_Form_Right {
    width: 98%;
  }
  .contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .contact-form {
    width: 95%;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/Component/Loader/Loader.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.bouncing-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }
  
  .bouncing-loader > div {
    width: 20px;
    height: 20px;
    margin: 0px 5px;
    border-radius: 50%;
    background-color: #a3a1a1;
    opacity: 1;
    animation: bouncing-loader 0.6s infinite alternate;
  }
  @keyframes bouncing-loader {
    to {
      opacity: 0.1;
      transform: translateY(-16px);
    }
  }
  
  .bouncing-loader > div:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  .bouncing-loader > div:nth-child(3) {
    animation-delay: 0.4s;
  }
