.entry-content>* {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.page .hero-section {
  display: none !important;
}

.woocommerce .hero-section {
  display: block !important;
}

.preloader {
  display: none !important;
}

html {
  scroll-padding-top: 35px;
}

html,
body {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 767.98px) {
  body {
    overflow-x: hidden;
  }
}

:root {
  --row-spacing: 85px;

  --gap: 100px;


  --transition: 300ms ease;
  --filterWhite: invert(1) brightness(100);
}


@media only screen and (max-width: 767.98px) {
  :root {
    --row-spacing: 15px;
    --gap: 70px;

    --column-gap: 15px;
    --row-gap: 15px;

    --woo_col_gap: 30px;
  }
}

/*error 404*/
.error404 #main .ct-container {
  padding-top: var(--gap);
  padding-bottom: var(--gap);
}


@media only screen and (min-width: 768px) {
  .mobile-view {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .desktop-view {
    display: none !important;
  }
}

.whatsapp-btn {
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 15px;
  font-weight: 500;
}

.whatsapp-btn .num {
  color: var(--theme-palette-color-6);
}

.whatsapp-btn i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: var(--theme-palette-color-6);
  transition: 300ms ease;
}

.whatsapp-btn:hover i {
  background-color: var(--theme-palette-color-6);
  color: #fff;
}

.lawyer-profile-pic img {
  max-height: 320px;
  object-fit: cover;
  object-position: top;
}

.contact-form .form {
  display: grid;
  gap: 20px;
}

.contact-form .form :is(input, textarea) {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.60);
}

.form {
  margin-bottom: 15px;
}

.form .enquiry::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.60);
  opacity: 1;
  /* Firefox */
}

.contact-form #send input {
  background-color: var(--theme-palette-color-2);
  color: #fff;
  padding: 10px 30px;
  border-radius: 0;
  font-weight: 700;
}

.contact-form #send input:hover {
  background-color: var(--theme-palette-color-5);
}

.home-contact .wpcf7-response-output {
  color: #fff;
}

.white-text .ct-breadcrumbs,
.white-text .ct-breadcrumbs a {
  color: #fff;
}

.li-gap ul>li {
  margin-bottom: 15px;
}

.li-left-0 {
  --theme-list-indent: 20px;
}

.career-form #resume>div {
  border: 1px solid rgba(0, 0, 0, 0.60);
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 5px 15px;
}

.career-form #resume lable {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.60);
}

.career-form #resume .wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.career-form #resume .wpcf7-form-control-wrap:before {
  content: 'CHOOSE FILE';
  display: inline-block;
  background-color: var(--theme-palette-color-2);
  color: #fff;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.career-form #resume .wpcf7-form-control-wrap input {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100px;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.career-form #resume #file-name {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.60);
}

.our-services .elementor-icon-list-items li>a .elementor-icon-list-text {
  color: #000 !important;
}

.footer-social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.footer-social a {
  width: 28px;
  height: 28px;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 16px;
  display: flex;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

.footer-social a i {
  position: relative;
  color: var(--theme-palette-color-2);
  transition: .5s;
  z-index: 3;
}

.footer-social a:hover i {
  color: #fff;
  transform: rotateY(360deg);
}

.footer-social a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: .5s;
  z-index: 2;
}

.footer-social a:hover:before {
  top: 0;
}

.footer-social a#facebook:before {
  background: #4267B2;
}

.footer-social a#linkedin:before {
  background: #0e76a8;
}

.footer-social a#instagram:before {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-contact>div {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}


#footer ul.widget-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#footer ul.widget-menu>li a {
  position: relative;
  padding-left: 15px;
  display: block;
}

#footer ul.widget-menu>li a::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  line-height: 1.5;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
}

#home-law-tab .e-n-tabs-heading > .e-n-tab-title:nth-child(odd) {
    background: #D9D9D9;
}

#home-law-tab .e-n-tabs.e-activated .e-n-tabs-heading .e-n-tab-title[aria-selected="true"], 
#home-law-tab .e-n-tabs-heading .e-n-tab-title:hover {
    background: var(--theme-palette-color-2);
}

.chaty-channels .chaty-channel {
    bottom: 60px;
    right: 0px;
}

@media only screen and (min-width: 768px) {
  .contact-form .form {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .contact-form:not(.career-form) .form>div:last-child {
    grid-column: 1/3;
  }

  .career-form .form>div:first-child,
  .career-form .form>div:last-child {
    grid-column: 1/3;
  }

  .contact-form {
    position: relative;
  }

  .contact-form #send {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: auto;
  }

  .wpcf7-form.invalid .contact-form #send {
    bottom: calc(19px + 10px);
  }

  .contact-form #send .wpcf7-spinner {
    position: absolute;
  }

  .cert-row .elementor-image-gallery .gallery {
    display: flex;
    align-items: center;
  }

  .cert-row .elementor-image-gallery .gallery img {
    max-height: 450px;
    object-fit: contain;
  }

  .law-tab .e-n-tabs-heading .e-n-tab-title {
    position: relative;
  }

  .law-tab .e-n-tabs-heading .e-n-tab-title:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 100%;
    background-color: var(--theme-palette-color-2);
    display: block;
    top: 0;
    bottom: 0;
    right: -50px;
    clip-path: polygon(70% 50%, 0 0, 0 100%);
    z-index: 1;
    opacity: 0;
    transition: 100ms ease;
  }

  .law-tab .e-n-tabs.e-activated .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:after,
  .law-tab .e-n-tabs-heading .e-n-tab-title:hover:after {
    opacity: 1;
  }
}

@media only screen and (max-width: 767.98px) {
  .career-form #resume lable {
    width: 100%;
  }
}