@font-face {
    font-family: 'Outfit-Bold';
    src: url('/css/fonts/Outfit-Bold.ttf') format('ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-Regular';
    src: url('/css/fonts/Outfit-Regular.ttf') format('ttf');
    font-display: swap; 
}

@font-face {
    font-family: 'Outfit-SemiBold';
    src: url('/css/fonts/Outfit-SemiBold.ttf') format('ttf');
    font-display: swap; 
}


body{
    background-color: #000312;
    color: #fff;
    font-family: 'Outfit-Regular',sans-serif;
}

footer {
    background-color: #000312;
    color: #aaa;
}

.footer-bottom {
border-top: 1px solid #333;
padding-top: 20px;
}

.gradient-text {
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-btn {
    /* background: linear-gradient(90deg, #ff7e5f, #feb47b); Orange gradient */
    background: linear-gradient(to right, #159e73, transparent);
    border: none;
    color: #fff;
    width: 100%;
    border-radius: 25px;
  }

.form-control,
.form-control:focus {
background-color: #1a1a1a;
color: #fff;
border: 1px solid #444;
}

.card-dark {
background-color: #1a1a1a;
border: none;
border-radius: 12px;
padding: 20px;
text-align: center;
}

.card-dark i {
font-size: 32px;
margin-bottom: 10px;
color: #ff7e5f;
}

.accordion-item {
border: none;
background-color: transparent;
}

.accordion-button {
background-color: #1a1a1a;
color: #fff;
border: none;
border-radius: 15px !important;
}

.accordion-button:not(.collapsed) {
color: #fff;
background-color: #1a1a1a;
box-shadow: none;
}

.accordion-button::after {
content: '+';
font-size: 24px;
color: #ff7e5f;
transform: none;
background-image: none;
}

.accordion-button:not(.collapsed)::after {
content: '−';
color: #feb47b;
transform: none;
background-image: none;
}

.accordion-body {
background-color: #121212;
color: #ddd;
}

.subscribe-input {
    background-color: #1a1a1a;
    color: #fff;
    border: 1px solid #333;
    border-radius: 10px;
}
 .pcontainer {
    max-width: 800px;
}

.form-group {
    color: white;
    text-align: left !important;
}

::placeholder {
    color: white !important;
    opacity: 1;
}

.title {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}

.highlight-bg {
  background: linear-gradient(to right, #159e73, transparent);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'Outfit-Bold', sans-serif;
  color: white;
}

.highlight-bg-end {
  background: linear-gradient(to left, #159e73, transparent);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'Outfit-Bold', sans-serif;
  color: white;
}

/* .grid-offer .col .card {
  position: relative;
}
.grid-offer .col .card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.6s;
  z-index: 0;
  background-color: #4f46e5;
}
.grid-offer .col .card:hover {
  box-shadow: 0.063rem 0.063rem 1.25rem 0.375rem rgba(0, 0, 0, 0.53);
} */
 .grid-offer .col .card {
  position: relative;
  overflow: hidden;
}

.grid-offer .col .card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.6s;
  z-index: 0;
  background-color: #159e73;
  clip-path: circle(0 at 100% 100%); /* Default hidden */
}

/* Hover shadow effect */
.grid-offer .col .card:hover {
  box-shadow: 0.063rem 0.063rem 1.25rem 0.375rem rgba(0, 0, 0, 0.53);
}

/* Text transition */
.grid-offer .col .card p {
  transition: 0.8s;
  position: relative;
  z-index: 1;
}

/* Text color on hover */
.grid-offer .col .card:hover p {
  color: #fff;
}

/* Individual hover clip-paths */
.grid-offer .row > .col:nth-child(1) .card:hover::before {
  clip-path: circle(110vw at 100% 100%);
}
.grid-offer .row > .col:nth-child(2) .card:hover::before {
  clip-path: circle(110vw at 0% 100%);
}
.grid-offer .row > .col:nth-child(3) .card:hover::before {
  clip-path: circle(110vw at 100% 0%);
}
.grid-offer .row > .col:nth-child(4) .card:hover::before {
  clip-path: circle(110vw at 0% 0%);
}

.grid-offer .row > .col:nth-child(1) .card::before{
  bottom: 0;
  right: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 100% 100%);
}
.grid-offer .row > .col:nth-child(2) .card::before{
  bottom: 0;
  left: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 0% 100%);
}
.grid-offer .row > .col:nth-child(3) .card::before{
  top: 0;
  right: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 100% 0%);
}
.grid-offer .row > .col:nth-child(4) .card::before{
  top: 0;
  left: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 0% 0%);
}
/* .grid-offer .col .card p {
  transition: 0.8s;
}

.grid-offer .col .card:hover::before {
  clip-path: circle(110vw at 100% 100%);
}

.grid-offer .col .card:hover p {
  color: #fff;
} */

@media screen and (min-width: 62.5rem) {
  .circle {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}

.grid-offer .row > .col:nth-child(1) .card .circle {
  background: url("https://images.unsplash.com/photo-1587440871875-191322ee64b0?q=80&w=2071&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") no-repeat 50% 50%/cover;
  bottom: 0;
  right: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 100% 100%);
}

.grid-offer .row > .col:nth-child(2) .card .circle {
  background: url("https://images.unsplash.com/photo-1499951360447-b19be8fe80f5?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") no-repeat 50% 50%/cover;
  bottom: 0;
  left: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 0% 100%);
}

.grid-offer .row > .col:nth-child(3) .card .circle {
  background: url("https://images.unsplash.com/photo-1557804506-669a67965ba0?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") no-repeat 50% 50%/cover;
  top: 0;
  right: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 100% 0%);
}

.grid-offer .row > .col:nth-child(4) .card .circle {
  background: url("https://images.unsplash.com/photo-1600880292203-757bb62b4baf?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") no-repeat 50% 50%/cover;
  top: 0;
  left: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 0% 0%);
}
@media (min-width: 992px) {
  .custom-lg-pl-48 {
    padding-left: 192px;
  }
  .custom-lg-pr-44 {
    padding-right: 176px;
  }
}


h1,h2,h3,h4,h5,h6{
    font-family: 'Outfit-Bold', sans-serif;
    /* font-weight: bold; */
}

.wrap {
  /* padding: 3rem; */
  position:relative;
  width: 90%;
}
/* h3 {
  font-size:2.4rem;
  font-weight: 600;
  text-align:center;
} */
.clients {
    align-items: center;
    -webkit-box-align: center;
    display: grid;
    gap: 4.8rem 4.8rem;
    grid-template-columns: auto auto;
    justify-items: center;
    margin: 4.8rem auto;
    max-width: 1024px; }

.clients li {
  list-style: none;
  margin: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.clients img {
  height: 3.2rem;

}
.clients:hover li {
filter: blur(0px);
-webkit-filter: blur(0px);
}
.clients:hover li:not(:hover)  {
filter: blur(2px);
-webkit-filter: blur(2px);
}
.clients li:hover {
-webkit-transform: translateY(-0.3rem);
transform: translateY(-0.3rem); 
}

@media (min-width: 1024px) {
.clients {
    grid-template-columns: auto auto auto auto; }
    
.clients img {
  height: 4rem; }}

/* --- Images (gray logo) --- */
.clients img {
  -webkit-filter: grayscale(100%) brightness(10%) contrast(10%);
          filter: grayscale(100%) brightness(10%) contrast(10%); }

.clients img:hover {
  background: none;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; 
}

.section-padding {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-borders span {
    height: 5px;
    background: #6aaf08;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
}

.section-borders span.black-border {
    background: #333;
    width: 30px;
    margin: 0 6px;

}

.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #6aaf08 !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #fff !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;
}

.single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #6aaf08;
    line-height: 30px;
    margin-top: -15px;
}

.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

 

@media screen and (min-width:320px){
   
    .nav-link,.nav-link:hover{
        color: white;
    }
    
    .navbar-nav .nav-link.show{
        color: white;
    }
    .hero h1{
        font-size: 30px;
    }

    .back h1, .serviceback h1{
        font-size: 30px;
    }

    .hero{
        background-image: url('/storage/app/public/images/banner2.jpg');
        background-position: center;
        background-repeat: no-repeat;
        height: 350px;
        background-size: cover;
    }
    .back{
        background-image: url('/storage/app/public/images/back.jpg');
        background-position: center;
        background-repeat: no-repeat;
        height: 350px;
        background-size: cover;
    }

     .serviceback{
        background-image: url('/storage/app/public/images/service.jpg');
        background-position: center;
        background-repeat: no-repeat;
        height: 350px;
        background-size: cover;
    }

    .portfolio{
        height:15px;
    }
}

@media screen and (min-width:768px){
    .navbar{
        background-color: transparent;
        backdrop-filter: blur(5px);
        /* left: 50px;
        right: 50px;
        border-radius: 50px;
        margin-top: 20px; */
    }
    .nav-link,.nav-link:hover{
        color: white;
    }
    
    .navbar-nav .nav-link.show{
        color: white;
    }

    .hero h1{
        font-size: 60px;
    }

    .back h1, .serviceback h1{
        font-size: 60px;
    }

    .hero{
        background-image: url('/storage/app/public/images/banner2.jpg');
        background-position: center;
        background-repeat: no-repeat;
        height: 100vh;
        background-size: cover;
    }

    .back{
        background-image: url('/storage/app/public/images/back.jpg');
        background-position: center;
        background-repeat: no-repeat;
        height: 100vh;
        background-size: cover;
    }

    .serviceback{
        background-image: url('/storage/app/public/images/service.jpg');
        background-position: center;
        background-repeat: no-repeat;
        height: 100vh;
        background-size: cover;
    }

    .portfolio{
        height:150px;
    }
}

@media screen and (min-width:1024px){
    .navbar{
        background-color: transparent;
        backdrop-filter: blur(5px);
        /* left:150px;
        right: 150px;
        border-radius: 50px;
        margin-top: 30px; */
    }

    .hero{
        background-image: url('/storage/app/public/images/banner2.jpg');
        background-position: center;
        background-repeat: no-repeat;
        height: 100vh;
        background-size: cover;
    }

    .back{
        background-image: url('/storage/app/public/images/back.jpg');
        background-position: center;
        background-repeat: no-repeat;
        height: 100vh;
        background-size: cover;
    }
}
@media screen and (min-width:1440px){
    .navbar{
        background-color: transparent;
        backdrop-filter: blur(5px);
        /* left:200px;
        right: 200px;
        border-radius: 50px; */
        /* margin-top: 30px; */
    }
}

@media screen and (min-width:2560px){
    .navbar{
        background-color: transparent;
        backdrop-filter: blur(5px);
        /* left:400px;
        right: 400px;
        border-radius: 50px;
        margin-top: 30px; */
    }
}



/* .service_card {
    /* height: 100vh;
    width: 100%; 
    position: sticky;
    top: 0;
  background-color: rgb(20 18 18);
  color: white;
  
} */

.service-card {
  background: #161022;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 35px 30px;
  position: relative;
  overflow: hidden;
  height: 300px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  background: linear-gradient(135deg, #4b2c82, #2d1f52);
  box-shadow: 0 0 30px 20px rgba(155, 89, 182, 0.4);
}

.service-card h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
  color: #fff;
}

.service-card p {
  font-size: 1rem;
  color: #cfcfcf;
  z-index: 2;
  position: relative;
  transition: opacity 0.3s ease;
}

.service-card:hover p {
  opacity: 0;
  visibility: hidden;
}

.service-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  z-index: 0;
  pointer-events: none;
  transition: transform 0.4s ease, box-shadow 0.3s ease;
  user-select: none;
}

.service-card:hover .service-image {
  transform: scale(1.1);
  /* box-shadow: 0 15px 40px rgba(255, 255, 255, 0.15); */
}

@media (max-width: 767px) {
  .service-image {
    width: 70%;
  }
}


.scroll-container {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    gap: 10px;
    white-space: nowrap;
    width: 100%;
}

.scroll-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 7px 15px;
    z-index: 10;
    border-radius: 50%;
}

.d-flex {
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent; /* For Firefox */
}

/* For WebKit browsers (Chrome, Safari) */
.d-flex::-webkit-scrollbar {
    height: 5px; /* Thin scrollbar */
}

.d-flex::-webkit-scrollbar-track {
    background: transparent; /* Hide track */
}

.d-flex::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3); /* Scrollbar color */
    border-radius: 10px;
}

.left-btn {
    left: 0;
}

.right-btn {
    right: 0;
}

