body {
    font-family: 'Outfit', sans-serif;
    background-image: linear-gradient(to right, #ffcb5b26, #ffeded, #ffcb5b26);
}
h1, h2. h3, h4, h5{font-family: 'Oswald', sans-serif;}
img{max-width: 100%;}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p{
	color: #30051f;
	font-size: 16px;
}
a{text-decoration: none;}
.m-auto{
	margin: 0 auto;
}
.wf-w {
    width: fit-content;
}
.main-title {
    font-size: 35px;
    line-height: 1.2;
    color: #c40700;
    font-weight: 700 !important;
    margin-top: 15px;
}
/**/
.zoom-in-zoom-out { 
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.fa-spin {
    -webkit-animation: fa-spin 9s linear infinite !important;
    animation: fa-spin 15s linear infinite !important;
}

/*CTA CSS*/
/**/
.align{
    align-items: center !important;
}
.fixed-icon-whatsapp a:nth-child(1){
  left: 20px;
}
.fixed-icon-whatsapp a {
    font-weight: 500;
    font-size: 28px;
    position: fixed;
    right: 20px;
    color: #fff !important;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    z-index: 9999999;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
    bottom: 40px;
    text-transform: capitalize;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.fixed-icon-whatsapp a b {
    z-index: 9;
    position: relative;
    display: inline-block;
    margin: 0px 0 4px -0px;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
    animation-name: rip;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #3c9105;
    line-height: 55px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}
.fixed-icon-whatsapp a:nth-child(1) b {
        background: linear-gradient(90deg, #5e0205 0%, #c40700 50%, #5e0205 100%);
}
.fixed-icon-whatsapp a:nth-child(1) b img{
  filter:brightness(0)invert(1);
}
.fixed-icon-whatsapp a b img {
    height: 40px;
}
@keyframes rip{
    0% {
    box-shadow: 0px 0px 0px 4px rgb(233 160 66);
    }
    20% {
        box-shadow: 0px 0px 0px 6px rgb(234 161 66 / 42%);
    }
    40% {
        box-shadow: 0px 0px 0px 8px rgb(234 161 66);
    }
    60% {
        box-shadow: 0px 0px 0px 10px rgb(234 161 66 / 24%);
    }
    80% {
        box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);
    }
    100% {
        box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);
    }
}


/*CTA CSS*/

/* ==========================
   NAMAN SHARMA HEADER
========================== */

.ns-header-wrapper{
    position:relative;
    z-index:999;
    font-family:'Poppins',sans-serif;
}

/* TOP BAR */

.ns-topbar {
        background: linear-gradient(90deg, #5e0205 0%, #c40700 50%, #5e0205 100%);
    padding: 8px 0;
}
.ns-top-links{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-wrap:wrap;
    gap:18px;
}

.ns-top-links li{
    color:#fff;
    font-size:13px;
    font-weight:500;
}
.ns-top-links li i {
        background: linear-gradient(90deg, #b48024 0%, #f9d775 50%, #b48024 100%);
    width: 30px;
    height: 30px;
    border-radius: 100px;
    padding: 6px 0;
    text-align: center;
    font-size: 16px;
    color: #000;
}
.ns-social-area{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:10px;
}

.ns-social-area span{
    color:#fff;
    font-size:13px;
}

.ns-social-area a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
        background: linear-gradient(90deg, #b48024 0%, #f9d775 50%, #b48024 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    text-decoration: none;
    transition: .3s;
}

.ns-social-area a:hover{
    background:#e5a303;
    transform:translateY(-3px);
}

/* MAIN HEADER */

.ns-main-header {
    background: #ffffff;
    padding: 5px 0;
    box-shadow: 0 5px 25px rgba(0,0,0,.06);
}

 .about-card {
    background: linear-gradient(to right, #ffca4c, #ffdd98, #ffca4c);
    border-radius: 20px;
    border: solid 3px #c40700;
    padding: 10px;
}

/* MENU */
.ns-menu {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ns-menu li a {
    color: #1b1b1b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    transition: .3s;
}
.ns-menu li a:after{
    content:'';
    position:absolute;
    left:50%;
    bottom:-8px;
    width:0;
    height:2px;
    background:#c40700;
    transform:translateX(-50%);
    transition:.3s;
}

.ns-menu li a:hover{
    color:#c40700;
}

.ns-menu li a:hover:after{
    width:100%;
}

/* CALL BOX */
.ns-call-box {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 2px solid #e5a303;
    border-radius: 65px;
    padding: 9px 12px;
    text-decoration: none;
    transition: .35s;
        background: linear-gradient(90deg, #5e0205 0%, #c40700 50%, #5e0205 100%);
    justify-content: center;
}

.ns-call-box:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 30px rgba(212,175,55,.25);
}
.ns-call-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
        background: linear-gradient(90deg, #b48024 0%, #f9d775 50%, #b48024 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    animation: nsPulse 2s infinite;
}
@keyframes nsPulse{
    0%{
        box-shadow:0 0 0 0 rgba(212,175,55,.7);
    }
    70%{
        box-shadow:0 0 0 12px rgba(212,175,55,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(212,175,55,0);
    }
}
.ns-call-text h5 {
    margin: 0;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.ns-call-text span {
    font-size: 14px;
    color: #08173d;
}

/* MOBILE TOGGLE */

.ns-mobile-toggle{
    background:none;
    border:none;
    padding:0;
}
button.ns-mobile-toggle {
        background: linear-gradient(90deg, #5e0205 0%, #c40700 50%, #5e0205 100%);
    padding: 10px;
    border-radius: 0;
}
.ns-mobile-toggle span{
    width:28px;
    height:3px;
    background:#fff;
    display:block;
    margin:5px 0;
    border-radius:5px;
}

/* MOBILE MENU */

.ns-mobile-menu{
    display:none;
    background:#fff;
    border-top:1px solid #eee;
    padding:20px;
}

.ns-mobile-menu.active{
    display:block;
}

.ns-mobile-menu ul{
    list-style:none;
    padding:0;
    margin:0;
}

.ns-mobile-menu ul li {
    margin-bottom: 7px;
    border-bottom: solid 1px #ffe3ab;
    padding: 0 0 10px 0;
}
.ns-mobile-menu ul li a {
    text-decoration: none;
    color: #121212;
    font-weight: 600;
}
.ns-mobile-call{
    display:block;
    margin-top:15px;
    background:#e5a303;
    color:#fff;
    text-decoration:none;
    text-align:center;
    padding:12px;
    border-radius:10px;
    font-weight:600;
}

/**/

.ns-service-strip {
    background: linear-gradient(90deg, #b48024 0%, #f9d775 50%, #b48024 100%);
    border-top: 1px solid #d39a22;
    border-bottom: 1px solid #d39a22;
    padding: 6px 0;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.ns-service-strip-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
}

.ns-service-strip-list li {
    animation: nsServiceFadeUp 0.5s ease forwards;
}

.ns-service-strip-list li:nth-child(1) { animation-delay: 0.05s; }
.ns-service-strip-list li:nth-child(2) { animation-delay: 0.10s; }
.ns-service-strip-list li:nth-child(3) { animation-delay: 0.15s; }
.ns-service-strip-list li:nth-child(4) { animation-delay: 0.20s; }
.ns-service-strip-list li:nth-child(5) { animation-delay: 0.25s; }
.ns-service-strip-list li:nth-child(6) { animation-delay: 0.30s; }
.ns-service-strip-list li:nth-child(7) { animation-delay: 0.35s; }
.ns-service-strip-list li:nth-child(8) { animation-delay: 0.40s; }

.ns-service-strip-list a {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    background: rgb(255 255 255 / 67%);
    border: 1px solid rgba(155, 70, 0, 0.18);
    color: #5e0205;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 10px;
    border-radius: 40px;
    line-height: 1.3;
    transition: all 0.35s ease;
    box-shadow: 0 4px 14px rgba(94, 2, 5, 0.08);
    position: relative;
    overflow: hidden;
}

.ns-service-strip-list a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.22);
    transform: skewX(-25deg);
    transition: 0.5s ease;
}

.ns-service-strip-list a:hover::before {
    left: 120%;
}

.ns-service-strip-list a i {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: linear-gradient(90deg, #5e0205 0%, #c40700 50%, #5e0205 100%);
    color: #ffd56a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.35s ease;
}

.ns-service-strip-list a span {
    display: inline-block;
}

.ns-service-strip-list a:hover {
    background: #ffffff;
    color: #c40700;
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 20px rgba(94, 2, 5, 0.18);
    border-color: rgba(196, 7, 0, 0.25);
}

.ns-service-strip-list a:hover i {
    transform: rotate(8deg) scale(1.08);
    box-shadow: 0 6px 16px rgba(94, 2, 5, 0.18);
}

@keyframes nsServiceFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tablet */
@media (max-width: 991px) {
    .ns-service-strip {
        padding: 10px 0;
    }

    .ns-service-strip-list {
        justify-content: center;
        gap: 10px;
    }

    .ns-service-strip-list a {
        font-size: 13px;
        padding: 10px 14px;
    }

    .ns-service-strip-list a i {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 13px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .ns-service-strip-list {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .ns-service-strip-list::-webkit-scrollbar {
        display: none;
    }

    .ns-service-strip-list li {
        flex: 0 0 auto;
    }

    .ns-service-strip-list a {
    white-space: nowrap;
    font-size: 13px;
    padding: 6px 9px;
}
 .ns-service-strip {
    display: none;
}
.ns-mobile-menu ul li { 
    padding: 10px 0 16px 0;
}

}

/**/
.problem-solutions {
    padding: 0 0 35px 0;
}

.solution-wrapper {
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    margin-top: 40px;
    z-index: 9;
    position: relative;
}

.solution-item {
    padding: 30px 15px;
    text-align: center;
    height: 100%;
}

/* border */
.border-left {
    border-left: 2px solid #f3f3f3;
}
/* ICON BOX (AUTO HOVER) */
.solution-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
        background: linear-gradient(90deg, #5e0205 0%, #c40700 50%, #5e0205 100%);
    border-radius: 50%;
    border: 4px solid #f6ecd7;
    display: flex;
    align-items: center;
    justify-content: center;

    animation: iconFloat 2.5s infinite ease-in-out;
}

.solution-icon i{
    color:#fff;
    font-size:30px;
    animation: iconInner 2.5s infinite ease-in-out;
}


/* SOFT FLOAT */
@keyframes iconFloat{
    0%,100%{
        transform: translateY(0) scale(1);
        box-shadow: 0 0 0 rgba(139,15,31,0);
    }
    50%{
        transform: translateY(-5px) scale(1.05); /* reduced movement */
        box-shadow: 0 10px 20px rgba(139,15,31,0.18);
    }
}

@keyframes iconInner{
    0%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.08); /* slightly softer */
    }
}

/* TEXT */
.solution-item h3 {
    font-size: 22px;
    font-weight: 700;
    color: #c40700;
    line-height: 1.35;
    margin-bottom: 5px;
}

.solution-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin-bottom:15px;
}

.solution-divider span{
    width:30px;
    height:1px;
    background:#e5a303;
}

.solution-divider i {
    color: #bd0700;
    font-size: 20px;
}
.solution-item p {
    font-size: 16px;
    color: #000000;
    line-height: 1.4;
    margin: 0;
}
a.call-now {
    border: 2px solid #e5a303;
    border-radius: 65px;
    padding: 10px 18px;
    text-decoration: none;
    transition: .35s;
    background: linear-gradient(to right, #ffca4c, #ffdd98, #ffca4c);
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 14px;
    color: #000000;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 600;
}
.about-part .call-now {
    margin: 0 !important;
    background: linear-gradient(90deg, #5e0205 0%, #c40700 50%, #5e0205 100%);
    color: #fff;
}
a.call-now:hover {
    background: #fff;
    color: #000;
}

/*About Css*/
.about-part .sab-title {
    width: fit-content;
}
.sab-title {
    font-size: 15px;
     
    font-weight: 600;
    padding: 8px 26px 5px;
    border-radius: 40px;
    background: linear-gradient(to right, #ffca4c, #ffdd98, #ffca4c);
    color: #1a1a1a;
    margin-bottom: 12px;
}
.title-h2 {
    font-size: 35px;
    line-height: 1.2;
   color: #c40700;
    font-weight: 700 !important;
    margin-top: 15px;
}
.about-part .sab-title {
    background: #fff;
}
.light-yellow {
    background: #ffffff75;
    border-left: solid 3px #c40700;
    padding: 15px 15px;
}
.cta-card-link.left-align {
    border: 2px solid #e5a303;
    border-radius: 65px;
    padding: 14px 25px;
    text-decoration: none;
    transition: .35s;
        background: linear-gradient(90deg, #5e0205 0%, #c40700 50%, #5e0205 100%);
    display: block;
    width: fit-content; 
    margin-top: 14px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
.cta-card-link.left-align:hover{
            background: linear-gradient(90deg, #b48024 0%, #f9d775 50%, #b48024 100%);
    color: #000;
}

/*marquee*/
.marquee-bar {
    color: #000000;
    background: linear-gradient(90deg, #ffc04f 0%, #f9d775 50%, #ffc04f 100%);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 5px 0;
    font-style: italic;
}
  .marquee-track {
    display: flex;
    width: max-content;
    animation: scroll-left 20s linear infinite;
  }

  .marquee-item {
    display: flex;
    align-items: center;
    margin-right: 15px;
  }
.dot {
    width: 8px;
    height: 8px;
    background: #c40700;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  /* Duplicate content for seamless loop */
  .marquee-inner {
    display: flex;
  }
/*marquee*/

/*About Css End*/

/*Services css*/
.back {
    background-image: url(../images/back-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 40px 0;
}
.ser-card {
    overflow: hidden;
    position: relative;
    z-index: 9;
    border-radius: 12px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffffff;
    background: #fff;
    padding: 0 15px 20px 15px;
    border-top: unset;
    margin-bottom: 25px;
}
.ser-card img {
    padding: 0px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px; 
    border-radius: 10px;
}
.ser-card h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 26px 5px;
    color: #000000;
    text-align: center;
    background: linear-gradient(to right, #ffca4c, #ffdd98, #ffca4c);
    width: fit-content;
    margin: 0 auto;
    border-radius: 55px;
}
.ser-card h3 {
    color: #c40700;
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    font-weight: 700;
}
.ser-card p {
    color: #111;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
}

/*Services css End*/
 
.form-img-logo {
    border: solid 2px #f7c881;
    border-radius: 17px;
}
/**/
.cta-part {
    padding: 40px 0;
    background: linear-gradient(90deg, #5e0205 0%, #c40700 50%, #5e0205 100%);
    border-top: solid 1px #ffd994;
}
.aword-im {
    border-radius: 15px;
    border: solid 2px #eee;
}
.aword-slider-card {
    padding: 0 15px 15px 15px;
}
.cta-part h2 {
    font-size: 32px;
    line-height: 1.4;
    text-transform: capitalize;
    color: #ffd98e;
    font-weight: 700;
}
.cta-part p {
    font-size: 23px;
    line-height: 1.4;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 400;
    margin: 15px 0 20px 0;
}
.btn-link {
    color: #000000;
    background: #ffcc67;
    padding: 10px 25px;
    display: block;
    width: fit-content;
    border-radius: 100px;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
}
.btn-link:hover {
color: #111;
}

/**/
.ftr-sec {
    background: #000000;
    text-align: center;
    display: block;
    padding: 20px 0;
    border-top: solid 1px #ffd994;
}
.white-text {
    color: #fff;
}
.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    border-top: 1px solid #ffffff26;
    padding: 10px 0;
}
.white-text {
    color: #fff;
}

/**/
/* =========================
   TESTIMONIAL SECTION
========================= */

.testimonial-section {
    padding: 36px 0;
    background: #ffffff;
}

 
.testimonial-card
#testimonial-slider .owl-stage-outer{
    padding: 20px 0;
}

.testimonial-card-item {
    padding: 20px 15px;
}

.testimonial-card {
       background: linear-gradient(90deg, #5e0205 0%, #c40700 50%, #5e0205 100%);
    padding: 54px 30px 35px;
    border-radius: 0px 80px 40px 80px;
    position: relative;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    transition: all 0.35s ease;
}
.quote-badge {
    width: 56px;
    height: 56px;
    background: linear-gradient(to right, #ffca4c, #ffdd98, #ffca4c);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -18px;
    left: 35px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}
.quote-badge i {
    color: #111;
    font-size: 30px;
    transform: rotate(180deg);
}
.testimonial-text {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 12px;
    min-height: 110px;
}
.testimonial-stars {
    margin: 10px 0 15px;
}

.testimonial-stars i {
    color: #ffda8c;
    font-size: 15px;
    margin-right: 3px;
}

.testimonial-divider {
    background: #ffffff;
}

.client-info {
    display: flex;
    align-items: center;
}

.client-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e6a123;
    margin-right: 15px;
}

.client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-meta {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    padding-left: 15px;
}

.client-meta h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffda8c;
    margin: 0;
}

.client-meta span {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 1px;
}

/* =========================
   OWL DOTS
========================= */
.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #ddd !important;
    border-radius: 50%;
    transition: 0.3s;
}

.owl-dot.active {
    background: #e6a123 !important;
    transform: scale(1.2);
}
.owl-theme .owl-controls .owl-page span { 
    background: #770b17 !important;
}
/* =========================
   RESPONSIVE
========================= */
@media (max-width: 767px) {

    .testimonial-section {
        padding: 30px 0;
    }

 

    .testimonial-card {
        padding: 50px 20px 30px;
        border-radius: 0px 60px 30px 60px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .client-img {
        width: 50px;
        height: 50px;
    }

    .client-meta h3 {
        font-size: 18px;
    }
}

/**/

/**/

.contact-form-section {
    background-image: url(../images/back-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 40px 0;
}

.contact-left h2{
    color:#fff;
    font-size:38px;
    font-weight:700;
    margin-bottom:15px;
}

.contact-left p{
    color:#fff;
    font-size:18px;
    margin-bottom:25px;
}

.whatsapp-btn{
    display:inline-block;
    background:#2b130f;
    color:#fff;
    text-decoration:none;
    padding:14px 25px;
    border-radius:8px;
    font-weight:600;
}

.whatsapp-btn i{
    color:#25D366;
    margin-right:8px;
}

.whatsapp-btn span{
    display:block;
    margin-top:3px;
}

#whatsappForm input,
#whatsappForm textarea{
    width:100%;
    border:none;
    border-radius:10px;
    padding:15px;
    margin-bottom:15px;
    outline:none;
}
.submit-btn {
    width: 100%;
    border: none;
    padding: 15px;
    border-radius: 10px;
    background: #3c9105;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    color: #fff;
}
.submit-btn:hover{
    transform:translateY(-2px);
}

/**/


/* RESPONSIVE */
@media(max-width:991px){

    .border-left{
        border-left:none;
    }

    .solution-item{
        border-bottom:1px solid #efe7d7;
    }

    .solution-item:last-child{
        border-bottom:none;
    }
    .solution-wrapper { 
    margin-top: 30px; 
}
.solution-item {
    border: solid 1px #eee;
}
.title-h2 {
    font-size: 24px; 
}
.sab-title {
    font-size: 14px; 
}
 .contact-left h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 11px;
}

}

@media(max-width:767px){

.solution-item {
    padding: 25px 16px;
}
  .solution-item h3 br {
    display: none;
} 

    .solution-item p{
        font-size:16px;
    }
.cta-part h2 {
    font-size: 25px; 
}
}
/**/

/* RESPONSIVE */

@media(max-width:1282px){
.ns-service-strip-list a {          
    font-size: 12px;c
}

} 


@media(max-width:1199px){
.ns-top-links li { 
    font-size: 13px; 
}
.ns-menu li a { 
    font-size: 12px; 
}
.ns-call-text h5 { 
    font-size: 14px; 
}
.ns-call-text span {
    font-size: 10px; 
}


}

@media(max-width:991px){

/*    .ns-topbar{
        display:none;
    }
*/
.ns-main-header {
    padding: 12px 0;
    border-top: solid 2px #e3a101;
} 
 .ns-social-area {
    display: none;
}


} 

@media(max-width:767px){
 
.solution-item h3 {
    font-size: 22px;
}
 .cta-part p {
    font-size: 16px; 
}
 .btn-link { 
    font-size: 16px; 
}
.form-img-logo {
    margin-top: 30px;
}
.ns-top-links { 
    justify-content: center; 
    gap: 6px;
}
.ns-top-links li {
    width: 100%;
    text-align: center;
}
.list-2ed {
    border-top: solid 1px #f1cd6d61;
    padding-top: 6px;
            margin-top: 2px;
}

} 


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1150px !important;
    }
}

/**/

.vb-local-video-box {
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 14px;
    background: #000;
    box-shadow: 0 10px 30px rgba(85,3,17,.15);
    transition: .35s ease;
    border: solid 2px #ffbb28;
}
.vb-local-video-box video {
    display: block;
    width: 100%;
    aspect-ratio: 9/16;
    object-fit: cover;
    background: #000;
}

.ns-why-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 20%, rgba(255, 192, 79, 0.18), transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(196, 7, 0, 0.10), transparent 32%),
        #fffaf0;
}

.ns-why-pattern {
    position: absolute;
    top: -130px;
    right: -130px;
    width: 380px;
    height: 380px;
    border: 55px solid rgba(196, 7, 0, 0.04);
    border-radius: 50%;
    animation: nsWhyRotate 24s linear infinite;
}

.ns-why-pattern::before,
.ns-why-pattern::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgba(196, 7, 0, 0.10);
}

.ns-why-pattern::before {
    inset: -85px;
}

.ns-why-pattern::after {
    inset: 45px;
}

.ns-why-section .container {
    position: relative;
    z-index: 2;
}

.ns-why-intro {
    padding-right: 45px;
    animation: nsWhyLeftReveal 0.9s ease both;
}

.ns-why-subtitle {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 17px;
    margin-bottom: 18px;
    border: 1px solid rgba(196, 7, 0, 0.18);
    border-radius: 30px;
    background: linear-gradient(90deg, #ffc04f 0%, #f9d775 50%, #ffc04f 100%);
    color: #5e0205;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(94, 2, 5, 0.08);
}

.ns-why-subtitle i {
    font-size: 17px;
    color: #c40700;
}
.ns-why-intro h2 {
    margin: 0 0 19px;
    color: #2e0709;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.4;
}

.ns-why-intro h2 span {
    display: block;
    color: #c40700;
}

.ns-why-intro > p {
    margin-bottom: 25px;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.4;
}

.ns-why-trust-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 17px;
    margin-bottom: 27px;
    background: #ffffff;
    border: 1px solid rgba(196, 7, 0, 0.11);
    border-left: 4px solid #c40700;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(94, 2, 5, 0.08);
    transition: 0.35s ease;
}

.ns-why-trust-box:hover {
    transform: translateX(7px);
    box-shadow: 0 16px 35px rgba(94, 2, 5, 0.14);
}

.ns-why-trust-icon {
    width: 53px;
    height: 53px;
    min-width: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(90deg, #5e0205 0%, #c40700 50%, #5e0205 100%);
    color: #ffd66c;
    font-size: 21px;
}

.ns-why-trust-box strong {
    display: block;
    margin-bottom: 3px;
    color: #c40700;
    font-size: 20px;
}

.ns-why-trust-box span {
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
}

.ns-why-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 23px;
    overflow: hidden;
    position: relative;
    border-radius: 65px;
    background: linear-gradient(90deg, #5e0205 0%, #c40700 50%, #5e0205 100%);
    background-size: 200% auto;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(196, 7, 0, 0.25);
    transition: 0.35s ease;
    border: solid 3px #ffffff;
}

.ns-why-call-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 45%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
    );
    transform: skewX(-25deg);
    transition: 0.6s ease;
}

.ns-why-call-btn:hover::before {
    left: 130%;
}

.ns-why-call-btn:hover {
    color: #ffffff;
    transform: translateY(-4px);
    background-position: right center;
    box-shadow: 0 16px 32px rgba(196, 7, 0, 0.32);
}

.ns-why-card {
    height: calc(100% - 24px);
    min-height: 160px;
    display: flex;
    gap: 16px;
    position: relative;
    padding: 20px 15px;
    margin-bottom: 24px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(196, 7, 0, 0.10);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(73, 9, 12, 0.07);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
    animation: nsWhyCardReveal 0.8s ease both;
}

.ns-why-section .col-md-6:nth-child(1) .ns-why-card {
    animation-delay: 0.08s;
}

.ns-why-section .col-md-6:nth-child(2) .ns-why-card {
    animation-delay: 0.16s;
}

.ns-why-section .col-md-6:nth-child(3) .ns-why-card {
    animation-delay: 0.24s;
}

.ns-why-section .col-md-6:nth-child(4) .ns-why-card {
    animation-delay: 0.32s;
}

.ns-why-section .col-md-6:nth-child(5) .ns-why-card {
    animation-delay: 0.40s;
}

.ns-why-section .col-md-6:nth-child(6) .ns-why-card {
    animation-delay: 0.48s;
}

.ns-why-card::before {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        rgba(255, 192, 79, 0.26),
        rgba(196, 7, 0, 0.06)
    );
    transition: 0.45s ease;
}

.ns-why-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #5e0205, #c40700, #ffc04f);
    transition: width 0.4s ease;
}

.ns-why-card:hover::after {
    width: 100%;
}

.ns-why-card:hover::before {
    width: 170px;
    height: 170px;
}

.ns-why-card:hover {
    transform: translateY(-9px);
    border-color: rgba(196, 7, 0, 0.28);
    box-shadow: 0 20px 42px rgba(73, 9, 12, 0.15);
}

.ns-why-card-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    border-radius: 14px;
    background: linear-gradient(90deg, #ffc04f 0%, #f9d775 50%, #ffc04f 100%);
    color: #79050a;
    font-size: 22px;
    box-shadow: 0 8px 18px rgba(196, 7, 0, 0.12);
    transition: 0.4s ease;
}

.ns-why-card:hover .ns-why-card-icon {
    color: #ffd66c;
    background: linear-gradient(90deg, #5e0205 0%, #c40700 50%, #5e0205 100%);
    transform: rotateY(180deg) scale(1.06);
}

.ns-why-card-content {
    position: relative;
    z-index: 2;
}

.ns-why-card-content > span {
    position: absolute;
    top: -22px;
    right: -7px;
    color: rgba(196, 7, 0, 0.07);
    font-size: 45px;
    font-weight: 900;
    line-height: 1;
}

.ns-why-card-content h3 {
    margin: 4px 0 9px;
    color: #c40700;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}
.ns-why-card-content p {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
}

@keyframes nsWhyRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes nsWhyLeftReveal {
    from {
        opacity: 0;
        transform: translateX(-35px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes nsWhyCardReveal {
    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1199px) {
    .ns-why-intro {
        padding-right: 20px;
    }

    .ns-why-intro h2 {
        font-size: 38px;
    }

    .ns-why-card {
        min-height: 235px;
        padding: 22px 17px;
    }
}

@media (max-width: 991px) {
    .ns-why-section {
        padding: 70px 0 45px;
    }

    .ns-why-intro {
        padding-right: 0;
        margin-bottom: 45px;
        text-align: center;
    }

    .ns-why-subtitle,
    .ns-why-call-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .ns-why-trust-box {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .ns-why-card {
        min-height: 210px;
    }
}

@media (max-width: 767px) {
    .ns-why-section {
        padding: 55px 0 30px;
    }

    .ns-why-pattern {
        width: 270px;
        height: 270px;
        top: -120px;
        right: -150px;
    }

    .ns-why-intro h2 {
        font-size: 32px;
    }

    .ns-why-intro > p {
        font-size: 15px;
        line-height: 1.7;
    }

    .ns-why-card {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .ns-why-subtitle {
        font-size: 12px;
        padding: 8px 13px;
    }

    .ns-why-intro h2 {
        font-size: 28px;
    }

    .ns-why-trust-box {
        align-items: flex-start;
        padding: 15px;
    }

    .ns-why-trust-icon {
        width: 47px;
        height: 47px;
        min-width: 47px;
    }

    .ns-why-call-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .ns-why-card {
        padding: 21px 17px;
        gap: 13px;
    }

    .ns-why-card-icon {
        width: 51px;
        height: 51px;
        min-width: 51px;
        font-size: 19px;
    }

    .ns-why-card-content h3 {
        font-size: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ns-why-pattern,
    .ns-why-intro,
    .ns-why-card {
        animation: none;
    }

    .ns-why-card,
    .ns-why-card-icon,
    .ns-why-call-btn,
    .ns-why-trust-box {
        transition: none;
    }
}

/**/
.ns-google-reviews {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background: #fff;
    border-bottom: solid 2px #fad46f73;
}

.ns-google-reviews .container {
    position: relative;
    z-index: 3;
}

/* Decorative Shapes */

.ns-review-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.ns-review-shape-one {
    top: -140px;
    left: -120px;
    width: 330px;
    height: 330px;
    border: 50px solid rgba(196, 7, 0, 0.035);
    animation: nsReviewRotate 22s linear infinite;
}

.ns-review-shape-two {
    right: -100px;
    bottom: -150px;
    width: 360px;
    height: 360px;
    border: 2px dashed rgba(196, 7, 0, 0.12);
    animation: nsReviewRotateReverse 28s linear infinite;
}

/* Heading */

.ns-review-heading {
    max-width: 760px;
    margin: 0 auto 42px;
}

.ns-review-subtitle {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 18px;
    margin-bottom: 15px;
    border: 1px solid rgba(196, 7, 0, 0.16);
    border-radius: 30px;
    background: linear-gradient(
        90deg,
        #ffc04f 0%,
        #f9d775 50%,
        #ffc04f 100%
    );
    color: #5e0205;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 7px 20px rgba(94, 2, 5, 0.08);
}

.ns-review-subtitle i {
    color: #bb0700;
    font-size: 17px;
}

.ns-review-heading h2 {
    margin: 0 0 13px;
    color: #c40700;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
}

.ns-review-heading p {
    max-width: 500px;
    margin: 0 auto;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
}

/* Google Summary */

.ns-google-summary {
    margin-bottom: 45px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(196, 7, 0, 0.11);
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(75, 8, 11, 0.09);
    animation: nsReviewFadeUp 0.8s ease both;
}

.ns-google-rating {
    height: 100%;
    min-height: 285px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 25px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(90deg, #5e0205 0%, #c40700 50%, #5e0205 100%);
}

.ns-google-logo {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 700;
}

.ns-google-logo i {
    width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 19px;
    background: linear-gradient(90deg, #ffc04f 0%, #f9d775 50%, #ffc04f 100%);
    color: #79050a;
}

.ns-rating-number {
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 57px;
    font-weight: 900;
    line-height: 1;
}

.ns-rating-stars {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin: 11px 0;
    color: #ffd45c;
    font-size: 18px;
}

.ns-google-rating p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

.ns-rating-content {
    padding: 35px 45px;
}

.ns-rating-content > span {
    display: inline-block;
    margin-bottom: 8px;
    
    color: #3b0709;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ns-rating-content h3 {
    margin: 0 0 13px;
    font-size: 29px;
    font-weight: 800;
    line-height: 1.3;
    color: #c40700;
}
.ns-rating-content p {
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
}

.ns-rating-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ns-rating-points div {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    background: #fff5d9;
    border: 1px solid rgba(255, 192, 79, 0.35);
    border-radius: 25px;
    color: #5e0205;
    font-size: 13px;
    font-weight: 700;
}

.ns-rating-points i {
    color: #c40700;
}

/* Review Cards */

.ns-review-row {
    margin-top: 0;
}

.ns-review-row > div {
    margin-bottom: 25px;
}

.ns-review-card {
    height: 100%;
    min-height: 315px;
    position: relative;
    padding: 26px;
    overflow: hidden;
    border: 1px solid rgba(196, 7, 0, 0.10);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(70, 9, 12, 0.07);
    transition: transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
    animation: nsReviewFadeUp 0.75s ease both;
    background: linear-gradient(90deg, #ffc04f 0%, #f9d775 50%, #ffc04f 100%);
}

.ns-review-row > div:nth-child(1) .ns-review-card {
    animation-delay: 0.05s;
}

.ns-review-row > div:nth-child(2) .ns-review-card {
    animation-delay: 0.10s;
}

.ns-review-row > div:nth-child(3) .ns-review-card {
    animation-delay: 0.15s;
}

.ns-review-row > div:nth-child(4) .ns-review-card {
    animation-delay: 0.20s;
}

.ns-review-row > div:nth-child(5) .ns-review-card {
    animation-delay: 0.25s;
}

.ns-review-row > div:nth-child(6) .ns-review-card {
    animation-delay: 0.30s;
}

.ns-review-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(
        90deg,
        #5e0205,
        #c40700,
        #ffc04f
    );
    transition: width 0.45s ease;
}

.ns-review-card::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -65px;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        rgba(255, 192, 79, 0.23),
        rgba(196, 7, 0, 0.04)
    );
    transition: 0.45s ease;
}

.ns-review-card:hover {
    transform: translateY(-9px);
    border-color: rgba(196, 7, 0, 0.25);
    box-shadow: 0 22px 46px rgba(70, 9, 12, 0.14);
}

.ns-review-card:hover::before {
    width: 100%;
}

.ns-review-card:hover::after {
    width: 190px;
    height: 190px;
}

.ns-review-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    position: relative;
    z-index: 2;
}

.ns-review-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ns-review-avatar {
    width: 51px;
    height: 51px;
    min-width: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(
        90deg,
        #5e0205 0%,
        #c40700 50%,
        #5e0205 100%
    );
    color: #ffd76c;
    font-size: 20px;
    font-weight: 800;
    box-shadow: 0 7px 17px rgba(94, 2, 5, 0.2);
    transition: 0.4s ease;
}

.ns-review-card:hover .ns-review-avatar {
    transform: rotate(8deg) scale(1.08);
}

.ns-review-user h3 {
    margin: 0 0 3px;
    color: #c40700;
    font-size: 17px;
    font-weight: 800;
}

.ns-review-user span {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.ns-small-google {
    color: #c40700;
    font-size: 22px;
}

.ns-card-stars {
    display: flex;
    gap: 3px;
    margin: 20px 0 14px;
    color: #e3120a;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.ns-review-card > p {
    min-height: 112px;
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-style: italic;
    line-height: 1.75;
    position: relative;
    z-index: 2;
}
.ns-review-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(94, 2, 5, 0.09);
    position: relative;
    z-index: 2;
}

.ns-review-footer span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #323232;
    font-size: 14px;
    font-weight: 600;
}

.ns-review-footer span i {
    color: #c40700;
}

.ns-review-footer > i {
    color: rgb(0 0 0 / 38%);
    font-size: 31px;
}
/* WhatsApp CTA */

.ns-review-whatsapp {
    display: flex;
    align-items: center;
    gap: 22px;
    position: relative;
    margin-top: 25px;
    padding: 29px 34px;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        #5e0205 0%,
        #c40700 50%,
        #5e0205 100%
    );
    background-size: 200% auto;
    border: 2px solid #e5ad3d;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(94, 2, 5, 0.23);
    animation: nsReviewFadeUp 0.8s 0.25s ease both;
}

.ns-review-whatsapp::before {
    content: "";
    position: absolute;
    top: -70px;
    right: 20%;
    width: 220px;
    height: 220px;
    border: 35px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.ns-whatsapp-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    font-size: 35px;
    box-shadow: 0 9px 23px rgba(0, 0, 0, 0.2);
    animation: nsWhatsAppPulse 2s infinite;
}

.ns-whatsapp-content {
    flex: 1;
    position: relative;
    z-index: 2;
}

.ns-whatsapp-content span {
    display: inline-block;
    margin-bottom: 3px;
    color: #ffd76a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.ns-whatsapp-content h3 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 800;
}

.ns-whatsapp-content p {
    max-width: 680px;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
}

.ns-whatsapp-button {
    min-width: 205px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    position: relative;
    z-index: 2;
    padding: 14px 20px;
    overflow: hidden;
    background: #25d366;
    border: 2px solid #25d366;
    border-radius: 70px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.35s ease;
}

.ns-whatsapp-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -110%;
    width: 55%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.42),
        transparent
    );
    transform: skewX(-25deg);
    transition: 0.6s ease;
}

.ns-whatsapp-button:hover::before {
    left: 130%;
}

.ns-whatsapp-button:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #128c4b;
    transform: translateY(-4px);
    box-shadow: 0 13px 27px rgba(0, 0, 0, 0.18);
}

/* Animations */

@keyframes nsReviewFadeUp {
    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes nsReviewRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes nsReviewRotateReverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes nsWhatsAppPulse {
    0% {
        box-shadow:
            0 0 0 0 rgba(37, 211, 102, 0.4),
            0 9px 23px rgba(0, 0, 0, 0.2);
    }

    70% {
        box-shadow:
            0 0 0 14px rgba(37, 211, 102, 0),
            0 9px 23px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow:
            0 0 0 0 rgba(37, 211, 102, 0),
            0 9px 23px rgba(0, 0, 0, 0.2);
    }
}

/* Large Tablet */

@media (max-width: 1199px) {
    .ns-rating-content {
        padding: 30px;
    }

    .ns-rating-content h3 {
        font-size: 25px;
    }

    .ns-review-whatsapp {
        padding: 27px;
    }

    .ns-whatsapp-content h3 {
        font-size: 22px;
    }
}

/* Tablet */

@media (max-width: 991px) {
    .ns-google-reviews {
        padding: 70px 0;
    }

    .ns-review-heading h2 {
        font-size: 36px;
    }

    .ns-google-rating {
        min-height: 310px;
    }

    .ns-rating-content {
        padding: 28px;
    }

    .ns-rating-points {
        gap: 8px;
    }

    .ns-review-whatsapp {
        flex-wrap: wrap;
    }

    .ns-whatsapp-content {
        flex: 1;
        min-width: calc(100% - 100px);
    }

    .ns-whatsapp-button {
        margin-left: 94px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .ns-google-reviews {
        padding: 55px 0;
    }

    .ns-review-heading {
        margin-bottom: 32px;
    }

    .ns-review-heading h2 {
        font-size: 31px;
    }

    .ns-review-heading p {
        font-size: 15px;
        line-height: 1.7;
    }

    .ns-google-rating {
        min-height: auto;
        padding: 31px 20px;
    }

    .ns-rating-number {
        font-size: 50px;
    }

    .ns-rating-content {
        padding: 28px 22px;
        text-align: center;
    }

    .ns-rating-content h3 {
        font-size: 23px;
    }

    .ns-rating-points {
        justify-content: center;
    }

    .ns-review-card {
        min-height: auto;
    }

    .ns-review-card > p {
        min-height: auto;
    }

    .ns-review-whatsapp {
        display: block;
        padding: 28px 22px;
        text-align: center;
    }

    .ns-whatsapp-icon {
        margin: 0 auto 18px;
    }

    .ns-whatsapp-content {
        min-width: 100%;
    }

    .ns-whatsapp-content h3 {
        font-size: 22px;
    }

    .ns-whatsapp-button {
        width: 100%;
        margin: 21px 0 0;
    }
}

/* Small Mobile */

@media (max-width: 575px) {
    .ns-google-reviews {
        padding: 48px 0;
    }

    .ns-review-subtitle {
        padding: 8px 14px;
        font-size: 12px;
    }

    .ns-review-heading h2 {
        font-size: 28px;
    }

    .ns-google-summary {
        border-radius: 14px;
    }

    .ns-rating-content {
        padding: 25px 17px;
    }

    .ns-rating-content h3 {
        font-size: 21px;
    }

    .ns-rating-points div {
        width: 100%;
        justify-content: center;
    }

    .ns-review-card {
        padding: 22px 17px;
    }

    .ns-review-avatar {
        width: 46px;
        height: 46px;
        min-width: 46px;
    }

    .ns-review-user h3 {
        font-size: 15px;
    }

    .ns-review-whatsapp {
        border-radius: 14px;
    }

    .ns-whatsapp-content h3 {
        font-size: 20px;
    }

    .ns-whatsapp-content p {
        font-size: 13px;
    }
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
    .ns-review-shape,
    .ns-google-summary,
    .ns-review-card,
    .ns-review-whatsapp,
    .ns-whatsapp-icon {
        animation: none;
    }

    .ns-review-card,
    .ns-review-avatar,
    .ns-whatsapp-button {
        transition: none;
    }
}


.ns-guidance-section {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    border-top: solid 2px #fad46f73;
    background: #fff;
}
.ns-guidance-block {
    position: relative;
    padding: 35px;
    margin-bottom: 55px;
    background: #ffffff;
    border: 1px solid rgba(196, 7, 0, 0.10);
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(72, 8, 11, 0.09);
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}

.ns-guidance-block:last-child {
    margin-bottom: 0;
}

.ns-guidance-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 45px;
    right: 45px;
    height: 4px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(
        90deg,
        #5e0205 0%,
        #c40700 50%,
        #ffc04f 100%
    );
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.45s ease;
}

.ns-guidance-block:hover {
    transform: translateY(-7px);
    border-color: rgba(196, 7, 0, 0.22);
    box-shadow: 0 25px 60px rgba(72, 8, 11, 0.14);
}

.ns-guidance-block:hover::before {
    transform: scaleX(1);
}

/* Image */

.ns-guidance-image {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    border-radius: 17px;
    background: #f8ebcc;
    box-shadow: 0 15px 35px rgba(73, 7, 10, 0.13);
}

.ns-guidance-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        transparent 55%,
        rgba(63, 4, 7, 0.42) 100%
    );
    pointer-events: none;
}

.ns-guidance-image img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.65s ease;
}

.ns-guidance-block:hover .ns-guidance-image img {
    transform: scale(1.055);
}

.ns-image-badge {
    display: flex;
    align-items: center;
    gap: 13px;
    position: absolute;
    z-index: 2;
    left: 22px;
    right: 22px;
    bottom: 20px;
    padding: 14px 17px;
    background: rgba(255, 255, 255, 0.94);
    border-left: 4px solid #c40700;
    border-radius: 11px;
    box-shadow: 0 10px 28px rgba(40, 2, 4, 0.18);
    backdrop-filter: blur(8px);
    transition: transform 0.4s ease;
}

.ns-guidance-block:hover .ns-image-badge {
    transform: translateY(-5px);
}

.ns-image-badge > i {
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(
        90deg,
        #5e0205 0%,
        #c40700 50%,
        #5e0205 100%
    );
    color: #ffd56a;
    font-size: 20px;
}

.ns-image-badge strong {
    display: block;
    margin-bottom: 2px;
    color: #49070a;
    font-size: 16px;
    font-weight: 800;
}

.ns-image-badge span {
    display: block;
    color: #0a0a0a;
    font-size: 15px;
}

.ns-couple-badge {
    border-left-color: #e0a324;
}

/* Content */

.ns-guidance-content {
    padding: 20px 20px 20px 45px;
}

.ns-guidance-second .ns-guidance-content {
    padding: 20px 45px 20px 20px;
}

.ns-guidance-subtitle {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    margin-bottom: 17px;
    border: 1px solid rgba(196, 7, 0, 0.16);
    border-radius: 30px;
    background: linear-gradient(
        90deg,
        #ffc04f 0%,
        #f9d775 50%,
        #ffc04f 100%
    );
    color: #5e0205;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 7px 18px rgba(94, 2, 5, 0.07);
}

.ns-guidance-subtitle i {
    color: #c40700;
}

.ns-guidance-content h2 {
    margin: 0 0 18px;
    color: #c50a03;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
}
.ns-guidance-content > p {
    margin-bottom: 15px;
    color: #121212;
    font-size: 16px;
    line-height: 1.4;
}

.ns-guidance-points {
    display: grid;
    gap: 11px;
    padding: 0;
    margin: 22px 0 27px;
    list-style: none;
}

.ns-guidance-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #121212;
    font-size: 16px; 
    line-height: 1.4;
}

.ns-guidance-points li i {
    margin-top: 4px;
    color: #c40700;
    font-size: 15px;
}

.ns-guidance-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    padding: 14px 22px;
    overflow: hidden;
    border-radius: 70px;
    background: linear-gradient(
        90deg,
        #5e0205 0%,
        #c40700 50%,
        #5e0205 100%
    );
    background-size: 200% auto;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(196, 7, 0, 0.23);
    transition: 0.35s ease;
}

.ns-guidance-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -115%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.38),
        transparent
    );
    transform: skewX(-25deg);
    transition: left 0.6s ease;
}

.ns-guidance-button:hover::before {
    left: 130%;
}

.ns-guidance-button:hover {
    color: #ffffff;
    background-position: right center;
    transform: translateY(-4px);
    box-shadow: 0 15px 32px rgba(196, 7, 0, 0.30);
}

.ns-guidance-whatsapp {
    background: #1fab59;
    box-shadow: 0 10px 25px rgba(31, 171, 89, 0.24);
}

.ns-guidance-whatsapp:hover {
    color: #ffffff;
    background: #168f49;
    box-shadow: 0 15px 32px rgba(31, 171, 89, 0.30);
}

/* Laptop */

@media (max-width: 1199px) {
    .ns-guidance-block {
        padding: 28px;
    }

    .ns-guidance-image,
    .ns-guidance-image img {
        height: 450px;
        min-height: 450px;
    }

    .ns-guidance-content {
        padding-left: 30px;
    }

    .ns-guidance-second .ns-guidance-content {
        padding-right: 30px;
    }

    .ns-guidance-content h2 {
        font-size: 30px;
    }
}

/* Tablet */

@media (max-width: 991px) {
    .ns-guidance-section {
        padding: 50px 0;
    }

    .ns-guidance-block {
        padding: 22px;
        margin-bottom: 40px;
    }

    .ns-guidance-image,
    .ns-guidance-image img {
        height: 430px;
        min-height: 430px;
    }

    .ns-guidance-content,
    .ns-guidance-second .ns-guidance-content {
        padding: 15px 5px 15px 25px;
    }

    .ns-guidance-second .ns-guidance-content {
        padding-left: 5px;
        padding-right: 25px;
    }

    .ns-guidance-content h2 {
        font-size: 25px;
    }
 

    .ns-guidance-points {
        margin: 18px 0 22px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .ns-guidance-section {
        padding: 40px 0;
    }

    .ns-guidance-block {
        padding: 15px;
        border-radius: 17px;
    }

    .ns-guidance-image,
    .ns-guidance-image img {
        height: 390px;
        min-height: 390px;
    }

    .ns-guidance-content,
    .ns-guidance-second .ns-guidance-content {
        padding: 30px 7px 12px;
    }

    .ns-guidance-subtitle {
        font-size: 12px;
    }

    .ns-guidance-content h2 {
        font-size: 24px;
    }
 
    .ns-guidance-button {
        width: 100%;
    }
    .main-title {
    font-size: 25px; 
}

}

/* Small Mobile */

@media (max-width: 575px) {
    .ns-guidance-section {
        padding: 35px 0;
    }

    .ns-guidance-block {
        padding: 11px;
        margin-bottom: 30px;
    }

    .ns-guidance-image,
    .ns-guidance-image img {
        height: 340px;
        min-height: 340px;
    }

    .ns-image-badge {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 12px;
    }

    .ns-image-badge > i {
        width: 41px;
        height: 41px;
        min-width: 41px;
        font-size: 17px;
    }

    .ns-image-badge strong {
        font-size: 14px;
    }

    .ns-image-badge span {
        font-size: 14px;
    }

    .ns-guidance-content h2 {
        font-size: 24px;
        margin: 0 0 12px;
    }

  
}

@media (prefers-reduced-motion: reduce) {
    .ns-guidance-block,
    .ns-guidance-image img,
    .ns-image-badge,
    .ns-guidance-button {
        transition: none;
    }
}



