html{
  scroll-behavior: unset !important;
}
.rts-btn.btn-primary {
  border: 1px solid #8b538b;
	background: #8b538b;
}
p {
  font-size: 16px;
}
.rts-banner-area {
  background: url(https://contracts4you.timesworld.tech/wp-content/uploads/2026/02/hero_banner.webp);
  height: auto;
  background-size: cover;
}
.banner-style-one .banner-one-inner {
  max-width: 600px;
  width: 100%;
  margin-left: 0;
  padding: 100px 0;
}

.banner-style-one .shape-iamge-area .one {
  left: 0;
}

.banner-style-one .shape-iamge-area .two {
  left: 15%;
}

.fa-star {
  color: #ffd700; /* Gold color */
  font-size: 22px;
}
.g-rating {
  gap: 8px;
}

.g-rating i {
  margin-left: 1px;
}

.video video {
  width: 100%;
}
.video {
  
  background: #000;
  display: grid;
  place-items: center;
  position: relative;
}

.video .overlay {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;

  display: grid;
  place-items: center;
  transition: all 0.4s ease;
}

.video .overlay i {
  font-size: 80px;
  cursor: pointer;
  color: #fff;
}

/* Hide overlay smoothly when playing */
.video.playing .overlay {
  opacity: 0;

  z-index: 9;
}

/* Show overlay smoothly when paused */
.video.paused .overlay {
  opacity: 1;
  pointer-events: auto;
  background-color: #000000bd;
}

.appoinment-area-four-wrapper.bg_image {
  background: #fff;
}
.accordion .accordion-item {
  margin-bottom: 30px;
  background: transparent;
  border: 1px solid rgba(65, 72, 87, 1);
  border-radius: 5px;
  overflow: hidden;
}

.accordion .accordion-item .accordion-button {
  background: transparent;
  font-size: 18px;
  color: var(--color-primary);
  padding: 18px 35px;
  font-weight: 700;
  border-bottom: none;
  box-shadow: none !important;
}

.accordion .accordion-item .accordion-button::after {
  filter: none;
  color: #fff;
}

.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.accordion .accordion-item .accordion-button[aria-expanded="true"] {
  background: #fff;
  color: #1c2539;
  border-bottom: 1px solid #1c2539;
  background: #1c2539;
  color: #fff;
}

.accordion .accordion-item .accordion-button[aria-expanded="true"]::after {
  filter: brightness(0) invert(1);
}

.accordion .accordion-item .accordion-collapse .accordion-body {
  transition: 0s;
  transition-delay: 0s;
  padding: 25px 30px 30px 30px;
  font-size: 16px;
  color: #5d666f;
}

.accordion .accordion-item .accordion-collapse.show .accordion-body {
  background: #fff;
}

.accordion .accordion-item .accordion-collapse.collapsing .accordion-body {
  background: #fff;
}
.contact-form-p {
  margin-left: 0;
  background: #20282d;
  color: #fff;
}
#contact-form-p .input-row {
  margin-bottom: 20px;
}
.contact-form-p input {
  border-color: #ffffff52;
  color: #fff;
  margin-bottom: 0;
}
.contact-form-p textarea {
  border-color: #ffffff52;
  color: #fff;
  margin-bottom: 0;
}

.contact-form-p h4 {
  color: #fff;
}

.contact-form-p select {
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  padding: 0 15px;
  color: #fff;
  background-color: #20282d; /* dark background */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
/* For dropdown options (when opened) */
.contact-form-p select option {
  background-color: #1a1a1a; /* same dark tone */
  color: #fff;
}
 
/* Optional: placeholder-like option */
.contact-form-p select option[disabled],
.contact-form-p select option[value=""] {
  color: #aaa;
}
/* For dropdown options (when opened) */
.contact-form-p select option {
  background-color: #1a1a1a; /* same dark tone */
  color: #fff;
}
 
/* Optional: placeholder-like option */
.contact-form-p select option[disabled],
.contact-form-p select option[value=""] {
  color: #aaa;
}



input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #fff;
}

.contact-form-p textarea:focus {
  border: 1px solid #fff;
}

select:focus {
  border: 1px solid #fff;
}

.rts-about-area {
  background: #f2f2f2;
}

.s-item {
  padding: 22px 18px;
  background: #20282d;
  border: 1px solid rgba(255, 255, 255, 0.27);
  box-shadow: 0px 9px 18px rgba(93, 93, 93, 0.12);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.btn-white {
  background-color: #fff;
  border-color: #fff !important;
}

h2 span {
  font-style: italic;
  color: var(--color-primary);
  font-weight: 400;
  display: block;
}
.title-style-one .pre {
  color: #000000;
  text-transform: uppercase;
  padding: 0;
  border: none !important;
  font-size: 16px;
  letter-spacing: 1px;
}

/* --- Popup overlay --- */
.popup-main {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 999;
}

/* --- When active --- */
.popup-main.active {
  opacity: 1;
  pointer-events: auto;
}

/* --- Popup container --- */
.popup-container {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  transform: translateY(-40px);
  transition: transform 0.4s ease;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* --- Animate in when active --- */
.popup-main.active .popup-container {
  transform: translateY(0);
}

/* --- Form elements --- */
.popup-form input, .popup-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
}
.input-row{
  margin-bottom: 15px;
}
.popup-form button {
  width: 100%;
  padding: 12px;
  background: #0056d2;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.popup-form button:hover {
  background: #0041a8;
}
.error-message {
  color: red;
  font-size: 14px;
}
/* --- Close button --- */
.close-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
}


.rts-client-review-area {
  background: #F2F2F2;
}
.rts-blog-area {
  background: #fff;
	border-bottom:  1px solid #C0C0C0
  box-shadow: 0px 22px 23px rgba(0, 0, 0, 0.07);
}

.business-boost-wrapper-main.rts-section-gap {
  border: 0;
  box-shadow: none;
}


.search-input-area.show {
  position: relative;
  box-shadow: none;
  padding: 0;
  justify-content: flex-start;
  z-index: 9;
}
.search-input-area .search-input-inner {
  width: 100%;
    gap: 30px;
}
.search-input-area .search-input-inner .input-div {
  width: 100%;
}
.get-a-quote{
  cursor: pointer;
}


.popup-form input:focus{
  border: 1px solid #9d9d9d;
}

.rts-btn {
  border-radius: 15px !important;
}

.popup-form .rts-btn {
  min-width: 120px;
}
.header-one .nav-area {
  margin-right: 50px;
}
.contact-form-p input::placeholder,
.contact-form-p textarea::placeholder,
.contact-form-p select::placeholder  {
  color: #888 !important;
}


.search-input-inner .input-div {
  max-width: 500px;

}

.rts-blog-h-2-wrapper {
  padding: 40px !important;
}

.rts-blog-h-2-wrapper .b-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.rts-read-more i {
  padding: 13px;
  background: #8b538b !important;;
  color: #fff;
  margin-right: 5px;
}

.rts-read-more:hover i{
  margin-right: 12px;
}

/* small spinner next to search */
.search-loader {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  vertical-align: middle;
  border: 2px solid rgba(0,0,0,0.15);
  border-top-color: rgba(0,0,0,0.6);
  border-radius: 50%;
  animation: search-spin 0.8s linear infinite;
  opacity: 0; /* hidden by default */
  transition: opacity .18s ease;
}
.search-loader.visible {
  opacity: 1;
}

/* feedback text styling */
.search-feedback {
  margin-top: 12px;
  font-size: 12px;
  color: #333;
}

/* subtle fade for results while loading */
#contracts-results.loading {
  opacity: 0.6;
}

.pre {
  display: none !important;
}


.single-blog-area-one .bottom-details {
  padding-top: 20px;
  margin-top: 15px;
}
.single-blog-area-one p {
  margin-bottom: 0;
}
.single-blog-area-one .title {
  margin-top: 15px;
}
.single-blog-area-one .bottom-details .thumbnail img {
  object-fit: cover;
  height: 100%;
}
.single-blog-area-one .bottom-details .thumbnail {
  height: 234px;
  border-radius: 18px;
}

/* spinner keyframes */
@keyframes search-spin {
  to { transform: rotate(360deg); }
}

.right a {
  color: #fff;
  margin-left: 25px;
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.right a i {
  margin-right: 8px;
}
.s-thumb .get-a-quote {
  font-size: 16px;
  color: #fff;
}
.s-thumb .s-item{
	flex-direction: column;
	height: 100%;
  justify-content: space-between;
align-items: flex-start;
  text-align: left;
  padding: 30px;

}
.s-thumb .s-item h5 {
  color: #fff;
	margin-bottom:10px;
}
.s-thumb .s-item p {
  color: #999;
  font-size: 16px;
  line-height: 24px;
	margin-bottom:20px;
}
.rts-line.get-a-quote {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-decoration: underline;
	height: auto;
}
.title-area-between-wrapper .swiper-button-prev {
  left: calc(100% - 80px);
}
.clients-marquee {
    overflow: hidden;
}

.clients-marquee .swiper-wrapper {
    transition-timing-function: linear !important;
}

.clients-marquee .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

.clients-marquee img {
    max-height: 60px;
    width: auto;
    user-select: none;
    pointer-events: none;
}
.testimonials-wrapper-swiper-demo-2 .swiper-slide {
  height: initial;
}
.testimonials-main-wrapper-two {
  height: 100%;
}
.right-content-testimonials {
  padding: 50px !important;
}
.toggle-content {
    color: #8b538b !important;
    cursor: pointer;
    font-weight: 500;
    margin-left: 5px;
	font-size:20px;
}
.toggle-content:hover {
    text-decoration: underline;
}

.sticky-statement {
  pointer-events: none !important;
  align-items: flex-start !important;
	position: relative !important;
  top: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 30px;
}
section.main-wrapper-sticky .sticky-statement .right p {
  max-width: 100% !important;
}
section.main-wrapper-sticky .sticky-statement .left-side {
  flex-direction: column;
}

.single-service-signle-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 30px 20px rgba(182, 182, 182, 0.1);
}
.service-style-swiper-wrapper-two {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px;
}
.why-choose-us-three-content-left .why-choose-feature {
  max-width: 100%;
  flex-wrap: wrap;
  row-gap: 10px;
 margin-bottom: 50px;
  border: 0;
}
#menu-btn{
	display:none;
}
.submenu.mm-collapse {
  display: block !important;
  height: auto !important;
  
}
.mobile-menu nav ul li.has-droupdown::after {
  
  display: none;
}
.submenu a {
  color: #000;
}
@media only screen and (max-width: 1199px) {
  #menu-btn{
	display: flex;
}
}


@media (max-width: 991px) {
  .pl--70 {
    padding-left: 0;
    padding-top: 30px;
  }

  .working-process-one .row .col-md-4 {
    width: 50%;
  }
  .s-item {
    min-height: 120px;
  }
  .business-boost-wrapper-main.rts-section-gap img {
    width: 100%;
    margin-bottom: 30px;
  }
  .search-input-area .search-input-inner{
    flex-direction: column;
     gap: 15px;
  }
  .search-input-inner .input-div{
    max-width: 100%;
  }
	.service-style-swiper-wrapper-two {

  grid-template-columns: auto;
 
}
	
.cta-main-area-wrapper-one {
  text-align: center;
  gap: 30px;
}
.inpur-area-main a {
  margin: 0 auto;
}
}

@media (max-width: 576px) {
  .s-item {
    min-height: 100%;
  }
  .working-process-one .row .col-md-4 {
    width: 100%;
  }
	.header-main-one-wrapper .thumbnail a img {
    max-width: 200px;
  }
}

