/*---

-----------------------------------------------------------------------------------
Template Name: Sasly - Multipurpose Landing Page HTML Template
Page Name: Home Website Builder
Description: Landing page for showcasing website builder features, benefits, and CTA sections.
Author: Pixelfit
Version: 1.0
-----------------------------------------------------------------------------------

---*/
/* Common CSS */
:root {
  --primary-color: #00A1FC;
  --primary-black-color: #000000;
}


h2 {
  line-height: 65px;
}

.theme-btn.style-one {
  padding: 18px 35px;
  font-size: 16px;
}

.sub-heading {
  border-radius: 14px;
  border: 2px solid rgba(16, 16, 16, 0.1);
  background-color: rgba(0, 161, 252, 0.1);
}

/* Header Navigation */
.header-navigation .main-menu ul > li {
  display: inline-block;
  position: relative;
  margin-left: 17px;
  margin-right: 17px;
}
.header-navigation .main-menu ul > li > a {
  position: relative;
  display: block;
  font: 600 18px var(--heading-font);
  text-transform: capitalize;
  line-height: 1;
  color: var(--white-color);
}
.header-navigation .nav-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-navigation .nav-right-item .theme-btn.style-one {
  padding: 18px 30px;
}

/*  Hero Section  */
.hero-wb .hero-wrapper {
  padding: 200px 0 90px;
}
@media screen and (max-width: 991px) {
  .hero-wb .hero-wrapper {
    padding: 150px 0 90px;
  }
}
.hero-wb .hero-content h1 {
  color: var(--white-color);
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-wb .hero-content h1 {
    font-size: 65px;
    line-height: 80px;
  }
}
@media screen and (max-width: 991px) {
  .hero-wb .hero-content h1 {
    font-size: 55px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .hero-wb .hero-content h1 {
    font-size: 35px;
    line-height: 50px;
  }
}
.hero-wb .hero-content p {
  max-width: 850px;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto 30px;
}
@media screen and (max-width: 991px) {
  .hero-wb .hero-content p {
    font-size: 16px;
  }
}
.hero-wb .hero-content .hero-button a:not(:last-child) {
  margin-right: 10px;
}
.hero-wb .hero-image img {
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 50px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 50px 20px rgba(0, 0, 0, 0.2);
}

/*  Company Section  */
.company-wb .text-box {
  text-align: left;
}
.company-wb .text-box span {
  background-color: var(--primary-color);
  padding: 7px 20px;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid rgba(0, 68, 70, 0.1);
  letter-spacing: -0.36px;
  line-height: 20px;
  color: var(--white-color);
}

/* Client Logo Spacing */
.client-item {
  padding: 0 30px;
}

/*  Company Section  */
.builder-layer-wb .text-block {
  border-left: 3px solid var(--primary-color);
  padding-left: 20px;
}
.builder-layer-wb .text-block h5 {
  margin-bottom: 7px;
}

/* Add smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Add scroll margin for proper header offset */
section, .section {
    scroll-margin-top: 80px;
}

/* Mobile menu improvements */
@media (max-width: 991px) {
    .sasly-menu-bottom {
        margin-top: 30px !important;
        padding-bottom: 20px;
    }
    
    .sasly-menu-bottom .social-link {
        margin-top: 15px;
        display: flex;
        justify-content: flex-start;
        gap: 10px;
    }
    
    .sasly-menu-bottom .social-link li {
        margin: 0;
    }
    
    .sasly-menu-bottom h5 {
        margin-bottom: 15px;
        font-size: 16px;
    }
}

/* Platform card links styling */
.platform-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.platform-card-link:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-5px);
}

.platform-card-link:hover .sasly-iconic-box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.platform-card-link .sasly-iconic-box {
    cursor: pointer;
    transition: all 0.3s ease;
}

.platform-card-link:focus {
    outline: 2px solid var(--primary-color, #007bff);
    outline-offset: 2px;
}

/* Performance Testing static list: remove accordion toggle icon */
#performance-testing .accordion-title::after {
  display: none !important;
}

#performance-testing .accordion-title {
  cursor: default;
}

/* Usability Audit cards use default theme styling */
#usability-audit .popup-bg-wrapper {
  padding: 40px 40px 20px;
  border-radius: 20px;
}

/* Ensure white text on style-nine cards in popup backgrounds */
#usability-audit .sasly-iconic-box.style-nine .content,
.popup-sec-wb .sasly-iconic-box.style-nine .content {
  color: #fff;
}

#usability-audit .sasly-iconic-box.style-nine .title,
.popup-sec-wb .sasly-iconic-box.style-nine .title {
  color: #fff;
}

/* UI/UX static accordion + image layout */
#uiux-steps .uiux-image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

#uiux-steps .uiux-image img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* keep aspect ratio, no cropping */
  object-position: center;
  display: block;
  background: transparent;
}

#uiux-steps .accordion.uiux-static .accordion-title::after {
  display: none !important; /* hide chevron */
}

#uiux-steps .accordion.uiux-static .accordion-title {
  cursor: default;
}

/* Make image visually match accordion height on large screens */
@media (min-width: 992px) {
  #uiux-steps .uiux-image {
    height: 100%;
    min-height: 420px;
  }
}

/* Ensure equal column heights for image and accordion */
#uiux-steps .col-lg-4,
#uiux-steps .col-lg-8 {
  display: flex;
}

#uiux-steps .uiux-image,
#uiux-steps .accordion.uiux-static {
  flex: 1 1 auto;
}

/* Integration testing image + accordion layout */
#integration-steps .integration-image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

#integration-steps .integration-image img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: contain; /* keep aspect ratio, no cropping */
  object-position: center;
  display: block;
  background: transparent;
}

/* Make integration image visually match accordion height on large screens */
@media (min-width: 992px) {
  #integration-steps .integration-image {
    height: 200px;
  }
}

/* Regression testing image + accordion layout */
#regression-steps .regression-image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

#regression-steps .regression-image img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* keep aspect ratio, no cropping */
  object-position: center;
  display: block;
  background: transparent;
}

/* Make regression image visually match accordion height on large screens */
@media (min-width: 992px) {
  #regression-steps .regression-image {
    height: 100%;
    min-height: 350px;
  }
}

/* Ensure equal column heights for regression image and accordion */
#regression-steps .col-lg-4,
#regression-steps .col-lg-8 {
  display: flex;
}

#regression-steps .regression-image,
#regression-steps .accordion.regression-static {
  flex: 1 1 auto;
}

/* Hide accordion toggles for regression testing static list */
#regression-steps .accordion.regression-static .accordion-title::after {
  display: none !important; /* hide chevron */
}

#regression-steps .accordion.regression-static .accordion-title {
  cursor: default;
}

/* Compatibility testing image + accordion layout */
#compatibility-process .compatibility-image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

#compatibility-process .compatibility-image img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* keep aspect ratio, no cropping */
  object-position: center;
  display: block;
  background: transparent;
}

/* Make compatibility image visually match accordion height on large screens */
@media (min-width: 992px) {
  #compatibility-process .compatibility-image {
    height: 100%;
    min-height: 320px;
  }
}

/* Ensure equal column heights for compatibility image and accordion */
#compatibility-process .col-lg-4,
#compatibility-process .col-lg-8 {
  display: flex;
}

#compatibility-process .compatibility-image,
#compatibility-process .accordion.compatibility-static {
  flex: 1 1 auto;
}

/* Hide accordion toggles for compatibility testing static list */
#compatibility-process .accordion.compatibility-static .accordion-title::after {
  display: none !important; /* hide chevron */
}

#compatibility-process .accordion.compatibility-static .accordion-title {
  cursor: default;
}

/* Fix connectivity protocols card text wrapping */
.popup-sec-wb .sasly-iconic-box.style-eight .content h5 {
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Testing services cards as clickable links */
a.sasly-iconic-box {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.3s ease;
}

a.sasly-iconic-box:hover {
  text-decoration: none;
  color: inherit;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

a.sasly-iconic-box:focus {
  text-decoration: none;
  color: inherit;
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

/* Consistent section heading size for 1/3 + 2/3 layouts */
.section-title h2.text-anm.section-heading-large {
  font-size: 38px;
  line-height: 1.2;
}

/* Adaptive Design */
.adaptive-design-wb .sasly-image-box img {
  border-radius: 20px;
}

/* Popup Section */
.popup-sec-wb .popup-bg-wrapper {
  padding: 50px 50px 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .popup-sec-wb .popup-bg-wrapper {
    padding: 50px 30px 20px;
  }
}

/* Global popup background wrapper rounding (applies outside .popup-sec-wb too) */
.popup-bg-wrapper {
  border-radius: 20px;
  overflow: hidden; /* ensure background/image corners are clipped */
}

/*  Faqs Section  */
.accordion-item {
  background-color: transparent;
  border: none;
  padding: 0;
}
.accordion-item .accordion-header .accordion-title {
  padding: 20px 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-item .accordion-header .accordion-title:after {
  border: none;
}

/*  Footer CSS */
.website-builder-footer {
  padding: 30px;
  color: #bbb;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .website-builder-footer {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .website-builder-footer {
    padding: 0;
  }
}
.website-builder-footer .footer-top .footer-content .footer-button a {
  margin-bottom: 10px;
}
.website-builder-footer .footer-top .footer-content .footer-button a:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 575px) {
  .website-builder-footer .footer-top .footer-content .footer-button a:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .website-builder-footer .footer-top .footer-content h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .website-builder-footer .footer-top .footer-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.website-builder-footer .footer-top .footer-content .theme-btn.style-two {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
}
.website-builder-footer .footer-top .footer-content .theme-btn.style-two:hover {
  border-color: transparent;
}
.website-builder-footer .footer-bottom {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}
.website-builder-footer .footer-copyright {
  border-color: rgba(255, 255, 255, 0.1);
}

.footer-widget h4.widget-title {
  color: var(--white-color);
}
.footer-widget .footer-content .footer-nav a:hover {
  color: var(--primary-color);
}
.footer-widget .footer-content p:hover a {
  color: var(--primary-color);
}
.footer-widget .footer-content .social-link li a {
  background-color: #2A2A2A;
  border: none;
  color: var(--white-color);
}

.back-to-top {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  .back-to-top {
    bottom: 70px;
  }
}

/* Page Banner */
.page-hero-ss {
  padding: 120px 0 80px;
  position: relative;
  background-image: url(../images/footer/footer-bg.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-hero-ss:before {
  content: none;
}
@media screen and (max-width: 991px) {
  .page-hero-ss {
    padding: 100px 0 60px;
  }
}
.page-hero-ss .page-content {
  position: relative;
  z-index: 1;
}
.page-hero-ss .page-content h1.page-title {
  color: var(--white-color);
}
.page-hero-ss .page-content h3.page-title {
  color: var(--white-color);
}
.page-hero-ss .page-content .breadcrumb-link li a {
  color: var(--white-color);
}

/* Header logo glow for visibility on dark headers */
.header-area .brand-logo img {
  /* stronger multi-layer glow for dark backgrounds */
  filter:
    drop-shadow(0 0 2px rgba(255, 255, 255, 0.95))
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.85))
    drop-shadow(0 0 18px rgba(0, 161, 252, 0.55)); /* primary color accent */
  transition: filter 0.25s ease;
}

.header-area .brand-logo img:hover {
  filter:
    drop-shadow(0 0 2px rgba(255, 255, 255, 1))
    drop-shadow(0 0 14px rgba(255, 255, 255, 0.95))
    drop-shadow(0 0 26px rgba(0, 161, 252, 0.75));
}

/* Footer top padding adjustment */
.website-builder-footer .footer-top {
  padding: 40px 0 30px !important;
}

@media screen and (max-width: 991px) {
  .website-builder-footer .footer-top {
    padding: 30px 0 20px !important;
  }
}

/* Contact Page css */
.contact-ss .sasly-iconic-box.style-twelve {
  background-color: #e5f5ff;
}

/* Process Section Styles */
.process-item {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.process-item:hover {
  transform: translateY(-5px);
}

.process-number {
  background: var(--primary-color);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  margin-right: 20px;
  flex-shrink: 0;
}

.process-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

/* CTA Section Styles */
.cta-section {
  background: var(--primary-color);
  color: white;
}

.cta-content h3 {
  color: white;
  margin-bottom: 10px;
  font-size: 28px;
}

.cta-content p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-size: 16px;
}

/* Hero Section Styles */
.hero-section .hero-content h2 {
  font-size: 48px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .hero-section .hero-content h2 {
    font-size: 32px;
  }
  
  .process-item {
    flex-direction: column;
    text-align: center;
  }
  
  .process-number {
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .cta-section .text-end {
    text-align: center !important;
    margin-top: 20px;
  }
}

/* Equal height feature cards */
.features-wb .row {
  display: flex;
  flex-wrap: wrap;
}

.features-wb .row [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.features-wb .sasly-iconic-box.style-eight {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.features-wb .sasly-iconic-box.style-eight .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.features-wb .sasly-iconic-box.style-eight .content p {
  flex: 1;
}

.features-wb .sasly-iconic-box.style-eight .content .read-more {
  margin-top: auto;
  align-self: flex-start;
}

/* Invert colors on Logo1.webp - only for hero section */
.hero-image img[alt="Builder"] {
  filter: invert(100%);
}

/* Equal height boxes in popup section */
.popup-sec-wb .row.justify-content-center {
  display: flex;
  flex-wrap: wrap;
}

.popup-sec-wb .row.justify-content-center [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.popup-sec-wb .sasly-iconic-box.style-nine {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.popup-sec-wb .sasly-iconic-box.style-nine .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.popup-sec-wb .sasly-iconic-box.style-nine .content p {
  flex: 1;
}

.popup-sec-wb .sasly-iconic-box.style-nine .content .read-more {
  margin-top: auto;
  align-self: flex-start;
  display: inline-block;
  padding: 10px 20px;
  background-color: #00A1FC;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.popup-sec-wb .sasly-iconic-box.style-nine .content .read-more:hover {
  background-color: #007acc;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Circular styling for LinkedIn icon in footer */
.social-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #0077B5;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: white;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #005885;
  transform: translateY(-2px);
}

/* Improve text readability in popup section */
.popup-sec-wb .sasly-iconic-box.style-nine .content h4.title {
  color: white;
}

.popup-sec-wb .sasly-iconic-box.style-nine .content p {
  color: #f0f0f0;
}

.popup-sec-wb .sasly-iconic-box.style-nine .content {
  color: #f0f0f0;
}