/* =========================================================
   HERO AREA
========================================================= */
.wp-block-kadence-column.kadence-column13_0c1247-67.servicesec {
    background: #292929!important;
}
.alpha-hero-area {
  position: relative;
  padding-bottom: 90px;
  overflow: hidden;
}

/* =========================================================
   HERO
========================================================= */

.alpha-hero {
  position: relative;

  min-height: 84vh;

  margin: 8px 0 0;

  border-radius: 22px;

  overflow: hidden;

  padding: 150px 34px 270px;

 
}
body h2,body h3{
 font-weight:400!important;
}
/* =========================================================
   VIDEO
========================================================= */

.alpha-hero__media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.alpha-hero__media video {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center center;
}

/* =========================================================
   OVERLAY
========================================================= */

.alpha-hero::after {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 2;

  background: rgba(0,0,0,.42);
}

/* =========================================================
   CONTENT
========================================================= */

.alpha-hero__content {
  position: relative;
  z-index: 5;

  max-width: 52%;
}

/* =========================================================
   BADGE
========================================================= */

.alpha-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 42px;
  padding: 0 22px;

  margin-bottom: 34px;

  border-radius: 999px;

  background: rgba(87,118,124,.82);

  color: #fff;

  font-size: 13px;
  font-weight: 500;
}

/* =========================================================
   HEADING
========================================================= */

.alpha-hero h1 {
  margin: 0 0 38px;

  color: #fff;

  font-size: clamp(40px, 4vw, 68px);
  line-height: 1.06;
  font-weight: 400;

  letter-spacing: -0.04em;
}
.card-link{
    display:block;
    text-decoration:none;
    color:inherit;
}

.card-link:hover{
    color:inherit;
}
/* =========================================================
   BUTTON
========================================================= */

.alpha-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  height: 58px;
  padding: 0 32px;

  border-radius: 999px;

  background: linear-gradient(
    90deg,
    #47AD23 0%,
    #9FD448 100%
  );

  color: #244E26 !important;

  text-decoration: none !important;

  font-size: 18px;
  font-weight: 800;

  transition:
    transform .25s ease,
    opacity .25s ease;
}

.alpha-hero__btn:hover {
  transform: translateY(-2px);
  opacity: .95;
}

/* =========================================================
   RIGHT DESCRIPTION
========================================================= */

.alpha-hero__text {
  position: absolute;

  right: 48px;
  bottom: 240px;

  z-index: 5;

  width: 100%;
  max-width: 420px;

  margin: 0;

  color: #fff;

  font-size: 18px;
  line-height: 1.55;
}

/* =========================================================
   BOTTOM SECTION
========================================================= */

.alpha-hero-bottom {
  position: relative;
  z-index: 40;

  width: calc(100% - 40px);

  margin: -110px auto 0;

  display: grid;

 grid-template-columns: 29% 70%;

  align-items: end;

  gap: 26px;
}

/* =========================================================
   LEFT TEXT
========================================================= */

.alpha-hero-bottom__text {
  margin: 0;

  padding-bottom: 0px;
margin-bottom:0px!important;
  max-width: 80%;

  color: 414141!important;

  line-height: 1.7;

  align-self: end;
}

/* =========================================================
   HERO CARDS
========================================================= */

.alpha-hero-cards {
  width: 100%;

  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 18px;

  align-items: stretch;
}

/* =========================================================
   CARD
========================================================= */

.alpha-hero-card {
  position: relative;

  min-height: 265px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  padding:30px;

  border-radius: 20px;

  overflow: hidden;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

  color: #fff;

  transition:
    transform .25s ease,
    opacity .25s ease;
}

.alpha-hero-card:hover {
  transform: translateY(-4px);
}

/* =========================================================
   CARD BACKGROUNDS
========================================================= */

.card-monitoring {
  background-image: url("https://optwebdigital.com.au/projects/alpha-new/wp-content/uploads/2026/05/monitoring-bg-1.png");
}

.card-instant {
  background-image: url("https://optwebdigital.com.au/projects/alpha-new/wp-content/uploads/2026/05/instant-bg-1.png");
}

.card-remote {
  background-image: url("https://optwebdigital.com.au/projects/alpha-new/wp-content/uploads/2026/05/remote-bg-1.png");
}

.card-trusted {
  background-image: url("https://optwebdigital.com.au/projects/alpha-new/wp-content/uploads/2026/05/trusted-bg-1.png");
}

/* =========================================================
   ICON
========================================================= */

.alpha-card-icon {
  position: absolute;

  top: 30px;
  left: 30px;

 

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 5;
}

/* ICON IMAGE */

.alpha-card-icon img {
 

  object-fit: contain;

  display: block;
}

/* =========================================================
   ARROW
========================================================= */

.alpha-card-arrow {
  position: absolute;

  top: 0;
  right: 0;

  width: 48px;
  height: 48px;

  background-image: url("https://optwebdigital.com.au/projects/alpha-new/wp-content/uploads/2026/05/arrow.png");

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  z-index: 5;
}

/* =========================================================
   CARD TITLE
========================================================= */

.alpha-hero-card h3 {
  margin: 0 0 10px;

  color: #fff;

  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

/* =========================================================
   CARD TEXT
========================================================= */

.alpha-hero-card p {
  margin: 0;

  color: rgba(255,255,255,.92);

  font-size: 13px;
  line-height: 1.55;
}
@media (min-width: 1200px) {
	
	.alpha-hero {
  
    clip-path: polygon(
    0 0,
    100% 0,
    100% 85%,
    30% 85%,
    25% 100%,
    0 100%
  );
}
}
/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1200px) {

  .alpha-hero {
    min-height: 760px;

    padding:
      140px
      24px
      230px;

   
  }
.alpha-hero-card {
    min-height: 300px;
  }
  .alpha-hero__content {
    max-width: 100%;
  }

  .alpha-hero h1 {
    font-size: 58px;
  }

  .alpha-hero__text {
    right: 24px;
    bottom: 150px;

    max-width: 320px;

    font-size: 16px;
  }
.alpha-card-icon img {
 width:40px;
	height:40px;
}
  .alpha-hero-bottom {
    width: calc(100% - 40px);

    margin-top: 55px!important;

    grid-template-columns: 1fr;

    gap: 24px;
  }

  .alpha-hero-bottom__text {
    max-width: 100%;
    text-align: center;
    padding-bottom: 0;
  }

  .alpha-hero-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .alpha-hero-area {
    padding-bottom: 60px;
  }

  .alpha-hero {
    min-height: 760px;

    padding:
      120px
      20px
      220px;

   
  }

  .alpha-hero__content {
    max-width: 100%;
  }

  .alpha-hero h1 {
    font-size: 46px;
    line-height: 1.3em;
  }

  .alpha-hero__text {
    left: 20px;
    right: 20px;

    bottom: 120px;

    max-width: calc(100% - 40px);

    font-size: 15px;
  }

  .alpha-hero__btn {
    height: 52px;

    padding: 0 26px;

    font-size: 16px;
  }

  .alpha-hero-bottom {
    width: calc(100% - 24px);

    margin-top: -30px;

    gap: 20px;
  }

  .alpha-hero-bottom__text {
    font-size: 16px;
    text-align: left;
  }

  .alpha-hero-cards {
  grid-template-columns: repeat(2, 1fr);

    gap: 16px;
  }

  .alpha-hero-card {
        min-height: 300px;
  }
}





/* =========================================================
   LOGO SECTION
========================================================= */

.alpha-logo-section {
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.wp-block-kadence-column.kadence-column13_8105ee-76 {
  background: linear-gradient(
    90deg,
    #F1F1F1 0%,
    #F8F8F8 48%,
    #DFDFDF 100%
  );

 box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.wp-block-kadence-column.kadence-column13_8105ee-76 .kt-row-column-wrap {
  padding-bottom: 0 !important;
}

.alpha-logo-wrap {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  gap: 30px;
  min-height: 130px;
  padding: 34px 42px;
}

.alpha-logo-title {
  margin: 0;
  margin-bottom: 0 !important;
  color: #116417;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.35;
}

.alpha-logo-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  align-items: center;
  gap: 28px 20px;
}

.alpha-logo-grid img:nth-child(1) {
  grid-column: 1 / span 2;
}

.alpha-logo-grid img:nth-child(2) {
  grid-column: 3 / span 2;
}

.alpha-logo-grid img:nth-child(3) {
  grid-column: 5 / span 2;
}

.alpha-logo-grid img:nth-child(4) {
  grid-column: 7 / span 2;
}

.alpha-logo-grid img:nth-child(5) {
  grid-column: 9 / span 2;
}

.alpha-logo-grid img:nth-child(6) {
  grid-column: 2 / span 2;
}

.alpha-logo-grid img:nth-child(7) {
  grid-column: 4 / span 2;
}

.alpha-logo-grid img:nth-child(8) {
  grid-column: 6 / span 2;
}

.alpha-logo-grid img:nth-child(9) {
  grid-column: 8 / span 2;
}

.alpha-logo-grid img {
  display: block;
  width: 100%;
  max-width: 115px;
  max-height: 32px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.65;
  margin: 0 auto;
  transition: opacity .25s ease, transform .25s ease, filter .25s ease;
}

.alpha-logo-grid img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.05);
}

@media (max-width: 1024px) {

  .alpha-logo-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
    padding: 32px 26px;
  }

  .alpha-logo-title {
    font-size: 28px;
  }

  .alpha-logo-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .alpha-logo-grid img:nth-child(n) {
    grid-column: auto;
  }
}

@media (max-width: 600px) {

  .alpha-logo-wrap {
    padding: 28px 18px;
  }



  .alpha-logo-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 16px;
  }

  .alpha-logo-grid img {
    max-width: 90px;
    max-height: 24px;
  }
}




@media (max-width: 1300px) {
 
.alpha-prasec {
 
	width:96%!important;
	margin:auto;
  
}
}


@media (min-width: 767px) { 
    .alpha-prasec .kt-row-column-wrap{
        display: flex;
    align-items: center;
    }
}





/* =========================================================
   CTA SECTION
========================================================= */

.alpha-cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 60px;

 



  overflow: hidden;
}

/* =========================================================
   LEFT
========================================================= */

.alpha-cta-content {
  width: 50%;
}

.alpha-cta-content h2 {
  margin: 0 0 28px;

  color: #2d7c23;

  font-size: 46px;
  font-weight: 500;
  line-height: 1.3em;
}

.alpha-cta-content p {
 

  margin: 0 0 34px;

  color: #666;

  font-size: 18px;
  line-height: 1.8;
}

/* =========================================================
   RIGHT IMAGE
========================================================= */

.alpha-cta-image {
  width: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.alpha-cta-image img {
  width: 100%;
  max-width: 720px;

  height: auto;

  display: block;

  object-fit: contain;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

  .alpha-cta-section {
    gap: 40px;

    padding:
      70px
      28px;
  }

  .alpha-cta-content h2 {
    font-size: 32px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .alpha-cta-section {
    flex-direction: column;

   
  }

  .alpha-cta-content,
  .alpha-cta-image {
    width: 100%;
  }

  .alpha-cta-content {
    order: 2;

    text-align: center;
  }

  .alpha-cta-image {
    order: 1;
  }

  .alpha-cta-content p {
    max-width: 100%;
  }

  .alpha-contact-btn {
    margin: 0 auto;
  }

  .alpha-cta-content h2 {
    font-size: 28px;
  }
}


/* Testimonial Section */
.alpha-testimonial-section {
    width: 100% !important;
    overflow: hidden;
}

.alpha-testisec .kt-row-column-wrap {
    width: 100% !important;
}

/* Header */
.alpha-testimonial-head {
    width: 100% !important;
    margin: 0 auto 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alpha-testimonial-head h2 {
    margin: 0;
    color: #2d7c23;
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 600;
    line-height: 1.1;
}

/* Navigation */
.alpha-testimonial-arrows {
    display: flex;
    align-items: center;
    gap: 15px;
}

.alpha-testimonial-arrows button {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform .3s ease, opacity .3s ease;
}

.alpha-testimonial-arrows button:hover {
    transform: scale(1.08);
    opacity: .85;
}

.alpha-testimonial-arrows img {
    display: block;
    width: 52px;
    height: auto;
}

/* Rows */
.alpha-testimonial-row {
    overflow: hidden;
    margin-bottom: 26px;
}

.alpha-testimonial-row-1 {
    padding-left: 0;
}

.alpha-testimonial-row-2 {
    padding-left: 140px;
}

/* Slider */
.alpha-testimonial-track {
    display: flex;
    gap: 24px;
    transition: transform .5s ease;
    will-change: transform;
}

/* Card */
.alpha-testimonial-card {
    flex: 0 0 520px;
    position: relative;
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 22px;
    padding: 30px 32px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.alpha-client-img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
}

.alpha-testimonial-card p {
    margin: 0 0 18px;
    color: #5d5d5d;
    font-size: 17px;
    line-height: 1.65;
}

.alpha-testimonial-card h4 {
    margin: 0 0 4px;
    padding-left: 14px;
    border-left: 2px solid #4caf27;
    color: #1f7a1c;
    font-size: 24px;
    font-weight: 600;
}

.alpha-testimonial-card span {
    display: block;
    padding-left: 16px;
    color: #2d7c23;
    font-size: 16px;
}

.alpha-company-img {
    position: absolute;
    right: 28px;
    bottom: 28px;
    width: 44px;
    height: 44px;
    object-fit: contain;
}

/* Tablet */
@media (max-width: 1024px) {

    .alpha-testimonial-head {
        width: calc(100% - 48px);
    }

    .alpha-testimonial-row-2 {
        padding-left: 70px;
    }

    .alpha-testimonial-card {
        flex-basis: 440px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .alpha-testimonial-section {
        padding: 60px 0;
    }

    .alpha-testimonial-head {
        width: calc(100% - 32px);
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .alpha-testimonial-head h2 {
        font-size: 34px;
    }

    .alpha-testimonial-row-2 {
        padding-left: 20px;
    }

    .alpha-testimonial-track {
        gap: 16px;
    }

    .alpha-testimonial-card {
        flex: 0 0 calc(100vw - 32px);
        margin: 0 16px;
        grid-template-columns: 1fr;
        padding: 26px 22px;
    }

    .alpha-company-img {
        width: 40px;
        height: 40px;
    }

    .alpha-testimonial-arrows img {
        width: 42px;
    }
}