/* Generated production bundle. Edit source files, then rebuild this bundle. */

/* ===== main.css ===== */
:root {
    --brand-green: #34a853;
    --dark-bg: #282828;
    --text-shadow: 2px 2px 4px rgba(0,0,0,0.2);

    --feature-text: #e0e0e0;
    --sm-green: #34a853;
    --sm-black: #000000;
    --sm-gray: #f8f9fa;
    --sm-border-light: #dee2e6;
    --avx-bg: #f4f4f4;
    --avx-text: #2d2d2d;
    --avx-muted: #5d5d5d;
    --avx-green: #34a853;
    --avx-black: #111111;
    --avx-border: #bdbdbd;
    --avx-white: #ffffff;
    --avm-bg-color: #d9d9db;
    --avm-card-white: #f7f7f7;
    --avm-text-dark: #1f1f1f;
    --avm-text-muted: #454545;
    --avm-green-main: #34a853;
    --avm-green-soft: #34a853;
    --avm-green-dark: #34a853;
    --avm-red-main: #b95148;
    --avm-brown-main: #815f4d;
    --avm-border-light: #b7b7b7;
    --avm-shadow-main: 0 6px 16px rgba(0, 0, 0, 0.12);
    --avm-font-display: "DM Serif Display", serif;
    --avm-font-body: "Inter", sans-serif;
    --chalk-white: rgba(255, 255, 255, 0.95);
    --text-muted: rgba(255, 255, 255, 0.7);
    --bg-dark: #1a1a1a;
    --ts-card-width: 220px;
    --ts-card-margin: 30px;
    --ts-speed: 30s; /* Adjust to make faster or slower */
    --sm-bg-dark: #2d2d2d;
    --sm-text-gray: #b0b0b0;
    --sm-btn-green: #34a853;
    --sm-white: #ffffff;
    /*--sm-font-family: 'Kreon', serif !important;*/
    /*--smalltext-family:'Raleway',serif !important;*/
    --sm-dark-green: #34a853;
    --sm-border-color: #333;


    --faq-bg: #222222; /* Dark background from image */
            --faq-border: #555555;
            --faq-text: #ffffff;
            --faq-accent: #ffffff;



     --text-main: 400 80px/normal 'Kreon', serif;








        }
        body {
            background-color: #f8f9fa;
            overflow-x: hidden;
            margin: 0;
            padding: 0;
        }



        /*// extra css */
        .setimggoogle{width: 50%;}




        .agency-vibe-card img{
            display: inline;
        }

























        /* --- Global Sections --- */
        .sm-section-dark { background-color: var(--dark-bg); color: #fff; padding: 100px 0; }


        /* Navbar Styling */
        .navbar {
            background-color: #212121;
            /*padding: 1rem;*/
        }
        .navbar-brand {
            font-weight: 700;
            letter-spacing: 1px;
            font-size: 1.5rem;
        }
        .nav-link {
            color: white !important;
            font-size: 0.9rem;
            margin: 0 10px;
        }
        .nav-link.active-green {
            color: var(--brand-green) !important;
            font-weight: bold;
        }

        /* Hero Section Slider */
        /* Hero Slider */
        .hero-slider{
            width: 100%;
            overflow: hidden;
        }

        .hero-slider .carousel,
        .hero-slider .carousel-inner,
        .hero-slider .carousel-item{
            width: 100%;
            min-height: 100vh;
        }

        .hero-slider .carousel-item{
            position: relative;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        /* Overlay on background image */
        .hero-slider .carousel-item::before{
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(255, 255, 255, 0.45);
            z-index: 1;
        }



        .hero-inner{
            max-width: 900px;
            margin: auto;
        }

        .doodle-img{
            max-width: 320px;
            width: 100%;
            margin: 0 auto 20px;
            filter: drop-shadow(5px 5px 15px rgba(0,0,0,0.10));
        }

        .hero-title{
            /*font-family: var(--sm-font-family);*/

            font-weight: 900;
            text-transform: uppercase;
            line-height: 0.05;
            color: #000;
            margin-bottom: 20px;
            font-size: 65px;
        }

        .hero-title .green-text{
            color: var(--brand-green);
            text-shadow: 2px 2px 0 rgba(0,0,0,0.05);
        }

        .hero-subtitle{
            font-size: clamp(18px, 2vw, 30px);
            font-weight: 400;
            color: #111;
            margin: inherit;
            padding-top: 15px !important;
            padding-bottom: 10px !important;
            /*font-family: var(--smalltext-family);*/
        }

        .cta-container{
            display: inline-flex;
            align-items: stretch;

            box-shadow: 0 10px 30px rgba(0,0,0,0.12);
            border-radius: 4px;
            overflow: hidden;
            flex-wrap: wrap;
            justify-content: center;
        }

        .btn-improve{
            background-color: var(--brand-green);
            color: #fff;
            border: none;
            padding: 16px 28px;
            font-weight: 700;
            font-size: 1.1rem;
            position: relative;
            z-index: 1;
            transition: all 0.4s ease;
        }

        .btn-improve::before{
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0.2);
            transition: all 0.4s ease;
            z-index: -1;
        }

        .btn-improve:hover::before{
            left: 0;
        }

        .google-icon-box{
            background: #fff;
            /*padding: 14px 24px;*/
            display: flex;
            /*align-items: center;*/
            justify-content: center;
            border-left: 1px solid #eee;
            /*display: block;*/
        }

        .google-icon-box img{
            width: 34px;
            border-radius: 0 10px 10px 0;
        }

        /* Carousel arrows */
        .carousel-control-prev,
        .carousel-control-next{
            z-index: 3;
            width: 8%;
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon{
            filter: invert(0);
            background-size: 70% 70%;
        }

        /* Responsive */
        @media (max-width: 767px) {
            .hero-slider .carousel-item,
            .slide-content{
                min-height: 85vh;
            }

            .doodle-img{
                max-width: 220px;
            }

            .cta-container{
                flex-direction: column;
                width: 100%;
                max-width: 320px;
            }

            .google-icon-box{
                border-left: none;
                border-top: 1px solid #eee;
            }

            .btn-improve{
                width: 100%;
            }
        }

        .hero-slider{
        width: 100%;
        overflow: hidden;
        height: 86vh;
    }

    #heroCarousel,
#heroCarousel .carousel-inner,
#heroCarousel .carousel-item{
    width: 100%;
    min-height: 100vh;
}

#heroCarousel .carousel-item{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#heroCarousel .carousel-item::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.05);
    z-index: 1;
}

.slide-content{
    position: relative;
    z-index: 2;
    min-height: 95vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    padding-top: 230px;   /* main fix */

}
.slide-content .container{
        position: absolute;
    /* top: 337px; */
    bottom: 107px;

}
.hero-inner{
    max-width: 900px;
    margin: 0 auto;
}



.green-text{
    color: #34a853;
}





.btn-improve{
    background: #34a853;
    color: #fff;
    border: none;
    padding: 18px 34px;
    font-size: 1.2rem;
    font-weight: 700;
}

/*.google-icon-box{
    padding: 15px 22px;
    background: #fff;
    border-left: 1px solid #eee;
}*/

.google-icon-box img{
    width: 60px;
}

        /* Trusted By Section (image_03d763.png) */
        .trusted-section { padding: 60px 0; background: #fff; text-align: center; }
        .section-title { font-size: 1.8rem; margin-bottom: 40px; color: #333; }
        .section-title span { font-weight: 700; }

        .logo-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 40px;
            max-width: 1000px;
            margin: 0 auto;
        }
        .logo-item {
            width: 150px;
            filter: grayscale(100%);
            opacity: 0.7;
            transition: 0.3s ease-in-out;
        }
        .logo-item:hover {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.05);
        }
        .logo-item img { max-width: 100%; height: auto; }

        .sub-footer-text {
            max-width: 700px;
            margin: 50px auto 0;
            font-size: 1.2rem;
            color: var(--text-muted);
            line-height: 1.6;
        }


        /* --- Make The Switch Section (NEW) --- */
        .sm-switch-container {
            position: relative;
    padding: 80px 0; /* Add padding for spacing since we removed 100vh */
    height: auto;
    overflow: visible;

         }
         /* 2. Make the left column sticky */
@media (min-width: 992px) { /* Only sticky on desktop */
    .sm-switch-container .col-lg-5 {
        position: sticky;
        top: 100px; /* Distance from the top of the screen when scrolling */
        height: fit-content;
        align-self: flex-start;
    }
}

/* 3. Ensure the right column flows naturally */
.sm-switch-container .col-lg-7 {
    display: flex;
    flex-direction: column;
    /*gap: 50px;*/
}

/* Optional: Smooth out the feature blocks */
.sm-feature-block {
    display: flex;
    align-items: center;
    margin-bottom: 100px; /* Space between features */
}
        .sm-main-heading {
            /* Typography */



font: var(--text-main);
  letter-spacing: 0; /* 0% */
  text-align: left;

  /* Appearance */
  opacity: 1; /* 100% */
  border-radius: 0;

  /* Vertical Alignment: Center */
  display: flex;
  align-items: center;
        }
        .sm-sub-heading {
            font-family: 'Raleway', sans-serif;
  font-weight: 400; /* Regular */
  font-size: 30px;
  line-height: 1.451; /* 145.1% */
  letter-spacing: 0em;
  text-align: left; /* Based on the active alignment icon */
        }

        .sm-feature-block { display: flex; align-items: center; }
        .sm-feature-content { flex: 1; }
        .sm-feature-title {
            font-family: 'Kreon', serif;
  font-size: 30px;
  font-weight: 700; /* Bold */
  line-height: 1.177; /* 117.7% */
  letter-spacing: 0.1em; /* 10% */
  text-align: center !important;
  margin-bottom: 20px;

  /* Vertical Alignment: Top */
  /*display: flex;*/
  align-items: flex-start;

        }

        .sm-feature-text {
          /*  font-size: 1rem;
            color: var(--feature-text);
            line-height: 1.6;
            font-weight: 400; */


  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 400; /* Regular */
  line-height: 1.177; /* 117.7% */
  letter-spacing: 0.1em; /* 10% of font-size */
  text-align: center;

  /* Vertical Alignment: Align Top */
  vertical-align: top;
  display: flex;
  align-items: flex-start; /* If using a flex container */







         }
        .sm-feature-img { width: 50%; flex-shrink: 0; }
        .sm-feature-img img { width: 100%; height: auto; filter: brightness(0) invert(1); opacity: 0.9; }

        /* Paper Plane Decoration */
        .sm-plane-icon { position: absolute; left: 10%; opacity: 0.6; }


        .avx-section-main {
      padding: 40px 0 50px;
      overflow: hidden;
      background-color: #fff;
    }

    .avx-container-box {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 16px;
    }

    .avx-header-zone {
      text-align: center;
      margin-bottom: 42px;
    }

    .avx-main-title {

 font-family: 'Kreon', serif;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;

  /* Appearance */
  opacity: 1; /* 100% */
  border-radius: 0;





      font-size: 58px;
      line-height: 1.08;
      color: var(--avx-green);
      margin-bottom: 14px;
      /*font-family: var(--sm-font-family);*/
    }

    .avx-sub-text {

     /* Typography */
  font-family: 'Raleway', sans-serif;
  font-weight: 400; /* Regular */
  font-size: 24px;
  line-height: 1.32; /* 132% */
  letter-spacing: 0;

  /* Alignment */
  text-align: center; /* Based on the selected middle icon */

  /* Appearance */
  opacity: 1;         /* 100% */
  border-radius: 0;   /* Corner radius 0 */
    }

    .avx-compare-row {
      position: relative;
      row-gap: 30px;
    }

    .avx-column-shell {
      position: relative;
      padding-top: 95px;
    }

    .avx-top-label-wrap {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 82%;
      height: 112px;
      z-index: 3;
    }

    .avx-top-outline {
      position: absolute;
      inset: 0;
      border: 4px solid var(--avx-border);
      border-radius: 40px;
      background: transparent;
    }

    .avx-top-outline.avx-outline-green {
      border-color: var(--avx-green);
    }

    .avx-top-outline.avx-outline-black {
      border-color: #000000;
    }

    .avx-top-pill {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      min-height: 68px;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 12px 24px;
      font-size: 22px;
      line-height: 1.2;
      font-weight: 700;
      color: var(--avx-white);
      z-index: 2;




    }

    .avx-top-pill.avx-pill-green {
      /* #2e7d32 gives 5.13:1 contrast with white text (WCAG AA). */
      background: #2e7d32;
      color: #ffffff;
    }

    .avx-top-pill.avx-pill-black {
      background: #000000;
      color: var(--avx-white);
    }

    .avx-card-shell {
      position: relative;
      background: transparent;
      border: 4px solid var(--avx-border);
      border-radius: 36px;
      min-height: 470px;
      padding: 60px 34px;
    }

    .avx-card-shell.avx-card-left::before {
      content: "";
      position: absolute;
      left: -58px;
      top: -64px;
      width: 60px;
      height: calc(100% + 68px);
      border-left: 4px solid var(--avx-green);
      border-top: 4px solid var(--avx-green);
      border-top-left-radius: 34px;
    }

    .avx-card-shell.avx-card-right::after {
      content: "";
      position: absolute;
      right: -58px;
      top: -64px;
      width: 60px;
      height: calc(100% + 68px);
      border-right: 4px solid #000000;
      border-top: 4px solid #000000;
      border-top-right-radius: 34px;
    }

    .avx-list-box {
      list-style: none;
      margin: 0;
      padding: 0;
      /*font-family: var(--smalltext-family);*/
      font-weight: 400;
    }

    .avx-list-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      font-size: 18px;
      line-height: 1.4;
      color: #393939;
    }
    .avx-list-item span{
         font-family: 'Raleway', sans-serif;
  font-weight: 400; /* Regular */
  line-height: 1.451; /* 145.1% */
  letter-spacing: 0em;
    }

    .avx-list-item + .avx-list-item {
      margin-top: 26px;
    }

    .avx-icon-round {
      flex: 0 0 30px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      position: relative;
      margin-top: 3px;
    }

    .avx-icon-round.avx-icon-check {
      border: 3px solid var(--avx-green);
    }

    .avx-icon-round.avx-icon-check::before {
      content: "";
      position: absolute;
      left: 7px;
      top: 8px;
      width: 11px;
      height: 6px;
      border-left: 3px solid var(--avx-green);;
      border-bottom: 3px solid var(--avx-green);;
      transform: rotate(-45deg);
    }

    .avx-icon-round.avx-icon-cross {
      border: 3px solid #111111;
    }

    .avx-icon-round.avx-icon-cross::before,
    .avx-icon-round.avx-icon-cross::after {
      content: "";
      position: absolute;
      top: 12px;
      left: 5px;
      width: 16px;
      height: 3px;
      background: #111111;
      border-radius: 4px;
    }

    .avx-icon-round.avx-icon-cross::before {
      transform: rotate(45deg);
    }

    .avx-icon-round.avx-icon-cross::after {
      transform: rotate(-45deg);
    }

    .avx-card-right .avx-list-item {
      color: #3b3b3b;
    }

















.avm-pricing-section-wrap {
    /*min-height: 100vh;*/
    display: flex;
    align-items: center;
    padding: 36px 0;
    overflow: hidden;
}

.avm-pricing-container {
    max-width: 1280px;
}

.avm-pricing-content-card {
    background: #fff;
    box-shadow: var(--avm-shadow-main);
    padding: 28px 34px 30px;
    border-radius: 10px;
    min-height: 337px;
    margin: 0 auto;
}

.avm-pricing-main-title {
   /* Typography */
  font-family: 'Kreon', serif;
  font-weight: 400; /* Regular */
  font-size: 50px;
  letter-spacing: 0;

  /* Color (Fill) */
  color: #34a853;

  /* Alignment */

  /* Appearance */
  opacity: 1;         /* 100% */
  border-radius: 0;   /* Corner radius 0 */
}

.avm-pricing-sub-title {
    /* Typography */
  font-family: 'Raleway', sans-serif;
  font-weight: 400; /* Regular */
  font-size: 30px;
  letter-spacing: 0;

  /* Alignment */
  text-align: left;   /* Left alignment active */

  /* Appearance */
  opacity: 1;         /* 100% */
  border-radius: 0;   /* Corner radius 0 */
}

.avm-pricing-desc-text {
    /* Typography */
  font-family: 'Raleway', sans-serif;
  font-weight: 400; /* Regular */



  /* Alignment */
  text-align: left;

  /* Appearance */
  opacity: 1;         /* 100% */
  border-radius: 0;   /* Corner radius 0 */
}

.avm-pricing-visual-stage {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.avm-compare-box {
    position: relative;
    z-index: 2;
}

.avm-compare-label {
    min-width: 120px;
    text-align: center;
    font-size: 0.9rem;
    color: #4e4e4e;
    background: #d8d8d8;
    border: 1px solid var(--avm-border-light);
    padding: 8px 10px;
    line-height: 1.15;
    margin: 0 auto 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.avm-compare-label-success {
    color: #34a853;
    font-weight: 700;
}

.avm-office-card {
    width: 110px;
    height: 160px;
    border: 2px solid #7d7d7d;
    background: #ececec;
    position: relative;
}

.avm-office-card-bad .avm-office-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #b8c0c5 0%, #adb6bb 55%, #d6dcdf 55%, #d6dcdf 100%);
    overflow: visible;
}

.avm-office-top-icons {
    position: absolute;
    top: 14px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.avm-pound-icon {
    font-size: 2rem;
    color: #d8ac3b;
    line-height: 1;
}

.avm-mini-plant {
    width: 10px;
    height: 18px;
    background: linear-gradient(to top, #5f9f58 0%, #7fce6a 100%);
    border-radius: 10px 10px 0 0;
    position: relative;
}

.avm-mini-plant::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -2px;
    width: 14px;
    height: 6px;
    background: #9e7657;
    border-radius: 2px;
}

.avm-mini-monitor {
    width: 16px;
    height: 12px;
    background: #e9e9e9;
    border: 2px solid #9ba3aa;
    position: relative;
}

.avm-mini-monitor::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 4px;
    width: 6px;
    height: 6px;
    background: #9ba3aa;
}

.avm-office-desk {
    position: absolute;
    bottom: 52px;
    left: 12px;
    width: 44px;
    height: 8px;
    background: #7c6659;
}

.avm-office-chair {
    position: absolute;
    bottom: 40px;
    left: 56px;
    width: 18px;
    height: 32px;
    border: 2px solid #6f767c;
    border-radius: 3px;
}

.avm-office-plant-big {
    position: absolute;
    bottom: 18px;
    left: 12px;
    width: 18px;
    height: 48px;
    background: linear-gradient(to top, #4f9e62 0%, #84d284 100%);
    border-radius: 12px;
}

.avm-office-plant-big::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: -2px;
    width: 22px;
    height: 10px;
    background: #7c5e48;
    border-radius: 2px;
}

.avm-price-tag {
    position: absolute;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 4px 8px rgba(0,0,0,0.14);
}

.avm-price-tag-red {
    left: -14px;
    top: 34px;
    background: var(--avm-red-main);
    padding: 6px 14px;
    transform: rotate(10deg);
    font-size: 0.95rem;
    border-radius: 4px;
}

.avm-price-tag-brown {
    left: -2px;
    bottom: 10px;
    background: var(--avm-brown-main);
    padding: 6px 8px;
    transform: rotate(-8deg);
    font-size: 0.58rem;
    line-height: 1.1;
    border-radius: 3px;
    text-align: center;
}

.avm-price-tag-green-left {
    left: 10px;
    bottom: -18px;
    background: #34a853;
    padding: 5px 10px;
    font-size: 0.9rem;
    border-radius: 3px;
}

.avm-middle-connector-area {
    width: 210px;
    height: 220px;
    position: relative;
    z-index: 2;
}

.avm-cartoon-person {
    position: absolute;
    right: 52px;
    bottom: 22px;
    width: 86px;
    height: 170px;
    z-index: 3;
}

.avm-person-head {
    width: 28px;
    height: 28px;
    background: #e8b09b;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 28px;
    border: 1px solid rgba(0,0,0,0.18);
}

.avm-person-head::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 24px;
    height: 12px;
    background: #7f716a;
    border-radius: 16px 16px 6px 6px;
}

.avm-person-body {
    width: 56px;
    height: 78px;
    background: #b7c7bb;
    border-radius: 26px 26px 18px 18px;
    position: absolute;
    top: 24px;
    left: 16px;
    border: 1px solid rgba(0,0,0,0.14);
}

.avm-person-arm {
    position: absolute;
    height: 10px;
    background: #b7c7bb;
    top: 62px;
    border-radius: 10px;
}

.avm-person-arm-left {
    width: 40px;
    left: -2px;
    transform: rotate(-24deg);
}

.avm-person-arm-right {
    width: 46px;
    right: -8px;
    transform: rotate(30deg);
}

.avm-person-arm-left::after,
.avm-person-arm-right::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #e8b09b;
    border-radius: 50%;
    right: -3px;
    top: 0;
}

.avm-person-leg {
    position: absolute;
    width: 14px;
    height: 66px;
    background: #34a853;
    bottom: 0;
    border-radius: 10px;
}

.avm-person-leg-left {
    left: 28px;
    transform: rotate(2deg);
}

.avm-person-leg-right {
    left: 44px;
    transform: rotate(-6deg);
}

.avm-curve-line {
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    height: 120px;
    z-index: 1;
}

.avm-office-card-good {
    background: #e9ece8;
    border-color: #5f8f6c;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 14px;
    position: relative;
}

.avm-team-wrap {
    position: relative;
    width: 82px;
    height: 116px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.avm-team-person {
    width: 34px;
    position: relative;
}

.avm-team-head {
    width: 22px;
    height: 22px;
    background: #f1b29d;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.avm-team-body {
    width: 34px;
    height: 74px;
    border-radius: 16px 16px 8px 8px;
    margin-top: -2px;
    position: relative;
}

.avm-team-person-male .avm-team-body {
    background: #34a853;
}

.avm-team-person-female .avm-team-body {
    background: #d2af4b;
}

.avm-team-laptop {
    position: absolute;
    left: 25px;
    bottom: 26px;
    width: 32px;
    height: 20px;
    background: #ca5646;
    border-radius: 3px;
    z-index: 4;
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}

.avm-approval-mark {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #34a853;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    box-shadow: 0 4px 8px rgba(0,0,0,0.12);
}

.avm-flat-fee-badge {
    display: inline-block;
    margin-top: 10px;
    background: #34a853;
    color: #fff;
    font-weight: 600;
    font-size: 0.88rem;
    padding: 6px 12px;
    border-radius: 4px;
}

.avm-ground-shadow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 20px;
    background: rgba(0,0,0,0.12);
    filter: blur(2px);
    border-radius: 50%;
    z-index: 0;
}


.agency-vibe-section {
    /* Subtle chalkboard texture effect */
    background-color: #1a1a1a;
    background-image: url("../../asset/image/home/bgdarkimg.webp");
    padding: 40px 0;
    color: white;
    /*font-family: 'Inter', sans-serif;*/
    min-height: 100vh;
        background-repeat: round;
}
.agency-img-fluid{
height: 100%;
    width: 50%;
}

.agency-vibe-title {
   /* Typography */
  font-family: 'Kreon', serif;
  font-weight: 400; /* Regular */
  font-size: 50px;
  line-height: normal; /* "Auto" typically maps to the font's default browser rendering */
  letter-spacing: 0;

  /* Alignment */
  text-align: center;

  /* Appearance */
  opacity: 1;         /* 100% */
  border-radius: 0;   /* Corner radius 0 */
}

.agency-vibe-card {
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

.agency-vibe-card:hover {
    transform: translateY(-25px);
}

.agency-vibe-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    color: var(--chalk-white);
    /* Giving icons a "sketched/chalk" glow */
    filter: drop-shadow(0 0 2px rgba(255,255,255,0.4));
}

.agency-vibe-heading {
    margin-top: 16px;
    /* Typography */
  font-family: 'Raleway', sans-serif;
  font-weight: 700; /* Bold */
  font-size: 25px;
  line-height: 1.01; /* 101% */
  letter-spacing: 0;

  /* Alignment */
  text-align: center;

  /* Appearance */
  opacity: 1;         /* 100% */
  border-radius: 0;   /* Corner radius 0 */
}

.agency-vibe-text {
/* Typography */
  font-family: 'Raleway', sans-serif;
  font-weight: 300; /* Light */
  font-size: 18px;
  letter-spacing: 0;

  /* Alignment */
  text-align: center;

  /* Appearance */
  opacity: 1;         /* 100% */
  border-radius: 0;   /* Corner radius 0 */
    color: var(--text-muted);

}



/* Custom class naming starting with sm- for Sandy Media */

.sm-container-row {
    background-color: #f8f9fa; /* Light grey background */
    padding: 2rem;
    border-radius: 10px;
}

/* Specific styling for the visual section image */
.sm-workflow-image {
    max-height: 360px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Card Styling for the Right Side */
.sm-checklist-card {
    border: 2px solid #333; /* Darker border like a clipboard */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
}

/* Custom Green Header styling */
.sm-checklist-header {
    background-color: #34a853; /* Green header */
    color: white;
    padding: 1.5rem;
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #333;
}

/* Body and List Styling */
.sm-checklist-body {
    padding: 2rem;
}

.sm-checklist-list {
    font-size: 1.1rem;
    line-height: 1.8;
}

.sm-checklist-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.2rem;
}

.sm-bullet {
    color: #34a853; /* Match green for bullets */
    font-size: 1.5rem;
    margin-right: 10px;
    margin-top: -5px; /* Alignment adjustment */
}








/* Custom Styles for Testimonial Section */
.unique-tst-section {
    background-color: #e9e9e9; /* Light gray background from image */
    padding: 30px 0;
    /*font-family: 'Poppins', sans-serif;*/
}

.unique-tst-label {
    color: #666;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
    /*font-family: var(--smalltext-family);*/
}

.unique-tst-main-heading {
    /* Typography */
  font-family: 'Kreon', serif;
  font-size: 40px;
  font-weight: 400; /* Regular */
  line-height: 1.32; /* 132% */
  letter-spacing: 0;

  /* Horizontal Alignment */
  text-align: center;

  /* Vertical Alignment (Flexbox approach) */
  display: flex;
  justify-content: center; /* Horizontal center */
  align-items: center;     /* Vertical center */

  /* Appearance */
  opacity: 1; /* 100% */
  border-radius: 0; /* Corner radius */
      color: #1a1a1a;
}

.unique-tst-card {
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

.unique-tst-img-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 4px;
    overflow: hidden;
}

/*.unique-tst-img-box img {
    max-width: 80%;
    height: auto;
    border-radius: 6px;
}*/

.unique-tst-img-box img{
    height: 150px;
    width: 100%;
     border-radius: 6px;
}


.unique-tst-name {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: #111;
}

.unique-tst-feedback {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
    padding: 0 10px;
}

/* Carousel Control Customization */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0,0,0,0.2);
    border-radius: 50%;
    padding: 20px;
}











.custom-lead-form-wrapper {
    /*max-width: 850px;*/
}

/* Typography */
.custom-lead-form-label {
    display: block;
    /*font-family: var(--sm-font-family);*/
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
}

.custom-lead-form-sublabel {

    /* Accessible muted text: 7.00:1 on white. */
    color: #595959;
   /* Typography */
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-weight: 400; /* Regular */

  letter-spacing: 0.12em; /* 12% converted to em for standard spacing */

  /* Alignment */
  text-align: left; /* First horizontal alignment icon active */

  /* Vertical Alignment (Flexbox) */
  display: flex;
  align-items: center; /* Middle vertical alignment icon active */

  /* Appearance */
  opacity: 1; /* 100% */

}

/* Form Inputs */
.custom-lead-form-input {
    border: 1px solid #ccc;
    border-radius: 0; /* Square edges as per design */
    padding: 12px;
    font-size: 1rem;
}

.custom-lead-form-input:focus {
    box-shadow: none;
    border-color: #000;
}

.custom-lead-form-input::placeholder {
    color: #d1d1d1;
}

/* Captcha Box Placeholder */
.custom-lead-form-captcha-box {
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    padding: 10px 15px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
}

/* The Green Button with Shadow */
.custom-lead-form-submit-btn {
    /* Accessible brand green: 5.13:1 with white text. */
    background-color: #2e7d32;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    border: none;
    border-radius: 0;
    padding: 10px 25px;
    position: relative;
    box-shadow: 4px 4px 0px #000; /* Solid black shadow */
    transition: transform 0.1s;
}

.custom-lead-form-submit-btn:hover {
    background-color: #1b5e20;
    color: #ffffff;
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px #000;
}

.custom-lead-form-submit-btn:active {
    transform: translate(4px, 4px);
    box-shadow: none;
}








.alt-faq-section {
            padding: 80px 0;
            background: #2D2D2E;
            color: #fff;
        }

        .alt-faq-title {
            margin-bottom: 50px;

            /* Typography */
  font-family: 'Kreon', serif;
  font-size: 60px;
  font-weight: 400; /* Regular */
  line-height: 1.32; /* 132% */
  letter-spacing: 0%;

  /* Alignment */

  /* Vertical Alignment (using Flexbox) */
  display: flex;

  /* Appearance */
  opacity: 1; /* 100% */
  border-radius: 0; /* Corner radius 0 */
        }

        /* Unique Accordion Styling */
        .alt-custom-accordion .accordion-item {
            background-color: transparent;
            border: none;
            border-bottom: 1px solid var(--faq-border);
            border-radius: 0;
        }

        .alt-custom-accordion .accordion-button {
            background-color: transparent;
            color: var(--faq-text);
            font-size: 1.1rem;
            font-weight: 300;
            padding: 25px 0;
            box-shadow: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        /* Remove default Bootstrap arrow */
        .alt-custom-accordion .accordion-button::after {
            display: none;
        }

        /* Custom Plus/Cross Icon */
        .alt-faq-icon {
            font-size: 0.9rem;
            transition: transform 0.3s ease;
            opacity: 0.7;
        }

        /* Rotate icon when active */
        .alt-custom-accordion .accordion-button:not(.collapsed) .alt-faq-icon {
            transform: rotate(45deg);
        }

        .alt-custom-accordion .accordion-button:focus {
            z-index: 3;
            outline: 0;
            box-shadow: none;
        }

        .alt-faq-content {
            color: #bbbbbb;
            padding-bottom: 25px;
            line-height: 1.6;
            font-weight: 300;

            /* Typography */
  font-family: 'Raleway', sans-serif;

  font-weight: 300; /* Light */

  letter-spacing: 0.13em; /* 13% */

 text-align: left;  /* Alignment */


  /* Vertical Alignment */
  display: flex;


  /* Appearance */
  opacity: 1; /* 100% */
  border-radius: 0;

        }



.ts-footer-container {
    text-align: center;
    /*max-width: 800px;*/
}

/* Headline Styling */
.ts-headline {
    /* Appearance */
  opacity: 1.0;
  border-radius: 0;

  /* Typography */
  font-family: 'Raleway', sans-serif;
  font-weight: 400; /* Regular */
  font-size: 24px;
  line-height: 117.7%;
  letter-spacing: 0.1em; /* 10% of font size */

  /* Alignment */
  text-align: center;
  display: flex;
  align-items: flex-start; /* Vertical align: Top */
  justify-content: center; /* Horizontal align: Center */
}

/* Subtext Styling */
.ts-subtext {
    font-size: 1.1rem;
    color: #555555;
    font-weight: 400;

      /* Appearance */
  opacity: 1.0;
  border-radius: 0;

  /* Typography */
  font-family: 'Raleway', sans-serif;
  line-height: 117.7%;
  letter-spacing: 0.1em; /* 10% of font size */

  /* Alignment */
  text-align: center;
  display: flex;
  align-items: flex-start; /* Vertical align: Top */
  justify-content: center; /* Horizontal align: Center */
}
.textxgoogle{
        /* Accessible dark brand green on a white section. */
        color: #2e7d32 !important;
        font-weight: 700;
}







/* Styling for the main title */
.hero-title {
    /*text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.5),
        0px 0px 10px rgba(0, 0, 0, 0.3);*/
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0px 0px 2px rgba(0, 0, 0, 0.3);
}

/* Specifically for the green highlighted text */
.green-text {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0px 0px 2px rgba(0, 0, 0, 0.3) !important;
}

/*.hero-subtitle {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}*/


.setposition{
    position: relative;
    left: 140px;
}
.setposition .sm-feature-content{
        position: absolute;
    bottom: 0px;
    width: 55%;
}
.setotherwidth{
    width: 76%;
}

.setresimg{
    width: 100%;
    height: auto;
}





















/* !!! UNIQUE HIGHLIGHT CLASS !!! */
.ts-service-focus {
    /* Accessible Google-style blue: 5.37:1 on white. */
    color: #1967d2;
    position: relative;
    font-weight: 700;
    padding: 0 4px;
    /* transition: text-shadow 0.3s ease; */
}

/* Blinking Cursor */
.ts-cursor {
    display: inline-block;
    color: #1967d2;
    margin-left: 2px;
    font-weight: 100;
    animation: blinkCursor 0.9s infinite;
}

@keyframes blinkCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}







  .setfontfaq{
    /* Typography */
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 300; /* Light */
  line-height: 1.32; /* 132% */
  letter-spacing: 0.13em; /* 13% */

  /* Alignment */
  text-align: left;

  /* Vertical Alignment */
  display: flex;
  align-items: center; /* Middle vertical alignment */

  /* Appearance */
  opacity: 1; /* 100% */
  border-radius: 0;
  }




        .ts-custom-trusted-section {
    padding: 80px 0;
    background-color: #ffffff;
    /*font-family: 'Inter', sans-serif;*/
    overflow: hidden;
    text-align: center;
}

.ts-header-title {
    font-size: 32px;
    margin-bottom: 50px;
    color: #000;
    /*font-family: var(--smalltext-family);*/
}

.ts-header-title span {
    font-weight: 800;
}

/* Wrapper to hide overflow */
.ts-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    display: flex;
    position: relative;
}

/* The actual moving track */
.ts-logo-track {
    display: flex;
    width: max-content; /* Ensure it stays in one line */
}

/* Individual Card Design (Matches image_a0beda.jpg) */
.ts-card {
    width: var(--ts-card-width);
    height: 140px;
    margin-right: var(--ts-card-margin);
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
    padding: 20px;
    flex-shrink: 0;
}

.ts-card img {
    max-width: 90%;
    /*max-height: 80%;*/
    object-fit: contain;
}

/* Animations */
.ts-animate-left {
    animation: tsScrollLeft var(--ts-speed) linear infinite;
}

.ts-animate-right {
    animation: tsScrollRight var(--ts-speed) linear infinite;
}

@keyframes tsScrollLeft {
    from { transform: translateX(0); }
    /* Slide left by exactly half the total width of the content */
    to { transform: translateX(-50%); }
}

@keyframes tsScrollRight {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

.ts-footer-description {

    margin: 60px auto 0;
    font-size: 20px;
    line-height: 1.4;
    color: #000;
}








/* Footer Main Container */
        .sm-footer-wrapper {
            background-color: var(--sm-bg-dark);
            color: var(--sm-white);
            padding: 80px 0;
        }

        /* Typography */
        .sm-footer-brand {
            font-weight: 800;
            font-size: 1.5rem;
            letter-spacing: 1px;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

        .sm-footer-brand span {
            font-weight: 300;
        }

        .sm-footer-desc {
            color: var(--sm-text-gray);
            font-size: 0.95rem;
            line-height: 1.6;
            max-width: 280px;
            margin-bottom: 25px;
        }

        .sm-footer-meta {
            color: var(--sm-text-gray);
            font-size: 0.9rem;
            text-decoration: none;
            display: block;
            margin-top: 5px;
        }

        .sm-footer-link:hover {
            color: var(--sm-white);
        }



        /* Right Side Layout */
        .sm-footer-cta-text {
            font-size: 1.1rem;
            margin-right: 20px;
            font-weight: 300;
        }

        /* The Custom Green Button */
        .sm-footer-btn-login {
            background-color: var(--sm-btn-green);
            color: #fff;
            border: none;
            font-weight: 700;
            padding: 12px 20px;
            font-size: 1.1rem;
            box-shadow: 4px 4px 0px #000; /* Recreating that solid shadow look */
            transition: all 0.2s ease;
            text-decoration: none;
            display: inline-block;
        }

        .sm-footer-btn-login:hover {
            transform: translate(-2px, -2px);
            box-shadow: 6px 6px 0px #000;
            background-color: #34a853;
            color: #fff;
        }

        .sm-footer-secondary-link {
            display: block;
            margin-top: 40px;
            color: var(--sm-text-gray);
            text-decoration: none;
            font-size: 1.1rem;
        }

     .search-container{
        display: none;
     }
     .texthideshow{
        display: none;
     }


/* Container for the overlay */
.checklist-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

/* Positioning the text over the image */
.checklist-overlay {
    position: absolute;
    top: 54px;
    left: -10px;
    width: 100%;
    height: 100%;
    padding: 10% 12%; /* Adjusts text to fit inside the paper borders */
    display: flex;
    flex-direction: column;
}

/* Green Header Positioning */
.checklist-header {

    margin-bottom: 12%;
}
.setbgimg{
    width: 80%;
    height: auto;
}

.checklist-header h2 {
    /* Typography */
  font-family: 'Kreon', serif;
  font-weight: 400; /* Regular */
  font-size: 20px;
  line-height: 1.3; /* 91% */
  letter-spacing: -0.02em; /* -2% */

  /* Alignment */
  text-align: left;

  /* Appearance */
  opacity: 1;         /* 100% */
  border-radius: 0;   /* Corner radius 0 */
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    left: 27px;
}
.custom-checklist{
    width: 90%;
    margin-top: 20px;
}
/* List Styling */
.custom-checklist li {

    color: #333;
   /* Font Family */
  font-family: 'Raleway', sans-serif;

  /* Font Size */
  font-size: 16px;

  /* Line Height (132%) */
  /* Calculation: 16px * 1.32 = 21.12px */
  line-height: 1.32;
margin-bottom: 15px;
  /* Letter Spacing (0%) */
  letter-spacing: 0em;

  /* Alignment */
  text-align: left; /* Based on the active blue highlight */
  vertical-align: middle; /* Based on the active middle-align icon */
}

.custom-checklist li i {
    color: #34a853; /* Green checkmark */
    font-weight: bold;
}
.slick-slide img{
    object-fit: contain;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .checklist-header h2 {
        font-size: 17px;
        line-height: 1.3;
        text-align: left !important;
    }
    .custom-checklist li {
                margin-top: 10px;
        font-size: 15px;
        margin-bottom: 0.5rem;
    }
    .custom-checklist{margin-top: 30px;}
    .checklist-header {
        margin-bottom: 10%;
    }
}





/* =========================================================
   SANDY MEDIA HERO SECTION - FIXED V3
   - Main boy image is fixed and always visible
   - Bulb is linked to first letter T / G / S
   - Icons move softly without overlapping content
   - No arrows, smooth automatic background/text fade
========================================================= */
.smy-hero-section {
    position: relative;
    width: 100%;
    min-height: clamp(680px, 86vh, 800px);
    overflow: hidden;
    isolation: isolate;
    background: #f0f0f0;
}

.smy-hero-slider,
.smy-hero-slider .carousel-inner,
.smy-hero-slider .carousel-item,
.smy-hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: inherit;
}

.smy-hero-slider {
    z-index: 1;
}

.smy-hero-slider.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 1.45s ease-in-out;
}

.smy-hero-slider.carousel-fade .carousel-item.active,
.smy-hero-slider.carousel-fade .carousel-item-next.carousel-item-start,
.smy-hero-slider.carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 1;
}

.smy-hero-slider.carousel-fade .active.carousel-item-start,
.smy-hero-slider.carousel-fade .active.carousel-item-end {
    opacity: 0;
}

.smy-hero-slide {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.smy-hero-slide-one {
    background-image:
        radial-gradient(circle at 50% 16%, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.78) 27%, rgba(244,244,244,0.45) 58%, rgba(232,232,232,0.94) 100%),
        linear-gradient(135deg, #f7f7f7 0%, #eeeeee 48%, #e6e6e6 100%);
}

.smy-hero-slide-two {
    background-image:
        radial-gradient(circle at 50% 16%, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.80) 30%, rgba(240,248,243,0.50) 62%, rgba(225,237,229,0.95) 100%),
        linear-gradient(135deg, #f3f3f3 0%, #f8f8f8 50%, #e8f4ec 100%);
}

.smy-hero-slide-three {
    background-image:
        radial-gradient(circle at 50% 16%, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.80) 30%, rgba(241,247,244,0.48) 62%, rgba(226,236,230,0.96) 100%),
        linear-gradient(135deg, #f2f2f2 0%, #f9f9f9 46%, #edf6f0 100%);
}

.smy-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.78) 0%, rgba(255,255,255,0.08) 20%, rgba(255,255,255,0.08) 80%, rgba(255,255,255,0.78) 100%),
        linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.05) 62%, rgba(218,218,218,0.82) 100%);
}

.smy-hero-art {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: min(100%, 1500px);
    margin: 0 auto;
    pointer-events: none;
}

.smy-main-boy {
    position: absolute;
    top: 34px;
    left: 50%;
    /*width: clamp(315px, 27vw, 430px);*/
    height: auto;
    transform: translateX(-50%);
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.12));
    animation: none !important;
}

.smy-floating-icon {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    pointer-events: none;
    will-change: transform;
}

.smy-floating-icon img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.smy-cloud-icon {
    top: 158px;
    left: calc(50% - 445px);
    width: 102px;
    animation: smySoftMoveOne 11s ease-in-out infinite;
}

.smy-dotted-plane-icon {
    top: 300px;
    left: calc(50% + 225px);
    width: 100px;
    animation: smySoftMoveTwo 12s ease-in-out infinite;
}

.smy-paper-plane-icon {
    top: 68px;
    left: calc(50% + 320px);
    width: 92px;
    animation: smySoftMoveThree 12s ease-in-out infinite;
}

.smy-percent-icon {
   top: 250px;
    left: calc(50% - 220px);
    width: 74px;
    animation: smySoftMoveFour 13s ease-in-out infinite;
}

.smy-graph-icon {
       top: 221px;
    left: calc(50% + 200px);
    width: 54px;
    animation: smySoftMoveFive 12s ease-in-out infinite;
}

.smy-hero-content {
    position: absolute;
    left: 50%;
    bottom: 58px;
    z-index: 5;
    transform: translateX(-50%);
    width: min(1120px, calc(100% - 32px));
    text-align: center;
    padding: 0 16px;
}

.smy-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 8px 20px;
    border: 1px solid rgba(52, 168, 83, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    backdrop-filter: blur(8px);
}

.smy-hero-title {
    margin: 0;
    color: #000;
    font-family: 'Kreon', serif;
    font-weight: 700;
    /*font-size: clamp(46px, 5.15vw, 82px);*/
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
}

.smy-title-green {
    color: #34a853;
    text-shadow: 0 4px 10px rgba(52, 168, 83, 0.23), 0 3px 8px rgba(0,0,0,0.14);
}

.smy-title-start {
    position: relative;
    display: inline-block;
    color: #000;
    text-shadow: inherit;
}

.smy-first-letter {
    color: inherit;
    text-shadow: inherit;
}

.smy-title-bulb {
    position: absolute;
       top: -50px;
    left: -40px;
    width: 70px;
    height: auto;
    z-index: 3;
    pointer-events: none;
    transform: rotate(-3deg);
    filter: drop-shadow(0 0 13px rgba(255, 202, 39, 0.85));
}

.smy-title-glow {
    position: absolute;
    top: -0.92em;
    left: -0.72em;
    width: 1.08em;
    height: 1.08em;
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
    background: radial-gradient(circle, rgba(255, 220, 89, 0.58) 0%, rgba(255, 220, 89, 0.28) 43%, rgba(255, 220, 89, 0) 73%);
    filter: blur(2px);
    animation: smyBulbGlow 3.2s ease-in-out infinite;
}

.smy-hero-subtitle {
    margin: 18px auto 24px;
    color: #161616;
    font-family: 'Raleway', sans-serif;
    font-size: clamp(18px, 2vw, 34px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.01em;
}

.smy-hero-actions {
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.smy-hero-actions-single {
    background: transparent;
    box-shadow: none;
}

.smy-hero-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 16px 34px;
    border: 0;
    background: #34a853;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.12;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.smy-hero-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -85%;
    width: 55%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
    transform: skewX(-20deg);
    transition: left 0.55s ease;
}

.smy-hero-btn:hover {
    color: #ffffff;
    background: #2d9b49;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(52, 168, 83, 0.26);
}

.smy-hero-btn:hover::before {
    left: 130%;
}

.smy-google-box {
    min-width: 90px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255,255,255,0.96);
}

.smy-google-box img {
    width: 58px;
    height: auto;
    display: block;
    border-radius: 8px;
}

.smy-hero-slide.active .smy-hero-content {
    animation: smyHeroTextReveal 0.95s ease both;
}

@keyframes smyHeroTextReveal {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(24px) scale(0.985);
        filter: blur(3px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes smyBulbGlow {
    0%, 100% { opacity: 0.70; transform: scale(0.96); }
    50% { opacity: 1; transform: scale(1.06); }
}

@keyframes smySoftMoveOne {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(8px, -5px) rotate(1deg); }
}

@keyframes smySoftMoveTwo {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(9px, -7px) rotate(2deg); }
}

@keyframes smySoftMoveThree {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(10px, -8px) rotate(3deg); }
}

@keyframes smySoftMoveFour {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-7px) rotate(1deg); }
}

@keyframes smySoftMoveFive {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-5px) scale(1.04); }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .smy-hero-section {
        min-height: 720px;
    }

    .smy-main-boy {
        top: 42px;
        width: clamp(315px, 39vw, 390px);
    }

    .smy-cloud-icon { top: 142px; left: 9%; width: 90px; }
    .smy-dotted-plane-icon { top: 385px; left: auto; right: 18%; width: 88px; }
    .smy-paper-plane-icon { top: 88px; left: auto; right: 11%; width: 78px; }
    .smy-percent-icon { top: 338px; left: 19%; width: 62px; }
    .smy-graph-icon { top: 326px; left: auto; right: 24%; width: 48px; }

    .smy-hero-content {
        bottom: 62px;
    }

    .smy-hero-title {
        font-size: clamp(42px, 6.4vw, 64px);
        letter-spacing: 0.055em;
    }
}

/* =========================================================
   SANDY MEDIA HERO FINAL NO-OVERLAP FIX
   - Boy illustration stays fixed and does not move
   - Text block starts after the boy illustration
   - Desktop/tablet title gets stronger premium shadow
   - Icons stay outside the main copy area
========================================================= */
.smy-hero-section {
    min-height: clamp(820px, 94vh, 980px) !important;
    overflow: hidden !important;
    background: #f2f2f2 !important;
}

.smy-hero-art {
    z-index: 3 !important;
}

.smy-main-boy {
    top: clamp(24px, 3.1vw, 46px) !important;
    width: clamp(360px, 27.5vw, 470px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.12)) !important;
}

.smy-hero-content {
    top: clamp(500px, 55vh, 585px) !important;
    bottom: auto !important;
    z-index: 5 !important;
    width: min(1160px, calc(100% - 38px)) !important;
}

.smy-hero-eyebrow {
    margin-bottom: 18px !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07) !important;
}

.smy-hero-title {
    font-family: 'Kreon', Georgia, serif !important;
    font-size: 65px !important;
    font-weight: 700 !important;
    line-height: 0.98 !important;
    letter-spacing: 0.078em !important;
    color: #020202 !important;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85),
        2px 3px 0 rgba(0, 0, 0, 0.14),
        5px 7px 8px rgba(0, 0, 0, 0.32) !important;
}

.smy-title-green {
    color: #28c85e !important;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.82),
        2px 3px 0 rgba(0, 0, 0, 0.13),
        4px 6px 8px rgba(0, 0, 0, 0.28),
        0 0 18px rgba(52, 168, 83, 0.18) !important;
}

.smy-title-bulb {
    top: -0.86em !important;
    left: -0.52em !important;
    width: 0.88em !important;
    filter: drop-shadow(0 0 16px rgba(255, 211, 60, 0.95)) !important;
}

.smy-title-glow {
    top: -0.96em !important;
    left: -0.63em !important;
    width: 1.08em !important;
    height: 1.08em !important;
}

.smy-hero-subtitle {
    margin: 20px auto 26px !important;
    font-size: clamp(22px, 2.05vw, 34px) !important;
    color: #181818 !important;
}

.smy-hero-actions {
    border-radius: 13px !important;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.15) !important;
}

.smy-hero-btn {
    min-height: 62px !important;
    padding: 18px 42px !important;
    font-size: 19px !important;
}

.smy-google-box {
    min-width: 118px !important;
}

.smy-google-box img {
    width: 66px !important;
}

.smy-cloud-icon {
    top: 165px !important;
    left: calc(50% - 455px) !important;
    width: 100px !important;
}

.smy-paper-plane-icon {
    top: 72px !important;
    left: calc(50% + 340px) !important;
    width: 88px !important;
}

.smy-percent-icon {
    top: 292px !important;
    left: calc(50% - 278px) !important;
    width: 66px !important;
}

.smy-graph-icon {
    top: 275px !important;
    left: calc(50% + 258px) !important;
    width: 52px !important;
}

.smy-dotted-plane-icon {
        top: 300px !important;
    left: calc(50% + 130px) !important;
    width: 90px !important;
}

@media (min-width: 1200px) and (max-height: 820px) {
    .smy-hero-section {
        min-height: 835px !important;
    }

    .smy-main-boy {
        top: 22px !important;
        width: 405px !important;
    }

    .smy-hero-content {
        top: 400px !important;
    }

    .smy-hero-title {
        /*font-size: clamp(52px, 5vw, 76px) !important;*/
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .smy-hero-section {
        min-height: 780px !important;
    }

    .smy-main-boy {
        top: 34px !important;
        width: clamp(315px, 39vw, 395px) !important;
    }

    .smy-hero-content {
        top: 435px !important;
        width: min(930px, calc(100% - 30px)) !important;
    }

    .smy-hero-title {
        font-size: clamp(42px, 6.15vw, 62px) !important;
        letter-spacing: 0.052em !important;
        line-height: 1.02 !important;
    }

    .smy-hero-subtitle {
        font-size: clamp(19px, 2.4vw, 26px) !important;
    }

    .smy-cloud-icon { top: 145px !important; left: 8% !important; width: 82px !important; }
    .smy-paper-plane-icon { top: 86px !important; right: 9% !important; left: auto !important; width: 72px !important; }
    .smy-percent-icon { top: 288px !important; left: 15% !important; width: 54px !important; }
    .smy-graph-icon { top: 290px !important; right: 23% !important; left: auto !important; width: 46px !important; }
    .smy-dotted-plane-icon { top: 345px !important; right: 11% !important; left: auto !important; width: 76px !important; }
}


/* =========================================================
   SANDY MEDIA HERO FINAL DESKTOP SPACE FIX
   Paste at the END of main.css
   - Reduces blank hero height on desktop/laptop
   - Keeps the boy fixed and the title visible sooner
========================================================= */
@media (min-width: 768px) {
    .smy-hero-section {
        min-height: clamp(700px, 84vh, 840px) !important;
        height: auto !important;
        overflow: hidden !important;
        background: #f2f2f2 !important;
    }

    .smy-hero-slider,
    .smy-hero-slider .carousel-inner,
    .smy-hero-slider .carousel-item,
    .smy-hero-slide {
        min-height: inherit !important;
        height: 100% !important;
    }

    .smy-main-boy {
        top: clamp(18px, 2.4vw, 40px) !important;
        width: clamp(340px, 26vw, 445px) !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        animation: none !important;
    }

    .smy-hero-content {
        top: clamp(410px, 49vh, 505px) !important;
        bottom: auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

@media (min-width: 1200px) and (max-height: 820px) {
    .smy-hero-section {
        min-height: 650px !important;
    }

    .smy-main-boy {
        top: 18px !important;
        width: 380px !important;
    }

    .smy-hero-content {
        top: 390px !important;
    }
}

/* =========================================================
   HERO TEXT SMOOTH CHANGE FIX
   - Background stays fixed
   - Only content fades smoothly
   - No font-size/design changes
========================================================= */
.smy-hero-static-bg {
    pointer-events: none;
}

.smy-hero-static-bg .smy-hero-slide-one {
    opacity: 1 !important;
}

.smy-hero-content {
    opacity: 1;
    transition: opacity 0.52s ease, transform 0.52s ease, filter 0.52s ease;
    will-change: opacity, transform, filter;
}

.smy-hero-content.smy-text-changing {
    opacity: 0 !important;
    transform: translateX(-50%) translateY(10px) !important;
    filter: blur(1px) !important;
}

/* Trusted text smooth change fix without changing typography */
#typewriter-dynamic {
    display: inline-block;
    opacity: 1;
    transition: opacity 0.35s ease, transform 0.35s ease;
    will-change: opacity, transform;
}

#typewriter-dynamic.ts-text-changing {
    opacity: 0;
    transform: translateY(6px);
}

.ts-cursor {
    animation: none !important;
    opacity: 1 !important;
}



/* =========================================================
   TYPEWRITER TEXT FIX
   - Keeps the existing font/design
   - Blue highlighted words type smoothly
   - No full-text fade/blink while changing words
========================================================= */
#typewriter-dynamic {
    display: inline !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

#typewriter-dynamic.ts-text-changing {
    opacity: 1 !important;
    transform: none !important;
}

.ts-cursor {
    display: inline-block !important;
    color: #4285F4 !important;
    margin-left: 2px !important;
    font-weight: 100 !important;
    animation: blinkCursor 0.9s infinite !important;
}


/* =========================================================
   WCAG AA ACCESSIBILITY CONTRAST FIXES
   These rules intentionally use specific selectors and !important
   because home-extra.css/contact.css are loaded after this file.
   The same final safeguards are also placed in layout.blade.php.
========================================================= */
:root {
    --sm-aa-green: #2e7d32;
    --sm-aa-green-hover: #1b5e20;
    --sm-aa-blue: #1967d2;
    --sm-aa-blue-strong: #0b57d0;
    --sm-aa-muted: #595959;
    --sm-aa-placeholder: #6b7280;
    --sm-aa-text: #212529;
    --sm-aa-border: #767676;
}

/* Trusted-company headline and rotating service words. */
.ts-custom-trusted-section,
.ts-custom-trusted-section .ts-headline,
.ts-custom-trusted-section .ts-static-text {
    color: var(--sm-aa-text) !important;
}

.textxgoogle {
    color: var(--sm-aa-green) !important;
}

.ts-service-focus,
.ts-cursor {
    color: var(--sm-aa-blue) !important;
}

/* White text on the original #34a853 was only about 3.06:1. */
.avx-top-pill.avx-pill-green,
.custom-lead-form-submit-btn {
    background-color: var(--sm-aa-green) !important;
    color: #ffffff !important;
}

.custom-lead-form-submit-btn:hover,
.custom-lead-form-submit-btn:focus {
    background-color: var(--sm-aa-green-hover) !important;
    color: #ffffff !important;
}

.custom-lead-form-submit-btn:focus-visible {
    outline: 3px solid #111111 !important;
    outline-offset: 3px;
}

/* Form helper text, values, placeholders and boundaries. */
.custom-lead-form-sublabel {
    color: var(--sm-aa-muted) !important;
}

.custom-lead-form-input {
    color: #111111 !important;
    background-color: #ffffff !important;
    border-color: var(--sm-aa-border) !important;
}

.custom-lead-form-input::placeholder {
    color: var(--sm-aa-placeholder) !important;
    opacity: 1 !important;
}

.custom-lead-form-input:focus {
    border-color: #111111 !important;
    outline: 3px solid rgba(25, 103, 210, 0.28) !important;
    outline-offset: 1px;
}

/* Clipboard ribbon: white on dark green and white on dark blue. */
.ribbon-banner {
    background-color: var(--sm-aa-green) !important;
    color: #ffffff !important;
}

.ribbon-banner h2,
.ribbon-banner .sm-ribbon-title {
    color: #ffffff !important;
}

.ribbon-banner .blue-bg,
.ribbon-banner .sm-ribbon-highlight {
    background-color: var(--sm-aa-blue-strong) !important;
    color: #ffffff !important;
}

/* Testimonial cards: prevent inherited pale gray text. */
.tst-card,
.tst-card .tst-text,
.tst-card .tst-author {
    color: var(--sm-aa-text) !important;
}

.tst-card .tst-date,
.tst-card .tst-subname {
    color: var(--sm-aa-muted) !important;
}

.tst-card .tst-date {
    display: block;
}

@media (prefers-reduced-motion: reduce) {
    .ts-cursor {
        animation: none !important;
    }
}

/* =========================================================
   INFLUENCER RECOMMENDATION SHOWCASE
   Clear left copy + colour circular portrait + navigation at lower right
========================================================= */
.ts-custom-trusted-section {
    padding-bottom: 28px;
}

.sm-influencer-showcase {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 44px 0 76px;
}

.sm-influencer-showcase .container {
    width: min(100% - 40px, 1460px);
    max-width: 1460px;
}

.sm-influencer-showcase::before {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    top: -205px;
    right: 6%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(52, 168, 83, 0.13) 0%, rgba(52, 168, 83, 0) 72%);
    pointer-events: none;
}

.sm-influencer-intro {
    width: 100%;
    max-width: 430px;
    margin-right: auto;
    padding: 10px 8px 10px 0;
}

.sm-influencer-eyebrow {
    display: block;
    margin-bottom: 17px;
    color: #42534c;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.sm-influencer-heading {
    margin: 0;
    color: #111111;
    font-family: 'Raleway', sans-serif;
    font-size: clamp(38px, 3.15vw, 58px);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.045em;
}

.sm-influencer-heading-line {
    display: block;
    white-space: nowrap;
}

.sm-influencer-card {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(300px, 42%) minmax(0, 58%);
    min-height: 430px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 26px;
    background:
        radial-gradient(circle at 84% 13%, rgba(71, 178, 139, 0.22), transparent 34%),
        linear-gradient(135deg, #0d4a43 0%, #063a35 42%, #032f2b 72%, #052823 100%);
    box-shadow: 0 26px 60px rgba(8, 52, 46, 0.22);
}

.sm-influencer-card::after {
    content: "";
    position: absolute;
    right: -82px;
    bottom: -116px;
    z-index: -1;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    box-shadow:
        0 0 0 40px rgba(255, 255, 255, 0.025),
        0 0 0 82px rgba(255, 255, 255, 0.018);
}

.sm-influencer-portrait-panel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    padding: 30px 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.015)),
        rgba(0, 0, 0, 0.10);
}

.sm-influencer-portrait-panel::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.075);
    transform: translate(-50%, -50%);
}

.sm-influencer-portrait-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 334px;
    height: 334px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.sm-influencer-main-image {
    position: relative;
    z-index: 2;
    display: block;
    width: min(310px, 92%);
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    object-position: center top;
    border: 8px solid rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    background: #dcece7;
    filter: none;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.30);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.sm-influencer-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
    padding: 48px 46px 118px;
    color: #ffffff;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.sm-influencer-rating {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 21px;
    color: #ffd56a;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 0.12em;
}

.sm-influencer-rating-text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.sm-influencer-quote {
    position: relative;
    z-index: 1;
    max-width: 690px;
    min-height: 128px;
    margin: 0 0 25px;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: clamp(20px, 1.62vw, 27px);
    font-weight: 650;
    line-height: 1.5;
    letter-spacing: -0.018em;
}

.sm-influencer-quote::before {
    content: "“";
    position: absolute;
    top: -41px;
    left: -22px;
    z-index: -1;
    color: rgba(255, 255, 255, 0.095);
    font-family: Georgia, serif;
    font-size: 102px;
    line-height: 1;
    pointer-events: none;
}

.sm-influencer-author {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

.sm-influencer-author strong {
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
}

.sm-influencer-author span {
    color: rgba(255, 255, 255, 0.73);
    font-size: 13px;
    line-height: 1.45;
}

/* Positioned in the lower-right curved area marked in the reference image. */
.sm-influencer-navigation {
    position: absolute;
    right: 38px;
    bottom: 31px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
    margin: 0;
}

.sm-influencer-thumbnails {
    display: grid;
    grid-template-columns: repeat(3, 58px);
    gap: 11px;
}

.sm-influencer-thumb,
.sm-influencer-arrow {
    appearance: none;
    border: 0;
    cursor: pointer;
}

.sm-influencer-thumb {
    position: relative;
    width: 58px;
    height: 58px;
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    opacity: 0.66;
    transform: scale(0.92);
    transition: opacity 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}

/* Only the three small selector images remain black-and-white. */
.sm-influencer-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    background: rgba(255, 255, 255, 0.10);
    filter: grayscale(100%) contrast(1.04);
}

.sm-influencer-thumb:hover,
.sm-influencer-thumb:focus-visible,
.sm-influencer-thumb.is-active {
    border-color: #ffffff;
    opacity: 1;
    transform: scale(1);
}

.sm-influencer-thumb:focus-visible,
.sm-influencer-arrow:focus-visible {
    outline: 3px solid #ffd56a;
    outline-offset: 3px;
}

.sm-influencer-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
    font-size: 19px;
    line-height: 1;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.sm-influencer-arrow:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
}

/* Never hide the portrait while the next file is loading. */
.sm-influencer-card.is-changing .sm-influencer-main-image {
    opacity: 1;
    filter: none;
    transform: scale(0.985);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.24);
}

.sm-influencer-card.is-changing .sm-influencer-content {
    opacity: 0.82;
    transform: translateY(3px);
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sm-influencer-showcase .container {
        width: min(100% - 30px, 1120px);
    }

    .sm-influencer-heading {
        font-size: clamp(34px, 4vw, 46px);
    }

    .sm-influencer-heading-line {
        white-space: normal;
    }

    .sm-influencer-card {
        grid-template-columns: minmax(245px, 40%) minmax(0, 60%);
        min-height: 390px;
    }

    .sm-influencer-main-image {
        width: min(255px, 90%);
    }

    .sm-influencer-portrait-panel::before {
        width: 275px;
        height: 275px;
    }

    .sm-influencer-portrait-ring {
        width: 289px;
        height: 289px;
    }

    .sm-influencer-content {
        padding: 38px 30px 110px;
    }

    .sm-influencer-quote {
        min-height: 120px;
        font-size: 20px;
    }

    .sm-influencer-navigation {
        right: 28px;
        bottom: 27px;
    }

    .sm-influencer-thumbnails {
        grid-template-columns: repeat(3, 50px);
        gap: 8px;
    }

    .sm-influencer-thumb {
        width: 50px;
        height: 50px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sm-influencer-main-image,
    .sm-influencer-content,
    .sm-influencer-thumb,
    .sm-influencer-arrow {
        transition: none !important;
    }
}

/* ===== mainresponsive.css ===== */
/* =========================================================
   ALL MOBILE RESPONSIVE STYLES IN SINGLE MEDIA QUERY
========================================================= */

@media (max-width: 767px) {

    /* --- Custom Mobile Offcanvas Styling --- */
    .sm-mobile-menu {
        background-color: #0b1426 !important;
        width: 280px !important;
    }

    .sm-mobile-menu .nav-link {
        color: #ffffff !important;
        font-weight: 600;
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }

    /* The Close Button (Cross Icon) */
    .btn-close-white {
        filter: invert(1) grayscale(100%) brightness(200%);
    }

    .offcanvas-header {
        border-bottom: 1px solid #333;
    }

    /* Mobile Offcanvas Enhancements */
    .sm-mobile-offcanvas {
        width: 280px !important;
    }

    .sm-mobile-offcanvas .nav-link {
        font-size: 1.1rem;
        padding: 12px 0;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }

    .sm-mobile-offcanvas .nav-link:hover {
        color: #0d6efd !important;
    }

    /* Fix for background blur when offcanvas is active */
    .offcanvas-backdrop.show {
        opacity: 0.7;
        backdrop-filter: blur(4px);
    }

    /* Navbar */
    .navbar-brand {
        font-size: 1.2rem;
    }

    /* CTA */
    .cta-container {
        flex-direction: column;
        width: 90%;
        max-width: 90%;
    }

    .google-icon-box {
        border-left: none;
        border-top: 1px solid #eee;
        width: 100%;
        justify-content: center;
        /*display: none;*/
    }

    .btn-improve {
        width: 100%;
        font-size: 14px;
        padding: 15px 10px;
    }

    /* Logo */
    .logo-item {
        width: 100px;
    }

    .cta-wrapper {
        flex-direction: column;
        width: 90%;
    }

    .google-box {
        border-left: none;
        border-top: 1px solid #eee;
        width: 100%;
    }

    /* Feature Section */
    .sm-feature-block {
        flex-direction: column;
        text-align: center;
    }

    .sm-feature-block.reverse {
        flex-direction: column;
    }

    .sm-feature-img {
        order: -1;
        width: 170px;
         position: relative;
        left: -50px;
    }
    .sm-feature-img img{
        width: 150%;
    }

    .sm-main-heading {
        text-align: center;
        display: inherit !important;
        font-size: 60px !important;
    }

    .sm-sub-heading {
        text-align: center;
        margin: 0 auto 50px;
        font-size: 25px;
    }

    .hero-title {
        font-size: 20px !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;
        position: absolute;
        left: 0;
    }

    .green-text {
        text-shadow: inherit !important;
    }

    .hero-subtitle {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .slide-content {
        min-height: 94vh !important;
    }

    .setposition {
        position: inherit !important;
    }

    .setposition .sm-feature-content {
        position: inherit !important;
        width: inherit !important;
    }

    .sm-feature-title {
        font-size: 25px !important;
    }

    .sm-feature-text {
        font-size: 18px !important;
    }

    .setbgimg {
        width: 100% !important;
    }

    .ts-headline {
        display: inherit !important;
        font-size: 18px !important;
    }

    /* AVX Section */
    .avx-section-main {
        padding: 28px 0 36px;
    }

    .avx-main-title {
        font-size: 32px;
    }

    .avx-sub-text {
        font-size: 16px;
    }

    .avx-column-shell {
        padding-top: 85px;
    }

    .avx-top-label-wrap {
        width: 92%;
        height: 96px;
    }

    .avx-top-pill {
        font-size: 18px;
        min-height: 58px;
    }

    .avx-card-shell {
        min-height: auto;
        padding: 32px 20px 24px;
        border-radius: 26px;
    }

    .avx-card-shell.avx-card-left::before,
    .avx-card-shell.avx-card-right::after {
        display: none;
    }

    .avx-list-item {
        font-size: 16px;
        gap: 12px;
    }

    .avx-icon-round {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
    }

    .avx-icon-round.avx-icon-check::before {
        left: 6px;
        top: 6px;
        width: 9px;
        height: 5px;
    }

    .avx-icon-round.avx-icon-cross::before,
    .avx-icon-round.avx-icon-cross::after {
        width: 13px;
        left: 4px;
        top: 10px;
    }

    /* AVM Pricing */
    .avm-pricing-section-wrap {
        padding: 24px 0;
    }

    .avm-pricing-content-card {
        max-width: 100%;
        padding: 24px 24px 26px;
        min-height: auto;
    }

    .avm-pricing-main-title {
        font-size: 38px;
    }

    .avm-pricing-sub-title {
        font-size: 1.7rem;
    }

    .avm-pricing-desc-text {
        font-size: 0.92rem;
        max-width: 100%;
    }

    .avm-pricing-visual-stage {
        /*min-height: 420px;*/
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
    }

    .avm-middle-connector-area {
        order: 3;
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
        height: 150px;
    }

    .avm-cartoon-person {
        transform: scale(0.9);
        right: 80px;
        bottom: 2px;
    }

    .avm-ground-shadow {
        width: 240px;
    }

    /* Agency */
    .agency-vibe-title {
        font-size: 30px;
    }

    .agency-vibe-card img {
        width: 50%;
        height: 120px !important;
    }

    /* Testimonial */
    .unique-tst-main-heading {
        font-size: 24px;
    }

    .unique-tst-img-box {
        height: 150px;
    }

    /* Form */
    .custom-lead-form-label {
        font-size: 1.2rem;
    }

    /* FAQ */
    .alt-faq-title {
        font-size: 2.5rem;
    }

    .alt-custom-accordion .accordion-button {
        font-size: 1rem;
    }

    /* TS Section */
    :root {
        --ts-card-width: 160px;
    }

    .ts-header-title {
        font-size: 24px;
    }

    .ts-footer-description {
        font-size: 16px;
        padding: 0 20px;
    }

    .ts-card {
        height: 100px;
    }

    /* Footer */
    .sm-footer-wrapper {
        text-align: center;
    }

    .sm-footer-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .sm-footer-partner-container {
        margin: 40px 0;
    }

    .sm-footer-cta-container {
        margin-top: 30px;
    }

    .sm-footer-cta-text {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .setresimg {
        width: 100%;
    }

    .checklist-overlay {
        position: absolute;
        top: 55px;
        left: -9px;
    }

    /* Search */
    .custom-search {
        background-color: #1a2436 !important;
        border: 1px solid #2d394d !important;
        color: #fff !important;
        border-radius: 8px;
    }

    .search-container {
        display: block;
    }

    .texthideshow {
        display: block;
    }

    /* Checklist */
    .custom-checklist {
        width: 118% !important;
    }

    .custom-checklist li {
        margin-left: 4px;
    }
}




/* =========================================================
   SANDY MEDIA HERO MOBILE/TABLET FIX V3
========================================================= */
@media (max-width: 767px) {
    .smy-hero-section {
        min-height: 690px !important;
        background: #f4f4f4;
    }

    .smy-main-boy {
        top: 18px !important;
        width: min(300px, 82vw) !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .smy-cloud-icon {
        top: 105px !important;
        left: 4% !important;
        width: 62px !important;
    }

    .smy-dotted-plane-icon {
        top: 300px !important;
        left: auto !important;
        right: 4% !important;
        width: 64px !important;
    }

    .smy-paper-plane-icon {
        top: 58px !important;
        left: auto !important;
        right: 5% !important;
        width: 56px !important;
    }

    .smy-percent-icon {
        top: 305px !important;
        left: 7% !important;
        width: 42px !important;
    }

    .smy-graph-icon {
        top: 286px !important;
        left: auto !important;
        right: 21% !important;
        width: 38px !important;
    }

    .smy-hero-content {
        width: calc(100% - 24px) !important;
        bottom: 42px !important;
        padding: 0 8px !important;
    }

    .smy-hero-eyebrow {
        margin-bottom: 12px !important;
        padding: 7px 12px !important;
        font-size: 10px !important;
        letter-spacing: 0.08em !important;
        max-width: 96%;
    }

    .smy-hero-title {
        font-size: clamp(31px, 10.4vw, 44px) !important;
        line-height: 1.06 !important;
        letter-spacing: 0.043em !important;
        text-shadow: 0 3px 8px rgba(0, 0, 0, 0.18) !important;
    }

    .smy-title-start {
        display: inline-block !important;
        margin-left: 0.18em !important;
    }

    .smy-title-bulb {
        top: -0.72em !important;
        left: -0.42em !important;
        width: 0.68em !important;
    }

    .smy-title-glow {
        top: -0.82em !important;
        left: -0.54em !important;
        width: 0.92em !important;
        height: 0.92em !important;
    }

    .smy-hero-subtitle {
        margin: 12px auto 18px !important;
        font-size: 16px !important;
        line-height: 1.35 !important;
        padding: 0 8px !important;
    }

    .smy-hero-actions {
        width: 100% !important;
        max-width: 330px !important;
        border-radius: 12px !important;
    }

    .smy-hero-actions-single {
        width: auto !important;
        max-width: 330px !important;
    }

    .smy-hero-btn {
        width: 100% !important;
        min-height: 52px !important;
        padding: 14px 18px !important;
        font-size: 14px !important;
    }

    .smy-google-box {
        min-width: 72px !important;
        padding: 8px 12px !important;
    }

    .smy-google-box img {
        width: 48px !important;
    }
}

@media (max-width: 390px) {
    .smy-hero-section {
        min-height: 650px !important;
    }

    .smy-main-boy {
        width: min(270px, 82vw) !important;
    }

    .smy-hero-content {
        bottom: 34px !important;
    }

    .smy-hero-title {
        font-size: clamp(28px, 10vw, 38px) !important;
        letter-spacing: 0.035em !important;
    }
}

/* =========================================================
   SANDY MEDIA HERO FINAL MOBILE FRIENDLY FIX
   - Removes blank gap in mobile hero
   - Keeps icons inside the art area
   - Keeps title/button clear from the boy illustration
========================================================= */
@media (max-width: 767px) {
    .smy-hero-section {
        min-height: 660px !important;
        height: auto !important;
        background: #f4f4f4 !important;
        overflow: hidden !important;
    }

    .smy-hero-slider,
    .smy-hero-slider .carousel-inner,
    .smy-hero-slider .carousel-item,
    .smy-hero-slide {
        min-height: 660px !important;
        height: 100% !important;
    }

    .smy-main-boy {
        top: 20px !important;
        width: min(282px, 77vw) !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        animation: none !important;
        filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.10)) !important;
    }

    .smy-cloud-icon {
        top: 100px !important;
        left: 5% !important;
        width: 54px !important;
        opacity: 0.72 !important;
    }

    .smy-paper-plane-icon {
        top: 56px !important;
        right: 5% !important;
        left: auto !important;
        width: 50px !important;
        opacity: 0.76 !important;
    }

    .smy-percent-icon {
        top: 250px !important;
        left: 8% !important;
        width: 36px !important;
        opacity: 0.68 !important;
    }

    .smy-graph-icon {
        top: 248px !important;
        right: 24% !important;
        left: auto !important;
        width: 34px !important;
        opacity: 0.82 !important;
    }

    .smy-dotted-plane-icon {
        top: 290px !important;
        right: 6% !important;
        left: auto !important;
        width: 54px !important;
        opacity: 0.72 !important;
    }

    .smy-hero-content {
        top: 365px !important;
        bottom: auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: calc(100% - 26px) !important;
        max-width: 430px !important;
        padding: 0 6px !important;
    }

    .smy-hero-eyebrow {
        max-width: 100% !important;
        margin-bottom: 11px !important;
        padding: 8px 14px !important;
        font-size: 10px !important;
        line-height: 1.22 !important;
        letter-spacing: 0.095em !important;
        white-space: normal !important;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06) !important;
    }

    .smy-hero-title {
        font-family: 'Kreon', Georgia, serif !important;
        font-size: clamp(34px, 10.15vw, 43px) !important;
        line-height: 1.04 !important;
        letter-spacing: 0.038em !important;
        text-wrap: balance;
        text-shadow:
            0 1px 0 rgba(255, 255, 255, 0.86),
            1px 2px 0 rgba(0, 0, 0, 0.13),
            3px 5px 7px rgba(0, 0, 0, 0.30) !important;
    }

    .smy-title-green {
        color: #26c75d !important;
        text-shadow:
            0 1px 0 rgba(255, 255, 255, 0.82),
            1px 2px 0 rgba(0, 0, 0, 0.13),
            3px 5px 7px rgba(0, 0, 0, 0.28),
            0 0 14px rgba(52, 168, 83, 0.16) !important;
    }

    .smy-title-start {
        margin-left: 0.16em !important;
    }

    .smy-title-bulb {
        top: -0.72em !important;
        left: -0.40em !important;
        width: 0.66em !important;
        filter: drop-shadow(0 0 12px rgba(255, 211, 58, 0.95)) !important;
    }

    .smy-title-glow {
        top: -0.84em !important;
        left: -0.51em !important;
        width: 0.88em !important;
        height: 0.88em !important;
    }

    .smy-hero-subtitle {
        margin: 12px auto 16px !important;
        padding: 0 5px !important;
        font-size: 16px !important;
        line-height: 1.34 !important;
        color: #171717 !important;
    }

    .smy-hero-actions {
        width: min(100%, 394px) !important;
        max-width: 394px !important;
        border-radius: 12px !important;
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14) !important;
    }

    .smy-hero-actions-single {
        width: auto !important;
        max-width: 310px !important;
        display: inline-flex !important;
    }

    .smy-hero-btn {
        min-height: 52px !important;
        padding: 13px 16px !important;
        font-size: 14px !important;
        line-height: 1.14 !important;
    }

    .smy-google-box {
        min-width: 76px !important;
        padding: 8px 10px !important;
    }

    .smy-google-box img {
        width: 48px !important;
    }
}

@media (max-width: 430px) {
    .smy-hero-section,
    .smy-hero-slider,
    .smy-hero-slider .carousel-inner,
    .smy-hero-slider .carousel-item,
    .smy-hero-slide {
        min-height: 650px !important;
    }

    .smy-main-boy {
        top: 18px !important;
        width: min(272px, 76vw) !important;
    }

    .smy-hero-content {
        top: 352px !important;
        width: calc(100% - 22px) !important;
    }

    .smy-hero-title {
        font-size: clamp(32px, 10.4vw, 41px) !important;
        letter-spacing: 0.032em !important;
    }

    .smy-hero-eyebrow {
        font-size: 9.8px !important;
        padding: 7px 12px !important;
    }

    .smy-hero-actions {
        width: min(100%, 388px) !important;
    }
}

@media (max-width: 380px) {
    .smy-hero-section,
    .smy-hero-slider,
    .smy-hero-slider .carousel-inner,
    .smy-hero-slider .carousel-item,
    .smy-hero-slide {
        min-height: 632px !important;
    }

    .smy-main-boy {
        top: 18px !important;
        width: min(252px, 75vw) !important;
    }

    .smy-cloud-icon { top: 92px !important; width: 48px !important; }
    .smy-paper-plane-icon { top: 54px !important; width: 45px !important; }
    .smy-percent-icon { top: 232px !important; width: 32px !important; }
    .smy-graph-icon { top: 232px !important; width: 31px !important; }
    .smy-dotted-plane-icon { top: 267px !important; width: 48px !important; }

    .smy-hero-content {
        top: 330px !important;
        width: calc(100% - 18px) !important;
    }

    .smy-hero-title {
        font-size: clamp(29px, 10.2vw, 37px) !important;
        line-height: 1.05 !important;
    }

    .smy-hero-subtitle {
        font-size: 15px !important;
        margin-bottom: 14px !important;
    }

    .smy-hero-btn {
        font-size: 13px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .smy-google-box {
        min-width: 68px !important;
    }

    .smy-google-box img {
        width: 43px !important;
    }
}


/* =========================================================
   SANDY MEDIA HERO FINAL MOBILE FIX
   Paste at the END of mainresponsive.css
   - Smaller mobile title
   - Bigger bulb with glow
   - Better icon positions
   - Removes unnecessary blank space
   - Keeps CTA and Google Partner box side-by-side
========================================================= */
@media (max-width: 767px) {
    .smy-hero-section {
        min-height: 640px !important;
        height: auto !important;
        background: #f4f4f4 !important;
        overflow: hidden !important;
        padding: 0 !important;
    }

    .smy-hero-slider,
    .smy-hero-slider .carousel-inner,
    .smy-hero-slider .carousel-item,
    .smy-hero-slide {
        min-height: 640px !important;
        height: 100% !important;
    }

    .smy-hero-art {
        width: 100% !important;
        max-width: 520px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin: 0 !important;
    }

    .smy-main-boy {
        top: 18px !important;
        width: min(272px, 74vw) !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        animation: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.12)) !important;
    }

    .smy-cloud-icon {
        top: 96px !important;
        left: 4% !important;
        width: 54px !important;
        opacity: 0.72 !important;
    }

    .smy-paper-plane-icon {
        top: 48px !important;
        right: 5% !important;
        left: auto !important;
        width: 58px !important;
        opacity: 0.78 !important;
    }

    .smy-percent-icon {
        top: 235px !important;
        left: 6% !important;
        width: 39px !important;
        opacity: 0.70 !important;
    }

    .smy-graph-icon {
        top: 238px !important;
        right: 22% !important;
        left: auto !important;
        width: 38px !important;
        opacity: 0.84 !important;
    }

    .smy-dotted-plane-icon {
        top: 276px !important;
        right: 6% !important;
        left: auto !important;
        width: 56px !important;
        opacity: 0.74 !important;
    }

    .smy-hero-content {
        top: 340px !important;
        bottom: auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: calc(100% - 24px) !important;
        max-width: 430px !important;
        padding: 0 6px !important;
        text-align: center !important;
    }

    .smy-hero-title {
        font-family: 'Kreon', Georgia, serif !important;
        font-size: clamp(30px, 8.7vw, 38px) !important;
        line-height: 1.05 !important;
        letter-spacing: 0.028em !important;
        color: #050505 !important;
        text-wrap: balance;
        text-shadow:
            0 1px 0 rgba(255, 255, 255, 0.88),
            1px 2px 0 rgba(0, 0, 0, 0.16),
            3px 5px 8px rgba(0, 0, 0, 0.34) !important;
    }

    .smy-title-green {
        color: #2fcf65 !important;
        text-shadow:
            0 1px 0 rgba(255, 255, 255, 0.85),
            1px 2px 0 rgba(0, 0, 0, 0.15),
            3px 5px 8px rgba(0, 0, 0, 0.30),
            0 0 14px rgba(52, 168, 83, 0.22) !important;
    }

    .smy-title-start {
        position: relative !important;
        display: inline-block !important;
        margin-left: 0.20em !important;
    }

    .smy-title-bulb {
        top: -0.88em !important;
        left: -0.58em !important;
        width: 0.94em !important;
        z-index: 4 !important;
        filter: drop-shadow(0 0 15px rgba(255, 211, 58, 1)) !important;
    }

    .smy-title-glow {
        top: -1.02em !important;
        left: -0.70em !important;
        width: 1.15em !important;
        height: 1.15em !important;
        opacity: 1 !important;
        background: radial-gradient(circle, rgba(255, 230, 84, 0.72) 0%, rgba(255, 220, 89, 0.34) 45%, rgba(255, 220, 89, 0) 74%) !important;
    }

    .smy-hero-subtitle {
        margin: 10px auto 16px !important;
        padding: 0 4px !important;
        font-size: 15px !important;
        line-height: 1.34 !important;
        color: #171717 !important;
        font-weight: 500 !important;
    }

    .smy-hero-actions {
        display: inline-flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        justify-content: center !important;
        width: min(100%, 392px) !important;
        max-width: 392px !important;
        border-radius: 13px !important;
        overflow: hidden !important;
        background: #ffffff !important;
        box-shadow: 0 14px 32px rgba(0, 0, 0, 0.15) !important;
    }

    .smy-hero-actions-single {
        width: auto !important;
        max-width: 300px !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .smy-hero-btn {
        flex: 1 1 auto !important;
        width: auto !important;
        min-height: 52px !important;
        padding: 13px 15px !important;
        font-size: 14px !important;
        line-height: 1.15 !important;
        border-radius: 0 !important;
        white-space: normal !important;
    }

    .smy-google-box {
        flex: 0 0 78px !important;
        min-width: 78px !important;
        width: 78px !important;
        padding: 8px 9px !important;
        border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
        border-top: 0 !important;
        background: #ffffff !important;
    }

    .smy-google-box img {
        width: 48px !important;
        max-width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 430px) {
    .smy-hero-section,
    .smy-hero-slider,
    .smy-hero-slider .carousel-inner,
    .smy-hero-slider .carousel-item,
    .smy-hero-slide {
        min-height: 620px !important;
    }

    .smy-main-boy {
        top: 16px !important;
        width: min(255px, 72vw) !important;
    }

    .smy-cloud-icon { top: 88px !important; left: 3.5% !important; width: 49px !important; }
    .smy-paper-plane-icon { top: 44px !important; right: 4.5% !important; width: 52px !important; }
    .smy-percent-icon { top: 218px !important; left: 6% !important; width: 35px !important; }
    .smy-graph-icon { top: 220px !important; right: 22% !important; width: 34px !important; }
    .smy-dotted-plane-icon { top: 252px !important; right: 12% !important; width: 50px !important; }

    .smy-hero-content {
        top: 315px !important;
        width: calc(100% - 20px) !important;
    }

    .smy-hero-title {
        font-size: clamp(29px, 8.5vw, 35px) !important;
        letter-spacing: 0.024em !important;
    }

    .smy-title-bulb {
               width: 50px !important;
                top: -40px !important;
        left: -30px !important;
    }

    .smy-hero-subtitle {
        font-size: 14.5px !important;
        margin-bottom: 14px !important;
    }

    .smy-hero-actions {
        width: min(100%, 388px) !important;
    }
}

@media (max-width: 380px) {
    .smy-hero-section,
    .smy-hero-slider,
    .smy-hero-slider .carousel-inner,
    .smy-hero-slider .carousel-item,
    .smy-hero-slide {
        min-height: 450px !important;
    }

    .smy-main-boy {
        top: 15px !important;
        width: min(238px, 70vw) !important;
    }

    .smy-cloud-icon { top: 82px !important; width: 45px !important; }
    .smy-paper-plane-icon { top: 40px !important; width: 48px !important; }
    .smy-percent-icon { top: 202px !important; width: 32px !important; }
    .smy-graph-icon { top: 204px !important; width: 31px !important; }
    .smy-dotted-plane-icon { top: 233px !important; width: 46px !important; }

    .smy-hero-content {
        top: 295px !important;
        width: calc(100% - 16px) !important;
    }

    .smy-hero-title {
        font-size: 20px !important;
        line-height: 1.06 !important;
    }

   

    .smy-hero-subtitle {
        font-size: 13.8px !important;
        margin-top: 8px !important;
        margin-bottom: 12px !important;
    }

    .smy-hero-btn {
        min-height: 49px !important;
        /*padding: 12px 10px !important;*/
        font-size: 11px !important;
    }

    .smy-google-box {
        flex-basis: 68px !important;
        min-width: 68px !important;
        width: 68px !important;
        padding: 7px 8px !important;
    }

    .smy-google-box img {
        width: 43px !important;
    }
}








/* =========================================================
   IPHONE / IOS SAFARI SVG BLUR FIX
   Paste at the very END of mainresponsive.css
========================================================= */
@supports (-webkit-touch-callout: none) {
    @media (max-width: 767px) {

        /* Stop Safari from rasterizing centered SVG with transform */
        .smy-hero-art {
            left: 0 !important;
            right: 0 !important;
            margin: 0 auto !important;
            transform: none !important;
            -webkit-transform: none !important;
            will-change: auto !important;
        }

        .smy-main-boy {
            left: 0 !important;
            right: 0 !important;
            margin: 0 auto !important;
            transform: none !important;
            -webkit-transform: none !important;

            /* Most important: remove filter on SVG for iPhone */
            filter: none !important;
            -webkit-filter: none !important;

            animation: none !important;
            will-change: auto !important;
            image-rendering: auto !important;
        }

        /* Remove animation transform from small SVG icons on iPhone */
        .smy-floating-icon {
            animation: none !important;
            transform: none !important;
            -webkit-transform: none !important;
            will-change: auto !important;
        }

        .smy-floating-icon img,
        .smy-title-bulb {
            filter: none !important;
            -webkit-filter: none !important;
            transform: none !important;
            -webkit-transform: none !important;
            will-change: auto !important;
            image-rendering: auto !important;
        }

        /* Your text transition uses blur filter; remove blur on iPhone */
        .smy-hero-content {
            will-change: opacity, transform !important;
        }

        .smy-hero-content.smy-text-changing {
            filter: none !important;
            -webkit-filter: none !important;
        }
    }
}

/* =========================================================
   INFLUENCER RECOMMENDATION SHOWCASE - MOBILE
========================================================= */
@media (max-width: 767px) {
    .ts-custom-trusted-section {
        padding-bottom: 20px !important;
    }

    .sm-influencer-showcase {
        padding: 30px 0 46px;
    }

    .sm-influencer-showcase .container {
        width: calc(100% - 24px);
        padding-right: 0;
        padding-left: 0;
    }

    .sm-influencer-intro {
        max-width: 100%;
        margin: 0 0 26px;
        padding: 0 4px;
        text-align: left;
    }

    .sm-influencer-eyebrow {
        margin-bottom: 10px;
        font-size: 10px;
        letter-spacing: 0.13em;
    }

    .sm-influencer-heading {
        font-size: clamp(31px, 10.1vw, 42px);
        line-height: 1.12;
        letter-spacing: -0.035em;
    }

    .sm-influencer-heading-line {
        display: block;
        white-space: normal;
    }

    .sm-influencer-card {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 20px;
    }

    .sm-influencer-portrait-panel {
        min-height: 286px;
        padding: 24px 16px;
    }

    .sm-influencer-portrait-panel::before {
        top: 50%;
        width: 232px;
        height: 232px;
    }

    .sm-influencer-portrait-ring {
        top: 50%;
        width: 245px;
        height: 245px;
    }

    .sm-influencer-main-image {
        width: min(220px, 72vw);
        height: auto;
        aspect-ratio: 1 / 1;
        border-width: 6px;
        border-radius: 50%;
        filter: none;
    }

    .sm-influencer-content {
        padding: 28px 20px 26px;
        text-align: left;
    }

    .sm-influencer-rating {
        justify-content: flex-start;
        margin-bottom: 17px;
        font-size: 14px;
    }

    .sm-influencer-quote {
        min-height: 0;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.52;
    }

    .sm-influencer-quote::before {
        top: -31px;
        left: -2px;
        font-size: 78px;
    }

    .sm-influencer-author {
        margin-bottom: 24px;
    }

    .sm-influencer-author strong {
        font-size: 16px;
    }

    .sm-influencer-author span {
        font-size: 12px;
    }

    .sm-influencer-navigation {
        position: static;
        justify-content: center;
        gap: 8px;
        width: 100%;
        margin-top: 4px;
    }

    .sm-influencer-thumbnails {
        grid-template-columns: repeat(3, 47px);
        gap: 7px;
    }

    .sm-influencer-thumb {
        width: 47px;
        height: 47px;
    }

    .sm-influencer-arrow {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        font-size: 17px;
    }

    .sm-influencer-card.is-changing .sm-influencer-main-image {
        opacity: 1;
        filter: none;
        transform: scale(0.985);
    }
}

/* ===== homebox.css ===== */
 :root{
            --green:#34a853;
            --dark-green:#34a853;
            --black:#151515;
            --gray:#f5f5f5;
        }

        body{
            background:#efefef;
            font-family: Arial, Helvetica, sans-serif;
        }

        .sm-main-section{
            padding:70px 0;
            overflow:hidden;
        }

        /* =========================
           LEFT IMAGE SECTION
        ========================== */

        .workflow-image img{
            width:100%;
            max-width:650px;
        }

        /* =========================
           RIGHT CLIPBOARD DESIGN
        ========================== */

        .clipboard-wrapper{
            position:relative;
            max-width:430px;
            margin:auto;
        }

        .clipboard-paper{

                position: relative;
    background: #fff;
    border: 3px solid var(--black);
    /* min-height: 563px; */
    padding: 70px 17px 0px;
    border-radius: 10px 10px 30px 20px / 10px 10px 25px 20px;
    transform: rotate(-1deg);
    box-shadow: 12px 14px 0 rgba(0, 0, 0, 0.08);
    overflow: visible;
        }

        /* OUTER SHADOW PAPER */
        .clipboard-paper::after{
            content:"";
            position:absolute;
            inset:12px -10px -12px 10px;
            border:3px solid rgba(0,0,0,0.07);
            border-radius:
            10px 10px 30px 20px /
            10px 10px 25px 20px;
            z-index:-1;
        }

        /* =========================
           TOP CLIP
        ========================== */

        .clip-top{
          position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 80px;
    background: var(--green);
    border: 3px solid var(--black);
    border-radius: 6px 6px 0 0;
    z-index: 5;
        }

        .clip-inner{
               border-radius: 5px;
               border: 3px solid black;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 50px;
    background: #ffffff;
        }

        /* =========================
           GREEN RIBBON
        ========================== */

        .ribbon-banner{

            position:absolute;

            top:70px;
            left:-18px;

            width:calc(100% + 35px);

            background:var(--green);

            border:3px solid var(--black);

            transform:rotate(-1.8deg);

            padding:18px 20px;

            box-shadow:4px 5px 0 rgba(0,0,0,0.18);

            z-index:3;
        }

        /* Ribbon Fold */
        .ribbon-banner::after{
            content:"";
            position:absolute;
            bottom:-16px;
            left:0;
            border-top:16px solid var(--dark-green);
            border-left:16px solid transparent;
        }

        .ribbon-banner h2{
            font-size:25px;
            color:#fff;
            font-weight:800;
            margin:0;
            text-transform:uppercase;
            line-height:1.2;
        }

        .ribbon-banner .blue-bg{
            padding:2px 5px;
        }

        /* =========================
           CHECKLIST
        ========================== */

        .checklist-area{
            margin-top:110px;
        }

        .custom-list{
            list-style:none;
            padding:0;
            margin:0;
        }

        .custom-list li{
            display:flex;
            align-items:flex-start;
            gap:15px;
            margin-bottom:20px;
            color:#404040;
            font-size:18px;
            line-height:1.5;
        }

        .custom-list i{
            color:#34a853;
            font-size:31px;
            flex-shrink:0;
            margin-top:-3px;
        }

        .custom-list b{
            font-weight:800;
        }

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

        @media (max-width:767px){

            .workflow-image{
                text-align:center;
                margin-bottom:50px;
            }

            .clipboard-wrapper{
                
                max-width: 96% !important;
            }

            .clipboard-paper{
                min-height:auto;
            }
            .checklist-area{
                margin-top: 75px !important;
            }

        }

        @media (max-width:767px){

            .sm-main-section{
                padding:40px 0;
            }

            .clipboard-paper{
                padding:90px 22px 35px;
            }

            .ribbon-banner{
                left:-10px;
                width:calc(100% + 18px);
                padding:14px;
            }

            .ribbon-banner h2{
                font-size:17px !important;
            }

            .custom-list li{
                font-size:13px;
                margin-bottom:15px;
            }

            .custom-list i{
                font-size:26px;
            }

            .clip-top{
                width:250px;
                height:80px;
            }

            .clip-inner{
                       width: 170px;
        height: 50px;
    }
            }

        }

/* ===== contact.css ===== */
:root {
    --headingfont:'Kreon', serif;
    --textfont:'Raleway',serif;
    --brand-green: #00e65a;
    --sm-bg-dark: #2d2d2d;
    --sm-white: #ffffff;
    --sm-text-gray: #b0b0b0;
    --sm-btn-green: #00e640;
}
body {
    background-color: #f8f9fa;
    
    }
h1, .lead { font-family: var(--headingfont); }

h1 { font-size: 2.8rem; text-shadow: 1px 1px 1px rgba(0,0,0,0.05); }
.lead { font-size: 1.3rem; }
.contact-details p { margin-bottom: 0.5rem; font-size: 1.1rem; }
.mr-2 { margin-right: 0.5rem; }


    /* Navbar Styling */
        .navbar {
            background-color: #212121;
            padding: 1rem;
        }
        .navbar-brand {
            font-weight: 700;
            letter-spacing: 1px;
            font-size: 1.5rem;
        }
        .nav-link {
            color: white !important;
            font-size: 0.9rem;
            margin: 0 10px;
        }
        .nav-link.active-green {
            color: var(--brand-green) !important;
            font-weight: bold;
        }




/* Custom Navbar Styling */
.sm-main-navbar {
    padding: 0.8rem 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* Desktop Hover Effects */
@media (min-width: 992px) {
    .sm-main-navbar .nav-link {
        font-weight: 500;
        transition: color 0.3s ease;
        position: relative;
    }

    .sm-main-navbar .nav-link::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 50%;
        background-color: #0d6efd; /* Bootstrap Primary */
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .sm-main-navbar .nav-link:hover::after {
        width: 80%;
    }
}

/* Mobile Offcanvas Enhancements */
.sm-mobile-offcanvas {
    width: 280px !important;
}

.sm-mobile-offcanvas .nav-link {
    font-size: 1.1rem;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.sm-mobile-offcanvas .nav-link:hover {
    color: #0d6efd !important;
}

/* Fix for background blur when offcanvas is active */
.offcanvas-backdrop.show {
    opacity: 0.7;
    backdrop-filter: blur(4px);
}

/* --- Mobile Sidebar Styles (Matching image_849760.png) --- */
@media (max-width: 991px) {
    .sm-mobile-menu {
        background-color: #0b1426 !important; /* Deep Navy */
        width: 280px !important;
    }

    .custom-search {
        background-color: #1a2436 !important;
        border: 1px solid #2d394d !important;
        color: #fff !important;
        border-radius: 8px;
    }

    .sm-mobile-menu .nav-link {
        color: #ffffff !important;
        font-weight: 600;
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    .search-container{
        display: block;
    }
    .texthideshow{
        display: block;
    }
}




/* Footer Main Container */
        .sm-footer-wrapper {
            background-color: var(--sm-bg-dark);
            color: var(--sm-white);
            padding: 80px 0;
        }

        /* Typography */
        .sm-footer-brand {
            font-weight: 800;
            font-size: 1.5rem;
            letter-spacing: 1px;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

        .sm-footer-brand span {
            font-weight: 300;
        }

        .sm-footer-desc {
            color: var(--sm-text-gray);
            font-size: 0.95rem;
            line-height: 1.6;
            max-width: 280px;
            margin-bottom: 25px;
        }

        .sm-footer-meta {
            color: var(--sm-text-gray);
            font-size: 0.9rem;
            text-decoration: none;
            display: block;
            margin-top: 5px;
        }

        .sm-footer-link:hover {
            color: var(--sm-white);
        }

    

        /* Right Side Layout */
        .sm-footer-cta-text {
            font-size: 1.1rem;
            margin-right: 20px;
            font-weight: 300;
        }

        /* The Custom Green Button */
        .sm-footer-btn-login {
            background-color: var(--sm-btn-green);
            color: #fff;
            border: none;
            font-weight: 700;
            padding: 12px 20px;
            font-size: 1.1rem;
            box-shadow: 4px 4px 0px #000; /* Recreating that solid shadow look */
            transition: all 0.2s ease;
            text-decoration: none;
            display: inline-block;
        }

        .sm-footer-btn-login:hover {
            transform: translate(-2px, -2px);
            box-shadow: 6px 6px 0px #000;
            background-color: #00ff48;
            color: #fff;
        }

        .sm-footer-secondary-link {
            display: block;
            margin-top: 40px;
            color: var(--sm-text-gray);
            text-decoration: none;
            font-size: 1.1rem;
        }

     .search-container{
        display: none;
     }
     .texthideshow{
        display: none;
     }

/* ===== home-extra.css ===== */
/* ===== Home page extra CSS: block 1 ===== */
/* =========================
   ICON + FIRST LETTER
========================= */

.letter-icon-wrap {
    position: relative;
    display: inline-block;
    padding-left: 50px;
}

/* ICON */
.title-icon {
    position: absolute;
    top: -85px;
    left: -3px;
    width: 90px;
    height: auto;
    z-index: 2;
    pointer-events: none;
}

/* FIRST LETTER */
.title-letter {
    position: relative;
    z-index: 3;
}
 
/* =========================
   RESPONSIVE
========================= */
@media (max-width: 767px) {
    .title-icon{
    top: -46px !important;
    left: 20px !important;
    width: 50px !important;
    }
}
/* Outer Wrapper to match the exact look */
   
    /* Left Green Button/Section */
    .btn-green-perf {
      background-color: #2da44e; /* Accurate green color match */
      color: #ffffff;
      font-family: 'Inter', sans-serif;
      font-size: 1.2rem; /* Large, bold typography */
      font-weight: 700;
      text-align: center;
      
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.2s ease;
      border: none;
       border-radius: 10px 0 0 10px;
    }

    /* Hover effect for better UX */
    .btn-green-perf:hover {
      background-color: #2c974b;
      color: #ffffff;
    }

    /* Right Side Google Partner Box */
    .partner-box {
      
      display: flex;
      flex-direction: column;
      align-items: baseline;
      justify-content: left;
       
      border-left: 1px solid #e0e0e0; /* Subtle divider line */
      min-width: 130px;
    }
    .partner-box img{
        height: 54px;
        border-radius: 0 10px 10px 0;
    }

    .partner-logo {
      width: 24px;
      height: auto;
      margin-bottom: 4px;
    }

    .partner-text {
      font-family: Arial, sans-serif;
      font-size: 0.65rem; 
      color: #5f6368;
      font-weight: bold;
      white-space: nowrap;
    }
    .setcenter{
        text-align: center;
    justify-content: center;
    display: flex;
      }
      .banner-container{
        display: none;
      }
      .setdisplaynone{
        display: block !important;
      }

    /* Responsive adjustment for small screens */
    @media (max-width: 767px) {
      .btn-green-perf {
        font-size: 13px;

        
      }
      .banner-container{
        display: block !Important;
      }
      .partner-box {
        
        min-width: 100px;
      }
      .setdisplaynone{
        display: none;
      }
      .makehideshowdata{
        display: none !important;
      }

.testimonial-slider{
    padding: inherit !important;
}
      
    }

.addanimation.active {
    animation: panMove 1.8s ease forwards, fadeReveal 1.5s ease forwards;
}

@keyframes panMove {
    0% {
        opacity: 0;
        transform: translateX(-120px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeReveal {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* ===== Home page extra CSS: block 2 ===== */
/* Container holding all the boxes */
.testimonial-slider {
    display: flex;
    flex-wrap: wrap;           /* Allows wrapping if screen is small */
    gap: 30px;                 /* Fixed outer gap between every box (Horizontal & Vertical) */
    justify-content: center;   /* Centers the group of boxes */
    align-items: flex-start;  
    padding: 20px;             /* Outer padding so boxes don't touch screen edges */
    width: 100%;
    box-sizing: border-box;
}

/* Individual Testimonial Box - Strict Size & Outer Spacing */
.unique-tst-card {
    background: #ffffff;
    border: 1px solid #e5e7eb; /* Modern, crisp light border */
    border-radius: 12px;
    padding: 35px 25px;
    margin-left: 30px !important;
    
    /* Strict Fixed Box Size */
    width: 300px;              /* Fixed Width */
    height: 360px;             /* Fixed Height */
    box-sizing: border-box;    /* Ensures padding stays inside the 300x360 dimensions */
    margin: 0;                 /* Resets any rogue margins causing alignment jumps */

    /* Content Layout inside each fixed box */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    
    /* Smooth Visual Polish */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

/* Hover Effect */
.unique-tst-card:hover {
    transform: translateY(-5px); /* Elegant slight lift on hover */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
    border-color: #cbd5e1;
}

/* Logo Bounding Box */
.unique-tst-img-box {
    height: 80px;              /* Uniform height zone for logos */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;       /* Gap between logo and the text below it */
}

/* Prevent Logo Stretching */
.unique-tst-img-box img {
    max-width: 85%;
    max-height: 100%;
    object-fit: contain;       /* Keeps logos perfectly proportioned */
}

/* Brand Name / Title Styling */
.unique-tst-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

/* Feedback Text Styling */
.unique-tst-feedback {
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* ===== Home page extra CSS: block 3 ===== */
.unique-tst-section1 {
            padding: 80px 0;
            background-color: #f8f9fa;
            overflow: hidden;
        }

        .unique-tst-main-heading1 {
            font-size: 2.5rem;
            font-weight: 800;
            color: #212529;
        }

        /* Slider Wrapper Padding to allow scaled center card to breathe */
        .unique-slider-wrap {
            padding: 40px 0;
        }

        /* Prevent slick from clipping the elevated top card */
        .slick-list {
            padding: 40px 0 !important; 
        }

        /* Base Card Styling */
        .tst-card-container {
            padding: 15px;
            outline: none; /* Removes focus border outline */
        }

        .tst-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 35px 25px;
            border: 1px solid #eaeaea;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
            position: relative;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            transition: all 0.4s ease;
        }

        /* Abstract background circles - Placed on the LEFT side */
        .tst-card::before {
           /* content: '';
            position: absolute;
            width: 110px;
            height: 110px;
            background: #90ee90; 
            border-radius: 50%;
            bottom: -30px;
            left: -30px; 
            z-index: 1;
            transition: all 0.4s ease;*/
        }

        /* Content Border Box styling */
        .tst-inner-box {
            border: 1px solid #e0e0e0;
            border-radius: 16px;
            padding: 25px 20px;
            margin-top: 10px;
            position: relative;
            z-index: 2;
            background: #ffffff;
        }

        /* Quote Marks Icon styling */
        .tst-quote-mark {
            color: #000000;
            font-size: 2.5rem;
            line-height: 1;
            font-family: Georgia, serif;
            font-weight: bold;
            margin-bottom: 5px;
            display: block;
        }

        /* Typography */
        .tst-date {
            color: #8c8c8c;
            font-size: 0.9rem;
            margin-bottom: 6px;
            font-weight: 500;
        }

        .tst-stars {
            color: #FFA400;
            font-size: 0.95rem;
            margin-bottom: 12px;
        }

        .tst-title {
            color: #2e7d32; /* Brand Green */
            font-weight: 800;
            font-style: italic;
            font-size: 1.4rem;
            line-height: 1.3;
            margin-bottom: 15px;
        }

        .tst-text {
            color: #555555;
            font-size: 0.95rem;
            line-height: 1.6;
            font-style: italic;
            margin-bottom: 0;
        }

        /* Profile Box Component - Left Aligned */
        .tst-profile-wrapper {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-top: 30px;
            position: relative;
            z-index: 2;
            gap: 12px;
        }

        .tst-meta-text {
            text-align: left;
            line-height: 1.2;
        }

        .tst-author {
            font-weight: 800;
            color: #212529;
            font-size: 1rem;
            margin: 0;
        }

        .tst-subname {
            font-weight: 600;
            color: #555555;
            font-size: 0.85rem;
            margin: 2px 0 0 0;
        }

        .tst-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #ffffff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            background: #fff;
        }

        /* DYNAMIC AUTOMATIC ELEVATION FOR THE MIDDLE BOX (Desktop Only) */
        @media (min-width: 992px) {
            .slick-center .tst-card {
                transform: translateY(-30px); /* Moves the absolute center card up */
                border-color: #2e7d32;
                box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
            }
        }

        /* Custom Slick Dots Styling */
        .slick-dots {
            bottom: -30px;
        }
        .slick-dots li button:before {
            font-size: 12px;
            color: #2e7d32;
        }
        .slick-dots li.slick-active button:before {
            color: #2e7d32;
        }

/* ===== Home page extra CSS: block 4 ===== */
.error-border {
        border: 1px solid #dc3545 !important;
    }
