/* Common CSS */
:root {
  --primary-color: #1A2B44;
  --secondary-color: #AE720D;
  --primary-black-color:#1A2B44;
  --gray-color: #FFFFFF;
}

.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;
}

.text-white .sub-heading {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #1A2B44;
  color: var(--white-color);
}

.theme-btn.style-one {
  padding: 18px 20px;
  font-weight: 600;
  font-size: 16px;
}
.theme-btn.style-one:hover {
  background-color: var(--secondary-color);
  color: var(--heading-color);
}

.section-title h2 span {
  color: var(--primary-color);
}

.gray-bg {
  background-color: var(--gray-color);
}

.brand-logo img {
  width: 50%;
}


/* Hero Section */
.hero-seo .hero-wrapper {
  position: relative;
  z-index: 1;
  padding: 220px 0 130px;
  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(82, 131, 205, 1) 0deg, rgba(105, 150, 216, 0.7) 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(82, 131, 205, 1) 0deg, rgba(105, 150, 216, 0.7) 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(105, 150, 216, 0.02) 19.79%, rgba(105, 150, 216, 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;
}
.hero-seo .hero-wrapper .hero-content .element {
  position: absolute;
  right: 0;
  top: 15px;
}
@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: 80px;
  font-weight: 500;
  margin-bottom: 12px;
}
.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(105, 150, 216, 0.05);
          box-shadow: 0px 0px 30px 0px rgba(105, 150, 216, 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%;
  }
}

/* Seo Footer */
.seo-footer {
  background-color: #1A2B44;
  color: rgba(255, 255, 255, 0.7);
}
.seo-footer .footer-copyright {
  background-color: rgba(255, 255, 255, 0.04);
}

.footer-widget .widget-title {
  color: var(--white-color);
}

/* Page Hero CSS */
.page-hero-ss {
  position: relative;
  z-index: 1;
  padding: 220px 0 130px;
  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%, rgba(26, 43, 68, 0.5) 0deg, rgba(26, 43, 68, 0.2) 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: #0C1C18;
}
.seo-company .text-box h5 {
  color: var(--white-color);
}

.seo-service .sasly-image-box.style-one {
  position: relative;
  max-width: 660px;
  min-height: 480px;
}
.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: #1A2B44;
}
.seo-service .sasly-iconic-box.box-two {
  background-color: #FCF6EB;
}
.seo-service .sasly-iconic-box.box-two .icon {
  background-color: #AE720D;
}
.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;
} */

.service-details-wrapper .service-item .content h2 {
  margin-bottom: 25px;
  font-size: 48px;
  font-weight: 700; /* Makes headings stronger */
}

@media screen and (max-width: 991px) {
  .service-details-wrapper .service-item .content h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}

.service-details-wrapper .service-item .content h4 {
  margin-bottom: 5px;
  font-weight: 600; /* Consistent heading weight */
}

.service-details-wrapper .service-item .content p {
  margin-bottom: 30px;
  min-height: 140px; /* Ensures same box height */
  display: flex;
  align-items: flex-start;
}



/* 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: var(--white-color);
}

/* 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: 50px 50px 40px;
  background-color: rgba(82, 131, 205, 0.122);
  border-radius: 10px;
}

#leadForm {
  max-width: 500px;
  margin: 20px auto; /* Center + space from top/bottom */
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Input & select styling */
#leadForm input,
#leadForm select {
  width: 100%;
  margin-bottom: 15px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Hover/Focus effect */
#leadForm input:hover,
#leadForm select:hover,
#leadForm input:focus,
#leadForm select:focus {
  border-color: #AE720D;
  box-shadow: 0 0 8px rgba(0,115,230,0.2);
  outline: none;
}

/* Submit button styling */
#leadForm button {
  width: 100%;
  padding: 14px;
  background: #1A2B44;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Hover for button */
#leadForm button:hover {
  background-color: #AE720D;
}

/* Mobile fix */
@media (max-width: 768px) {
  #leadForm {
      margin-top: 60px; /* Space from section above */
      margin-bottom: 20px;
      padding: 15px;
  }
}

.marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 20px 0;
}

.marquee-track {
  display: flex;
  gap: 30px; /* spacing between logos */
  align-items: center;
  animation: marquee 25s linear infinite; /* desktop default */
}

.marquee-item img {
  max-width: 180px; /* larger logo size */
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.marquee-item img:hover {
  transform: scale(1.1); /* subtle hover zoom */
}

/* Keyframes for smooth continuous scroll */
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%); /* move full width of track */
  }
}

/* Responsive animation durations */
@media (max-width: 991px) {
  .marquee-track {
    animation-duration: 15s; /* faster on tablets */
  }
}

@media (max-width: 576px) {
  .marquee-track {
    animation-duration: 8s; /* faster on mobile */
  }
}


.marquee-item {
  text-align: center;
  flex-shrink: 0;
}

.marquee-item img {
  max-width: 180px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.marquee-item p.client-service {
  margin-top: 10px;
  font-size: 14px;
  color: #1A2B44;
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.marquee-item:hover img {
  transform: scale(1.1);
}

.marquee-item:hover p.client-service {
  color: #AE720D; /* highlight color */
  font-weight: 600;
}



.testimonial-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

.sasly-testimonial-item {
    flex: 0 0 auto;
    min-width: 300px;
    max-width: 350px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    scroll-snap-align: start;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* Hide scrollbar (optional) */
.testimonial-slider::-webkit-scrollbar {
    display: none;
}
.testimonial-slider {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.price {
    white-space: nowrap;
}
.pricing-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Make the body grow to fill space so footer aligns */
.pricing-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Keep footer at bottom */
.pricing-footer {
    margin-top: auto;
}

/* Ensure equal height across row */
.row.justify-content-center {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}



/* Force hover on best plan */
.pricing-item.best-plan:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* Price in white */
.pricing-item.best-plan .price,
.pricing-item.best-plan .price .currency,
.pricing-item.best-plan .price .period {
    color: #fff;
}

/* Generic hover effect for all pricing items */
.pricing-item {
    transition: all 0.3s ease;
}

.pricing-item:hover {
     transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.pricing-item .best-plan {
    background: linear-gradient(90deg, #AE720D, #ffb347); /* orange-gold gradient */
    color: white;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 10px rgba(255, 180, 71, 0.8), 0 0 20px rgba(255, 122, 24, 0.6);
    transition: box-shadow 0.3s ease;
}

/* Optional: Glow stronger on hover */
.pricing-item .best-plan:hover {
    box-shadow: 0 0 15px rgba(255, 180, 71, 1), 0 0 30px rgba(255, 122, 24, 0.9);
}


html {
  scroll-padding-top: 100px; /* match your header height */
}

#projects {
  scroll-margin-top: 100px; /* adjust to your header height */
}
