/*   
Theme Name: Sangisetty law firm
Theme URI: 
Version: 1.0
Description: This is an exclusive, fully SEO optimized Wordpress theme.
Author: Blushark Digital
Author URI: https://blusharkdigital.com/
*/





/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/* General Reset */
html {
  scroll-behavior: smooth;
}

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

@font-face {
  font-family: "NewBlack";
  src: url("Newblack/WOFF&WOFF2/NewBlackTypeface-SemiBold.woff2")
      format("woff2"),
    url("Newblack/WOFF&WOFF2/NewBlackTypeface-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
input, textarea, 
.vertical-text {
  font-family: "NewBlack", serif !important;
  font-weight: 600;
}

h2 {
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
p,
a,
button,
ul,
li,
button,
text,
label,
.call-button,
.sub-btn {
  font-family: "Instrument Sans", sans-serif;
}

.text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

a {
  font-weight: 600;
}

.practice-area-link-text {
  text-transform: uppercase !important;
}

/* Header Styles */
.header {
  padding: 15px 0;
  background-color: black;
	position:relative;
  position: fixed;
	z-index: 999;
	width: 100%;
}

.bnr-wlcm {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
  color: #f7d720;
  padding-bottom: 40px;
  text-transform: capitalize;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container {
  width: 100%;
  max-width: 1760px; /* 1920px - (130px * 2) */
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}

.right-btns {
  display: flex;
  align-items: center;
  gap: 30px;
}

.menu-right {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* Logo Section */
.logo-section {
  display: flex;
  align-items: center;
}

.logo-text {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}

/* Navigation Menu */
.nav-menu {
  display: flex;
  gap: 50px;
}

.nav-menu li a {
  font-size: 16px;
  font-weight: 500;
}

.nav-menu li {
  list-style-type: none;
}

.nav-link {
  color: white;
  text-decoration: none;
  position: relative;
  font-weight: normal;
  transition: color 0.3s;
}

.nav-link:hover {
  color: #f5d002;
}

.nav-link.active {
  color: #f7d720;
  font-weight: bold;
}

.cal-btn-nav span {
  display: flex;
  gap: 10px !important;
  justify-content: space-between;
  align-items: center;
}

.nav-link.active .underline {
  margin-top: 4px;
  font-size: 12px;
  text-align: center;
  color: #f5d002;
}

/* Call Button */
.call-button {
  font-size: 16px;
  font-weight: 600;
  color: black;
  padding: 16px 35px;
  background-color: #f7d720;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #f7d720;
  border-radius: 999px;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.call-button span>a{
	color: #000;
	text-decoration: none;
}
.call-button:hover {
  background-color: transparent;
}
.call-button:hover span>a, .call-button:hover {
  color: #fff;
}
.call-button:hover svg path{
	stroke: #fff;
}

.call-button:hover span{
	  color: black;
}


/* Footer Styles */
.footer {
  background-color: #0d0d0d;
  color: white;
}

.main-footer-banner-common-class, .duis-main {
  display: flex;
  margin: 0 auto;
  align-items: center;
  position: relative;
  gap: 50px;
}

.search i.fa-solid.fa-xmark.closeBtn:hover {
    color: #f7d720;
}

.footer-banner-common-class {
  padding-left: 130px;
  max-width: 862px;
  width: 46%;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 40px;
}

.footer-desc {
  margin-bottom: 30px;
  line-height: 1.5;
  color: #bbb;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-col li {
  margin-bottom: 8px;
  font-size: 16px;
}

.footer-col a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
	display: flex;
	gap: 9px;
}

.footer-map {
  width: 48%;
}

.footer-map iframe {
  border: none;
}

.comon-pading-paragraph {
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  color: #ffffff;
}
.who-text p {
    margin-bottom: 15px;
}
/* Footer Bottom */
.footer-bottom {
  text-align: center;
  padding: 30px 0 28px 0;
  font-size: 16px;
  font-weight: 400;
  color: white;
  letter-spacing: 2px;
}
.footer-bottom a{
	transition: 0.5s ease-in-out;
}
.footer-bottom a:hover {
    color: #fff;
}

.common-ftr-heading {
  font-size: 20px;
  font-weight: 600;
  /*letter-spacing: 4px;*/
  line-height: 35px;
  padding-bottom: 35px;
}

.footer-links-icon {
    display: flex;
    gap: 9px;
    line-height: 30px;
    align-items: center;
}

.footer-iframe-container {
  width: 52%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 13 / 9;
}

.footer-map iframe {
  width: 100%;
  height: 100%;
}

/*Banner section*/

/*Bannner*/
#banner {
  background-color: black;
   padding-top: 124px !important;
}

#duis-bg {
  background-color: #121212;
}

.text-content {
  max-width: 500px;
  z-index: 2;
}

.subtitle {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

.description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #ddd;
}

.bg-color {
  background-color: #f7d720;
}

.cta-button {
  display: inline-block;
  background-color: #f7d720;
  color: #000;
  padding: 12px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

.images {
  position: relative;
}

.city-img {
  width: 400px;
  height: auto;
  border-radius: 4px;
}

.portrait-img {
  position: absolute;
  bottom: -40px;
  left: 50px;
  width: 200px;
  border-radius: 8px;
  border: 4px solid #000;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.text-white {
  color: white !important;
}

.bg-black {
  background-color: black !important;
}

/*who we are*/
.who-we-are {
  background-color: #000;
  color: #fff;
  padding: 0px 250px;
}

.who-container {
  display: flex;
  align-items: center;
  gap: 60px;
  padding-top: 50px;
}

.text-black {
  color: #121212;
}

.who-image img {
  width: 400px;
  max-width: 100%;
}

.who-text {
  max-width: 600px;
}

.who-text h2 {
  font-size: 28px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.learn-more-btn {
  display: inline-block;
  background-color: #f7d720;
  color: #000;
  padding: 10px 18px;
  border-radius: 25px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

.who-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.consultation-heading-black {
  color: black !important;
}

.consultation-main-bg .call-button {
    border: 2px solid #000;
    background: #000;
}
.consultation-main-bg .call-button span>a{
	color: #fff;
}
.consultation-main-bg .call-button svg path{
	stroke: #fff;
}
.consultation-main-bg .call-button:hover{
	background: transparent !important;
}
.consultation-main-bg .call-button:hover span>a{
	color: #000;
}
.consultation-main-bg .call-button:hover svg path{
	stroke: #000;
}

.who-heading h2 {
  color: white;
}


.who-heading p,
.practice-areas-text a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.remedy-img {
  width: 47%;
}

.Remedies-main {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.blog-main {
  display: flex;
  gap: 70px;
}
.align-center {
  align-items: center;
}

.legal-remedies-image {
  width: 40%;
}

.remedies-content {
  padding-top: 10px;
}

.Remedies-para {
  color: white;
  width: 58% !important;
  align-self: center;
}

.Remedies-para h3 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}
.Remedies-para .call-button {
    border: 2px solid #000;
}
.Remedies-main.legal-cases .call-button {
	border: 2px solid #f7d720;
}
.Remedies-para .call-button:hover, {
    background: transparent !important;
    color: #000 !important;
}
.Remedies-main.legal-cases .call-button:hover {
	background: transparent !important;
    color: #fff !important;
}

a.your-committment-button-class:hover, #load-more-btn:hover{
	background: transparent !important;
    color: #fff !important;
}





.remedies-right-width {
  padding-right: 72px;
}

.remedies-paragraph {
    padding: 27px 0 31px 0;
}



.straight-line {
  width: 664px;
  background-color: #d4d4d4;
  height: 2px;
}

.who-text p {
    margin-bottom: 15px;
}

.who-heading .call-button:hover {
	color: #fff;
}

.position-absolute {
  position: absolute;
}

.pd-top-130px {
  padding-top: 130px;
}

.universal-padding {
  padding-top: 130px;
  padding-bottom: 130px;
}

.footer-banner-common-class h1,
.tincident-ultrics-heading h3 {
  text-transform: uppercase;
  font-size: 70px;
  margin: 0;
  padding: 0;
  line-height: 95px;
  margin: -21px 0 -27px 0;
}

.banner-paragraph {
  padding: 50px 0 50px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 1px;
}

.duis-paragraph {
  line-height: 35px;
  font-weight: 400;
}

.fs-16 {
  font-size: 16px;
}

.banner-image {
  position: relative;
}

.banner-area {
  gap: 184px;
}
#banner .banner-area:after {
    content: "";
    background-image: url("https://sangisettylstg.wpenginepowered.com/wp-content/uploads/2025/06/Frame-9.png");
    width: 100%;
    height: 100%;
    position: absolute;
    left: -22%;
    background-repeat: no-repeat;
    top: 25%;
    background-size: contain;
	z-index: 0;
}
.banner-area .banr-left-area{
	z-index: 1;
}

.ravi-img img {
  position: absolute;
  bottom: -30px;
  left: -143px;
  outline: 9px solid black;
}

.three-person-img img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.discussion-image2 {
  width: 50%;
}

.tincident-ultrics {
  display: flex;
}

.tincident-ultrics-heading {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 50%;
}

.circle-container {
  position: relative;
  width: 200px;
  height: 200px;
}
.circle-container:after {
    content: "";
    border: 1px solid #000;
    position: absolute;
    width: 476px;
    left: 280px;
    top: 50%;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  animation: rotate 20s linear infinite; /* âœ… Apply here for full circle rotation */
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.image-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sub-text {
  font-size: 6px;
}

.half-background {
  background: linear-gradient(to bottom, #f7d720 60%, #ebebeb 40%);
}

img.small-s {
  position: absolute;
  top: 41%;
  right: 43%;
  width: 19px;
  height: auto;
}

.sl-wdth {
  width: 418px;
  height: 1px;
  opacity: 20%;
  background-color: #000000 !important;
}

.text-white {
  color: white;
}

.bg-gradient {
  background: linear-gradient(to bottom, #f7d720 40%, #ebebeb 40%);
}

.practice-areas-bg {
  background-color: #000;
  padding-bottom: 110px !important;
}


//swiper-wrapper css
.blog-right-slider .swiper-wrapper{
	 padding-right: 221px;
}

.blog-right-slider.swiper{
	 margin-right: 61px;
	z-index: 0;
}
.custom-layout-wrapper {
    display: flex;
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
    padding-left: 130px;
}

.practice-area-layout {
    display: flex;
    padding: 10px;
	 gap: 40px;
	align-items: center;
}
.custom-layout-wrapper.spacer-layout {
    margin-left: 500px;
}
.practice-area-layout .image{
    width: 680px;
    height: auto;
}

.image img{
	width: 100%;
}

.practice-area-layout h3{
	color: #fff;
	font-size: 25px;
}

.practice-area-layout p{
	line-height: 35px;
	color: #fff;
}
.practice-area-layout p{
	width: 635px;
}

.main-remedies-bg {
  background-color: #000;
}

.testimonial-slider-text-fs {
  font-size: 20px;
  line-height: 40px;
}

.consultation-main-bg {
  background-color: #f7d720;
}

.main-blog-bg {
  background-color: #121212;
}

.blog-right-slider {
  padding-right: 66px !important;
}

.blog-headings {
  align-self: self-start !important;
}

.consultation-btn {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  display: inline-flex;
}

.text-black {
  color: #000;
}

p {
  font-size: 16px;
  font-weight: 400;
}

.main-content p {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 15px;
    text-transform: none;
}

.main-content h2{
    font-size: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    line-height: 60px;
}

.main-content ul {
    list-style: disc;
    margin-left: 30px;
    color: #fff;
    margin-bottom: 15px;
}

.main-content ul li {
    font-size: 16px;
    line-height: 35px;
}

#practice-areas-main {
  background-color: #121212;
}

.practice-areas h2 {
  color: #fff;
  margin: 0;
  padding: 0;
}

.practice-areas {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.practice-areas p {
  line-height: 35px;
  color: white;
  margin: 0;
  padding: 0;
}

.practice-areas-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 50px;
  min-width: 500px;
  flex-shrink: 0;
  color: white;
  border-radius: 10px;
  position: absolute;
  top: 157px;
  width: 640px;
}

.practice-areas-text a {
  color: #f7d720;
}

.practice-areas-text p {
  line-height: 35px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.error-page {
    padding: 100px 0px;
}
.practice-areas-text h3 {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 2px;
}

.practice-areas-both-flex {
  display: flex;
  gap: 55px;
  scroll-behavior: smooth;
  cursor: grab;
}

.practice-areas-both-flex::-webkit-scrollbar {
  display: none;
}

.drag-flex::-webkit-scrollbar {
  display: none;
}

.drag-flex {
  display: flex;
  justify-content: space-between;
  gap: 199px;
}

.pinned-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.animate-content {
  opacity: 1;
}

.custom-layout-wrapper {
  position: relative;
}

.straight-line2 {
  width: 360px;
  height: 1px;
  left: -313px;
  background-color: #d4d4d4;
  top: 236px;
}

.straight-line3 {
  position: absolute;
  top: -181px;
  width: 178px;
  rotate: 90deg;
  right: 0px;
  height: 1px;
  background-color: #f4eeee;
}

.drag-flex-left {
  min-width: 230px;
  flex-shrink: 0;
}

.drag-flex-right {
  flex-shrink: 0;
}

/* .drag-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-left: 1000px;
}
 */
.s-container {
  position: relative;
  width: 162px;
  height: 162px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  padding: 19px;
}

.background-s {
  position: absolute;
  top: 50%;
  left: 49%;
  width: 17px;
  transform: translate(-50%, -50%);
  height: auto;
}

.rotating-overlay {
  width: 100%;
  height: 100%;
  animation: rotate360 3s linear infinite;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rotate-line {
  transform: rotate(270deg);
  transform-origin: right 253%;
  margin-top: -66px;
  margin-right: 52px;
}

.blandit-flex {
  display: flex;
  height: 100%;
  position: absolute;
  right: 98px;
  gap: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.duis-content {
  padding-right: 350px;
}

.pl-none {
  flex: 1;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.gap-80 {
  gap: 80px;
}

.layer-img {
  border: 1px solid #f7d720;
  border-radius: 50%;
  padding: 35px;
}

/*Testimonial section*/
.cards {
  display: grid;
  place-items: center;
  max-width: 53%;
}

.outer {
  display: flex;
  position: relative;
  width: 100%;
  height: 400px;
}

.cards .card {
  padding: 1.5rem;
  max-width: 70rem;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  animation: animate 15s infinite linear;
  animation-delay: calc(3s * var(--delay));
}

.profile,
.header2 {
  display: flex;
  align-items: center;
  height: 80px;
}

.header2 {
  justify-content: space-between;
}

.profile img {
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.178);
  /* display: flex;
  gap: 30px; */
}
.profile p,
.blog-card-text p {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  font-weight: 400;
}

.cards .card:last-child {
  animation-delay: calc(-3s * var(--delay));
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.5);
  }
  5%,
  20% {
    opacity: 0.4;
    transform: translateY(100%) scale(0.7);
  }
  25%,
  40% {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0%) scale(0.7);
  }
  45%,
  60% {
    opacity: 0.4;
    pointer-events: all;
    transform: translateY(-100%) scale(0.7);
  }
  65%,
  100% {
    opacity: 0;
    pointer-events: all;
    transform: translateY(-100%) scale(0.5);
  }
}

#testimonials {
  background-size: cover;
  position: relative;
  color: white;
  background-position: center;
  z-index: 1;
}

#testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8); /* Black shade with 50% opacity */
  z-index: -1;
}

.profile h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: white;
  letter-spacing: 2px;
}

.pt-139 {
  padding-top: 139px;
}

.commas {
  display: flex;
  gap: 20px;
  width: 12%;
}

.left-commas-main {
  padding-left: 130px;
  align-items: center;
  display: flex;
  gap: 50px;
}

.commas img {
  max-width: 150px;
  height: auto;
}

.testimonial-img {
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 35%;
}

/* Blog section */

.flex {
  display: flex;
  gap: 40px;
  padding: 20px;
  background-color: #fffce8;
  height: 220px;
}

.flex img {
  width: 100%;
  max-width: 280px;
  height: auto;
}

.blog-card-text {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

a {
  color: #f7d720;
}

.fs-50 {
  font-size: 50px !important;
}

.blog-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-main {
  height: fit-content;
  overflow: hidden;
  padding-left: 130px;
  padding-top: 140px;
  padding-bottom: 115px;
}

.blog-right-slider {
  height: 730px;
  overflow-y: auto;
  padding-right: 10px; /* for scrollbar spacing */
}

.swiper-scrollbar {
  background: #ddd !important;
  width: 12px !important;
  right: 0;
}

.swiper-scrollbar-drag {
  background: #ffcc00 !important;
  border-radius: 10px !important;
  height: 200px !important;
}

.blog-scroll-container {
  flex: 1;
  height: 100%;
  overflow-y: scroll;
  padding-right: 10px;
  scrollbar-width: thin;
  background-color: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent);
}

.blog-scroll-container::-webkit-scrollbar {
  width: 6px;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  z-index: unset !important;
}

.blog-scroll-container::-webkit-scrollbar-thumb {
  background-color: #f7d720 !important;
  border-radius: 10px;
}

.hermberg-icons {
  display: flex;
  gap: 15px;
  display: none;
}

.call-btn-inline {
  display: inline !important;
}

.mobile-only {
  display: none !important; /* default hidden */
}

.show-btn {
  display: none !important;
}

.circle-rotating-text-h3,
.circle-rotating-text-p {
  text-transform: uppercase;
}

.circle-rotating-text-h3 {
  font-size: 9px;
}
.circle-rotating-text-p {
  font-size: 5px;
}

.hamburger,
.hermberg-call-icon {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

/*form css*/

.pl-130 {
  padding-left: 130px;
  padding-top: 74px;
  padding-bottom: 74px;
}

.text-black {
  color: black;
}

.form-container form {
  padding-right: 50px;
  width: 100%;
}

.footer-map.sm-map-order img {
  max-width: fit-content;
}

.footer-map.sm-map-order img {
  max-width: unset !important;
}

.form-container {
  width: 47%;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.name-fields {
  display: flex;
  gap: 20px;
}

.field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

input,
textarea {
  padding: 10px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #444;
  color: #fff;
  font-size: 16px;
  outline: none;
}

input:focus,
textarea:focus {
  border-bottom: 1px solid #fcd700;
}

.submit-btn {
  width: 214px;
  padding: 21px 35px;
  background-color: #fcd700;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background-color: #e6c200;
}

.contact-form-para {
  padding-top: 28px;
  padding-bottom: 42px;
  width: 95%;
  padding-left: 122px;
}

/*Testimonial slider css*/

#testimonials .swiper-container-testimonial {
    width: 40%;
    height: 399px;
    overflow: hidden;
    position: relative;
/*     margin-bottom: 40px; */
    margin-top: 202px;
/*     padding-bottom: 100px; */
}

#testimonials p {
  font-size: 20px;
}

#testimonials .swiper-container-testimonial h4 {
  text-transform: uppercase;
	padding-left: 10px;
}

#testimonials .swiper-slide img {
  padding-top: 190px;
}

#testimonials .swiper-pagination {
   position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: auto;
    display: flex;
    gap: 7px;
    justify-content: flex-end;
    flex-direction: column;
}
#testimonials .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fffce8 !important;
  opacity: 0.4;
  border-radius: 50%;
  transition: opacity 0.3s;
}

#testimonials .swiper-pagination-bullet-active {
  opacity: 1;
  background: #f7d720 !important;
}

#testimonials .swiper-slide {
  filter: brightness(40%);
  opacity: 0.6;
  transition: filter 1s ease, opacity 1s ease, transform 1s ease;
}

#testimonials .swiper-slide.swiper-slide-active {
  filter: brightness(100%);
  opacity: 1;
  transition: filter 1s ease, opacity 1s ease, transform 1s ease;
}

#testimonials .swiper-wrapper {
  height: unset !important;
  flex-direction: column;
}


/* css for gradient part */
.blog-right-slider {
  position: relative;
  z-index: 0;
}

.blog-main{
	position: relative;
}


.blog-main::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 28%;
    z-index: 1;
    background: linear-gradient(
180deg
, rgba(0, 0, 0, 0) 4.04%, #000000 60.13%);
}



/*contact form 7 */
input.wpcf7-form-control.wpcf7-submit.has-spinner.sub-btn {
  display: inline;
  background-color: #f7d720;
  border-radius: 30px;
  padding: 19px 38px;
  border: 2px solid #f7d720; 
  color: #121212;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 50px;
  line-height: 1;
  transition: 0.6s ease-in-out;
  cursor: pointer;
}

.sub-btn {
  width: auto;
}

.form-container .wpcf7-submit.sub-btn:hover{
	color: #fff !important;
	border: 2px solid #f7d720 !important;
	background-color: transparent !important;
}
form.wpcf7-form {
    position: relative;
    padding-bottom: 30px;
}
.wpcf7 form .wpcf7-response-output{
   border-color: #ffb900;
    border: 0;
      padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
   color: red;
  
}
textarea {
  resize: none;
}
input,
textarea {
  padding: 10px;
  width: 100%;
}

.w-70 {
  width: 70%;
}

.field p {
  padding-top: 40px;
}

/*Vertical duis section right animation*/

.vertical-main {
  background-color: #121212 !important; /* Dark background */

  margin-right: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.vertical-text {
  writing-mode: sideways-lr;
  transform: rotate(180d.vertical-main {1923 Â  Â background: red; 1924}eg);
  color: white;
  font-size: 20px;
  letter-spacing: 2px;
}

.divider-line {
  width: 1px;
  height: 300px;
  background-color: white;
  margin-top: 40px;
  margin-bottom: 40px;
}
.divider-line2 {
  width: 90px;
	display: none;
  position: absolute;
  height: 1px;
  right: 0;
  background-color: white;
  margin-bottom: 20px;
  bottom: 127px;
}
.icon-wrapper {
  border: 1px solid white;
  border-radius: 50%;
  padding: 20px;
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-image {
  width: 100px;
  height: 87px;
}

/*navbar menu hover effect*/
.nav-menu>li {
    padding: 22px 0px;
}

.nav-menu li {
  position: relative; 
}

.nav-menu a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: inline-block;
  transition: color 0.3s ease;
}

.nav-menu li.current_page_item a,
.nav-menu li:hover a{
  color: #f7d720;
}


.nav-menu li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 47px;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #f7d720;
  z-index: 0;
  transition: width 0.4s ease;
}
.nav-menu li::after {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-image: url("img/outer-shell.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid black;
  border-radius: 50%;
  background-color: black;
  z-index: 1;
  transition: all 0.3s ease;
}

.nav-menu li:hover::before,
.nav-menu li.current_page_item::before {
  width: 100%;
}
.nav-menu li:hover::after,
.nav-menu li.current_page_item::after{
  opacity: 1;
  visibility: visible;
}

.footer-address-location-lh {
  line-height: 15px;
}

#menu-footer-menu li a:hover,
.footer-social-media li a:hover,
.footer-links-icon a:hover {
  color: #f7d720;
}

.consultation-straight-line {
  background-color: #000000;
  opacity: 20%;
  height: 1px;
}

.remedies-link-text-hover {
  color: white;
  transition: 0.6s ease-in-out;
}

.remedies-link-text-hover:hover {
  color: #f7d720;
}

.testimonial-img img {
  width: 100%;
}

.sl-width {
  background-color: #ffffff !important;
  opacity: 35% !important;
}

.text text-3 a {
  text-transform: uppercase !important;
}





.header-search-form {
  display: none;
  position: absolute;
  top: 31px;
  width: 100%;
  height: 13%;
}

.header-search-form form {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.header-search-form input[type="search"] {
  padding: 41px 10px;
  border-radius: 4px 0 0 4px;
  width: 1636px;
}
.header-search-form input[type="submit"] {
  padding: 19px 18px;
}

.header-search-form {
  display: none;
  position: absolute;
  top: 31px !important;
  right: 0 !important;
  width: 100%;
  height: 13%;
}

.header-search-form form {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.header-search-form input[type="search"] {
  padding: 41px 10px !important;
  border-radius: 4px 0 0 4px !important;
  width: 1636px !important;
}
.header-search-form input[type="submit"] {
  padding: 38px 26px !important;
  border: none !important;
}

.text a {
  text-transform: uppercase;
}

.cal-btn-nav svg {
  width: 20px;
  animation: none !important;
  transform: none !important;
  position: unset !important;
}

.cal-btn-nav span a:hover {
  color: white !important;
}

svg:hover path {
  stroke: #F7D720 !important;
}

/*  hiding unused links */

.practice-area-layout a, .blog-main a {
    display: none;
}


.searchBox {
  position: absolute;
  top: 0;
  left: 0;
	text-align: center;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: left 0.3s ease;
  z-index: 999;
	transition: height 0.4s ease, opacity 0.4s ease;
	opacity: 0;
}

.searchBox.active {
  height: 100px; /* adjust as per your navbar height */
	opacity: 1;
}

.searchBox input {
  width: 80%;
  padding: 10px;
  font-size: 16px;
	opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.searchBox.active input {
  opacity: 1;
  transform: translateY(0);
}




.closeBtn {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 1001;
  font-size: 24px;
  cursor: pointer;
}



.fa-magnifying-glass, .fa-search {
    color: white;
}


.fa-location-dot, .fa-map-marker-alt {
    padding-bottom: 28px;
}


.duis-text p {
    margin-bottom: 15px;
}

ul.address-main {
    gap: 28px;
	display: none;
}

.remedies-content p{
	margin-bottom: 15px;
}

.discussion-group-bg .Remedies-para .call-button:hover {
    background-color: transparent !important;
    color: #000 !important;
}


.searchBox input, textarea{
	   color: white;
}


i.fa-solid.fa-magnifying-glass.searchBtn:hover {
    color: #F7D720;
}


.search-submit .fa-magnifying-glass, .fa-search{
	padding: 11px;
    border: none !important;
    color: black;
	cursor: pointer;
}


form {
    width: 100%;
    max-width: 100%; 
}


.col-md-12.col-lg-8.col-sm-12 {
        padding: 100px 0 100px 0;
}

#testimonials{
	overflow: hidden;
}



.hermberg-call-icon svg{
	position: unset;
	animation: none;
}


#hamburger svg{
	position: unset;
	animation: unset;
}


form.search-field-form {
    text-align: center;
}

.remedy-btn-wrapper{
	padding-top: 30px;
}

a.call-button.cal-btn-nav.consultation-button-black {
    display: flex;
    align-items: center;
    gap: 9px;
	border: 2px solid #000;
}

.cal-btn-nav{
	color: white;
}

.text h3{
	text-transform: uppercase;
}

.testimonial-left-right-side-main {
    position: relative;
    z-index: 2; /* So it appears above ::after */
}

.testimonial-left-right-side-main::after {
    content: "";
    background-image: url(https://sangisettylstg.wpenginepowered.com/wp-content/uploads/2025/06/Frame-9.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-position: right;
    width: 100%;
    height: 84%;
    right: -358px !important;
    top: -317px;
    /* left: 491px; */
    z-index: -1;
    /* pointer-events: none; */
}

.editor-styles-wrapper, .entry-content {
    padding: 130px;
}


.editor-styles-wrapper, .entry-content p{
	  line-height: 35px;
    margin-bottom: 15px;
}


ul.bullets li{
	padding-bottom: 15px;
}


.swiper-container-testimonial.swiper-initialized.swiper-vertical.swiper-backface-hidden {
        padding-right: 75px !important;
}


.srch-form-mobile{
	width: 80%;
}

.mobile-btn{
	  padding: 5px !important;
}

.page-banner{
	  background-size: cover;
    background-position: center;
    background-color: #555;
    padding-top: 239px;
    padding-bottom: 95px;
   
}


.page-banner .banner-title {
        font-size: 75px;
	text-align: center;
    }

.lg-screen-btn-none svg {
    width: 20px;
    animation: none !important;
    transform: none !important;
    position: unset !important;
}

.search-field {
    color: black !important;
}
#consultation .consultation-main-bg .call-button{
	padding: 18px 35px;
}

.schema-address-dsply-none{
	display: none;
}

.nap-address-item {
    display: flex;
    flex-direction: column;
    gap: 30px;
	line-height: 28px;
	
}

.common-contact-wrap a:hover {
    color: #f7d720 !important;
}
#breadcrumbs span a:hover {
    color: #fff;
}
.common-contact-wrap.footer-add-info {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Instrument Sans';
}


.ftr-icon-gap {
    display: flex;
    gap: 9px;
}


.ty-btn a{
	transition: 0.5s ease-in-out;
}
.ty-btn a:hover {
    background: transparent !important;
    color: #000 !important;
}

p.inner-link>a {
    color: #000 !important;
    font-size: 16px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}
p.inner-link>a:hover {
    text-decoration: underline;
}

h2.consultation-heading-black{
		max-width: 57%;
}	


.discussion-second-group {
    display: none;
}
	
input, textarea{
	font-weight: 400;
}




.about-section {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 0;
  margin: 0;
}

.about-container {
  display: flex;
  align-items: stretch;
  min-height: 100%;
	gap: 56px;
}

.about-left{
   width: 40%;	
	z-index: 2;
}
.about-right {
   width: 57%;
 
}

.about-left img {
  width: 100%;
  max-height: 654px;
  object-fit: contain;
  display: block;
}

.about-right {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-right h2 {
  font-size: 50px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.about-right p {
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 15px;
}

.bg-yellow{
	background-color: #F7D720 !important;
}

.left-side-padding{
	padding-left: 0 !important;
}


.about-custom-container{
  width: 100%;
  max-width: 1520px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;

}

.about-page-third-heading{
	font-size: 70px !important;
	line-height: 95px !important;
	font-weight: 600 !important;
}

.pt-pb{
	padding-top: 80px;
	padding-bottom: 131px;
}


.gap-about-both{
	gap: 80px !important;
	padding-top: 114px;
	padding-bottom: 114px;
}

.commitment-section {
  background-color: #000;
  padding-top: 120px;
	padding-bottom: 130px;
  color: #fff;
}

.commitment-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.commitment-left {
  flex: 1;
}

.commitment-right {
  flex: 1;
  text-align: right;
}

.commitment-right img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.section-title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 40px;
}

.commitment-box {
  margin-bottom: 40px;
}

.commitment-box h3 {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}


.commitment-box p {
  line-height: 35px;
  margin: 6px 0;
}

.commitment-flex {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  border-left: 3px solid #F7D720;
  padding-left: 24px;
}


.commitment-rights-bg{
	background-image: url('https://sangisettylstg.wpenginepowered.com/wp-content/uploads/2025/06/front-view-businessman-working-1-1.png');
	background-size: cover;
   background-position: center;
   overflow: hidden;
   position: relative;

}

.Testimonials-rights-bg{
	background-image: url('https://sangisettylstg.wpenginepowered.com/wp-content/uploads/2025/06/co-workers-having-meeting-office-1.png');
	background-size: cover;
   background-position: center right;
   overflow: hidden;
   position: relative;
}

.Contact-rights-bg{
	background-image: url('https://sangisettylstg.wpenginepowered.com/wp-content/uploads/2025/06/judge-gavel-with-justice-lawyers-having-team-meeting-law-firm-background-concepts-law-legal-services-1.png');
	background-size: cover;
   background-position: center left;
   overflow: hidden;
   position: relative;
}

.inner-banner{
	position: relative;
}

.inner-banner::before{
	content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.1) 0%,      /* Light in the center */
    rgba(0, 0, 0, 0.6) 60%,     /* Darker towards edges */
    rgba(0, 0, 0, 0.8) 100%     /* Fully dark at edges */
  );
  z-index: 1;
}

.inner-banners-content-center{
	position: relative;
	z-index: 1;
}


.commitment-rights-bg::before, .Testimonials-rights-bg::before, .Contact-rights-bg::before{
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7); /* black overlay with 60% opacity */
  z-index: 1;

}



a.your-committment-button-class{
   background-color: #F7D720;
	padding: 18px 35px;
	border-radius: 30px;
	color: black;
	letter-spacing: 1px;
	text-transform: uppercase;
	    border: 2px solid #f7d720;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.committment-all-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 147px;
	padding-bottom: 164px;
	position: relative;
	z-index: 2;
}

.committment-right-para{
	padding-top: 10px;
	padding-bottom: 32px;
	font-size: 20px; 
	text-transform: capitalize;
}


.committment-all-content h2{
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.inner-banner{
	background-size: cover;
	background-position: center center;
	max-height: 567px;	
	height: 100%;
	
}

.inner-banners-content-center{
	text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	padding-top: 234px;
	padding-bottom: 203px;
	
	
}


.inner-banners-content-center h1{
	font-size: 70px;
	font-weight: 600px;
	line-height: 95px;
  text-transform: uppercase;
}

.inner-banners-content-center p{
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	max-width: 637px;
}


.section.odd-layout, .section.even-layout{
    display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 70px;
}


.section.odd-layout .image-left{
	width: 30%;
}

.section.odd-layout .content-right, .section.even-layout .practice-page-content-left{
	    display: flex;
       flex-direction: column;
       gap: 32px;
       width: 70%;
}

.practice-page-content-right h2, .practice-page-content-left h2{
	font-size: 25px;
}

.practice-knw-btn{
	text-transform: uppercase;
}

.practice-page-para{
	line-height: 35px; 
}

p#breadcrumbs a {
    text-transform: uppercase;
	    font-weight: 400;
	    text-decoration: none;
}

.breadcrumb-all-pages {
    background-color: black;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
	
}

.page-about-content{
	padding-top: 90px;
}

.section.about-section.pt.sangisety-bg-animation{
	padding-top: 130px;
}


.practice-page-pad{
	padding-bottom: 130px;
}

.even-layout-page{
	padding-top: 80px;
	padding-bottom: 80px;
}

p#breadcrumbs {
    font-size: 25px;
 }

span.breadcrumb_last {
    font-weight: 600;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.grid-item.text-white p {
    font-size: 20px;
    line-height: 40px;
}

.grid-item.text-white {
	border: 1px solid white;
    padding: 81px 59px 81px 69px;
	position: relative;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    gap: 32px;
}


.testimonial-card h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial-card-comma {
    position: absolute;
    top: 32px;
    left: 32px;
}

.testimonial-card-comma-bottm {
    position: absolute;
    bottom: 32px;
    right: 32px;
}



.testimonial-card-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
  max-height: 1000px;
  overflow: hidden;
}

.testimonial-card-wrapper.hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
}

#load-more-btn{
    background-color: #F7D720;
    padding: 18px 35px;
    border-radius: 30px;
    color: black;
	 font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #f7d720;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
	
	.testimonial-card-wrapper.hidden {
  padding: 0 !important;
  
}

.load-more-wrapper{
	text-align: center;
	    padding-bottom: 130px;
}



.swiper-container {
  width: 100%;
  height: 100%;
  padding: 80px 0;
   overflow: hidden;
	background-color: #F7D720;
}
.swiper-slide-container {
  font-size: 15px;
  border-radius: 15px;
}

.img-container {
  position: relative;
  background-size: cover !important;
}


.flag {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15%;
  background: #fff;
  padding-right: 10px;
  padding-bottom: 10px;
  border-bottom-right-radius: 40px !important;
}
.review {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-right: 10px;
  padding-top: 10px;
}
.star-rating {
  color: #ffffff;
  font-size: 1.1em;
  text-align: center;
  display: flex;
}

.star-rating .star {
  background-color: #eecc4e;
  margin-left: 2px;
  padding: 0px 2px 0px 2px;
}
.name-video {
  position: absolute;
  top: 50%;
  left: 50%;
 
}

.name-video .title {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

/* video palayer css */

.video-play-button {
  transform: translateX(-50%) translateY(-0%);
  box-sizing: content-box;
  display: block;
  width: 10px;
  height: 18px;
  border-radius: 50%;
  padding: 5px 13px 5px 14px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 61px;
  height: 61px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #60b2ff;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid #117dff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.custom-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* black overlay */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.custom-modal .modal-dialog {
  max-width: 800px;
  width: 90%;
  background: none;
}

.custom-modal .modal-content {
  background: none;
  border: none;
}

#video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

#youtubevideo {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}


.testimonial-page-video-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 32px;
	padding-bottom: 18px;
}


.testimonial-page-video-content h3{
     font-size: 20px;
	 font-weight: 600px;
	text-transform: uppercase;
}

.testimonial-page-video-content p{
     font-size: 20px;
	line-height: 40px;
	 font-weight: 400px;
}

.testimonial-rights-pt-pb{
	padding: 244px 0 244px 0;

}

.contact-rights-pt-pb{
	padding: 224px 0 125px 0;
}

h2.contact-heading-wdth{
	max-width: 100% !important;
}

.contact-page-heading-padding-top{
	padding-top: 23px;
	padding-bottom: 100px;
}

.contact-page-image-btm-pad{
	padding-bottom: 64px;
}

.contact-page-image-pading-top-none{
	 padding-top: unset;
	
}

.testimonials-video-above-main-heading {
    text-align: center;
    padding-bottom: 80px;
}



.owl-carousel-custom-design{
	  width: 100%;
    height: 100%;
    padding: 80px 0;
    overflow: hidden;
}

#testimonial-page-parent{
	background-color: #F7D720;
}


.testimonial-page-slider-heading{
	font-size: 20px;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 32px;
}

.testimonial-info{
	display: flex;
	flex-direction: column;
	gap: 19px;
}

.testimonial-page-slider-paragraph{
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	text-transform: lowercase;
}

.owl-carousel-custom-design { 
    max-width: 100%;
}
.about-section {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}

.duis-about-page-top-pad{
	padding-top: 0 !important;
}



section.bg-black.testimonial-pading.sangisety-bg-animation-practice-area {
    padding-top: 90px;
}



.sangisety-bg-animation:after {
    content: "";
    background-image: url(https://sangisettylstg.wpenginepowered.com/wp-content/uploads/2025/06/Frame-9.png);
    width: 900px;
    height: 804px;
    position: absolute;
    left: -415px;
    background-repeat: no-repeat;
    top: 3%;
    background-size: contain;
    z-index: 1;
}


.sangisety-bg-animation-practice-area:after {
    content: "";
    background-image: url(https://sangisettylstg.wpenginepowered.com/wp-content/uploads/2025/06/Frame-9.png);
    width: 900px;
    height: 804px;
    position: absolute;
    left: -415px;
    background-repeat: no-repeat;
    top: 73%;
    background-size: contain;
    z-index: 2;
}






.logo-heading-about-page{
	display: flex;
	    gap: 47px;
	    align-items: center;
}



.single-practice-area{
	padding-top: 129px;
	background-color: black;
	padding-bottom: 130px;
}

.container.single-page-practice-area {
    display: flex;
   text-align: center;
   flex-direction: column;
}

.practice-thumbnail img {
    width: 100%;
    max-height: 638px;
    object-fit: cover;
    object-position: bottom;
}


body.modal-open {
  overflow: hidden !important;
}

.single-para{
	color: white;
	line-height: 35px;
    font-size: 20px;
}


.single-detail-page-heading{
	font-size: 35px;
	padding: 20px 0;
}


.custom-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.static-page.section-padding {
      padding-top: 90px;
	padding-bottom: 130px;
	background-color: black;
}

.custom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.custom-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.main-content {
  flex: 0 0 66.66%; /* 8/12 columns */
  max-width: 66.66%;
}

.sidebar-content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.widget-title {
    position: relative;
    font-family: 'NewBlack';
    margin: 0;
    z-index: 1;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 32px;
    letter-spacing: 0em;
    line-height: normal;
    text-transform: capitalize;
    font-weight: 500;

}



.practice-side .widget-title {
  font-size: 24px;
   padding: 20px;
	font-weight: 600;
}

.practice-side .widget-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.practice-side .widget-menu li {
  transition: background 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.practice-side .widget-menu li:hover {
    background-color: black;
    color: white;
}

.practice-side .widget-menu li a:hover{
	color: white;
}


.practice-side .widget-menu li a {
  color: #000;
    padding: 10px 20px;
    display: flex;
    text-decoration: none;
    flex-grow: 1;
    font-size: 16px;
    line-height: 35px;
    justify-content: space-between;
}

.practice-side .widget-menu li.activeChild {
  background-color: #000;
}

.practice-side .widget-menu li.activeChild a {
  color: #fff;
}

.practice-side .widget-menu li a::after {
  content: "›";
  font-weight: bold;
  color: inherit;
	font-size: 31px;
}


.sidebar-box.sidebar-form-box {
    background-color: black;
    padding: 40px 20px;
}

.practice-area-name-fields{
	display: flex;
	flex-direction: column;
}

.sidebar-form-box{
	border: 1px solid white;
}

h1.text-white.single-detail-page-custom-heading {
    padding: 20px 0;
	font-size: 50px;
	text-transform: uppercase;
}

p.text-white.single-detail-page-custom-padding {
    line-height: 35px;
}

.sidebar-box.sidebar-menu-box {
    background: #F7D720;
    margin-top: 30px;
    border: 1px solid #F7D720;
}
.practice-area-single-title {
    color: white;
    text-align: center;
}

.featured-image img {
    width: 100%;
	max-height: 574px;
    object-fit: cover;
}

.side-thnks-page-banr{
	padding-top: 129px;
}
.page-banner.text-white.wide.side-bar-page-thnks-main {
    padding-top: 200px;
    padding-bottom: 200px;
}
.thank-you-wrapper {
    padding-bottom: 100px;
}
.home-page-thnku {
    padding-top: 274px;
}

.main-both-para-thnks p {
    font-size: 20px;
	line-height: 35px;
}


/* Ensure parent list items are positioned */
.menu-item-has-children {
  position: relative;
}

/* Hide submenu by default */
.menu-item-has-children >.sub-menu {
  position: absolute;
  top: 91%;
  left: 0;
  display: none;
  background: #000;
  min-width: 220px;
  padding: 10px 0;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

/* Show submenu on hover */
.menu-item-has-children:hover>.sub-menu {
  display: block;
}

.menu-item-has-children >.sub-menu li.menu-item-has-children ul.sub-menu {
    left: 100%;
    top: 0%;
    border-left:0px;
}
.menu-item-has-children >.sub-menu li.menu-item-has-children >a::after {
    content: '▼';
    right: 15px;
    position: absolute;
    font-size: 12px;
    top: 35%;
}

/* Sub-menu list items */
.sub-menu li {
  display: block;
}

/* Sub-menu anchor styling */
.sub-menu li a.nav-link {
  display: block;
  padding: 12px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

/* Hover effect */
.sub-menu li.current_page_item > a.nav-link,
.sub-menu li a.nav-link:hover {
  background-color: #f7d720;
  color: #000;
}

.nav-menu li .sub-menu li:hover::after {
  display: none !important;
}


.nav-menu li .sub-menu li::after {
  display: none !important;
}

.nav-menu li .sub-menu li::before {
  display: none !important;
}


.menu-item-has-children > a::after {
  content: "▼";
  font-size: 10px;
	position: absolute;
    top: 3px;
    right: -17px;
}

.submenu-toggle .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.menu-item-has-children.open .submenu-toggle .arrow {
  transform: rotate(180deg);
}

.widget-menu {
    padding-bottom: 20px;
}

ul.text-white.practice-area-page-classic-editor-para {
    font-size: 16px;
    line-height: 35px;
}









.owl-item > div {
  cursor: pointer;
  margin: 6% 10%;
  transition: margin 0.4s ease;
}
.owl-item.center > div {
  cursor: auto;
  margin: 0;
}
.owl-item:not(.center) > div:hover {
  opacity: .75;
}


#privacy-single{
	background-color: #000;
}

.privacy-main{
    padding-bottom: 130px;
	padding-top: 40px;
}

.privacy-main h2{
	padding-top: 30px;
}


.privacy-main p {
    font-size: 20px;
    line-height: 35px;
}

.hamburger-icon line {
  transition: all 0.3s ease;
  transform-origin: center;
}

.hamburger.active .line1 {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active .line2 {
  opacity: 0;
}

.hamburger.active .line3 {
  transform: rotate(-45deg) translate(5px, -5px);
}



/* Default: submenu hidden */
.menu-item-has-children > .sub-menu {
  display: none;
  border: 1px solid #fff;
}

.submenu-toggle {
  cursor: pointer;
  padding-left: 6px;
  font-size: 16px;
}



/* Show submenu when parent has .open */
.menu-item-has-children.open > .sub-menu {
  display: block;
}

.practice-area-page-classic-editor-para{
	padding-left: 30px;
}
 a.direction-link {
    margin-top: 5px;
    
} 


.out-sec-heading h2{
	color: white;
	text-align: center;
}

div#practice-area {
    padding-bottom: 0 !important;
}

.duis-paragraph ul {
    padding-left: 1.2rem;
	margin-bottom: 20px;
}

#breadcrumbs span a{
  text-transform: capitalize;
}

.who-we-heading {
    width: 50%;
}
.who-we-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.who-we-line {
    width: 35%;
    padding: 0 20px;
}
.who-we-button {
    width: 15%;
    text-align: right;
}
.who-we-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.heading-straight-line {
    width: 100%;
    background-color: #d4d4d4;
    height: 2px;
    margin: auto;
}
.bg-color a {
    color: #000;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.sub-btn:hover {
    background: transparent;
    color: #fff;
}
.text-center {
    text-align: center;
}
.error-page {
    background: #121212;
}
.error-page-container {
    width: 80%;
    margin: auto;
}
.error-page-container .wpcf7 form .wpcf7-response-output {
       right: 0;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
/* Hide by default */
.mobile-menu .sub-menu {
    display: none !important;
}

/* Show only when open */
.mobile-menu .sub-menu.open {
    display: block !important;
}

.mobile-menu .mobile-submenu-toggle {
    right: 0px;
    top: 0px;
    position: absolute;
    color: yellow;
    height: 40px;
    width: 40px;
    z-index: 99;
}
.mobile-menu .menu-item-has-children .mobile-submenu-toggle::after {
    content: "▼";
    font-size: 10px;
    position: absolute;
    top: 15px;
    right: 20px;
    transform: translate(50%) rotate(0deg);
    transition: transform 0.3s ease;
}

.mobile-menu .mobile-submenu-toggle.active::after {
    transform: translate(50%) rotate(180deg);
}
