/* Font Families */
.livvic-thin {
  font-family: "Livvic", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.livvic-extralight {
  font-family: "Livvic", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.livvic-light {
  font-family: "Livvic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.livvic-regular {
  font-family: "Livvic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.livvic-medium {
  font-family: "Livvic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.livvic-semibold {
  font-family: "Livvic", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.livvic-bold {
  font-family: "Livvic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.livvic-black {
  font-family: "Livvic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.livvic-thin-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.livvic-extralight-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.livvic-light-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.livvic-regular-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.livvic-medium-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.livvic-semibold-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.livvic-bold-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.livvic-black-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.cinzel-thin {
  font-family: "Cinzel", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.cinzel-extralight {
  font-family: "Cinzel", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.cinzel-light {
  font-family: "Cinzel", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.cinzel-regular {
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cinzel-medium {
  font-family: "Cinzel", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.cinzel-semibold {
  font-family: "Cinzel", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.cinzel-bold {
  font-family: "Cinzel", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.cinzel-black {
  font-family: "Cinzel", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.cinzel-thin-italic {
  font-family: "Cinzel", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.cinzel-extralight-italic {
  font-family: "Cinzel", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.cinzel-light-italic {
  font-family: "Cinzel", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.cinzel-regular-italic {
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.cinzel-medium-italic {
  font-family: "Cinzel", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.cinzel-semibold-italic {
  font-family: "Cinzel", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.cinzel-bold-italic {
  font-family: "Cinzel", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.cinzel-black-italic {
  font-family: "Cinzel", sans-serif;
  font-weight: 900;
  font-style: italic;
}
/* Font Family End */

:root {
  --primary: #fe971d;
  --white: rgb(239, 239, 239);
  --lite-black: rgb(48, 48, 48);
}

.container {
  max-width: 1200px; /* Set your desired max width */
  margin: 0 auto; /* Center the container horizontally */
}

.navbar {
  background-color: #f8f9fa;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 360px;
}

.navbar-brand {
  flex-grow: 1;
}

.logo img {
  height: 58px; /* Adjust height as needed */
}

.phone-call {
  flex-grow: 1;
  text-align: right;
}

.phone-btn {
  padding: 10px 20px;
  background-color: var(--primary);
  color: #fff;
  border: none;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
}

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    /* bottom, image */
     url("./bg.webp");
    
      /*url("https://cdn-ilacbfd.nitrocdn.com/tGLCeHChyCbBLLInYoqyVTgbtQztcPeZ/assets/images/optimized/rev-695f7fc/paramoksha.com/wp-content/uploads/2023/08/Untitled-1600-%C3%97-600-px-2.jpg"); /* Add your background image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 70px 20px;
}

.hero-content {
  max-width: 100%;
}

.hero h1 {
  font-size: 25px;
  line-height: 30px;
  color: var(--primary);

  margin-bottom: 20px;
}

.subheading {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  color: var(--white);
}

.actions-subheading {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

.action-list h3 {
  font-size: 20px;
  line-height: 24px;
}
.action-list div {
  flex: 1;
  min-width: 210px;
}
.action-list p {
  font-size: 16px;
  line-height: 24px;
}
.service-heading {
  font-size: 20px;
  line-height: 20px;
}

.services-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.services-list li {
  font-size: 16px;
  color: var(--white);
  line-height: 24px;
  font-family: "Livvic", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  gap: 8px;
  align-items: center;
}

.cta-btn {
  padding: 10px 30px;
  background-color: var(--primary);
  color: #000;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
}
.cta-btn a {
  text-decoration: none;
  color: #000;
}

.cta-btn:hover {
  background-color: var(--primary);
  color: #333;
}

.info-section {
  padding: 50px 20px;
}
.info-section h2 {
  margin: auto;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 25px;
  text-align: left;
}
.info-section p {
  color: var(--lite-black);
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.color-p {
  color: var(--primary);
  font-size: 54px;
  padding: 25px 5px;
}
.testimonials {
  padding: 100px 0;
  color: #434343;
  text-align: center;
}

.testimonial .name {
  font-size: 18px;
  line-height: 18px;
}
.testimonial p {
  font-size: 17px;
  line-height: 26px;
}

.testimonial-inner {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}

.border {
  width: 160px;
  height: 5px;
  background: #6ab04c;
  margin: 26px auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col {
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  padding: 15px;
}

.testimonial {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.testimonial:hover {
  box-shadow: 0px 9px 28px -3px rgba(0, 0, 0, 0.1);
}
.testimonial img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.other-list a {
  font-family: "Helvetica";
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}
.other-list h3 > a {
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  font-family: "Cinzel", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
}

.name {
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}

.stars {
  color: #f0932b;
  margin-bottom: 20px;
}

.faq-heading {
  -webkit-transition: text-indent 0.2s;
  /* text-indent: 20px; */
  color: #333;
  padding-top: 26px;
  padding-bottom: 16px;
  padding-right: 40px;
  padding-left: 20px;
  background-color: #f7f9fb;
  font-size: 16px;
  line-height: 24px;
  font-family: "Livvic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.faq-text {
  font-weight: 400;
  color: rgb(34, 34, 34);
  width: 95%;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Livvic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.faq {
  margin: 0 auto;
  background: white;
  position: relative;
}
.faq label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 56px;
  padding-top: 1px;
  margin-bottom: 5px;
}

.faq input[type="checkbox"] {
  display: none;
}

.faq .faq-arrow {
  width: 10px;
  height: 10px;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  border-top: 2px solid rgba(0, 0, 0, 0.33);
  border-right: 2px solid rgba(0, 0, 0, 0.33);
  float: right;
  position: relative;
  top: -65px;
  right: 27px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq input[type="checkbox"]:checked + label > .faq-arrow {
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq input[type="checkbox"]:first-child:checked + label {
  display: block;
  background: rgba(255, 255, 255, 255) !important;
  color: #4f7351;
  height: 400px;
  transition: height 0.4s;
  -webkit-transition-timing-function: ease-in-out;
}

.faq input[type="checkbox"]:checked + label {
  display: block;
  background: rgba(255, 255, 255, 255) !important;
  color: #4f7351;
  height: 300px;
  transition: height 0.4s;
  -webkit-transition-timing-function: ease-in-out;
}

.faq input[type="checkbox"]:not(:checked) + label {
  display: block;
  transition: height 0.4s;
  height: 120px;
  -webkit-transition-timing-function: ease-in-out;
}

footer {
  background-color: #efefef;
  color: rgb(48, 48, 48);
  padding: 50px 20px;

  text-align: center;
  box-shadow: 0px -6px 15px -3px rgba(0, 0, 0, 0.1);
  margin-top: 100px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  flex-wrap: wrap;
}
.footer-content p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Livvic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer-content p:first-child {
  color: var(--primary);
  font-size: 24px;
  line-height: 24px;
  font-family: "Cinzel", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.footer-contact i {
  color: var(--primary);
  margin-right: 10px;
}
.footer-about-us {
  flex: 1;
  text-align: left;
}

.footer-contact a {
  text-decoration: none;
  color: rgb(48, 48, 48);
  font-size: 16px;
  line-height: 24px;
}
.footer-contact {
  text-align: left;
}

/* Styling for font awesome icons */
.fa {
  margin-right: 5px;
}

@media screen and (max-width: 960px) {
  .col {
    flex: 100%;
    max-width: 80%;
  }
}
/* Media Query for Tablet/Desktop */
@media (min-width: 768px) {
  .container {
    max-width: 960px; /* Adjust max width for larger screens */
  }
  .info-section h2 {
    width: 70%;
  }

  .navbar {
    padding: 5px 10px;
  }

  .phone-call {
    order: 2;
  }

  .faq input[type="checkbox"]:first-child:checked + label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: 300px;
    transition: height 0.4s;
    -webkit-transition-timing-function: ease-in-out;
  }

  .faq input[type="checkbox"]:checked + label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: 180px;
    transition: height 0.4s;
    -webkit-transition-timing-function: ease-in-out;
  }

  .faq input[type="checkbox"]:not(:checked) + label {
    display: block;
    transition: height 0.4s;
    height: 60px;
    -webkit-transition-timing-function: ease-in-out;
  }

  .faq-heading {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 0;
    padding-left: 20px;
  }
  .faq .faq-arrow {
    top: -50px;
  }
}

/* Media Query for Desktops/Laptops */
@media (min-width: 1024px) {
  .container {
    max-width: 1140px; /* Adjust max width for even larger screens */
  }
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Cinzel', serif; /* Applying Cinzel font */
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(#EFEFEF, #DADADA); /* Adding gradient background */
  padding: 10px;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-top-left-radius: 20px; /* Curved top-left corner */
  border-top-right-radius: 20px; /* Curved top-right corner */
}

.assistance {
  font-size: 18px;
  font-weight: bold; /* Making the text bold */
  margin-bottom: 5px;
}

.call-btn {
  width: calc(100% - 20px);
  max-width: 400px;
  margin: 0 auto 5px; /* Increase button bottom margin */
  background-color: #FE971E; /* Changing button color */
  color: black; /* Changing button text color to black */
  border: none;
  padding: 10px;
  border-radius: 10px; /* Applying border radius to button */
  font-size: 16px;
  font-weight: bold; /* Making the button text bold */
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Adding box-shadow */
}

.call-btn:hover {
  background-color: #d17e0d; /* Darker shade on hover */
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Initial box-shadow */
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); /* Box-shadow at 50% of animation */
  }
  100% {
    transform: scale(1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Box-shadow at end of animation */
  }
}

.call-btn {
  /* Your existing styles */
  display: inline-block; /* Ensure the anchor behaves as a block element */
  animation: pulse 2s infinite; /* Applying the pulsating animation to the button text */
  text-decoration: none; /* Remove underline */
}

.btn-text {
  display: inline-block;
}


