/* Common CSS */
:root {
  --primary-color: #fcdb57;
  --secondary-color: #E9BB71;
  --primary-black-color: #0C1C18;
  --gray-color: #FEFCF8;
}

.sub-heading {
  border-radius: 8px;
  border: 1px solid rgba(35, 37, 39, 0.1);
  background: var(--white-color);
  font-size: 16px;
  font-weight: 600;
}

.nav-right-item .theme-btn.style-one {
  padding: 13px 20px;
  font-weight: 600;
  font-size: 14px;
}

.rounded-circle{
    width: 100px;
     height: 100px;
     border-radius: 50%;
    
}


.text-white .sub-heading {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #295C51;
  color: var(--white-color);
}

.theme-btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.theme-btn.style-one {
  padding: 14px 20px;
  font-weight: 400;
  font-size: 14px;
  min-height: 40px;
  color: #000;
}


@media (max-width: 420px) {
.menu-item .theme-btn.style-one{
    padding: 9px 10px;
    font-weight: 400;
    font-size: 13px;
}

.will-testament-btn{
    display:none;
}
}



.theme-btn.style-one:hover {
  background-color: var(--primary-color);
  color: var(--heading-color);
}

.section-title h2 span {
  color: var(--primary-color);
}

.gray-bg {
  background-color: var(--gray-color);
}

.menu-item .theme-btn .will-testament-btn {
  padding: 0 15px;
  display: inline-block;
}

/* Hero Section */
.hero-seo .hero-wrapper {
  position: relative;
  z-index: 1;
  padding: 200px 0 50px;
  background-color: rgba(233, 187, 113, 0.05);
  overflow: hidden;
}

@media (max-width: 767px) {
  .hero-seo .hero-wrapper {
    padding: 150px 0 70px;
  }
}

.hero-seo .hero-wrapper .shape {
  position: absolute;
  z-index: -1;
}

.hero-seo .hero-wrapper .shape.blur-shape-one {
  background: conic-gradient(from 105deg at -78.01% 65.75%, rgba(41, 92, 81, 0.7) 0deg, rgb(139, 139, 139) 360deg);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  position: absolute;
  top: -20%;
  left: -5%;
}

.hero-seo .hero-wrapper .shape.blur-shape-one span {
  width: 185px;
  height: 555px;
}

.hero-seo .hero-wrapper .shape.blur-shape-two {
  background: conic-gradient(from 105deg at -78.01% 65.75%, rgba(41, 92, 81, 0.7) 0deg, rgba(139, 139, 139) 360deg);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  position: absolute;
  bottom: -20%;
  right: -5%;
}

.hero-seo .hero-wrapper .shape.blur-shape-two span {
  width: 185px;
  height: 555px;
}

.hero-seo .hero-wrapper .shape.circle-shape-one {
  left: -20%;
  bottom: -50%;
}

.hero-seo .hero-wrapper .shape.circle-shape-one span {
  width: 830px;
  height: 830px;
  border-radius: 50%;
  background: linear-gradient(147deg, rgba(41, 92, 81, 0.05) 19.79%, rgba(41, 92, 81, 0) 69.2%);
}

.hero-seo .hero-wrapper .shape.circle-shape-two {
  right: -18%;
  top: -50%;
}

.hero-seo .hero-wrapper .shape.circle-shape-two span {
  width: 830px;
  height: 830px;
  border-radius: 50%;
  background: linear-gradient(49deg, rgba(233, 187, 113, 0.05) 13.98%, rgba(233, 187, 113, 0) 73.6%);
}

.hero-seo .hero-wrapper .hero-content {
  position: relative;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-seo .hero-wrapper .hero-content .element {
  position: absolute;
  right: 0;
  top: -70px;
}

.text-right {
  text-align: right;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-seo .hero-wrapper .hero-content .element {
    right: 60px;
  }
}

.hero-seo .hero-wrapper .hero-content h1 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 60px;
}

.hero-seo .hero-wrapper .hero-content h1 span {
  font-weight: 800;
  color: var(--primary-color);
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-seo .hero-wrapper .hero-content h1 {
    font-size: 72px;
    line-height: 85px;
  }
}

@media screen and (max-width: 991px) {
  .hero-seo .hero-wrapper .hero-content h1 {
    font-size: 72px;
    line-height: 85px;
  }
}

@media (max-width: 767px) {
  .hero-seo .hero-wrapper .hero-content h1 {
    font-size: 44px;
    line-height: 60px;
  }
}

.hero-seo .hero-wrapper .hero-content p {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .hero-seo .hero-wrapper .hero-content p {
    font-size: 16px;
  }
}

.hero-seo .hero-wrapper .hero-content .hero-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hero-seo .hero-wrapper .hero-content .hero-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.hero-seo .hero-wrapper .hero-content .hero-button .theme-btn {
  margin-bottom: 10px;
  margin-right: 30px;
}

.hero-seo .hero-wrapper .hero-content .author-box .author-list li span {
  background-color: var(--secondary-color);
  border: 2px solid var(--white-color);
}

.hero-seo .hero-wrapper .hero-image-box {
  position: relative;
  padding-left: 55px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-seo .hero-wrapper .hero-image-box {
    max-width: 575px;
    margin: 0 auto;
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .hero-seo .hero-wrapper .hero-image-box {
    margin-top: 60px;
  }
}

.hero-seo .hero-wrapper .hero-image-box .hero-sm-image {
  position: absolute;
}

.hero-seo .hero-wrapper .hero-image-box .hero-sm-image img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(41, 92, 81, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(41, 92, 81, 0.05);
}

@media (max-width: 767px) {
  .hero-seo .hero-wrapper .hero-image-box .hero-sm-image img {
    width: 150px;
    height: 120px;
  }
}

.hero-seo .hero-wrapper .hero-image-box .hero-sm-image.image-one {
  left: 0;
  top: 0;
}

.hero-seo .hero-wrapper .hero-image-box .hero-sm-image.image-two {
  bottom: 0;
  right: 0;
}

.hero-seo .hero-wrapper .hero-image-box .element {
  position: absolute;
  top: 0;
  right: 0;
}

/* About Section */
.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-wrapper .sasly-image-box {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .about-wrapper .sasly-image-box {
    width: 50%;
    padding: 0 10px;
  }
}

.about-wrapper .sasly-image-box.box-one {
  margin-top: -90px;
}

@media screen and (max-width: 991px) {
  .about-wrapper .sasly-image-box.box-one {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.about-wrapper .sasly-image-box.box-two {
  position: relative;
}

.about-wrapper .sasly-image-box.box-two .shape {
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .about-wrapper .sasly-image-box.box-two .shape {
    top: -50px;
  }
}

@media screen and (max-width: 991px) {
  .about-wrapper .sasly-image-box.box-two {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.about-wrapper .section-content-box {
  width: 50%;
  padding: 0 70px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .about-wrapper .section-content-box {
    padding: 0 50px;
  }
}

@media screen and (max-width: 991px) {
  .about-wrapper .section-content-box {
    width: 100%;
    padding: 0 15px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

/* Team Testimonial */
.seo-testimonial .testimonial-slider {
  margin-left: -15px;
  margin-right: -15px;
  /*padding-left: 17%;*/
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .seo-testimonial .testimonial-slider {
    padding-left: 10%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .seo-testimonial .testimonial-slider {
    padding-left: 5%;
  }
}

@media screen and (max-width: 991px) {
  .seo-testimonial .testimonial-slider {
    padding-left: 0;
  }
}

.seo-testimonial .testimonial-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
  max-width: 550px;
}

@media screen and (max-width: 991px) {
  .seo-testimonial .testimonial-slider .slick-slide {
    max-width: 100%;
  }
}


@media screen and (max-width: 540px) {
  .seo-testimonial .testimonial-slider .slick-slide {
    font-size: 16px;
    line-height: 22px;
  }
}




.section-content-box h2 {
  font-size: 30px;
  line-height: 35px;
}

@media screen and (max-width: 540px) {

  .section-content-box h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

/* Seo Footer */
.seo-footer {
  background-color: #000000;
  color: #fff;
}

.seo-footer .footer-copyright {
  background-color: rgb(255 255 255 / 10%);
}

.footer-widget .widget-title {
  color: #fff;
}

/* Page Hero CSS */
.page-hero-ss {
  position: relative;
  z-index: 1;

  background-color: rgba(233, 187, 113, 0.05);
  overflow: hidden;
}

/* @media (max-width: 767px) {
  .page-hero-ss {
    padding: 150px 0 70px;
  }
} */


.page-hero-ss .shape {
  position: absolute;
  z-index: -1;
}

.page-hero-ss .shape.blur-shape {
  top: -25%;
  left: -5%;
}

.page-hero-ss .shape.blur-shape span {
  width: 185px;
  height: 555px;
  -webkit-transform: rotate(-37.493deg);
  transform: rotate(-37.493deg);
  background: conic-gradient(from 105deg at -78.01% 65.75%, #FFEB3B 0deg, #FFEB3B 360deg);
  -webkit-filter: blur(150px);
  filter: blur(150px);
}

.page-hero-ss .shape.circle-shape {
  right: -18%;
  top: -50%;
}

.page-hero-ss .shape.circle-shape span {
  width: 830px;
  height: 830px;
  border-radius: 50%;
  background: linear-gradient(49deg, rgba(233, 187, 113, 0.05) 13.98%, rgba(233, 187, 113, 0) 73.6%);
}

.seo-about-sec .sasly-image-box.style-one {
  padding-left: 80px;
}

@media screen and (max-width: 991px) {
  .seo-about-sec .sasly-image-box.style-one {
    padding-left: 0;
  }
}

.seo-about-sec .sasly-image-box.style-one .image-one {
  position: relative;
  padding-top: 100px;
}

.seo-about-sec .sasly-image-box.style-one .image-one .circle-shape {
  position: absolute;
  top: 0;
  left: -80px;
}

@media screen and (max-width: 991px) {
  .seo-about-sec .sasly-image-box.style-one .image-one .circle-shape {
    left: -30px;
  }
}

@media (max-width: 767px) {
  .seo-about-sec .sasly-image-box.style-one .image-one .circle-shape {
    left: auto;
    right: 0;
  }
}

.seo-about-sec .sasly-image-box.style-one .text-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.seo-about-sec .sasly-image-box.style-one .text-box span {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid var(--border-color);
  max-width: 100px;
  line-height: 27px;
}

.seo-company {
  background-color: #fff;
}

.seo-company .text-box h5 {
  color: var(--white-color);
}

.seo-service .sasly-image-box.style-one {
  position: relative;
  max-width: 660px;
  min-height: 480px;
  border-radius:10px;
}

@media (max-width: 1024px) {
  .seo-service .sasly-image-box.style-one {
    max-width: 100%;
    min-height: auto;
  }
}

@media (max-width: 420px) {
  .seo-service .section-content-box {
    min-height: auto;
  }
}

.seo-service .sasly-image-box.style-one .sasly-image img {
  border-radius: 10px;
}

.seo-service .sasly-image-box.style-one .element-image {
  position: absolute;
  bottom: 50px;
  right: 0;
  max-width: 220px;
}

.seo-service .sasly-image-box.style-one .element-image img {
  border-radius: 10px;
}

.seo-service .sasly-image-box.style-one .shape {
  position: absolute;
  top: 50px;
  right: 25px;
}

.seo-service .section-content-box {
  padding-left: 50px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .seo-service .section-content-box {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .seo-service .section-content-box {
    padding-left: 0;
  }
}

.seo-service .sasly-iconic-box.style-nine {
  text-align: left;
}

.seo-service .sasly-iconic-box.style-nine .content p {
  margin-bottom: 20px;
}

.seo-service .sasly-iconic-box.style-nine .content .read-more {
  color: var(--heading-color);
  font-weight: 500;
  text-decoration: underline;
}

.seo-service .sasly-iconic-box.box-one {
  background-color: #F3F4F0;
}

.seo-service .sasly-iconic-box.box-one .icon {
  background-color: #295C51;
}

.seo-service .sasly-iconic-box.box-two {
  background-color: #FCF6EB;
}

.seo-service .sasly-iconic-box.box-two .icon {
  background-color: #E9BB71;
}

.seo-service .sasly-iconic-box.box-three {
  background-color: #F9F8FE;
}

.seo-service .sasly-iconic-box.box-three .icon {
  background-color: #AF9FFF;
}

/* Service Details CSS */
.service-details-wrapper .service-item .content h2 {
  margin-bottom: 25px;
  font-size: 48px;
}

@media screen and (max-width: 991px) {
  .service-details-wrapper .service-item .content h2 {
    font-size: 32px;
    line-height: 1;
  }
}

.service-details-wrapper .service-item .content h4 {
  margin-bottom: 15px;
}

.service-details-wrapper .service-item .content p {
  margin-bottom: 30px;
}

/* Project Details Page */
.project-details-ss .project-thumbnail .thumbnail {
  position: relative;
}

.project-details-ss .project-thumbnail .thumbnail img {
  border-radius: 7px;
  min-height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-ss .project-thumbnail .thumbnail img {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .project-details-ss .project-thumbnail .thumbnail img {
    min-height: 20px;
  }
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: var(--primary-color);
  max-width: 400px;
  width: 100%;
  padding: 40px 50px;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .project-details-ss .project-thumbnail .thumbnail .project-info-box {
    padding: 20px 30px;
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 40px;
  }
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box h4.title {
  letter-spacing: -0.48px;
  color: var(--white-color);
  margin-bottom: 20px;
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li {
  display: block;
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li span {
  font: 500 16px var(--heading-font);
  color: var(--white-color);
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li span.title {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.36px;
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li span.info {
  float: right;
}

.project-details-ss .project-content .content h3.title {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -1.04px;
  margin-bottom: 33px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-ss .project-content .content h3.title {
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .project-details-ss .project-content .content h3.title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 40px;
  }
}

.project-details-ss .project-content .content p {
  margin-bottom: 40px;
}

.project-details-ss .project-content .content ul {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .project-details-ss .project-content .content ul {
    margin-bottom: 30px;
  }
}

.project-details-ss .project-content .content h5 {
  margin-bottom: 10px;
}

.project-details-ss .project-content .content .block-image img {
  border-radius: 7px;
}

/* Faqs Page */
.faqs-page-ss .sasly-image-box img {
  border-radius: 7px;
}

.sasly-nav-tabs .nav-tabs {
  border-bottom: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sasly-nav-tabs li {
  display: block;
}

.sasly-nav-tabs .nav-link {
  display: block;
  border: 1px solid var(--border-color);
  border-radius: 7px;
  padding: 8px 25px;
  letter-spacing: -0.36px;
  font: 600 18px var(--heading-font);
  color: var(--heading-color);
  margin-bottom: 10px;
}

.sasly-nav-tabs .nav-link.active {
  background-color: var(--primary-color);
  color: #000;
}

/* Blog Standard CSS */
.blog-standard-ss .blog-quote-post-item {
  background-color: rgba(41, 92, 81, 0.122);
}

/* Contact Page CSS */
.contact-ss .sasly-iconic-box.style-twelve {
  padding: 10px 30px 10px;
  border-radius: 10px;
  background: transparent !important;
  display: flex;
  width: 100%;
}

@media (max-width: 540px) {
  .contact-ss .sasly-iconic-box.style-twelve {
    padding: 10px 15px !important;
  }
}

.new-ad {
  background: #fcdb57;
}


@media (max-width: 991px) {
  .new-ad {
    text-align: center;
  }
}


.oxyy-login-register {
  /* background: url(../images/login-bg.png) no-repeat center right; */
  background-size: cover;
}




@media (max-width: 767px) {

  .oxyy-login-register .text-13 {
    font-size: 20px !important;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
  }

}

.oxyy-login-register .text-13 {
  font-size: 2.25rem !important;
  text-align: center;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
}

.oxyy-login-register .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid #838383;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 45px;
}

.oxyy-login-register .form-control:focus {

  border: 1px solid #fae951;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0);
}

.oxyy-login-register p a {
  color: #fcdb57;
  font-weight: 600;
}

.oxyy-login-register {
  line-height: 24px !important;
  font-size: 14px;
}


/* will section */

.will-section {
  margin-top: 40px;
}

.ht-scroll {
  height: 700px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}



.pageBtn {
  position: relative;
  background-color: var(--primary-color);
  color: var(--text-color);
  padding: 13px 22px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  line-height: 1;
  border: 1px solid var(--primary-color);
}

.pageBtn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid var(--primary-color);
}

.gryBtn {
  position: relative;
  background-color: #afafaf;
  color: #000;
  padding: 13px 22px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  line-height: 1;
  border: 1px solid var(--primary-color);
}

.gryBtn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid var(--primary-color);
}

.cms-content {
  padding: 60px 0;
  min-height: 700px;
}

.cms-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cms-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cms-content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

.cms-content ul {
  margin-bottom: 20px;
}

.cms-content ul li {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 22px;
  list-style: disc;
  margin-left: 40px;
}

.form-select {
  height: 50px;
}

.video {
  position: relative;
  line-height: 0;
}

@media (max-width: 768px) {
  .video {
    height: 65vh;
  }
}

.video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(359deg, rgba(0, 0, 0, 0) 17.86%, rgb(0 0 0 / 37%) 83.52%);
  z-index: 1;

}

.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;

}

.video-tagline {
  padding-top: 20%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: linear-gradient(267deg, rgba(0, 0, 0, 0) 17.86%, rgba(0, 0, 0, 0.75) 83.52%);
}

.video-tagline .blog-date .icon{
  color: #fff !important;
}




.video-tagline h2 {
  font-size: 48px;
  color: #fff;
  max-width: 600px;
}

@media (max-width: 991px) {
  .video-tagline {
    padding-top: 24%;
  }

  .seo-about .video-tagline {
    padding-top: 11%;
  }
}

@media (max-width: 540px) {
  .video-tagline {
    padding-top: 30%;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .seo-about .video-tagline {
    padding-top: 22%;
  }

  .hero-seo .video-tagline .container {
    width: 75%;
    text-align: center;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .video-tagline h2,
  .video-tagline p {
    text-align: center;
    width: 100%;
  }

  .video-tagline .theme-btn {
    display: inline-block;
    margin: 15px auto 0;
  }

  .video-tagline h2 {
    font-size: 30px;
    line-height: 36px;
  }

}

@media (max-width: 540px) {

  .page-hero-ss .video-tagline,
  .hero-seo .video-tagline {
    padding-top: 45%;
  }

  .hero-seo .video-tagline .container {
    width: 100%;
  }

  .video-tagline h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .hero-seo .video-tagline p {
    margin: 10px 0px
  }

}

@media (max-width: 420px) {
  .page-hero-ss .video-tagline {
    padding-top: 75%;
  }

  .hero-seo .video-tagline {
    padding-top: 55%;
  }
}



.video-tagline p {
  font-size: 16px;
  color: #fff;
  max-width: 600px;
  line-height: 24px;
  margin: 20px 0px;
}

@media (max-width: 540px) {
  .video-tagline p {
    font-size: 14px;
    line-height: 20px;
  }
}

.video-tagline a {
  color: #000;
}

.will-testament-btn a {
  color: #000 !important;
  font-weight: 400;
}

.header-fixed {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(41, 92, 81, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(41, 92, 81, 0.1);
  background: #fff;
}

.header-fixed img {
  filter: none !important;
}

.header-fixed a {
  color: #000 !important;
}


.nav-right-item .theme-btn.style-one {

  padding: 10px;

  font-weight: 600;

  font: 400 14px var(--heading-font);

  color: var(--heading-color);
  height: 40px !important;

}

.hero-seo .hero-wrapper .hero-content .hero-button .theme-btn {

  margin-bottom: 10px;

  margin-right: 30px;

  color: var(--heading-color);

  font: 400 14px var(--heading-font);

}



.check-list.style-two li:not(:last-child) {

  margin-bottom: 20px;


}


@media (max-width: 541px) {
  .check-list.style-two li:not(:last-child) {
    margin-bottom: 10px;
  }

}

.check-list.style-two li {

  width: 100%;
  margin-bottom: 15px;

}

.seo-service .sasly-image-box.style-one .sasly-image img {

  border-radius: 10px;
  width: 100%;


}



.sasly-process-item {
  min-height: 100%;

}

.testimonial-swiper {

  padding: 40px 20px;

}



.testimonial-card {

  background: rgba(255, 255, 255, 0.1);

  backdrop-filter: blur(10px);

  border-radius: 20px;

  border: 1px solid rgba(255, 255, 255, 0.2);

  padding: 25px;

  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);

  color: #fff;

  min-height: 250px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  transition: transform 0.4s ease;

}



.testimonial-card:hover {

  transform: translateY(-10px);

}



.testimonial-header {

  display: flex;

  align-items: center;

  gap: 15px;

  margin-bottom: 15px;

}



.testimonial-header img {

  width: 60px;

  height: 60px;

  border-radius: 50%;

  object-fit: cover;

  border: 2px solid #ffc107;

}



.testimonial-header h4 {

  margin: 0;

  font-size: 18px;

  font-weight: 600;

  color: #fcdb57;

}



.testimonial-header span {

  font-size: 14px;

  color: #ddd;

}



.testimonial-stars {

  color: #ffc107;

  margin: 10px 0;

}



.testimonial-message {

  font-style: italic;

  font-size: 15px;

  line-height: 1.6;

}

.home-will-bazaar-edge {
  align-items: flex-start !important;
}

.faqs {
  padding: 50px 0 0 0;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .faqs {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .faqs {
    padding: 40px 0 0 0;
  }
}

@media (max-width: 540px) {
  .faqs {
    padding: 20px 0 0 0;
    max-width: 100%;
  }
}

/* Ensure the Swiper container takes full height */
.FAQ-slider.swiper {
  height: 100%;
  margin-top: 35px;
}

/* Make swiper-wrapper flex and stretch slides */
.FAQ-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
  /* This makes all slides equal height */
}

.FAQ-slider .swiper-slide {
  height: auto;
  display: flex;
}

.faqs .col {
  flex: 1;
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  background: #f7f7f7;
}

/* Position Swiper arrows absolutely relative to .row */
.row {
  position: relative;
}

/* .swiper-group {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  z-index: 10;
} */

.FAQ-prev,
.FAQ-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  /* ensures buttons stay clickable */
  z-index: 20;
}

.FAQ-prev {
  left: -30px;
  transform: rotate(180deg)
}

.FAQ-next {
  right: -30px;
}

.FAQ-prev svg,
.FAQ-next svg {
  width: 35px;
  height: 35px;
  fill: #333;
}


.faqs .col article {
  flex: 1;
}

.faqs .col.active {
  border-color: #666;
}

.faqs .col.active .title .icon {
  rotate: -90deg;
}

.faqs .col.active .title h6 {
  color: #000;
}

.faqs .col .title {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
  padding: 25px 15px 15px 25px;
  cursor: pointer;
}

@media (max-width: 540px) {
  .faqs .col .title {
    padding: 10px 15px;
  }
}

.faqs .col .title h6 {
  font-size: 16px;
  line-height: 1.5;
  flex: 1;
  color: var(--text);
  padding-right: 1rem;
}

@media (max-width: 540px) {
  .faqs .col .title h6 {
    line-height: 1.2;
  }
}

.faqs .col .title .icon {
  flex: 0 1 auto;
  width: 20px;
  height: 20px;
  background-image: url(../images/dark-down.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
  transition: 0.5s ease;
}

.faqs .col .title h6 {
  color: #000;
  transition: 0.5s ease;
  font-family: "Poppins", serif;
}

.faqs .col article .content-desc {
  padding: 0 25px 30px;
}

@media (max-width: 540px) {
  .faqs .col article .content-desc {
    padding: 0 15px 20px;
  }
}

.faqs .col article .content-desc * {
  color: #1e1e1e;
}

.faqs .col article .content-desc p:not(:last-child) {
  padding-bottom: 10px;
}

.faqs .col article .content-desc p a {
  color: #1BB6F0 !important;
  text-decoration: underline;
}

@media (max-width: 540px) {
  .faqs .col article .content-desc h5 {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.faqs .col article .content-desc h5:not(:last-child) {
  font-size: 18px;
  text-transform: none;
  padding-bottom: 20px;
}

@media (max-width: 540px) {
  .faqs .col article .content-desc h5:not(:last-child) {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.faqs .col article .content-desc ul {
  padding-left: 20px;
}

@media (max-width: 540px) {
  .faqs .col article .content-desc ul {
    padding-left: 10px;
  }
}

.faqs .col article .content-desc ul:not(:last-child) {
  padding: 0 0 10px 20px;
}

.faqs .col article .content-desc ul li {
  position: relative;
}

.faqs .col article .content-desc ul li::before {
  content: "•";
  margin-right: 11px;
  font-size: 25px;
  position: absolute;
  left: -24px;
  top: -7px;
  color: #1BB6F0;
}

@media (max-width: 540px) {
  .faqs .col article .content-desc ul li::before {
    font-size: 14px;
    left: -12px;
    top: -1px;
  }
}

@media (max-width: 540px) {
  .faqs .col article .content-desc ul li {
    font-size: 14px;
    line-height: 1.2;
  }
}




.blog-header .video-tagline .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .blog-header .video-tagline .flex {
    flex-direction: column;
  }
}

.wrapper {
  --border-radius: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 30px;
  border-radius: var(--border-radius);
}

.wrapper input[type='checkbox'] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
}

.wrapper input[type='checkbox']:checked~.tooltip {
  width: 145px;
  height: 54px;
  animation: stretch-animation 0.6s ease-out forwards;
  top: -80px;
  opacity: 1;
}

.wrapper .share-toggle {
  display: block;
}

.wrapper .share-toggle svg {
  width: 45px;
  height: 45px;
  fill: #fff;
}

.wrapper .share-toggle svg path {
  fill: var(--white);
  stroke: var(--white);
}

.wrapper .tooltip {
  width: 90px;
  height: 75px;
  border-radius: 70px;
  position: absolute;
  background: #fff;
  z-index: 2;
  padding: 0 15px;
  box-shadow: 0 10px 30px rgba(65, 72, 86, 0.05);
  opacity: 0;
  top: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: opacity 0.15s ease-in, top 0.15s ease-in, width 0.15s ease-in;
}

.wrapper .tooltip a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
}

.wrapper .tooltip a svg {
  width: 24px;
  height: 26px;
}

.wrapper .tooltip a svg path {
  fill: #333333;
}

.wrapper .tooltip .arrow {
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -8px;
  transform: rotate(45deg);
  z-index: 0;
}

@keyframes stretch-animation {
  0% {
    transform: scale(1, 1);
  }

  10% {
    transform: scale(1.1, 0.9);
  }

  30% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.05, 0.95);
  }

  100% {
    transform: scale(1, 1);
  }
}



.para-parent {
  width: 84%;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 768px) {
  .para-parent {
    width: 90%;
  }
}

@media (max-width: 540px) {
  .para-parent {
    width: 100%;
  }
}

.para-parent p {
  color: #666;
  margin-bottom: 10px;
}





.para-parent h2,
.para-parent h1,
.para-parent h3,
.para-parent h4 {
  margin: 26px 0 0;
  color: #666;
  font-family: Poppins;
}

.para-parent ul {
  margin: 15px 0 32px;
  padding-left: 0;
  list-style: none;
}

.para-parent ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #666;
}

@media (max-width: 540px) {
  .para-parent ul li {
    padding-left: 20px;
  }
}

.para-parent ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}

.para-parent h2 {
  margin: 26px 0 15px;
  font-size: 38px;
}

@media (max-width: 991px) {
  .para-parent h2 {
    font-size: 32px;
  }
}

@media (max-width: 540px) {
  .para-parent h2 {
    font-size: 22px;
  }
}

.para-parent strong,
.para-parent span {
  color: #666;
}

.para-content {
  margin-top: 70px;
}

.para-content h5 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  line-height: 2rem;
  color: #000;
}



.blog-prev {
  right: 50%;
  transform: rotate(180deg);
}

.blog-next,
.blog-prev {
  width: 24px;
  border-radius: 50%;
  z-index: 2;
  background: transparent;
}

.blog-next img,
.blog-prev img {
  width: 12px;
}

.related-heading {
  position: relative;
  margin-bottom: 30px;
}

.related-heading h2 {
  font-size: 2.5rem;
  color: #000;
  text-align: left;
}


.related-heading .swiper-group {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}



.p-logo-b {
  width: 50px;
}

.pricing-header {
  height: 350px;
}

.pricing-header .video-tagline {
  padding-top: 150px;
}

.pricing-header .video-tagline h2 {
  text-align: center;
  max-width: inherit;
  margin-bottom: 10px;
}

.pricing-header .video-tagline p {
  text-align: center;
  max-width: 650px;
  margin: auto;
}

.dashboard{
    padding: 60px 0;
}

.dashboard .pricing-header .video-tagline {
  padding-top: 220px !important;
}


.contact-header {
  height: 600px;
}

.contact-header .video-tagline {
  padding-top: 250px;
}

.why-choose {
  text-align: center;
  margin-bottom: 45px;
}

.footer-nav a {
  color: #ffff;
}

.copyright-text p {
  color: #fff;
  font-size: 14px;
}

.login-right {
  background-image: url(../images/laptop.jpg);
  background-size: cover;
  position: relative;
}

.login-right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #00000082;
  height: 100%;
  width: 100%;
}

.login-right .d-flex img {
  filter: invert(1);
}

.my-auto {
  z-index: 9999 !important;
}

.blog-header {
  height: 70vh;
}

.blog-header .video-tagline {
  padding-top: 24%;
}

.blog-header .video-tagline h3 {
  color: #fff;
  font-size: 2rem;
  width: 54%;
  margin-top: 20px;
}

.blog-header .blog-date {
  padding: 1px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
}

@media (max-width: 1550px) {
  .blog-header .video-tagline {
    padding-top: 30%;
  }

}

@media (max-width: 991px) {
  .blog-header .video-tagline {
    padding-top: 38%;
  }

  .blog-header .video-tagline h3 {
    color: #fff;
    font-size: 1.5rem;
    width: 80%;
    margin-top: 20px;
  }

}

@media (max-width: 768px) {
  .blog-header {
    text-align: center;
  }

  .blog-header .video-tagline h3 {
    color: #fff;
    font-size: 1.5rem;
    width: 80%;
    padding: 10px 0 30px 0;
    margin-top: 20px;
    margin: 0 auto;
  }

  .icon {
    text-align: center;
  }

}

@media (max-width: 540px) {
  .blog-header .video-tagline h3 {
    color: #fff;
    font-size: 1.3rem;
    width: 100%;
    padding: 10px 0 30px 0;
    margin-top: 20px;
    margin: 0 auto;
    line-height: 1.5;
  }

  .blog-header .video-tagline {
    padding-top: 88%;
  }

}

.dropdowns{
  color: #fff !important;
}

.dropdowns .nav-link {
  color: #fff;
}

.on-mobile{
  gap: 22px;
}


@media (max-width: 540px) {
.dropdowns .nav-link {
  color: #fff;
  font-size: 12px;
}


}

@media (max-width: 420px) {

.on-mobile{
  flex-direction: column;
  gap: 4px !important;
}

}


.header-fixed .dropdowns .nav-link {
  color: #000;
}




.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 60px 0;
}

@media (max-width: 991px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

.blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.15) 0px 6px 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}



.blog-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.blog-content {
  padding: 16px;
}

.blog-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
  line-height: 1.4;
}

.blog-date {
  font-size: 0.9rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.blog-date .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444444;
}

.blog-date svg {
  width: 18px;
  height: 18px;
}

.read-more {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #c39c00;
  transition: color 0.2s ease;
}

.read-more:hover {
  color: #c39c00;
}



/* addCard-start */

.add-secA {
  margin-top: 30px;
}

.add-secA .dashboard-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.add-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 8rem;
  align-items: start;
}


@media (max-width: 1024px) {
  .add-wrap {
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
  }
}

@media (max-width: 991px) {
  .add-wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.grid-item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.grid-item-header>div h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
}


.cart-btn {
  background: none;
}

.cart-btn svg {
  width: 30px;
  height: 30px;
}


.coupon {
  margin-bottom: 8rem;
}

.add-continue .coupon p {
  color: #000;
}

.add-continue {
  position: sticky;
  top: 2rem;
  align-self: start;
  background: #fff;
  padding: 12px;
}

@media (max-width: 540px) {
  .add-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .dashboard-grid {
    width: 100%;
  }

  .add-continue {
    width: 100%;
  }

  .coupon {
    margin-bottom: 2rem;
  }

  .cart-btn svg {
    width: 20px;
    height: 20px;
  }

  .grid-item-header>div h4 {
    font-size: 1rem;
  }

  .grid-item-header>div h2 {
    font-size: 1.5rem;
  }

}


.input-container {
  position: relative;
  width: 100%;
  margin-top: 25px;
}

.input-container input[type="text"] {
  font-size: 20px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 5px 0;
  background-color: transparent;
  outline: none;
}

.input-container .label {
  position: absolute;
  top: 0;
  left: 0;
  color: #ccc;
  transition: all 0.3s ease;
  pointer-events: none;
}

.input-container input[type="text"]:focus~.label,
.input-container input[type="text"]:valid~.label {
  top: -20px;
  font-size: 16px;
  color: #333;
}

.input-container .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #333;
  transform: scaleX(0);
  transition: all 0.3s ease;
}

.input-container input[type="text"]:focus~.underline,
.input-container input[type="text"]:valid~.underline {
  transform: scaleX(1);
}

.form {
  display: flex;
  align-items: center;
}

.form input[type="submit"] {
  padding: 10px 20px;
  border: 1px solid #000;
  background: transparent;
  border-radius: 8px;
}

.form input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

.total ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}


@media (max-width: 540px) {
  .total ul li {
    margin-bottom: 2px;
  }
}

.total ul li span:last-child {
  color: #000;
}



.total ul li:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #cacaca;
}

.total-amount {
  display: flex;
  justify-content: space-between;
}

.total-amount strong {
  font-weight: 600;
  color: #000;
}

.add-continue .btn-yellow {
  border: 1px solid #000000;
  border-radius: 12px;
  padding: 11.5px 35px;
  font-weight: 600;
  color: #ffffff;
  background: #000000;
  text-align: center;
  width: 100%;
  transition: all 0.2s ease-in-out;
  margin-top: 45px;
}

@media (max-width: 768px) {
  .add-continue .btn-yellow {
    grid-template-columns: 1fr;
    padding: 8px 16px;
  }


}

.add-continue .btn-yellow:hover {
  background: #1b1b1b;
  border: 1px solid #000;
  color: #fff;
}

.read-more-btn {
  border: 1px solid #fcdb57;
  border-radius: 12px;
  padding: 7.5px 14px;
  font-weight: 600;
  color: #222222;
  background: #fcdb57;
  text-align: center;
  transition: all 0.2s ease-in-out;
  margin-top: 15px;
  font-size: 14px;
}

/* addCard-end */


/* dashboard-start */
.dashboard .container {
  max-width: 95%;
}


.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}


@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .dashboard-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1299px) {
  .dashboard-grid {
    grid-template-columns: repeat(4, 1fr);
  }

   .grid-item {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .dashboard-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
}

.grid-item {
  border: 1px solid #d5d5d5;
  border-radius: 15px;
  padding: 18px;
}

.grid-item h4 {
  font-weight: 500;

}

@media (max-width: 768px) {
  .grid-item h4 {
    font-size: 20px;
  }
}

.grid-item p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.btn-group {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  text-align: center;
}

@media (max-width: 1450px) {
  .btn-group {
    margin-bottom: 20px;
  
  }
}

@media screen and (min-width: 991px) and  (max-width: 1024px) {
  .btn-group {
    margin-bottom: 20px;
    grid-template-columns: 1fr ;
  
  }

 
}

.outline {
  border: 1px solid rgb(0, 0, 0);
  border-radius: 12px;
  padding: 11.5px 15px;
  font-weight: 500;
  font-size: 13px;
  color: #222222;
  transition: all 0.2s ease-in-out;
}

.outline:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.btn-group .btn-yellow {
  border: 1px solid #fcdb57;
  border-radius: 12px;
  padding: 7.5px 15px;
  font-weight: 500;
  font-size: 15px;
  color: #222222;
  background: #fcdb57;
  text-align: center;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (max-width: 1024px) {
  .grid-item {
    padding: 16px;
  }
  
  .grid-item h2{
      font-size: 1.5rem;
  }
  
  .grid-item h4 {
  font-weight: 500;
  font-size: 20px;
}
}


.grid-item h2 {
  font-size: 1.8rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .btn-group .btn-yellow {
    grid-template-columns: 1fr;
    padding: 8px 16px;
  }

  .outline {
    padding: 8px 16px;
  }
}

.btn-group .btn-yellow:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.grid-item ul {
  margin-top: 18px;
  padding-left: 0;
  list-style: none;
}

@media (max-width: 540px) {
  .grid-item ul {
    margin-top: 8px;
  }

}

.grid-item ul li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 6px;
}

.grid-item ul li svg {
  flex-shrink: 0;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}


/* dashboard-end */



/* start-faq */
.faq-wrap{
  position: relative;
}

.year-swiper-next{
  position: absolute;
  right: 0;
  top: 50%;
}


.swiper-wrapper {
  display: flex;
  transition: transform 0.3s;
}

.seo-testimonial .testimonial-slider .slick-track {
  display: flex !important;
  align-items: stretch; /* ensures equal height */
}

.seo-testimonial .testimonial-slider .slick-slide {
  height: auto;           /* let flexbox control height */
  display: flex;          /* so child content can stretch */
  flex: 1 0 auto;         /* prevent collapsing */
}

 .seo-testimonial .testimonial-slider .slick-slide > div {
  height: 100%;           /* ensure inner content fills */
}


.faq-wrap {
  position: relative;
  margin-top: 40px;
}

.faq-wrap.swiper-group {
  display: none;
}



.faq-swiper-next {
  background: #fff; /* optional, just so it stands out */
  border: none;
  cursor: pointer;
  z-index: 11; /* ensure it’s above everything */
  display: none;

}



.faq {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.faq .container {
  max-width: 90%;
  margin: 0 auto;
}






.faq-header li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  color: #000;
  background: #fff;
  padding: 16px;
  line-height: 24px;
  cursor: pointer;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  border-radius: 10px;
}

.faq-header li img {
  max-width: 30%;
  margin: 0 auto;

}
.faq-header li p {
  margin-top: 10px;
  max-width: 150px;
  margin: 0 auto;
}

.faq-swiper-silder .swiper-slide{
  min-height: 200px;
}

 
 @media (max-width: 1225px) {
  .faq-header li {
    font-size: 13px;
    line-height: 18px;
    padding: 15px;
  }
  .tabs-grid {
  gap: 1rem;
}

  .tabs-grid .faq-body-heading h5{
    font-size: 16px;
  }

.tabs-grid  .faq-body-content p{
    font-size: 14px;

}

} 

@media (max-width: 768px) {
  .tabs-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 540px) {
  .tabs-grid {
    grid-template-columns: 1fr !important;
  }

  .faq-swiper-silder .swiper-slide{
  min-height:130px;
}
}







.faq-body {
  margin-top:40px;
}

@media (max-width: 540px){
  .faq-body {
  margin-top: 15px;
}
}


.faq-body .tabs {
  display: none;
}

.faq-body .tabs.active {
  display: block;
}


.faq-header li.active {
  background: var(--primary-color);
}

.faq-heading {
  margin-bottom: 45px;
  margin-top: 50px;
}

@media (max-width: 540px){
  .faq-heading{
    margin-bottom: 20px;
  margin-top: 35px;
}
}


.faq-body li p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
}

.faq-body li {
  background: #fff;
}

.faq-body-heading {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.tabs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}


.faq-body-content p {
  margin-bottom: 10px;
}

.faq-body-content p.extra {
  display: none;
}

.read-more-btn {
  background: var(--primary-color);
  color: #000;
  border: none;
  padding: 2px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  margin-top: 10px;
}

.tab-item {
  background: #fff;
  border: 1px solid #efefef;
  padding: 20px;
  border-radius: 10px;
}


.read-more-btn svg {
  margin-left: 6px;
  width: 10px;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.read-more-btn.active svg {
  transform: rotate(-90deg);
}

/* end-faq */



/* product-start */
.product-section {
  padding: 60px 0;
}

.product_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product-image {
  height: 180px;
  position: relative;
}

.product-image::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  content: "";
}

.product-title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
}


.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-card {
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  overflow: hidden;
}


.product-info {
  padding: 18px;
}


.product-description {
  margin: 6px 0 0;
}



.product-description li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 6px;
}

.product-description li svg {
  flex-shrink: 0;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}


.product-price {
  margin-bottom: 0 !important;
}



@media (max-width: 991px) {
  .product_grid {
    grid-template-columns: repeat(2, 1fr);

  }

}


@media (max-width: 540px) {
  .product_grid {
    grid-template-columns: 1fr;

  }

}

/* product-end */


/* start-product-detail */
.product-detail .product-detail-header {
  background: #0f0f0f;
  padding: 120px 0 70px;

}

.product-detail .product-detail-header h2 {
  color: #fff;
}

.product-detail .product-detail-header p {
  color: #dfdfdf;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 2rem;
}

.product-detail-grid .img img {
  border-radius: 10px;
  overflow: hidden;
}

.product-detail-grid div>p {
  margin-top: 20px;
}

.product-detail-grid2 {
  padding: 70px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.product-detail-grid2 .item-grid2 {
  grid-column: span 3;
}

.product-detail-grid2 .reg-detail {
  padding: 50px 0;
}

.reg-detail-grid {
  padding: 45px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.mb {
  margin-bottom: 10px;
}

.reg-item {
  text-align: center;
  padding: 13px 12px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
}

.reg-item p {
  font-size: 14px;
  line-height: 20px;
}

.reg-item h5 {
  margin: 25px 0 15px;
  font-size: 18px;
}

.reg-item img{
  width: 50px;
}

.reg-item svg path {
  fill: #000;
}







.reg-process h3,
.reg-detail h3 {
  text-align: center;
}

.reg-process-heading {
  margin-bottom: 65px;
}

.timeline {
  position: relative;
  padding: 0 20px;
}

/* vertical line */
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e0e0e0;
  transform: translateX(-50%);
}

.timeline-step {
  display: flex;
  align-items: center;
  position: relative;
}

.timeline-content {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  flex: 0 0 42%;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.timeline-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  text-align: left;
}

.timeline-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.timeline-number {
  background: var(--primary-color);
  color: #000;
  font-weight: 600;
  font-size: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.timeline-step:nth-child(odd) {
  justify-content: flex-start;
}

.timeline-step:nth-child(even) {
  justify-content: flex-end;
}

/* .timeline-step:nth-child(odd) .timeline-content {
  order: 1; 
}
.timeline-step:nth-child(odd) .timeline-number {
  order: 2;
}

.timeline-step:nth-child(even) .timeline-number {
  order: 1;
}
.timeline-step:nth-child(even) .timeline-content {
  order: 2; 
} */

/* responsive */
@media (max-width: 768px) {
  .timeline::before {
    left: 20px;
  }

  .timeline-step {
    flex-direction: row;
    justify-content: flex-start;
  }

  .timeline-number {
    margin-right: 15px;
    order: 1 !important;
  }

  .timeline-content {
    flex: 1;
    order: 2 !important;
  }
}

.item-sticky {
  background: #f8fafc;
  border: 1px solid #ddd;
  max-height: 232px;
  padding: 18px;
  border-radius: 10px;
  position: sticky;
  top: 5%;
}

.item-sticky h4 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
}

.item-sticky p{
  font-size: 14px;
  line-height: 20px;
}

.reg-btn {
  background: var(--primary-color);
  padding: 10px 20px;
  color: #000;
  border-radius: 4px;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  width: 100%;
}



@media screen and (max-width: 1024px) {
  .reg-item {
    padding: 20px;

  }

  .reg-detail-grid {
    gap: 1rem;
  }

  .reg-item h5 {
    font-size: 18px;
    margin: 20px 0 10px;
  }

  .reg-item p,
  .item-grid2 p,
  .timeline-content p {
    font-size: 14px;
    line-height: 1.4;
  }

  .reg-item svg {
    width: 50px;
  }

  .timeline-content {
    padding: 10px;
  }

  .product-detail-grid2 {
    grid-template-columns: 1fr;
  }

}

@media screen and (max-width: 991px) {
  .item-grid2 {
    text-align: center;
  }

  .reg-process-heading {
    margin-bottom: 45px;
  }

  .reg-detail-grid {
    padding: 30px 0 0;
  }

  .item-sticky {
    margin: 0 auto;
  }

  .product-detail-grid2 {
    gap: 3rem;
  }

  .item-sticky p {
    font-size: 14px;
    line-height: 1.4;
  }

  .item-sticky h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .timeline-step {
    margin-bottom: 20px;
  }

  .timeline::before {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .reg-detail-grid {
    grid-template-columns: 1fr;
  }

  .timeline-step {
    margin-bottom: 20px;
  }

  .timeline::before {
    display: none;
  }

  .product-detail-grid2 {
    gap: 2rem;
  }

  .item-sticky {
    transform: translateX(18px);
    width: 100%;
    padding: 14px;
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  p {
    font-size: 12px !important;
  }

  .timeline-number {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }

  .timeline {
    padding: 0;
  }

  .reg-process-heading {
    margin-bottom: 20px;
  }

  .product-detail-grid2 {
    gap: 1rem;
    padding: 40px 0;
  }

  .reg-detail {
    padding: 34px 0;
  }

}

/* end-product-detail */


/* product-dropdown-Start */
.menu-item {
  position: relative;
}

.dropdown-wraper {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px); /* always center */
  background: white;
  min-width: 1200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  gap: 20px;
  padding: 20px 30px;
  z-index: 10;
  border-radius: 8px;
}

@media screen and (min-width: 1249px) and (max-width: 1450px) {
  .dropdown-wraper {
    min-width: 1025px;
  }
}

@media screen and (max-width: 1250px) {
  .dropdown-wraper {
    min-width: 540px;
  }
}

.dropdown-wraper::before {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg); /* arrow centered */
  background: #fff;
  width: 15px;
  height: 15px;
  content: "";
}

.far .fa-angle-down {
  display: none;
}

.dropdown-wraper .dropdown-header {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
}

.dropdown-wraper .dropdown-header p {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.dropdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.menu-item:hover .dropdown-wraper {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(25px); /* stays centered */
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .dropdown .product-card .product-image {
    width: 100%;
    height: 150px;
  }

  .menu-item:hover .dropdown-wraper {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(28px) !important; /* still centered */
  }
}


@media screen and (max-width: 1366px){
  .dropdown {
     gap: 25px;
  }


.dropdown .product-card .product-image{
  width: 100%;
  height: 150px;
}

.product-description li a{
  font-size: 14px !important;
}
}

.dropdown .product-card .product-image img {
  filter: invert(0);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dropdown .product-card {
  border: none;
  border-radius: 0;
}

.dropdown .product-card .product-info {
  padding: 12px 0 0 0;
}

.dropdown .product-card .product-info .product-description li {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  color: #4d4d4d;
  transition: all 0.2s ease-in;
}

.dropdown .product-card .product-info .product-description li:hover{
  color: #000;
  transform: translateX(2px);
}







/* product-dropdown-End */


/* meet-card-Start */
.meet {
  padding: 60px 0;
}

.swiper-wrapper {
  padding: 10px;
}

.meet-us-card {
  padding: 40px 24px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 340px;
}

/* .meet-us-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    } */

.meet-us-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 0 0 3px #eaeaea;
  margin-bottom: 15px;
}

.meet-us-name {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin: 5px 0;
}

.meet-us-role {
  font-size: 15px;
  font-weight: 600;
  color: #0073e6;
  margin-bottom: 10px;
}
.dropdown .product-description li a , .dropdown .product-description li{
     color: #383838 !important;
}

.dropdown .product-description li a:hover , .dropdown .product-description li:hover{
  color: #000 !important;
}


.meet-us-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.related-blog .swiper-slide .blog-card{
  aspect-ratio: 0 !important;
}

/* meet-card-End */


