* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
        /* All text white */
        .navbar .nav-link,
        .navbar .navbar-brand,
        .navbar .dropdown-item,
        .navbar button {
            color: #fff !important;
        }

        .dropdown-menu {
            background-color: #000;
            border: 1px solid #333;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
        }

        /* Hover dropdown */
        .nav-item.dropdown:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            display: block;
        }

        .dropdown-item:hover {
            background-color: #111;
        }


        .container-lg{
            max-width: 1300px;  
        }
    

        
   .dropdown-toggle::after {
            display: none !important;
        }
        
        /* Ensure proper spacing between text and icon */
        .nav-link .bi-chevron-down {
            font-size: 0.8rem;
            margin-left: 5px;
        }




        
.plus-jakarta-sans {
  font-family: "Plus Jakarta Sans", sans-serif;
  
}

.footer-section {
    background: #ffffff;
}

.logo-dot {
    width: 12px;
    height: 12px;
    background: #a6ff4d;
    border-radius: 50%;
}

.social-icons i {
    color: #a6ff4d;
    font-size: 18px;
    cursor: pointer;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 32px;
}

.footer-links a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-bottom {
    background: #000;
    color: #aaa;
    font-size: 13px;
    padding: 15px 0;
}

@media (max-width: 992px){

    .footer-links a {
        font-size: 15px;
    }

    .social-icons i {
        font-size: 16px;
    }

}
@media (max-width: 576px){

    .logo-dot {
        width: 10px;
        height: 10px;
    }

    .social-icons {
        text-align: center;
        margin-top: 15px;
    }

    .social-icons i {
        font-size: 16px;
        margin: 0 8px;
    }

    .footer-links {
       
        margin-top: 20px;
    }

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-links a {
        font-size: 14px;
    }

    .footer-bottom {
        font-size: 12px;
        text-align: center;
        padding: 12px 10px;
    }
}


.footer-bottom a {
    color: #aaa;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #fff;
}



.hero-section{
    height: 95vh;
    
     display: flex;
    justify-content: center;
    align-items: center;
}

.big-font{
    max-width: 800px;
}

.big-font h1{
    font-size: 6rem;
    
    color: white;
    text-transform: capitalize;
    font-weight: 700;
    
}

.big-font p{
    color: rgba(255, 255, 255, 0.8);
    max-width: 500px;
    margin-top: 40px;
}

.big-font button {
    background: rgba(185, 253, 80, 1) !important;
    color: #000;
}

.big-font h1 span {
    color: #a6ff4d;
}   
/* ===== Tablet (768px – 991px) ===== */
@media (max-width: 991px) {
    .big-font h1 {
        font-size: 4rem;
    }

    .big-font p {
        max-width: 400px;
        margin-top: 25px;
        font-size: 1rem;
    }
}

/* ===== Mobile (max-width 767px) ===== */
@media (max-width: 767px) {
    .big-font h1 {
        font-size: 2.5rem;
        text-align: center;
    }

    .big-font p {
        max-width: 100%;
        margin-top: 20px;
        font-size: 0.95rem;
        text-align: center;
    }
    .big-font h1 img {
        width: 30px;
        height: 30px;
    }

    .hero-section {
        height: auto;
        padding: 60px 20px;
    }
}



h1, h2 , h3, h4, h5, h6 {
    font-family: "Merriweather", serif;
}


.trusted-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    max-width: 600px;
}

.trusted-heading::before,
.trusted-heading::after {
    content: "";
    flex: 1;
    height: 3px;
    background-color: #7DBE2E; /* green line */
}

.trusted-heading span {
    padding: 0 20px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px;
    color: white;
    white-space: nowrap;
}


.trust-logo{
    background: #222222;
    padding: 20px;
}

@media (max-width: 767px) {
    .trusted-heading span {
        font-size: 14px;
    }
}


.how-work{
    margin-top: 100px;
}

.how-work h2 {
    font-size: 4.5rem;
    text-transform: capitalize;
    color: white;
    
    
}

.how-work  p{
    max-width: 500px;
    color: rgba(255, 255, 255, 0.6);
}

.work-icon{
    background: rgba(185, 253, 80, 1);

}
/* 
.how-work .card-body p {
    text-align: start !important;
}

.how-work .card-body h5 {
    padding-left: 10px;
    text-align: start !important;
} */

.hero-bg {
    background-color: #111204;
 
}

.hero-bg-1 {
    background-color: #111204;
    background-image: url("Ellipse 3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.how-work  .card h5 {
    font-size: 2rem;
}
/* Tablet */
@media (max-width: 992px) {
    .how-work h2 {
        font-size: 3rem;
    }

    .how-work .card h5 {
        font-size: 1.5rem;
    }
}


/* Mobile */
@media (max-width: 576px) {
    .how-work h2 {
        font-size: 2rem;
        text-align: center;
    }

    .how-work .p-5{
        padding: 0 10px !important;
    }


    .how-work{
    margin-top: 50px;
}
    .how-work p {
        max-width: 100%;
        font-size: 14px;
        text-align: start;
        padding: 0 10px;
    }

    .how-work .card h5 {
        font-size: 1.2rem;
        text-align: start;
         padding: 0 10px;
    }
}

/* commitment */
.commitment{
    margin-top: 100px;
}

.commitment h3 {
    font-size: 4.5rem;
    font-weight: 600;
    
    
}

.commitment p {
text-transform: capitalize;
   
   
}

.commitment .text-center {
    line-height: 0;
    text-align: start !important;
}

.commitment .text-center p {
    font-size: 14px;
}


.comm h3{
    font-size: 5rem !important;
}

/* ===== Tablet ===== */
@media (max-width: 992px) {

    .commitment {
        margin-top: 70px;
    }

    .commitment h3 {
        font-size: 3rem;
    }

    .comm h3 {
        font-size: 3.5rem !important;
    }

    .commitment .text-center {
        line-height: 1.4;
        text-align: center !important;
    }
}


/* ===== Mobile ===== */
@media (max-width: 576px) {

    .commitment {
        margin-top: 50px;
    }
    
    .commitment button {
        display: flex;
        justify-content: center;
        width: -webkit-fill-available;
        align-items: center;
    }

    .commitment h3 {
        font-size: 2rem;
        text-align: center;
    }

    .comm-p{
        max-width: 100%;
        text-align: center;
    }

    .comm h3 {
        font-size: 2.3rem !important;
        text-align: center;
    }

    .commitment .text-center {
        line-height: 1.5;
        text-align: center !important;
    }

    .commitment .text-center p {
        font-size: 13px;
        padding: 0 10px;
    }
}


.comm button {
    color:  rgba(95, 203, 9, 1) !important;
}



/* our services */


.our-services{
    margin-top: 100px;
}

.our-services h3 {
    font-size: 3rem;
    font-weight: 600;
    max-width: 650px;
    text-transform: capitalize;
}

.dis{
    background: rgba(162, 217, 94, 1) !important;

}


.strategy-card-1 {
    background-color: #f4fbe8;
    border-radius: 24px;
    min-height: 320px;
    

}
.strategy-card-2 {
    background-color: #EBECFD;
    border-radius: 24px;
    min-height: 320px;

}
.strategy-card-3 {
    background-color: #EBFAFD;
    border-radius: 24px;
    min-height: 320px;

}
.strategy-card-4 {
    background-color: #FDEBF6;
    border-radius: 24px;
    min-height: 320px;

}
.strategy-card-5 {
    background-color: #FDEBEB;
    border-radius: 24px;
    min-height: 320px;

}
.strategy-card-6 {
    background-color: #FDF4EB;
    border-radius: 24px;
    min-height: 320px;

}

/* Number badge */
.number-badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0b1d0b;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 14px 20px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

/* Title */
.strategy-card .card-title {
    color: #1b4d1b;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.2;
}

/* Text */
.strategy-card .card-text {
    color: #7a7a7a;
    font-size: 1rem;
    max-width: 360px;
}

/* Link */
.strategy-card .learn-more {
    color: #1b4d1b;
    font-weight: 400;
    text-decoration: none;
    font-size: 1.2rem;
}

.strategy-card .learn-more:hover {
    text-decoration: underline;
}

/* ===== Tablet ===== */
@media (max-width: 992px) {

    .our-services {
        margin-top: 70px;
    }

    .our-services h3 {
        font-size: 2.2rem;
        max-width: 100%;
    }

    .strategy-card {
        min-height: auto;
        padding: 25px;
    }

    .strategy-card .card-title {
        font-size: 2rem;
    }

    .strategy-card .card-text {
        font-size: 1rem;
        max-width: 100%;
    }

    .strategy-card .learn-more {
        font-size: 1.2rem;
    }

    .number-badge {
        font-size: 1.2rem;
        padding: 10px 16px;
    }
}



/* ===== Mobile ===== */
@media (max-width: 576px) {

    .our-services {
        margin-top: 50px;
    }


    .our-services small {
       text-align: center !important;
       width: 100%;
    }

    .our-services h3 {
        font-size: 1.6rem;
        text-align: center;
    }

    .strategy-card {
        border-radius: 18px;
        padding: 10px;
    }

    .strategy-card .card-title {
        font-size: 1rem;
        text-align: start;
    }

    .strategy-card .card-text {
        font-size: 12px;
    }

    .strategy-card .learn-more {
        font-size: .8rem;
        
    }

    .number-badge {
        font-size: 1rem;
        padding: 8px 12px;
    }
}



/* Project */

.project-section{
    margin-top: 160px;
}


.project{
    background-color: #111204;
    color: #fff;
    height: 400px;

    
}

.project h3 {
    font-size: 3.5rem;
    max-width: 700px;
    font-weight: 600;
}

.slider-wrapper{

    background: url('/Rectangle.png');
    width:80%;
    margin:auto;
   
    position:relative;
    text-align:center;
}

.my-slider div{
    
 
    margin:10px;
    border-radius:10px;
}

/* buttons */
.slider-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:#000;
    color:#fff;
    border:none;
    font-size:28px;
    width:45px;
    height:45px;
    border-radius:50%;
    cursor:pointer;
}

.prev-btn{ left:135px; }
.next-btn{ right:50px; }

/* indicator */
.text-indicator{
    margin-top:20px;
    font-size:18px;
    font-weight:600;
}


/* Project */

.project-section{
    position: relative;
    z-index: 1;
    padding-bottom:100px ;
}

.project-section::before{
    content: "";
    position: absolute;
      width: -webkit-fill-available;
   top: -80px;
    left: 0;
    width: 100%;
    height: 180%;
    background: linear-gradient(
        0deg,
        rgba(67, 71, 18, 1) 0%,
        rgba(17, 18, 4, 1) 92%
    );

    /* 🔥 clear bottom tilt */
    clip-path: polygon(
        0 0,        /* top-left */
        100% 0,    /* top-right */
        100% 80%, /* bottom-right */
        0 100%      /* bottom-left (upar uthaya → tilt dikhega) */
    );

    z-index: -1;
}

.my-slider{
    margin-top: 400px;
}


.project-section h2{
    font-size: 3rem;
    max-width: 650px;
    font-weight: 600;
}


/* price */
.price-section{
    position: relative;
    margin-top: 700px;
}

.price-section::before{
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    width: -webkit-fill-available;
    height: 110%;
    background: #111204;
    transform: skewY(-2deg); /* 🔥 tilt from top-left */
    z-index: -1;


}




.pricing-card{
    background:#1a1a1a;
    border-radius:20px;
    padding:40px;
    color:#fff;
    height:100%;
    border:1px solid #2a2a2a;
}

.pricing-card.highlight{
    box-shadow:0 0 40px rgba(170,255,0,0.15);
}

.card-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    
    margin-bottom:15px;
}

.badge-bg{
    background:#b9ff4d;
    color:#000;
    font-weight:600;
    padding:10px 20px;
    border-radius:10px;
    font-size:16px;
}

.badge-bg-light{
    font-weight:600;
    padding:10px 20px;
    border-radius:10px;
    font-size:16px;
}

.card-header h4{
    font-size: 3rem;
    font-style: normal !important;
    font-weight: 600;
    margin:0;
}

.card-desc{
    color:#bdbdbd;
    font-size:14px;
}

.price{
    font-size:48px;
    font-weight:700;
    color:#b9ff4d;
    margin:15px 0 5px;
}

.price span{
    font-size:35px;
    color:#aaa;
}

.small-text{
    font-size:13px;
    color:#999;
}

.features{
    list-style:none;
    padding:0;
    margin:25px 0;
}

.features li{
    margin-bottom:10px;
    position:relative;
    padding-left:22px;
    font-size:14px;
}

.features li::before{
    content:"+";
    position:absolute;
    left:0;
    color:#b9ff4d;
    font-weight:bold;
}

.btn-green{
    background:#b9ff4d;
    color:#000;
    font-weight:600;
    border-radius:10px;
}

/* ===== Tablet ===== */
@media (max-width: 992px){

    .pricing-card{
        padding:30px;
    }

    .card-header h4{
        font-size:2.2rem;
    }

    .price{
        font-size:38px;
    }

    .price span{
        font-size:26px;
    }

    .badge-bg,
    .badge-bg-light{
        font-size:14px;
        padding:8px 16px;
    }
}



/* ===== Mobile ===== */
@media (max-width: 576px){

    .pricing-card{
        padding:20px;
        border-radius:15px;
    }

    .card-header{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }

    .card-header h4{
        font-size:1.6rem;
    }

    .price{
        font-size:30px;
    }

    .price span{
        font-size:20px;
    }

    .features li{
        font-size:13px;
    }

    .btn-green{
        width:100%;
        text-align:center;
    }

    .badge-bg,
    .badge-bg-light{
        font-size:13px;
        padding:6px 12px;
    }
}

.btn-green:hover{
    background:#a3e640;
}

.action-btn{
    padding: 10px 20px;
}

.outfit h2, .outfit h4, .outfit small, .outfit p, .outfit span {
  font-family: "Outfit", sans-serif !important;

}




.speach h4 {
    font-size: 5rem;
    color: white;
    font-weight: 600;
}

@media (max-width: 992px){

    .speach h4 {
        font-size: 3rem;
    }

    .speach img{
        width: 100%;
    }
}


/* ===== Mobile ===== */
@media (max-width: 576px){

    .speach h4 {
        font-size: 1em;
        text-align: center;
        line-height: 1.3;
    }

    .speach img{
        width: 20px;
        
    }

    .hire-us p {
        font-size: 14px;
    }

    .hire button{
        width: 100%;
        text-align: center;
    }
}

.hire-us {
    margin-bottom: 100px !important;
    position: relative;
}

.hire-us p {
    max-width: 650px;
    text-align: center;
}


.custom-accordion .accordion-button {
  position: relative;
  padding-right: 3rem;
  transition: all 0.3s ease;
}

.accordion-item  {
    margin-top: 20px;
   
}

/* Accordion container */
.accordion,
.accordion-item {
  background-color: transparent !important;
  border: none;
}

/* Header button */
.accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 1.5rem; ;
  color: #fff; /* text color – dark bg ho to */
}

/* Remove blue active bg */
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #fff;
}

/* Body */
.accordion-body {
  background-color: transparent !important;
  color: #ddd;
  padding-left: 0;
}

/* Remove border line */
.accordion-item + .accordion-item {
  border-top: 1px solid rgba(255,255,255,0.2); /* optional */
}


/* Remove default arrow */
.custom-accordion .accordion-button::after {
  display: none;
}

/* Plus icon */
.custom-accordion .accordion-button .icon::before {
  content: "+";
  font-size: 24px;
  font-weight: bold;
  background-color:  rgba(185, 253, 80, 1);
  border-radius: 30px;
  padding: 1px 8px;
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
}

/* Minus icon when open */
.custom-accordion .accordion-button:not(.collapsed) .icon::before {
  content: "−";
}

/* Smooth body animation */
.accordion-collapse {
  transition: height 0.4s ease;
}

.custom-accordion{
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}


.talk{
    background-color:  rgba(185, 253, 80, 1) !important;
}

.help h4{
    font-size: 2.5rem;
    font-weight: 500;
}

.slide-box {
    padding: 5px !important;
}

.help p{

    color: #333;
    font-size: 1.5rem ;
}

.help input{
   
    color: #fff;
    border: none;
}

.help .more-btn {
    background: transparent;
   
    color: #b9ff4d;
    font-size: 20px ;
    text-decoration: underline;
    font-weight: 500;
        width: fit-content;
    margin-top: 30px;
}

Hemant bhai 👌 is accordion + help section ko bhi properly responsive bana dete hain. Abhi font sizes kaafi bade hain (1.5rem, 2.5rem etc.), mobile par adjust karna zaroori hai.

✅ Responsive CSS – Accordion + Help Section
/* ===== Desktop Default (Same as Yours) ===== */

.custom-accordion .accordion-button {
  position: relative;
  padding-right: 3rem;
  transition: all 0.3s ease;
}

.accordion-item  {
    margin-top: 20px;
}

.accordion,
.accordion-item {
  background-color: transparent !important;
  border: none;
}

.accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 1.5rem;
  color: #fff;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #fff;
}

.accordion-body {
  background-color: transparent !important;
  color: #ddd;
  padding-left: 0;
}

.accordion-item + .accordion-item {
  border-top: 1px solid rgba(255,255,255,0.2);
}

.custom-accordion .accordion-button::after {
  display: none;
}

.custom-accordion .accordion-button .icon::before {
  content: "+";
  font-size: 24px;
  font-weight: bold;
  background-color: rgba(185, 253, 80, 1);
  border-radius: 30px;
  padding: 1px 8px;
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed) .icon::before {
  content: "−";
}

.accordion-collapse {
  transition: height 0.4s ease;
}

.custom-accordion{
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.talk{
    background-color: rgba(185, 253, 80, 1);
}

.help h4{
    font-size: 2.5rem;
    font-weight: 500;
}

.help p{
    color: #333;
    font-size: 1.5rem;
}

.help input{
    color: #fff;
    border: none;
}

.help .more-btn {
    background: transparent;
    color: #b9ff4d;
    font-size: 20px;
    text-decoration: underline;
    font-weight: 500;
    width: fit-content;
    margin-top: 30px;
}



/* ===== Tablet ===== */
@media (max-width: 992px){

  .accordion-button{
      font-size: 1.2rem;
  }

  .custom-accordion .accordion-button .icon::before{
      font-size: 20px;
      right: 15px;
  }

  .help h4{
      font-size: 2rem;
  }

  .help p{
      font-size: 1.2rem;
  }

  .help .more-btn{
      font-size: 18px;
  }
}



/* ===== Mobile ===== */
@media (max-width: 576px){

  .accordion-button{
      font-size: 1rem;
      padding-right: 2.5rem;
  }

  .accordion-body{
      font-size: 14px;
  }

  .custom-accordion .accordion-button .icon::before{
      font-size: 18px;
      padding: 0px 6px;
      right: 10px;
  }

  .help{
      text-align: center;
  }

  .help h4{
      font-size: 1.5rem;
  }

  .help p{
      font-size: 1rem;
  }

  .help input{
      width: 100%;
      margin-bottom: 15px;
  }

  .help .more-btn{
      font-size: 16px;
      margin-top: 15px;
  }
}


.slide-box{
  
  color:#fff;
  padding:40px;
  margin:10px;
  border-radius:10px;
  text-align:center;
}


/* common style – circle button */
.slick-prev,
.slick-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

/* jab scroll available ho */
.slick-prev:not(.slick-disabled),
.slick-next:not(.slick-disabled) {
    background: #000 !important;
}

/* arrow color white */
.slick-prev:not(.slick-disabled)::before,
.slick-next:not(.slick-disabled)::before {
    color: #fff !important;
    font-size: 24px;
     background: transparent !important;
}
.slick-prev:before, .slick-next:before{
    opacity: 1 !important; /* default opacity kam kar deta hai */
}
.my-slider .slick-slide {
    margin: 0 5px;   /* gap kam */
}

.slide-box {
    padding: 0 !important;
}

/* jab scroll available NA ho */
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    background: transparent !important;
}

/* arrow color black */
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
    color: #000 !important;
    opacity: 1; /* slick by default opacity kam kar deta hai */
}



.project-section h3{
    font-size: 3rem;
    font-weight: 600;
}


.project-section p{
    
    max-width: 750px;
}

/* ===== Tablet ===== */
@media (max-width: 992px){

    .project-section h3{
        font-size: 2.2rem;
    }

    .project-section p{
        max-width: 100%;
        font-size: 1rem;
    }
}


/* ===== Mobile ===== */
@media (max-width: 576px){

    .project-section h3{
        font-size: 1.6rem;
        text-align: center;
        line-height: 1.3;
    }


    .slick-prev, .slick-next{
        width:-2px !important;
    }

    .slide-box{
        padding:0;
    }
    /* .slick-next {
    left: inherit !important;
            }

        .slick-prev {
        left: inherit !important;
            } */

    .project-section p{
        max-width: 100%;
        font-size: 14px;
        text-align: center;
        padding: 0 10px;
    }

    .project-section h2{
    font-size: 2rem ;
    text-align: center;
    font-weight: 600;
}

    .project-section::before{
    content: "";
    position: absolute;
      width: -webkit-fill-available;
   top: -80px;
    left: 0;
    width: 100%;
    height: 180%;
    background: linear-gradient(
        0deg,
        rgba(67, 71, 18, 1) 0%,
        rgba(17, 18, 4, 1) 92%
    );

    /* 🔥 clear bottom tilt */
    clip-path: polygon(
        0 0,        /* top-left */
        100% 0,    /* top-right */
        100% 100%, /* bottom-right */
        0 100%      /* bottom-left (upar uthaya → tilt dikhega) */
    );

    z-index: -1;
}
}


.project-section .fa-rotate-by{
    font-size: 30px;
    background-color:rgba(157, 255, 80, 1);
    padding: 10px;
    border-radius: 50%;
}


.slick-prev, .slick-next{
    width:50px !important;
    height:50px !important;
}



/* wrapper ko relative karo */
.slider-wrapper {
    position: relative;
}

/* ===== BUTTON ===== */
.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 20;
    transition: 0.3s ease;
}

/* LEFT RIGHT PERFECT CENTER */
.prev-arrow { left: -25px; }
.next-arrow { right: -25px; }

/* icon */
.custom-arrow i {
    font-size: 20px;
}


/* ✅ WORKING (ENABLE) */
.custom-arrow:not(.slick-disabled) {
    background: #000;
}

.custom-arrow:not(.slick-disabled) i {
    color: #fff;
}


/* ✅ DISABLED */
.custom-arrow.slick-disabled {
    background: #fff;
}

.custom-arrow.slick-disabled i {
    color: #000;
}