: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 {
      background: var(--avx-green);
      color: #fff;
    }

    .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/infographic_3-%5BConverted%5D%202.png"); 
    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 {
   
    color: #999;
   /* 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 {
    background-color: #34a853; /* High-vibrancy green */
    color: white;
    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: #34a853;
    color: white;
    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{
        color: #34a853 !important;
        font-weight: 600;
}







/* 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 {
    color: #4285F4; /* Google Blue */
    position: relative;
    font-weight: 700;
    padding: 0 4px;
    /* transition: text-shadow 0.3s ease; */
}

/* Blinking Cursor */
.ts-cursor {
    display: inline-block;
    color: #4285F4;
    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;
}
