@media(max-width:768px){
  a.navbar-brand img {
    max-height: 60px!important;
}
}

.hero-section {
    padding: 150px 0;
    z-index: 10;
    color: #fff;
    position: relative;
}

.review-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.google-logo {
    width: 70px;

}

.review-stars {
    color: #ffc107;
    font-size: 1rem;
    letter-spacing: 1px;
}



.headline h3 {
    font-size: 16px;
    color: #aaa;
    font-weight: normal;
    margin-bottom: 24px;
}

.btn-cta {
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.btn-primary.btn-cta {
    background-color: #10d876;
    border: none;
}

.btn-outline-light.btn-cta:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.video-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}


@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0;
    }

    .headline h1 {
        font-size: 2rem;
    }

    .btn-cta {
        width: 100%;
        text-align: center;
    }
}

/* gradiants */
.hero-gradient-1 {
    background-image: radial-gradient(circle at 50% -30%, #ec462d38 3%, #000 60%), linear-gradient(#ec462d3d, #0e0e0e 60%);
}

.gradiant-2{
    background: linear-gradient(118deg, #e9e8e8 0%, #e2ecea 51.13%);
}

/* footer */
footer a, .footer {
    color: #cbd6e2;
}

/* service cards */
/* === Default aspect ratios by block === */
#webdesign,
#business-email {
  --cz-aspect-ratio: calc(398 / 773 * 100%);
  max-width: 773px;
}

#shopify,
#domain-hosting {
  --cz-aspect-ratio: calc(398 / 627 * 100%);
  max-width: 627px;
}

#ecommerce {
  --cz-aspect-ratio: calc(398 / 370 * 100%);
  max-width: 370px;
}

#adobe-commerce {
  --cz-aspect-ratio: calc(398 / 540 * 100%);
  max-width: 540px;
}

#website-redesign {
  --cz-aspect-ratio: calc(398 / 466 * 100%);
  max-width: 466px;
}

/* === Tablet and below: full width, unified aspect ratio === */
@media (max-width: 767px) {
  #webdesign,
  #business-email,
  #shopify,
  #domain-hosting,
  #ecommerce,
  #adobe-commerce,
  #website-redesign {
    --cz-aspect-ratio: calc(400 / 735 * 100%);
    max-width: 100%;
  }
}

/* === Smaller screens: unify aspect ratio to 398/627 === */
@media (max-width: 650px) {
  #webdesign,
  #business-email,
  #shopify,
  #domain-hosting,
  #ecommerce,
  #adobe-commerce,
  #website-redesign {
    --cz-aspect-ratio: calc(398 / 627 * 100%);
  }
}

/* === Mobile fallback for specific blocks === */
@media (max-width: 540px) {
  #fashion-1,
  #business-email {
    --cz-aspect-ratio: calc(398 / 500 * 100%);
  }
}


/* Only show the overlay on small devices */
@media (max-width: 768px) {
  /* Common styles for all target sections */
  #webdesign .hover-effect-target::after,
  #shopify .hover-effect-target::after,
  #ecommerce .hover-effect-target::after,
  #website-redesign .hover-effect-target::after,
  #adobe-commerce .hover-effect-target::after,
  #domain-hosting .hover-effect-target::after,
  #business-email .hover-effect-target::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    border-radius: inherit;
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  /* Unique background gradients */
  #webdesign .hover-effect-target::after {
    background: linear-gradient(145deg, #eef1f6 0%, #eef1f6b5 56%, #eef1f600 100%);
  }

  #shopify .hover-effect-target::after {
    background: linear-gradient(145deg, #708b88, #708b88ad 56%, #708b885c 100%);
  }

  #ecommerce .hover-effect-target::after {
    background: linear-gradient(145deg, #333d4c, #333d4c8f 56%, #333d4c00 100%);
  }

  #website-redesign .hover-effect-target::after {
    background: linear-gradient(145deg, #f3eef3, #f3eef370 56%, #f3eef300 100%);
  }

  #adobe-commerce .hover-effect-target::after {
    background: linear-gradient(145deg, #ccdff5, #ccdff57a 56%, #ccdff500 100%);
  }

  #domain-hosting .hover-effect-target::after {
    background: linear-gradient(145deg, #fccac5, #f9ebc859 56%, #f9ebc800 100%);
  }

  #business-email .hover-effect-target::after {
    background: linear-gradient(145deg, #cbc9e999, #cbc9e97a 56%, #ffe0f400 100%);
  }
}


/* service cards */

/* custom-btn */

.btn-primary {
    background-image: linear-gradient(45deg, #00a4bd, #00bda5);
    color: #fff;
}

.btn-primary:hover {
    background-image: linear-gradient(45deg, #036b7b, #149b8a);
    transform: translateY(-2px);
}

.btn-secondary {
    background-image: linear-gradient(45deg, #ff5c35, #dd7961);
    color: #fff;
}

.btn-secondary:hover {
    background-image: linear-gradient(45deg, #ff5c35, #dd7961);
    transform: translateY(-2px);
}

/* Optional: Outline style */
.btn-outline {
    background-color: transparent;
    border: 2px solid #1C64F2;
    color: #1C64F2;
}

.btn-outline:hover {
    background-color: #1C64F2;
    color: #fff;
}
/* Base button style */

/* custom-btn */


/*contact page*/
.widget--contact {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
  }

  .widget-icon {
    width: 45px;
    height: 45px;
    background-color: #00a4bd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    border-radius: 50%;
    flex-shrink: 0;
  }

/*contact page*/

/*youtube testimonial*/

.youtube-iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 20px;
}

.youtube-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube-player .play {
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(https://cdn-daoob.nitrocdn.com/LCiYkAjyMYQllcWpSRewurPZnOGNoosN/assets/images/source/rev-5e03d09/arulmjoseph.com/wp-content/themes/arulmj/img/youtube.svg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .7;
}
.youtube-player {
    position: relative;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
    overflow: hidden;
    max-width: 100%;


    border-radius: 20px;
}
.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

/*other*/
.classi_bg_arulmjoseph {
    background-color: #fbf7f0;
    background-image: url(../../images/ashbg.svg);
    background-position: center 12rem;
    background-repeat: repeat-y;
    background-size: 200% 100rem;
}