:root {
  --primary: #ffc444;
  --text-color: #5d636a;
  --dark-text-color: #0f0e0e;
  --section-padding-top: 4.1875rem;
  --section-padding-bottom: 5rem;
  --dark-bg: #292930;
  --card-on-darkBg: #33333a;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

html,
body {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 1.5;
}

ul:not(.default) {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
}

p:last-child {
  margin-bottom: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 3px 0;
  z-index: 100;
}

.logo > a {
  display: inline-block;
}

.logo > a > img {
  width: 100%;
  max-width: 11.25rem;
}

.get-proposal-btn {
  cursor: pointer;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu > ul {
  display: flex;
  align-items: center;
}

.menu > ul.left-menu {
  padding-left: 1.25rem;
  gap: .8rem;
}

.menu > ul.left-menu > li > a {
  display: inline-block;
  font-weight: 600;
  color: var(--dark-text-color);
  padding: 1.75rem 0;
  text-align: left;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
}

.menu > ul.left-menu > li > a:hover {
  color: var(--primary);
}

.menu > ul.left-menu > li.hasDropDown > a::after {
  content: "\f107";
  display: inline-block;
  transform: translateY(1px);
  font-size: 0.875rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-inline-start: 0.3125rem;
}

.menu > ul.left-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: url(../images/menu/line.svg) no-repeat center center;
  background-size: contain;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.menu > ul.left-menu > li.hasDropDown > a::before {
  width: calc(100% - 0.7rem);
}

.menu > ul.left-menu > li.hasDropDownindustry > a::before {
  width: calc(100% - 0.7rem);
}

.menu > ul.left-menu > li:hover > a::before,
.menu > ul.left-menu > li > a.active {
  opacity: 1;
  visibility: visible;
}

.menu > ul.right-menu {
  gap: 0.9375rem;
}

.menu > ul.right-menu > li > a {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  text-decoration: none;
  color: var(--dark-text-color);
}

.menu > ul.right-menu > li > a > i {
  color: var(--primary);
}

.menu > ul.right-menu > li.button-li {
  padding-left: 1.0625;
}

.menu > ul.right-menu > li.button-li > a {
  background: var(--primary);
  padding: 0 1.5625rem;
  height: 3.125rem;
  font-weight: 600;
  border-radius: 50px;
}

.dropDownMenu {
  position: absolute;
  top: 86%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  max-width: 78.125rem;
  border: 0;
  padding: 2rem;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 1.25rem 30px rgba(3, 4, 28, 0.1);
  background: #fff;
  /*opacity: 0;
  transition: none;*/
  z-index: 9;
  display: none;
}

.hasDropDown:hover .dropDownMenu {
    display: block;
}

/*.header:has(.hasDropDown:not(:hover)) {
  overflow: hidden;
}

.menu > ul.left-menu > li.hasDropDown:hover .dropDownMenu {
    opacity: 1;
    transition: opacity 0.3s;
    z-index: 2;
}*/


.dropDownMenu .single-menu-link > a {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  text-decoration: none;
  color: var(--dark-text-color);
}

.dropDownMenu .single-menu-link > a > img {
  width: 3.4375rem;
  border-radius: 50%;
  background: #000;
  padding: 0.625rem;
}

.single-menu-link .menu-linkDetail {
  flex-grow: 1;
}

.single-menu-link .menu-linkDetail > h3 {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 700;
  transition: color 0.3s;
text-transform: capitalize;
}

.single-menu-link:hover .menu-linkDetail > h3 {
  color: var(--primary);
}

.single-menu-link .menu-linkDetail > p {
  font-size: 0.83984375rem;
  margin-top: 0.375rem;
  line-height: 1.2;
  width: 70%;
  font-weight: 500;
}

.menu-heading-line {
  display: flex;
  margin: 2rem 0;
  align-items: center;
  gap: 2rem;
}

.menu-heading-line > * {
  margin: 0;
}

.menu-heading-line > h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark-text-color);
}

.menu-heading-line > hr {
  flex-grow: 1;
}

/* link-animation  */

.link-animation {
  overflow: hidden;
  position: relative;
}

.link-animation span {
  transition: opacity 0.6s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.link-animation > span {
  display: inline-block;
}

.link-animation > span > span:nth-child(2) {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 80%);
  opacity: 0;
}

.link-animation:hover > span > span:first-child {
  opacity: 0;
}

.link-animation:hover > span > span:nth-child(2) {
  transform: translate(-50%, 100%);
  opacity: 1;
}

.link-animation:hover > span {
  transform: translateY(-150%);
}

.home-banner {
  position: relative;
  display: flex;
  height: calc(100vh + var(--section-padding-bottom) + 1rem);
  overflow: hidden;
  padding-bottom: var(--section-padding-bottom);
}

.home-banner > .container {
  margin: auto;
}

.full-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.full-video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000b8;
}

.full-video-container > video {
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  width: auto;
}

.home-banner-heading {
  color: #fff;
}

.home-banner-heading > h1,
.inner-banner-heading > h1 {
  position: relative;
  font-size: 3.4375rem;
  text-transform: capitalize;
  margin-bottom: 1.5625rem;
  font-weight: 700;
  line-height: 1.4;
}

.home-banner-heading > h1 span {
  position: relative;
  display: inline-block;
  transition: width 0.4s;
}

.home-banner-heading > h1 span img {
  content: "";
  position: absolute;
  width: 0%;
  bottom: 0;
  left: 0;
  transform: translate(0%, 50%);
  transition: width 0.1s ease-in-out;
  max-width: 100%;
}

.home-banner-heading > p {
  font-size: 1.375rem;
}

.inner-banner-heading > p {
  font-size: 1.0625rem;
  max-width: 25.625rem;
}

.inner-banner-heading > p.max-640 {
  max-width: 40rem;
}

.inner-banner {
  background: var(--primary);
  color: var(--dark-text-color);
  height: 50vh;
  min-height: 28.66666666666667rem;
  max-height: 32.125rem;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

.inner-banner > .container {
  margin: auto;
}

.services-banner {
  height: 80vh;
  min-height: 36.875rem;
  max-height: 39.6875rem;
}

.service-banner-video {
  position: relative;
  margin-right: 1rem;
  z-index: 1;
}

.service-banner-video:before,
.service-banner-video:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 1rem;
  left: 0.625rem;
  width: 50%;
  top: 80%;
  max-width: 18.75rem;
  background: transparent;
  -webkit-box-shadow: 0 1.25rem 0.6875rem rgba(40, 40, 40, 0.7);
  -moz-box-shadow: 0 1.25rem 0.6875rem rgba(40, 40, 40, 0.7);
  box-shadow: 0 1.25rem 0.6875rem rgba(40, 40, 40, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  opacity: 0;
  transition: all 0.3s;
}

.service-banner-video:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 0.625rem;
  left: auto;
}

.service-banner-video.loaded:before,
.service-banner-video.loaded:after {
  opacity: 1;
}

.breadcrum-ul {
  position: absolute;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 600;
  bottom: 2rem;
}

.breadcrum-ul > li,
.breadcrum-ul > li > a {
  color: #000;
  text-decoration: none;
}

.breadcrum-ul > li > i {
  font-size: 70%;
}

.banner-form {
  position: relative;
  display: flex;
  background: #fff;
  padding: 0.1875rem;
  border-radius: 50px;
  border: 1px solid rgba(15, 14, 14, 0.1);
  max-width: 34.875rem;
  margin-top: 1.875rem;
}

.banner-form::before {
  content: "";
  position: absolute;
  top: 1.125rem;
  width: 1.25rem;
  height: 1.25rem;
  left: 1.25rem;
  background: url("https://whimsitoons.com/frontend/assets/images/pencil-01.svg")
    no-repeat center center;
  background-size: contain;
}

.banner-form > input {
  background: transparent;
  padding: 0.625rem 0.9375rem 0.625rem 3.4375rem;
  flex-grow: 1;
}

.banner-form > input,
.banner-form > button {
  border: 0;
  height: 3.125rem;
  outline: 0;
}

.banner-form > button {
  display: inline-flex;
  align-items: center;
  background: var(--primary);
  border-radius: 50px;
  font-weight: 600;
  padding: 0 2.1875rem;
  gap: 0.625rem;
  white-space: nowrap;
}

.center-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-video {
  position: relative;
  padding: 1rem 1rem 1rem 0;
  display: flex;
  z-index: 1;
}

.banner-video > video {
  width: 100%;
  border-radius: 1rem;
}

.banner-backgroundContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 0.9375rem;
  overflow: hidden;
  z-index: -1;
}

.banner-backgroundContainer:before {
  content: "";
  position: absolute;
  right: -40%;
  top: 0;
  width: 110%;
  height: 100%;
  background: #ffc444;
  border-radius: 0.9375rem;
  transform: skew(-30deg);
}

.section-padding {
  padding: var(--section-padding-top) 0 var(--section-padding-bottom);
}

.section-heading > h2 {
  font-size: 3.3125rem;
  font-weight: 700;
  color: var(--dark-text-color);
  margin-bottom: 1rem;
}

.section-heading > h2:last-child {
  margin-bottom: 0;
}

.section-heading > p {
  font-size: 1.0625rem;
}

.section-heading.text-center {
  margin-bottom: 1.875rem;
}

.services-section,
.white-toTop,
.cta-section {
  position: relative;
  z-index: 1;
}

.services-section {
  color: #fff;
}

.services-section::before,
.cta-section::before {
  content: "";
  position: absolute;
  width: 95%;
  left: 0%;
  top: 0%;
  border-radius: 0 2.1875rem 2.1875rem 0;
  z-index: -1;
}

.services-section::before {
  background: var(--dark-bg);
  height: 100%;
}

.cta-section::before {
  background: var(--primary);
  height: calc(100% - var(--section-padding-bottom));
}

.white-toTop::after {
  content: "";
  position: absolute;
  height: calc(100% + var(--section-padding-bottom));
  background: #fff;
  width: 95%;
  right: 0%;
  bottom: 0%;
  border-radius: 2.1875rem 0 2.1875rem;
  z-index: -2;
  box-shadow: 1px -0.4375rem 1.3125rem -0.6875rem #ddd;
}

a.single-service {
  display: inline-flex;
  flex-direction: column;
  padding: 1.5625rem;
  background-color: var(--card-on-darkBg);
  color: #fff;
  border-radius: 0.75rem;
  border: 1px dashed rgba(255, 255, 255, 0.06);
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

a.single-service:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.single-service > img {
  max-width: 5.1875rem;
  margin-bottom: 1.5625rem;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.single-service:hover > img {
  transform: scaleX(-1);
}

.single-service > h3 {
  font-size: 1.375rem;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.single-service > p {
  font-size: 1.0625rem;
}

.single-service > .link {
  display: inline-flex;
  gap: 0.4375rem;
  align-items: center;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  font-weight: 700;
}

.single-service > .link > i {
  color: var(--primary);
}

.single-service > .link > span,
.single-service-type > .link > span {
  position: relative;
}

.single-service > .link > span:before,
.single-service-type > .link > span::before {
  content: "";
  width: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  position: absolute;
  background-color: var(--primary);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.single-service:hover > .link {
  color: var(--primary);
}

.single-service:hover > .link > span:before,
.single-service-type > .link:hover > span::before {
  width: 100%;
}

.link-area {
  display: flex;
  gap: 0.625rem;
}

.link-area.justify-content-center {
  margin-top: 2.75rem;
}

.link-area > a,
.site-button {
  position: relative;
  color: var(--dark-text-color);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.1875rem;
  border-radius: 50px;
  background: var(--primary);
  height: 3.125rem;
  gap: 0.5rem;
  border: 0;
  outline: 0;
}

a.single-service-type {
  display: inline-flex;
  flex-direction: column;
  padding: 1.25rem;
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid rgba(15, 14, 14, 0.1);
  text-decoration: none;
  color: var(--text-color);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  align-items: flex-start;
  width: 100%;
}

a.single-service-type:hover {
  border-color: rgba(255, 196, 68, 0.1);
  background: rgba(255, 196, 68, 0.1);
}

.single-service-type > span {
  font-size: 0.875rem;
  background: var(--primary);
  border-radius: 50px;
  padding: 0.125rem 0.625rem;
  display: inline-block;
  line-height: 1.4375rem;
  font-weight: 500;
  color: var(--dark-text-color);
}

.single-service-type > h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0.75rem 0;
  color: var(--dark-text-color);
}

.single-service-type > .link {
  color: var(--dark-text-color);
  font-weight: 700;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.single-service-type > .link:hover {
  color: var(--primary);
}

.single-service-type > .imagesArea {
  margin-top: 1rem;
}

.menu .single-service-type > .imagesArea {
  margin-top: 0;
}

.menu .single-service-type > h3 {
  margin-bottom: 0;
}

.imagesHoverArea {
  position: relative;
  z-index: 1;
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%;
  height: 18.75rem;
  max-height: 10.3125rem;
}

.imagesHoverArea > img {
  width: 100%;
  height: 18.75rem;
  max-height: 10.3125rem;
  object-fit: cover;
}

.imagesHoverArea > img.image {
  position: relative;
  opacity: 1;
  transform: scale(1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  z-index: 1;
}

.imagesHoverArea > img.gif {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.05);
}

.hasImagesHoverArea:hover .imagesHoverArea > img.image {
  transform: scale(1.05);
  opacity: 0;
}

.black-section {
  background: #000;
  color: #fff;
}

.portfolio-slider + .portfolio-slider {
  margin-top: 1.875rem;
}

.portfolio-right .single-portfilo {
  direction: ltr;
}

a.single-portfilo {
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  border-radius: 0.75rem;
  display: flex;
  width: 100%;
}

.single-portfilo::before,
.single-portfilo::after,
.single-testimonial-image > a::before {
  content: "";
  position: absolute;
}

.single-portfilo::before,
.single-portfilo::after {
  opacity: 0;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.single-portfilo:hover:before,
.single-portfilo:hover::after {
  opacity: 1;
}

.single-portfilo::before {
  background: #0f0f0f;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-portfilo::after,
.single-testimonial-image > a::before {
  background: url("https://ik.imagekit.io/Whimsitoons/Home/Banner/Play.svg?updatedAt=1694695352265")
    no-repeat center center;
  background-size: cover;
  width: 5.625rem;
  height: 5.625rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-portfilo > img {
  height: 16.25rem;
  object-fit: cover;
}

.single-portfilo > .portfolio-details {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1rem;
}

.portfolio-details > h3 {
  margin: 0;
}

.portfolio-details > span {
  display: inline-flex;
  font-weight: 500;
  padding: 0.125rem 0.625rem;
  font-size: 0.875rem;
  background-color: var(--primary);
  color: var(--dark-text-color);
  border-radius: 50px;
  line-height: 1.4375rem;
}

.portfolio-details > span,
.portfolio-details > h3 {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.portfolio-details > h3 {
  font-size: 1.3125rem;
  margin-top: 0.625rem;
}

.single-portfilo:hover > .portfolio-details > span,
.single-portfilo:hover > .portfolio-details > h3 {
  opacity: 1;
  transform: translateY(0rem);
}

.single-portfilo:hover > .portfolio-details > span {
  transition-delay: 0.3s;
}

.single-portfilo:hover > .portfolio-details > h3 {
  transition-delay: 0.4s;
}

.gray-section {
  background: #f4f4f4;
}

.single-whyChooseUs {
  display: flex;
  align-items: flex-start;
  padding: 1.25rem;
  background: #fff;
  border-radius: 0.75rem;
}

.single-whyChooseUs > img {
  max-width: 6.25rem;
  margin-right: 1.25rem;
  margin-top: 0.3125rem;
}

.single-whyChooseUs > .whyChooseUs-details {
  flex-grow: 1;
}

.whyChooseUs-details > h3 {
  font-size: 1.3125rem;
  font-weight: 700;
  color: var(--dark-text-color);
}

.section-padding:has(+ .white-toTop),
.cta-section {
  padding-bottom: calc(var(--section-padding-bottom) * 2);
}

.cta-section {
  color: var(--dark-text-color);
}

.cta-image {
  max-width: 34.375rem;
}

.white-links > a {
  background: #fff;
}

.section-heading + .link-area {
  margin-top: 2rem;
}

/* Row Gaps */

.rowGap {
  gap: calc(var(--bs-gutter-x) * 0.5) 0;
}

.rowGap-2 {
  gap: var(--bs-gutter-x) 0;
}

.darkBg {
  background: var(--dark-bg);
  color: #fff;
}

.single-testimonialDetails-area {
  padding: 2.5rem 1.875rem;
  position: relative;
  margin-bottom: 2.75rem;
  border-radius: 0.75rem;
  background: var(--card-on-darkBg);
}

.single-testimonialDetails-area:before {
  content: "";
  position: absolute;
  bottom: -1.8125rem;
  left: 4.25rem;
  width: 2.5rem;
  height: 1.875rem;
  background: var(--card-on-darkBg);
  clip-path: polygon(0 0, 100% 0, 0% 100%);
}

.single-testimonialDetails-area::after {
  content: "";
  position: absolute;
  right: 1.875rem;
  bottom: 1.375rem;
  opacity: 0.05;
  width: 4.8125rem;
  height: 2.8125rem;
  background: url("https://ik.imagekit.io/whimsitoons/icons/icon_quote_white.svg")
    center center no-repeat;
  background-size: contain;
}

.single-testimonialDetails-area .single-testimonial-image {
  margin: -0.625rem 0 1.5625rem;
  overflow: hidden;
  border-radius: 0.375rem;
  position: relative;
  display: none;
}

.single-testimonialDetails-area .single-testimonial-image img {
  height: 15.625rem;
  width: 100%;
  object-fit: cover;
}

.single-testimonialDetails-area .single-testimonial-image > a {
  display: block;
}

.testimonials-page-section
  .single-testimonialDetails-area
  .single-testimonial-image {
  display: block;
}

.single-testimonialDetails-area > p {
  font-size: 1.1875rem;
  font-weight: 500;
}

.stars-area {
  font-size: 0.875rem;
  color: var(--primary);
}

.single-testimonialDetails-area > .stars-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 1.5625rem;
  padding-top: 1.5625rem;
}

.testimonial-userDetailsArea {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.testimonial-userDetailsArea > img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-userDetails > h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.testimonial-userDetails > span {
  display: block;
  font-size: 0.875rem;
  color: #afafaf;
}

#get-qoute-button {
  position: fixed;
  bottom: 0.625rem;
  left: 1.25rem;
  font-weight: 700;
  z-index: 90;
}

#get-qoute-button > svg {
  max-width: 170px;
}

.contact-form {
  background: #f1f1fc;
  padding: 1.875rem;
  border-radius: 0.75rem;
}

.contact-form .input-group-text {
  color: var(--primary);
  background-color: #fff;
  border-radius: 0.75rem;
  border-right: 0;
  padding: 10px 14px;
  font-size: 1.25rem;
  border: 1px solid #ced4da;
  border-right: 0;
}

.contact-form .form-control,
.contact-form .nice-select {
  height: 2.9375rem;
  outline: 0;
  box-shadow: none;
  border: 1px solid #ced4da;
  border-radius: 0.75rem;
}

.contact-form .nice-select {
  line-height: 2.9375rem;
  width: 100%;
  font-size: 1rem;
  padding: 0 1.25rem;
}

.contact-form .nice-select::after {
  content: "\f107";
  position: static;
  font-family: "Font Awesome 6 Free";
  float: right;
  margin: 0;
  width: auto;
  height: auto;
  border: none;
  font-weight: 600;
  transform: unset;
  color: var(--text-color);
  font-size: 0.875rem;
}

.contact-form label.form-label {
  display: block;
  color: var(--dark-text-color);
  margin-bottom: 0.875rem;
  font-size: 1.075rem;
  font-weight: 700;
}

.contact-form > .row {
  margin: 0 -8px;
}

.contact-form > .row > * {
  padding: 8px;
}

ul.contactInfoUl {
  padding-left: 1.5rem;
  font-size: 1.0625rem;
}

.contactInfoUl > li {
  padding: 1.875rem 0;
  border-bottom: 1px solid rgba(15, 14, 14, 0.1);
}

.contactInfoUl > li:first-child {
  padding-top: 0;
}

.contactInfoUl > li:last-child {
  padding-bottom: 0;
  border: 0;
}

.contactInfoUl > li > strong {
  display: block;
  font-size: 1.1875rem;
  font-weight: 600;
  margin: 0 0 0.625rem;
  color: var(--dark-text-color);
}

.contactInfoUl > li > span {
  display: block;
  position: relative;
  padding-left: 35px;
}

.contactInfoUl > li > span > a {
  text-decoration: none;
  color: var(--text-color);
}

.contactInfoUl > li > span i {
  position: absolute;
  font-size: 1.375rem;
  top: 0;
  left: 0;
}

.contactInfoUl > li:nth-child(1) i {
  color: var(--primary);
}

.contactInfoUl > li:nth-child(2) i {
  color: #ff5e1a;
}

.contactInfoUl > li:nth-child(3) i {
  color: #207fff;
}

.contactInfoUl > li:nth-child(4) i {
  color: #1af378;
}

.single-pricing {
  --pricing-color: #f2d3a5;
  --pricing-hover-color: #c99952;
  background: #fff;
  padding: 1.25rem;
  box-shadow: 1px 1px 19px -7px #c3c3c3;
  border-radius: 0.5rem;
  border: 3px solid var(--pricing-color);
  transition: all 0.5s ease;
}

.single-pricing:hover {
  transform: scale(1.05);
}

.pricing-head {
  padding: 1.25rem;
  border-radius: 0.375rem;
  background: var(--pricing-color);
  color: var(--dark-text-color);
  text-align: center;
  font-size: 1.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pricing-priceArea {
  padding: 1.875rem 0 1.5625rem;
  text-align: center;
  border-bottom: 1px solid #dfe0e1;
  margin-bottom: 1.5625rem;
}

.pricing-priceArea > h3 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1.25rem;
  color: var(--dark-text-color);
}

.pricing-priceArea > p {
  color: #949494;
  text-transform: uppercase;
}

.single-pricing > ul {
  color: var(--dark-text-color);
  font-size: 1.0625rem;
  font-weight: 600;
  padding: 0 0.5rem;
}

.single-pricing > ul > li:not(.list-heading) {
  position: relative;
  padding: 0.125rem 0 0.125rem 1.875rem;
}

.single-pricing > ul > li:not(.list-heading)::before {
  content: "\f0a4";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: var(--pricing-color);
}

.single-pricing > ul > li.list-heading {
  text-align: center;
  font-weight: 900;
  margin-bottom: 1rem;
}

.single-pricing > ul > li > a {
  display: block;
  color: var(--dark-text-color);
  font-size: 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.single-pricing > .pricing-link {
  border-top: 1px solid #dfe0e1;
  justify-content: center;
  padding-top: 1.5625rem;
  margin-top: 1.5625rem;
}

.single-pricing > .pricing-link > a {
  background: var(--pricing-color);
  transition: background 0.3s;
}

.single-pricing > .pricing-link > a:hover {
  background: var(--pricing-hover-color);
}

div:nth-child(2) > .single-pricing {
  --pricing-color: #dbdbdb;
  --pricing-hover-color: #999;
}

div:nth-child(3) > .single-pricing {
  --pricing-color: #f3c73c;
  --pricing-hover-color: #efaa14;
}

div:nth-child(4) > .single-pricing {
  --pricing-color: #636363;
  --pricing-hover-color: #333;
}

div:nth-child(4) > .single-pricing > .pricing-head,
div:nth-child(4) > .single-pricing > .pricing-link > a {
  color: #fff;
}

.site-tabs ul {
  position: relative;
  display: inline-flex;
  border: 2px solid var(--primary);
  padding: 0.3125rem;
  border-radius: 50px;
  margin-bottom: 2.5rem;
}

.site-tabs.justify-content-center {
  display: flex;
}

.site-tabs .nav-tabs .nav-link,
.portfolio-scroll-tabs .nav-tabs .nav-link {
  padding: 0.875rem 3.375rem;
  color: var(--dark-text-color);
  margin-bottom: 0;
  border: 0;
  border-radius: 50px;
  background: transparent;
}

.portfolio-scroll-tabs .nav-tabs .nav-link {
  color: #fff;
}

.site-tabs .nav-tabs .nav-link.active,
.portfolio-scroll-tabs .nav-tabs .nav-link.active {
  background: var(--primary);
}

.portfolio-scroll-tabs .nav-tabs .nav-link.active {
  color: var(--dark-text-color);
}

.video-js {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: transparent;
}

.video-js .vjs-tech {
  position: relative;
  border-radius: 1rem;
  max-height: 28.125rem;
}

.video-js .vjs-poster img {
  border-radius: 1rem;
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  border-radius: 0 0 1rem 1rem;
  background: var(--primary);
  opacity: 0.6;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button {
  border: 0;
  background-color: transparent;
  border-radius: 0%;
  width: 5.625rem;
  height: 5.625rem;
  transform: translate(-50%, -50%);
  margin: 0;
}

.video-js .vjs-control-bar * {
  color: #000;
}

.video-js:not(.vjs-playing) .vjs-big-play-button::before {
  content: url("https://ik.imagekit.io/Whimsitoons/Home/Banner/Play.svg?updatedAt=1694695352265");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-js .vjs-big-play-button * {
  display: none;
}

.how-it-worksArea {
  position: relative;
  padding: 3.75rem 0;
  z-index: 1;
}

.how-it-worksArea::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 100%;
  background: #f6f7f9;
  z-index: -1;
  border-radius: 3.125rem;
  transform: translate(-50%, -50%);
}

.how-it-worksArea > ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 10px;
  justify-content: space-between;
  overflow: auto hidden;
}

.how-it-worksArea > ul::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.how-it-worksArea > ul > li {
  width: 8.875rem;
  min-width: 8.875rem;
  text-align: center;
  border-radius: 6.25rem;
  padding: 3.75rem 0.625rem;
  border: 0.375rem solid #fff;
  overflow: hidden;
  transition: width 0.3s ease-in-out, min-width 0.3s ease-in-out;
  position: relative;
}

.how-it-worksArea > ul > li:hover {
  width: 24.375rem;
  min-width: 24.375rem;
}

.how-it-worksArea > ul > li:nth-child(1) {
  background-color: #ffe1e1;
}

.how-it-worksArea > ul > li:nth-child(2) {
  background-color: #fcc1a8;
}

.how-it-worksArea > ul > li:nth-child(3) {
  background-color: #d3f2ff;
}

.how-it-worksArea > ul > li:nth-child(4) {
  background-color: #b8d6ff;
}

.how-it-worksArea > ul > li:nth-child(5) {
  background-color: #ffe680;
}

.how-it-worksArea > ul > li:nth-child(6) {
  background-color: #c9eed9;
}

.single-how-it-works > img {
  width: 7.1875rem;
  height: 7.1875rem;
  margin-bottom: 1.5625rem;
  object-fit: contain;
}

.single-how-it-works > .how-it-works-details > h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--dark-text-color);
}

.single-how-it-works > .how-it-works-details > i {
  font-size: 1.625rem;
  color: var(--dark-text-color);
  transition: all 0.3s ease;
  opacity: 1;
  line-height: 1.539;
}

.how-it-worksArea
  > ul
  > li:hover
  > .single-how-it-works
  > .how-it-works-details
  > i {
  opacity: 0;
}

.single-how-it-works > p {
  position: absolute;
  bottom: 1.875rem;
  right: 0.5rem;
  width: 22.5rem;
  font-size: 0.9375rem;
  text-align: center;
  padding: 0 1.125rem 0;
  transform: translate(100%, 0%);
  transition: all 0.5s ease;
}

.how-it-worksArea > ul > li:hover > .single-how-it-works > p {
  transform: translate(0%, 0%);
}

.iti {
  width: 100%;
}

.footer-top {
  padding: 3.75rem 0;
  background: var(--dark-bg);
  color: #afafaf;
}

.footer-top .logo {
  margin-bottom: 1.75rem;
}

.footer-top p {
  font-size: 1.0625rem;
}

.footer-top .logo + p {
  padding-right: 3rem;
}

.footer-details > h3 {
  font-size: 1.3125rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
  color: #fff;
}

.footer-details > ul > li:not(:last-child) {
  margin: 0 0 0.75rem;
}

.footer-details > ul > li > a,
.footer-bottom ul > li > a {
  color: #afafaf;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}

.footer-details > ul:not(.footer-contact-ul) > li > a {
  position: relative;
  padding-left: 0.5rem;
}

.footer-contact-ul > li {
  position: relative;
  padding-left: 2rem;
}

.footer-contact-ul > li i {
  position: absolute;
  left: 0;
  top: 0.125rem;
  color: var(--primary);
}

.footer-bottom {
  background: var(--card-on-darkBg);
  padding: 0.9375rem 0 0.8125rem;
  color: #afafaf;
}

.footer-bottom ul {
  display: flex;
  gap: 0.6875rem;
  justify-content: flex-end;
}

ul.services-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1.875rem 0 0;
  padding: 1.875rem 0 0;
  gap: 1.1875rem 0;
  border-top: 1px solid #eeeff0;
  color: var(--dark-text-color);
  font-weight: 700;
}

.services-ul > li {
  width: 50%;
  position: relative;
  padding-left: 2rem;
}

.services-ul > li::before {
  content: "\f00c";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0.0625rem;
  font-size: 0.625rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: var(--dark-text-color);
  background: var(--primary);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}

.testimonial-quotes {
  text-align: center;
  font-size: 6.25rem;
  color: var(--primary);
}

.service-testimonial-details > h3 {
  font-size: 2.25rem;
  color: var(--dark-text-color);
  font-weight: 700;
}

.service-testimonial-details > p {
  font-size: 1.125rem;
  color: var(--dark-text-color);
  font-weight: 600;
}

.faq-area {
  font-size: 1.0625rem;
  color: var(--dark-text-color);
}

.faq-area .card-header,
.faq-area .card-header > a {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: 0;
}

.faq-area .card-header > a {
  font-weight: 700;
  font-size: 1.25rem;
  border-radius: 1rem;
  color: var(--dark-text-color);
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.faq-area .card-header > a,
.faq-area .card-body {
  padding: 1.25rem;
}

.faq-area .card-header > a::before {
  content: "\f0d8";
  font-family: "Font Awesome 6 Free";
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  background: var(--primary);
  border-radius: 0.5rem;
  color: var(--dark-text-color);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-area .card-header > a.collapsed::before {
  content: "\f0d7";
}

.faq-area .card {
  border: 0;
}

.proposal-popup-bg,
.proposal-popup {
  position: fixed;
  z-index: 105;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.proposal-popup-bg.show-this,
.proposal-popup.show-this {
  opacity: 1;
  visibility: visible;
}

.proposal-popup-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.proposal-popup {
  max-height: calc(100vh - 1.875rem);
  width: calc(100% - 1.875rem);
  display: flex;
  max-width: 56.25rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 1rem;
  overflow: hidden auto;
}

.proposal-popup:not(.show-this) {
  transform: translate(-50%, -60%);
}

.proposal-leftArea,
.proposal-rightArea {
  padding: 1.875rem;
}

.proposal-leftArea {
  width: 55%;
}

.proposal-rightArea {
  background: #fbeed0;
  width: 45%;
}

.proposal-rightArea > p {
  font-weight: 600;
}

.proposal-rightArea > img {
  width: 100%;
  max-height: 26.25rem;
}

.proposal-leftArea p {
  margin-bottom: 0.3125rem;
}

.proposal-leftAreaRow {
  margin: 0 -0.4375rem;
}

.proposal-leftAreaRow > * {
  padding: 0 0.4375rem;
}

.proposal-popup .contact-form {
  border-radius: 0;
}

.proposal-popup h3 {
  font-weight: 700;
  font-size: 1.75rem;
  max-width: 20.734375rem;
  color: var(--dark-text-color);
}

.proposal-popup .nice-select .list {
  top: auto;
  bottom: 100%;
}

.proposal-popup .site-button {
  width: 100%;
}

.proposal-cross {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  border-radius: 50%;
  width: 1.5625rem;
  height: 1.5625rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.servicesTypePage-form {
  margin-right: 1.875rem;
}

.nice-select .list {
  width: 100%;
  margin-top: 1px;
  min-width: 200px;
  padding: 20px 25px;
  box-shadow: 0 0 60px 0 rgba(15, 14, 14, 0.12);
  border-radius: 12px;
  border: 1px solid rgba(15, 14, 14, 0.1);
}

.nice-select .option {
  padding: 4px 0;
  min-height: auto;
  color: var(--dark-bg);
  background-color: transparent;
  line-height: 1.5;
  font-size: 1.142857142857143rem;
  font-weight: 600;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  color: var(--primary);
  background-color: transparent;
}

.mobile-menu-btn {
  width: 30px;
  height: 22px;
  float: right;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  display: none;
  cursor: pointer;
}

.mobile-menu-btn span {
  width: 100%;
  height: 2px;
  background: #0f0e0e;
  display: inline-block;
}

.mobile-menu-btn span:nth-child(2) {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
  width: 6.56px;
}

.mobile-menu-btn span:nth-child(2) small {
  position: absolute;
  height: 100%;
  background: #0f0e0e;
  left: 12.56px;
  width: 18.06px;
  z-index: 5555;
}

[dir="rtl"] .mobile-menu-btn span:nth-child(2) small {
  right: 12.56px;
}

.mobile-menu-btn.is-white span,
.mobile-menu-btn.is-white span:nth-child(2) small {
  background: #fff;
}

.mobile-menu {
  width: 100%;
  height: 100vh;
  max-width: 576px;
  position: fixed;
  right: 0;
  top: 0;
  background: var(--dark-bg);
  color: #fff;
  padding: 25px;
  z-index: 105;
  transform: translate(100%, 0%);
  overflow: auto;
  transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-menu.show-this {
  transform: translate(0%, 0%);
}

.mobile-menu-head > a > img {
  max-width: 165px;
}

.mobile-menu-head {
  padding-bottom: 2.5rem;
}

.mobile-menu .menu,
.mobile-menu .menu > ul {
  flex-direction: column;
  padding: 0;
  align-items: initial;
  gap: 0;
}

.mobile-menu .menu > ul.left-menu > li > a {
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: initial;
  width: 100%;
}

.mobile-menu .menu > ul.left-menu > li:not(:first-child) {
  border-top: 1px solid #4a4a4a;
}

.mobile-menu .menu > ul.left-menu > li {
  position: relative;
}

.mobile-menu .menu > ul.left-menu > li > a::before {
  display: none;
}

.mobile-menu .menu > ul.left-menu > li > a::after {
  position: absolute;
  right: 15px;
  top: 14px;
  pointer-events: none;
}

.mobile-menu .menu > ul.right-menu {
  margin-top: 2rem;
}

.mobile-menu .menu .right-menu h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 700;
}

.mobile-menu .menu > ul.right-menu > li > a {
  color: #fff;
  padding: 5px 0;
}

.mobile-menu-cross {
  position: absolute;
  right: 25px;
  top: 40px;
  cursor: pointer;
}

.mobile-menu-cross > svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  color: #fff;
  padding: 3px;
}

.mobile-menu .dropDownMenu {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0);
  background: transparent;
  padding: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-menu .dropDownMenu:not(.show-this) {
  display: none;
}

.mobile-menu::-webkit-scrollbar {
  width: 0px;
}

.mobile-menu .dropDownMenu .single-menu-link > a {
  padding: 15px 10%;
  color: #fff;
  border-top: 1px solid #4a4a4a;
}

.mobile-menu .single-menu-link .menu-linkDetail > h3 {
  font-size: 16px;
}

.mobile-menu .menu-heading-line > h4 {
  font-size: 20px;
  color: #fff;
}

.mobile-menu .menu-heading-line > hr {
  display: none;
}

.mobile-menu .rowGap-2 {
  gap: 0;
}

.mobile-menu .menu-heading-line {
  margin: 1rem 0;
}

.mobile-menu .menu-carousel {
  margin-bottom: 15px;
}

.no-max {
  max-width: none !important;
}

.terms-privacy-area h3 {
  font-size: 1.75rem;
  color: var(--dark-text-color);
  font-weight: 700;
}

.portfolio-scroll-tabs {
  overflow: auto hidden;
  width: 100%;
  height: 4.0625rem;
  justify-content: center;
  margin: 0 auto 2.875rem;
  border: 2px solid var(--primary);
  padding: 0.3125rem;
  border-radius: 2.5rem;
  position: relative;
}

.portfolio-scroll-tabs > ul {
  width: 100%;
  padding-bottom: 1.875rem;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin: 0;
  border: 0;
  overflow: auto hidden;
  scroll-behavior: smooth;
}

.prev-portfolio,
.next-portfolio {
  position: absolute;
  top: 0.4375rem;
  background: var(--primary);
  color: var(--dark-text-color);
  cursor: pointer;
  z-index: 1;
  box-shadow: 0 0 1.25rem 1.5625rem rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  transition: all 0.3s;
  height: 2.9375rem;
  width: 2.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prev-portfolio {
  left: 0.4375rem;
  visibility: hidden;
  opacity: 0;
}

.next-portfolio {
  right: 0.4375rem;
  visibility: hidden;
  opacity: 0;
}

.scrollable-tabs ~ .next-portfolio {
  visibility: visible;
  opacity: 1;
}

/* Margins */

.mt-35 {
  margin-top: 2.1875rem;
}

.mb-35 {
  margin-bottom: 2.1875rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}


/*---------- 404 CSS ---------------*/
.errorpagesection{
    height: 85vh;
}
.height-100{
    height: 100%;
}
.errorcontent{
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.errorcontent h1{
    font-size: 6rem;
    color: #000;
    margin-bottom: 38px;
    line-height: 1;
}
.errorcontent h1 span{
    font-size: 10rem;
    color: #ffc444;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }

  html,
  body {
    font-size: 15px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1330px;
  }

  html,
  body {
    font-size: 16px;
  }
}

@media (min-width: 1870px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1654px;
  }

  html,
  body {
    font-size: 20px;
  }

  .menu > ul.left-menu {
    padding-left: 1.75rem;
  }

  .menu-heading-line > h4 {
    font-size: 24px;
  }

  .menu-heading-line {
    margin: 30px 0;
  }

  .dropDownMenu .rowGap-2 {
    gap: calc(0.5 * var(--bs-gutter-x)) 0;
  }
}

@media (max-width: 576px) {
  html,
  body {
    font-size: 14px;
  }

  :root {
    --section-padding-top: 3rem;
    --section-padding-bottom: 3.571428571428571rem;
  }

  .hide-mob,
  .header .menu {
    display: none;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .header {
    padding: 0.5rem 0;
  }

  .home-banner-heading > h1,
  .inner-banner-heading > h1 {
    font-size: 2.714285714285714rem;
    margin-bottom: 1.25rem;
  }

  .home-banner-heading > p {
    font-size: 1rem;
  }

  .banner-form {
    margin-top: 1.25rem;
  }

  .banner-form > input {
    background: transparent;
    padding-left: 2.5rem;
    padding-right: 0rem;
    flex-grow: 1;
  }

  .banner-form > button {
    padding: 0 1.428571428571429rem;
  }

  .banner-video {
    margin-top: 1.428571428571429rem;
    padding: 0.7142857142857143rem 0.7142857142857143rem 0.7142857142857143rem 0;
  }

  .banner-form::before {
    height: 1rem;
    width: 1rem;
    top: 1.25rem;
    left: 1rem;
  }

  .banner-form > button > i {
    display: none;
  }

  .logo > a > img {
    max-width: 8.571428571428571rem;
  }

  .video-js:hover .vjs-big-play-button,
  .video-js .vjs-big-play-button {
    width: 4.285714285714286rem;
    height: 4.285714285714286rem;
  }

  .section-heading > h2 {
    font-size: 1.785714285714286rem;
  }

  .white-toTop::before,
  .white-toTop::after {
    width: 97.5%;
  }

  .white-toTop {
    padding-right: 0.75rem;
  }

  .services-section .section-heading > h2 {
    margin-bottom: 1.071428571428571rem;
  }

  .single-service > h3,
  .single-service-type > h3 {
    font-size: 1.428571428571429rem;
  }

  .single-service > img {
    margin-bottom: 1rem;
  }

  .single-service > p,
  .single-service-type > span,
  a.single-service-type {
    font-size: 1rem;
  }

  .single-service > .link,
  .section-heading > p,
  .single-service-type > .link {
    font-size: 1.142857142857143rem;
  }

  .rowGap-2 {
    gap: calc(var(--bs-gutter-x) * 0.5) 0;
  }

  .imagesHoverArea > img,
  .imagesHoverArea {
    max-height: 14.28571428571429rem;
  }

  .black-section .container-fluid {
    padding: 0 calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .portfolio-slider + .portfolio-slider {
    margin-top: calc(var(--bs-gutter-x) * 0.5);
  }

  .link-area > a,
  .site-button {
    height: 2.857142857142857rem;
    padding: 0 1.428571428571429rem;
  }

  .single-whyChooseUs {
    flex-direction: column;
    gap: 1rem;
  }

  .single-whyChooseUs > img {
    max-width: 5.357142857142857rem;
  }

  .whyChooseUs-details > h3 {
    font-size: 1.357142857142857rem;
  }

  /* .section-padding:has(+ .section-padding.hide-mob + .white-toTop) {
    padding-bottom: calc(var(--section-padding-bottom) * 2) !important;
  } */

  #get-qoute-button > svg {
    max-width: 135px;
  }

  .cta-image {
    display: none;
  }

  .single-testimonialDetails-area > p {
    font-size: 1.071428571428571rem;
  }

  .single-testimonialDetails-area > .stars-area {
    font-size: 1rem;
  }

  div:not(:last-child) > .single-testimonial {
    margin-bottom: 1rem;
  }

  ul.contactInfoUl {
    padding: 1rem 0 0;
  }

  .contact-form {
    padding: 1rem;
  }

  .contactInfoUl > li {
    padding: 1rem 0;
  }

  .footer-top .logo + p {
    padding-right: 0;
  }

  .footer-details {
    margin-top: 2rem;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom ul {
    justify-content: center;
  }

  .home-banner {
    padding-bottom: var(--section-padding-bottom);
  }

  .service-banner-video {
    display: none;
  }

  .services-banner {
    min-height: 26.875rem;
    max-height: 28.6875rem;
  }

  .inner-banner-heading > h1 {
    font-size: 2.428571428571429rem;
  }

  .proposal-rightArea {
    display: none;
  }

  .proposal-leftArea {
    width: 100%;
  }

  .proposal-popup .contact-form {
    padding: 2rem;
  }

  .proposal-popup h3 {
    font-size: 1.7rem;
  }

  .site-tabs ul {
    border: 0;
    justify-content: center;
  }

  .site-tabs .nav-tabs .nav-link {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }

  .site-tabs .nav-tabs .nav-link, .portfolio-scroll-tabs .nav-tabs .nav-link {
    padding: 0.8rem 2.5rem;
  }

}
