/*!
Theme Name: adwisable
Theme URI:
Author: 
Author URI:
Description: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adwisable
*/

/**news */
#case-studies {
  padding: 100px 0;
  background: #fff;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #111;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  justify-items: center;
}

.case-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 20px;
  text-align: left;
  max-width: 320px;
  transition: transform 0.3s ease;
}

.case-card:hover {
  transform: translateY(-5px);
}

.case-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 16px;
}

.case-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111;
}

.case-card p {
  font-size: 15px;
  color: #444;
  margin-bottom: 12px;
}

.case-card a {
  font-size: 14px;
  color: #1d4ed8;
  font-weight: 500;
  text-decoration: none;
}

.case-card a:hover {
  text-decoration: underline;
}

/**serv */
.serv_list {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.1) !important;
  padding: 20px !important;
}
.hr_g {
  border-bottom: 1px solid #fff;
}
.service-item {
  background: unset;
  border-radius: 24px;
  padding: 32px;
  margin-bottom: 40px;
  color: #fff;

  position: relative;
}

.item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.item-title {
  display: flex;
  align-items: center;
  gap: 0;
}

.item-number {
  background: transparent;
  border-radius: 12px;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 2px;
}

.item-title h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 112.5% */
  letter-spacing: 1.28px;
}

.item-icon img {
  width: 76px;
  height: 100%;
  opacity: 1;
}

.item-subtitle {
  margin-bottom: 20px;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1.28px;
  text-align: left;
  margin-top: 20px;
}

.item-list {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.item-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}

.item-list img {
  width: 16px;
  margin-top: 3px;
}

.item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.item-bottom small {
  font-size: 13px;
  opacity: 0.8;
}

.cta-btn {
  background: #fff;
  color: #200a45;
  border-radius: 999px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background 0.3s ease;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.item-bottom img {
  width: 30px !important;
}
.cta-btn:hover {
  background: #f0f0f0;
}
.service-item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.service-item.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.service-item:nth-child(1) {
  transition-delay: 0.1s;
}
.service-item:nth-child(2) {
  transition-delay: 0.2s;
}
.service-item:nth-child(3) {
  transition-delay: 0.3s;
}
.service-item:nth-child(4) {
  transition-delay: 0.4s;
}
.service-item:nth-child(5) {
  transition-delay: 0.5s;
}
.service-item:nth-child(6) {
  transition-delay: 0.6s;
}

#section33 .container {
  background-image: url(/wp-content/uploads/Component-1464-1.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
.service-row {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.service-row.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* staggered delays */
.service-row:nth-child(1) {
  transition-delay: 0.1s;
}
.service-row:nth-child(2) {
  transition-delay: 0.2s;
}
.service-row:nth-child(3) {
  transition-delay: 0.3s;
}
.service-row:nth-child(4) {
  transition-delay: 0.4s;
}
.service-row:nth-child(5) {
  transition-delay: 0.5s;
}
.service-row:nth-child(6) {
  transition-delay: 0.6s;
}

#section3 {
  padding: 100px 0;
  background: #fff;
}

#section3 .subtitle {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 18px;
  color: #555;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.service-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.service-left {
  flex: 1;
  padding: 15px 15px;
  background: #f5faff;
  border: 1px solid #818a94;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  transition: background 0.3s ease, border 0.3s ease;
}

.service-left .number {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  min-width: 32px;
}

.service-left .title {
  font-size: 16px;
  color: #111;
  font-weight: 500;
  line-height: 1.4;
}

.service-right {
  width: 48px;
  height: 48px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
}

.service-row:hover .service-right {
  background: #f5faff;
  color: #fff;
}

.service-row:hover .service-left {
  background: #fff;
  border-color: #000;
}
.service-left .number {
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 2px;
}
.service-left .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.service-right {
  padding: 10px;
  border-radius: 10px !important;
  width: 90px;
  height: 90px;
}
.service-row:nth-child(4) .service-left,
.service-row:nth-child(5) .service-left,
.service-row:nth-child(6) .service-left {
  gap: 30px !important;
}
.service_section3 #scrolltext3 {
  max-width: 100% !important;
}
#block94 a.button.white:hover, .col-md-4 #block93 a.button.white:hover{
background-color: #212529 !important;
}
.n2-ss-item-content.n2-ss-text.n2-ow-all p{
  font-family: "HelveticaNeue-Light", sans-serif !important;
  color: white;
font-size: 32px;
font-weight: 400;
line-height: 36px;
letter-spacing: 1.28px;
word-wrap: break-word
}
#n2-ss-2item4, #n2-ss-2item7{
  position: absolute;
  top: 30px;
  z-index: 999;
}
.blog-page .block>img {
  width: 100%;
  border-radius: 10px;
  min-height: 100px;
  max-height: 320px !important; 
  object-fit: contain !important;
}