
:root {
    --primary: #0195Ff;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #000000;
    --navy: #000c15;
    --theme: #0195FF;
    --navy1: #000101;
}





/*** Heading ***/
h1,
.fw-bold {
    font-weight: 400;
}

h2,
.fw-bold {
    font-weight: 800;
}


h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 300 !important;
}

.heading-7 {
  display: block;
  margin-top: 0;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  font-size: calc(1.8rem + 1vw);
  text-align: center;
  width: 95%;
}


@media (max-width: 768px) {
  .heading-7 {
    width: 100%;
    padding-right: var(--bs-gutter-x, .5rem);
    padding-left: var(--bs-gutter-x, .5rem);
    font-size: calc(1.6rem + 1vw);
  }
}


@media (max-width: 576px) {
  .heading-7 {
    width: 100%;
    padding-right: var(--bs-gutter-x, .3rem);
    padding-left: var(--bs-gutter-x, .3rem);
    font-size: calc(1.4rem + 0.8vw);
  }
}


@media (min-width: 1200px) {
  .heading-7 {
    font-size: 3.2rem;
  }
}


@media (min-width: 1600px) {
  .heading-7 {
    font-size: 3.6rem;
  }
}
.hire-heading-7 {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  font-size: calc(1.8rem + 1vw);
  text-align: left; 
  color: inherit;
  margin: 0;
  padding: 0;
}


@media (max-width: 768px) {
  .hire-heading-7 {
    font-size: calc(1.6rem + 1vw);
  }
}


@media (max-width: 576px) {
  .hire-heading-7 {
    font-size: calc(1.4rem + 0.8vw);
  }
}


@media (min-width: 1200px) {
  .hire-heading-7 {
    font-size: 3.2rem;
  }
}


@media (min-width: 1600px) {
  .hire-heading-7 {
    font-size: 3.6rem;
  }
}



.heading-8 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700; 
  line-height: 1.2;
  font-size: calc(2rem + .9vw);
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .heading-8 {
    font-size: 3rem;
  }
}



/*** Button ***/
.btn {
    font-family: 'outfit', sans-serif;
    font-weight: 600;
    transition: .5s;
    border-radius: 200px;
    border-color: #ffffff;
}
.btn-1 {
    font-family: 'outfit', sans-serif;
    font-weight: 600;
    transition: .5s;
    border-radius: 200px;
    background: linear-gradient(45deg, #0067b2, #34aaff);
    padding: 14px 28px;
    left: 10px;
    transition: all .5s;
    font-size: px;
}
.btn-1:hover {
    color: #ffffff;
    padding-right: 20px;
    transition: all .5s;
    opacity: 1;
}


.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 38px;
    height: 38px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
   font-family: 'outfit', sans-serif;
    position: relative;
    margin-left: 25px;
   padding-top: 0px;
   padding-left: 0px;
   padding-right: 0px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    
    color: var(--dark);
}
.nav-hidden {
    transform: translateY(-100%);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--light) !important;
   
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        color: var(--light);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 1.2px;
        bottom: 5px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}



/* Hide elements by default on small screens */
.mobile-menu {
    display: none; 
}


@media (max-width: 991px) {  
    .mobile-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start; 
        width: 100%;
        padding-left: 1rem; 
        
    }

    .mobile-menu a {
        width: auto;
        text-align: left;
        margin-bottom: 10px;
    }

   
}




.btn-outline-primary {
    border-color: #ffffff; 
    color: #ffffff; 
    transition: all 0.3s ease-in-out;
}

.whatsapp-icon i {
    color: #ffffff; 
    transition: color 0.3s ease-in-out;
    font-size: 30px;
}


.whatsapp-icon:hover i {
    transform: scale(1.2);
    color: #25d366;
}
/* When navbar is sticky, change colors */
.navbar.sticky .btn-outline-primary {
    border-color: black !important;
    color: black !important;
}
/* Hover effect*/
.navbar.sticky .btn-outline-primary:hover {
    background: linear-gradient(45deg,  #0067b2, #34aaff);
    color: white !important;
    border-color: #007bff !important;
}


.navbar.sticky .whatsapp-icon i {
    color: black !important;
}
/* Hover effect: Change WhatsApp icon back to green */
.navbar.sticky .whatsapp-icon:hover i {
    color: #25D366 !important; 
}


/*** Carousel ***/
section{
    padding: 100px 0px;
}
.home {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background-color: #000;
}



.video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0.7;
    background-color: #000;
    width: 100vw;
    height: 56.25vw; 
}

@media (max-aspect-ratio: 16/9) {
    .video-container iframe {
        width: 177.78vh; 
        height: 100vh;
    }
}

.photo-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background-color: #000;
}

.background-photo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    object-fit: cover; 
    opacity: 0.7; 
}


.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4rem;
    z-index: 1;
    max-width: 830px;
    padding-top: 9rem;
}

@media  (max-width: 1200px){
    .carousel-caption {
   
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 4rem;
    z-index: 1;
    max-width: 700px;
    padding-top: 12rem;
}
}
@media (max-width: 1200px) {
    .carousel-caption h5 {
        font-size:16px;
        font-weight: 300 !important;
        text-align: left;
        
    }

    .carousel-caption h1 {
        font-size: 45px;
        font-weight: 700 !important;
        margin-bottom: 30px ;
    }
}

@media (max-width: 991px){
    .carousel-caption {
   
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1.25rem;
        z-index: 1;
        padding-top: 1rem;
    }

}
    

@media (max-width: 991px) {
    .carousel-caption h5 {
        font-size:26px;
        font-weight: 300 !important;
        text-align: left;
        
    }

    .carousel-caption h1 {
        font-size: 85px;
        font-weight: 700 !important;
        margin-bottom: 30px ;
    }
}

@media  (max-width: 576px){
    .carousel-caption {
   
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1.25rem;
        z-index: 1;
        padding-top: .25rem;
    }

}
    

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size:16px;
        font-weight: 300 !important;
        text-align: left;
        margin-bottom: 60px;
        
    }

    .carousel-caption h1 {
        font-size: 45px;
        font-weight: 700 !important;
        margin-bottom: 30px ;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


.btn-play {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px; 
    height: 36px;
    border-radius: 50%;
    background: var(--primary);
    border: none;
    outline: none !important;
    z-index: 2;
}

/* Pulse effect */
.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 2500ms ease-out infinite;
}

/* Inner pulse */
.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

/* Play Icon */
.btn-play i.play-icon {
    z-index: 3;
    font-size: 16px;
    color: white;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Text beside play button */
.play-btn-container a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.play-btn-container .text {
    font-size: 18px; 
    margin-left: 2.2rem;
    color: white; 
}

/* Responsive adjustments for smaller screens */
@media (max-width: 600px) {
    .btn-play {
        width: 28px;
        height: 28px;
    }

    .btn-play:before,
    .btn-play:after {
        width: 38px;
        height: 38px;
    }

    .btn-play i.play-icon {
        font-size: 12px;
    }

    .play-btn-container .text {
        font-size: 14px;
        margin-left: 1.5rem;
    }
}


@keyframes pulse-border {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

/* Responsive pulse effect for smaller screens */
@media (max-width: 600px) {
    @keyframes pulse-border {
        0% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }
        100% {
            transform: translate(-50%, -50%) scale(1.7); 
            opacity: 0;
        }
    }
}
  
/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 3s infinite linear;
    animation: section-title-run 3s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 3s infinite linear;
    animation: section-title-run-center 3s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 3s infinite linear;
    animation: section-title-run-sm 3s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}

/***ABOUT ***/
/*** ABOUT SECTION ***/
.about-section {
    background-image: url('../img/live-recording.webp');
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0;

}
/* Reduce padding for smaller screens (below 768px width) */
@media (max-width: 768px) {
    .about-section {
        padding: 30px 0;  
    }
}
.about-section_ {
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0;

}
/* Reduce padding for smaller screens (below 768px width) */
@media (max-width: 768px) {
    .about-section_ {
        padding: 30px 0;  
    }
}

.services-info {
    max-width: 600px;
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .services-info {
        text-align: left;
        padding: 20px;
    }

}
.about-image {
    width: 100%;               
    max-width: 600px;          
    height: 300px;              
    object-fit: cover;          
    border-radius: var(--border-radius-medium);
    display: block;
    margin: auto;
}


@media (min-width: 992px) {
    .about-image {
        height: 420px;  
    }
}

@media (max-width: 768px) {
    .about-image {
        height: 350px;  
    }
}



/*** Service ***/
.service-item_ {
  position: relative;
  height: 250px; 
  padding: 30px 20px; 
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start; 
}

.service-item_ h3 {
  margin-top: 0; 
  margin-bottom: 15px;
}


.service-container_,
.service-container_-fluid {
  width: 95%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}


@media (max-width: 768px) {
  .service-container_,
  .service-container_-fluid {
    width: 100%; 
    padding-right: var(--bs-gutter-x, .5rem);
    padding-left: var(--bs-gutter-x, .5rem);  
  }
  .service-item_ {
    padding: 0 15px; 
  }
}

@media (max-width: 576px) {
  .service-container_,
  .service-container_-fluid {
    width: 100%; 
    padding-right: var(--bs-gutter-x, .25rem); 
    padding-left: var(--bs-gutter-x, .25rem);  
  }

  .service-item_ {
    padding: 0 10px; 
  }
}

.custom-link {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.custom-link i {
  transition: transform 0.3s ease;
}

.custom-link:hover {
  color: #0195FF; 
}

.custom-link:hover i {
  transform: translateX(4px);
}



/*--------------------------------------------------------------
# Services page
--------------------------------------------------------------*/
.services .service-item {
    padding: 40px;
    background: linear-gradient(to bottom, #090909, #1d1d1d);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    flex: 1; 
    height: 100%;
    transition: background 0.3s ease-in-out;
    border-radius: 10px;
}

.services .service-item .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #0195FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px auto;
  transition: background 0.3s ease-in-out;
}

.services .service-item:hover .icon {
  background: white;
}

.icon-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: brightness(0) invert(1); 
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.service-item:hover .icon-img {
  transform: scale(1.1);
  filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(190deg); 
}

.services .service-item h3 {
  color: white;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 22px;
}

.services .service-item p {
  color: #CCCCCC;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}



/* Portfolio Page*/
/*---------------------
  filter-buttons Section
-----------------------*/
.portfolio-section {
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 90px 0;

}

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

.filter-buttons {
  padding: 1rem;
  border-radius: 12px;
  font-family: 'Outfit';
  margin-top: 15px;
}

.filter-buttons label {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #CCCCCC;
}

.filter-buttons input[type="radio"] {
  margin-right: 8px;
  accent-color: #0195ff; 
}


/*---------------------
  Project Section
-----------------------*/
.project-card {
  position: relative;
  overflow: hidden;
  height: 400px; 
  border-radius: 10px;
}

.project-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.project-card:hover img {
    transform: scale(1.1);
}


@media (max-width: 1280px) {
  .project-card {
    height: 300px;
  }
}

@media (max-width: 992px) {
  .project-card {
    height: 300px;
  }
}


@media (max-width: 576px) {
  .project-card {
    height: 220px;
  }
}

.project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); 
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
}

.project-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 4px;
}

.project-category {
  font-size: 18px;
  color: #CCCCCC;
}

/*project pages*/
.portfolio-caption {
    z-index: 2;
    max-width: 1000px;
    margin-left: 5rem;
    margin-top: 2rem; 
}


.portfolio-type {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #fff;
    text-transform: uppercase;
}

.portfolio-title {
    font-size: 4rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #fff;
}

.portfolio-description {
    font-size: 1.25rem;
    margin-bottom: 0;
    color: #fff;
}

@media (max-width: 768px) {
    .portfolio-caption {
        margin-left: 0;
        margin-top: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .portfolio-type {
        font-size: 1rem;
    }

    .portfolio-title {
        font-size: 1.7rem;
    }

    .portfolio-description {
        font-size: 1rem;
    }
}
#portfolio-list {
    list-style-type: disc;
    padding-left: 20px;
}

#portfolio-list li {
    font-size: 1.2rem;
    line-height: 1.6;
}
#scope-list {
    list-style: none;
    padding-left: 0;
}

#scope-list li {
    font-size: 1.2rem;
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.5rem;
}

#scope-list li::before {
    content: "\f00c"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    position: absolute;
    left: 0;
    top: 0;
    color: #0195FF; 
    font-size: 1rem;
}
.text-regular {
    font-size: 1.2rem;
    line-height: 1.6;
}

.project-video-wrap {
    width: 100%;
    padding: 0;
    margin: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #000;
}

.project-video {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}




@media (min-width: 992px) {
    .custom-three-column {
        display: flex;
        gap: 2%;
    }

    .custom-col-20 {
        width: 20%;
    }

    .custom-col-40 {
        width: 40%;
    }
}


@media (max-width: 991px) {
    .custom-col-20,
    .custom-col-40 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .custom-two-column {
        display: flex;
        gap: 2%;
    }

    .custom-col-60 {
        width: 60%;
    }

    .custom-col-40 {
        width: 40%;
    }
}


@media (max-width: 991px) {
    .custom-col-60,
    .custom-col-40 {
        width: 100%;
    }
}


.portfolio-details-info {
   max-width: 600px;
}


@media (max-width: 768px) {
    .portfolio-details-info {
        text-align: left;
        padding: 0px;
    }
}
.project-portfolio-section {
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
   padding: 90px 0;

}

@media (max-width: 768px) {
    .project-portfolio-section {
        padding: 30px 0;  
    }
}
.project-portfolio-container_,
.project-portfolio-container_-fluid {
  width: 95%;
  padding-right: 0.5rem; 
  padding-left: 0.5rem; 
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .project-portfolio-container_,
  .project-portfolio-container_-fluid {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (min-width: 992px) {
    .project-portfolio-container_ .col-lg-4 {
        display: flex;
        align-items: center; 
    }
}

.reels-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 24px;
}


@media (max-width: 1199.98px) {
  .reels-grid {
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media (max-width: 767.98px) {
  .reels-grid {
    grid-template-columns: 1fr; 
  }
}

.reel {
  aspect-ratio: 9 / 16;
  width: 100%; 
  overflow: hidden;
  display: flex;
}


.reel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



    .youtube-video-container {
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background-color: #000;
    }

    .youtube-video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0.7;
    background-color: #000;
    width: 100vw;
    height: 56.25vw; 
    }
    
    @media (max-aspect-ratio: 16/9) {
    .youtube-video-container iframe {
        width: 177.78vh;
        height: 100vh;
    }
}
.reels-section {
  padding: 40px 0;
}

.reel-wrapper {
  position: relative;
  width: 100%;
  padding-top: 177.78%; 
  overflow: hidden;
  margin-bottom: 20px;
}

.reel-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


/*---------------------
  Gallery Section
-----------------------*/
.gallery-heading {
  text-align: center;
  margin-bottom: 30px;
}

.gallery-heading p {
  font-size: 19px;
  color: #CCCCCC;
  max-width: 1300px;        
  margin: 0 auto;           
  line-height: 1.6;         
  padding: 0 15px;          
}


  .portfolio-item {
    display: block;
   
}



.gallery-col {
  flex: 1 1 calc(33.333% - 10px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 5px;
}

.gallery-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;

}

/* Responsive adjustments for phones */
@media (max-width: 767px) {
  .gallery-col {
    flex: 1 1 100%; 
    padding: 0;
  }

  .portfolio-row-1 {
    margin: 0;
    gap: 2.5px;
    flex-direction: column;
  }

  .gallery-img {
    width: 100%;
  }
}

    .lightbox-overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.9);
      justify-content: center;
      align-items: center;
      z-index: 9999;
      flex-direction: column;
    }
    .lightbox-media-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.lightbox-media-container video,
.lightbox-media-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
    .lightbox-controls button {
      position: absolute;
      background: none;
      border: none;
      font-size: 36px;
      padding: 10px;
      border-radius: 6px;
      cursor: pointer;
      z-index: 10001;
      color: white;
    }
    .lightbox-close { top: 10px; right: 20px; }
    .lightbox-prev { left: 20px; top: 50%; transform: translateY(-50%); }
    .lightbox-next { right: 20px; top: 50%; transform: translateY(-50%); }

    /* ❌ Hide arrows on small screens */
    @media (max-width: 768px) {
  .lightbox-prev,
  .lightbox-next {
    display: none !important;
  }

  .lightbox-close {
    font-size: 20px !important;
    padding: 4px 8px !important;
    top: 10px !important;
    right: 15px !important;
  }
}

.corporate-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 15px;
  padding: 10px;
}

.corporate-gallery-img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.corporate-gallery-img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

/* Responsive breakpoints */
@media (max-width: 992px) {
  .corporate-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .corporate-gallery-grid {
    grid-template-columns: 1fr; 
  }
}


  
/*** Testimonial ***/
.responsive-vimeo-wrapper {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
}

.responsive-vimeo-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
   
}


.below-header{
    padding-top: 3rem !important;
  padding-bottom: 3rem !important
}
@media  (max-width: 576px){
    .below-header {
   
        padding-top: .1rem !important;
  padding-bottom: .1rem !important
    }

}




/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
@media (max-width: 768px) {
    .back-to-top {
        position: fixed;
        display: none;
        right: 20px;
        bottom: 20px;
        z-index: 99;
}} 
.bg-header {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/landscape-aerial-photography-kenya.webp) center center no-repeat;
    background-size: cover;
}
.bg-header-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/aerial-photography.webp) center center no-repeat;
    background-size: cover;
}
.equipment-header {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/equipment-cover-photo.webp) center center no-repeat;
    background-size: cover;
}
.link-animated a {
    transition: padding 0.5s ease, color 0.5s ease; 
    color: #999999; 
    text-decoration: none; 
    font-size: 17px;
}

.link-animated a:hover {
    padding-left: 10px;
    color: rgb(255, 255, 255);
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Responsive Logo */
#preloader-logo {
    width: 30vw; 
    max-width: 350px; 
    min-width: 100px; 
    opacity: 0;
    animation: fadeLoop 2s ease-in-out infinite; 
}

/* Repeating Fade In and Out Animation */
@keyframes fadeLoop {
    0% { opacity: 0; }
    40% { opacity: 1; } 
    60% { opacity: 1; }
    100% { opacity: 0; } 
}

/* Adjustments for smaller screens */
@media (max-width: 600px) {
    #preloader-logo {
        width: 40vw; 
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 0;
}

.image-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 485px;
}

.image-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.6;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
@media (max-width: 576px) {
.image-container {
    height: 400px;
}
}
@media (max-width: 576px) {
    .image-container img{
        height: 400px;
    }
}
.image-container:hover img {
    opacity: 1;
    transform: scale(1.2);
}

.image-container-blog {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.image-container-blog img{
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}


.image-container-blog:hover img {
    transform: scale(1.1);
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    justify-content: center;
    text-align: left;
    color: white;
    padding: 10px;
    width: 80%;
    border-radius: 5px;
}
@media (min-width: 1300px) {
  .overlay-text h2 {
        font-size: 2.5rem;
        line-height: 55px;
    }
     .overlay-text p {
        font-size: 17px;
    }
}
@media (min-width: 577px) and (max-width: 1300px) {
    .overlay-text {
        width: 90%;
        padding: 16px;
    }

    .overlay-text h5 {
        font-size: 1.8rem;
        line-height: 60px;
    }

    .overlay-text p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .overlay-text {
        width: 90%;
        padding: 10px;
    }

    .overlay-text h5 {
        font-size: 1rem;
        line-height: 55px;
    }

    .overlay-text p {
        font-size: 1rem;
    }
}

  
  .wrapper {
   
    display: flex;
    flex-direction: row;
    align-items: center;
  }

.features-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    padding: 20px;
    transition: 0.5s;
    overflow: hidden;
    text-align: center;
}


/* Navbar fixes */
.navbar {
    padding: 10px 5%;
}


/* Partner With Us Button */
.partner-btn {
    font-size: 16px;
    padding: 10px 20px;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

.navbar .btn-outline-primary:hover {
    background: linear-gradient(45deg,  #0067b2, #34aaff);
    color: white !important;
}

/* Hide "Partner With Us" and "WhatsApp" initially on small screens */
@media (max-width: 991px) { 
    .partner-btn, .whatsapp-icon {
        display: none !important;
    }

    /* Show inside navbar when toggled */
    .navbar-collapse .btn,
    .navbar-collapse .whatsapp-icon {
        display: block !important;
    }
}

/* Adjustments for Nest Hub (1024px width) */
@media (max-width: 1024px) {
    .partner-btn {
        font-size: 12px;
        padding: 8px 15px;
    }
}

/* Mobile view (≤ 768px) */
@media (max-width: 768px) {
    .partner-btn {
        font-size: 14px;
        padding: 6px 12px;
    }
}



    /* Some of our Clients */

.client-logo img {
    max-width: 200px; 
    transition: transform 0.3s ease-in-out, opacity 0.3s;
    filter: grayscale(50%);
    max-height: 80px;
}

.client-logo img:hover {
    transform: scale(1.1);
    filter: grayscale(0%);
}
@media (max-width: 768px) { 
    .client-logo img {
        max-width: 100px; 
        max-height: 50px;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) { 
    .clients-row {
        gap: 3rem !important; 
    }
}


 /* Additional styling */
.container-fluid, .row, .navbar, .footer {
    max-width: 100vw !important;
    overflow: hidden !important;
}

img, video {
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
}

/*** About page ***/
.about-item {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.about-item .about-item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: -1;
}

.about-item .about-item-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}

.about-item .about-item-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    z-index: 1;
}

.about-item .about-item-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,  #090909, #1d1d1d);
    transition: .5s ease-out;
    z-index: 2;
}

.about-item:hover .about-item-img::after {
    width: 0;
    left: auto;
    right: 0;
}

.about-item .about-page-text .about-icon {
    width: 140px;
    height: 140px;
    padding: 15px;
    margin-top: -70px;
    margin-bottom: 40px;
    background: linear-gradient(to bottom,  #090909, #1d1d1d);
    border-radius: 50%; 
    border-radius: 140px;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-item .about-page-text .about-icon img {
    width: 100%; 
    height: 100%;
    object-fit: cover; 
    border-radius: 50%; 
}

.about-item .about-page-text h5,
.about-item .about-page-text p {
    transition: .5s;
    color: #ffffff;
}

.about-item:hover .about-page-text h5,
.about-item:hover .about-page-text p {
    color: #FFFFFF;
}

.about-item .about-page-text .btn {
    color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .25);
}

.about-item .about-page-text .btn:hover {
    color: var(--dark);
    background: var(--primary);
}
@media (max-width: 768px) {  
    .about-item .about-page-text {
       padding: 1rem !important;
        
    }

}
.about-page-image {
    width: 95%;               
    height: 700px;              
    object-fit: cover;          
    border-radius: var(--border-radius-medium);
    display: block;
    margin: auto;
}



/* Adjust height for smaller screens */
@media (max-width: 768px) {
    .about-page-image {
        height: 400px;  /
    }
}

/* Adjust height for smaller screens */

.footer-wrapper {
    position: relative
}
.footer-area{
    background-color: #000000;
    padding-top: 100px;
    padding-bottom: 20px;
}
.footer-area .footer-pera p {
    color: #999999;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
    max-width: 600px;
}

.footer-area .footer-pera.footer-pera2 p {
    padding: 0
}

.footer-area .footer-tittle h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 400
}

.footer-bottom-area .footer-border {
    padding-bottom: 10px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-bottom-area .footer-border {
        padding-top: 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-bottom-area .footer-border {
        padding-top: 0
    }
}

@media (max-width: 575px) {
    .footer-bottom-area .footer-border {
        padding-top: 0
    }
}

.contact-info {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: var(--light-3, #999999); 
  margin-bottom: 10px;
}

.contact-info i {
  color: var(--light-3, #999999);
  margin-right: 8px;
}

.contact-info p,
.contact-info a {
  margin: 0;
  color: var(--light-3, #999999);
  font-family: 'Outfit', sans-serif;
  transition: color 0.3s ease;
}

.contact-info a:hover {
  color: var(--accent-color, #0195ff);
}

.footer-line {
    color: #999999;
    font-size: 17px;
}

/* Mobile responsiveness */
@media (max-width: 767px) {
    .footer-line {
        display: block;
        text-align: left;
        margin-bottom: 5px;
    }
}



.social-icons {
    display: flex;
    justify-content: flex-start; 
    flex-wrap: wrap; 
    gap: 6px; 
}

/* Default Social Media Icons */
.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 50%; 
    transition: all 0.3s ease-in-out;
}

/* Hover Effect */
.social-icons a:hover {
    background-color: transparent;
    border-color: #007bff; 
    color: #007bff !important; 
}


.social-icons a:hover i {
    color: #007bff !important;
}


@media (max-width: 1024px) {
    .social-icons a {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}


@media (max-width: 768px) {
    .social-icons {
        
    }
    .social-icons a {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}


/* Subscribe Form Container */
.subscribe-form {
    width: 100%;
    max-width: 400px;
    position: relative; 
}

/* Form inside the container */
.subscribe-form form {
    position: relative; 
}

/* Input Field */
.subscribe-form input {
    width: 100%;
    padding: 12px 100px 12px 15px; 
    border: 1px solid #888888;
    border-radius: 4px;
    background: transparent;
    color: #888888;
    font-size: 16px;
    outline: none;
    min-width: 0;
}

/* Sign Up Button */
.subscribe-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 15px;
    background: var(--primary);
    color: white;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

/* Button Hover Effect */
.subscribe-form button:hover {
    background: #888888;
    color: black;
}

/* Responsive Fix for Mobile */
@media (max-width: 480px) {
    .subscribe-form input {
        padding: 10px 90px 10px 12px;
        font-size: 14px;
    }

    .subscribe-form button {
        font-size: 14px;
        padding: 0 12px;
    }
}

/* terms and conditions page */
.terms-section {
    margin-bottom: 2rem;
    max-width: 1100px;
}
.terms-section p {
    font-size: 19.2px;
    line-height: 1.6;
}

.terms-section ul li {
    color: #CCCCCC;
    margin-left: 30px;
    font-size: 16px;
}

/* Laptop view - max-width set to 900px */
@media (max-width: 1366px) {
    .terms-section {
        max-width: 900px;
    }
}


@media (max-width: 768px) {
    .terms-section {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 0;
    }
}


.fullscreen-btn {
    position: absolute;
    bottom: 10px;
    right: 15px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.fullscreen-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* Blog */
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}
.blog-section {
	padding-top: 0;
}

.blog-item {
	margin-bottom: 50px;
	overflow: hidden;
}

.blog-item .bi-pic {
    float: left;
    margin-right: 30px;
    width: auto;
    max-width: 100%;
    cursor: pointer; 
}
.blog-item .bi-pic a {
    display: block; 
}
.blog-item .bi-pic img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive behavior for smaller screens */
@media (max-width: 768px) {
    .blog-item .bi-pic {
        float: none;
        display: block;
        margin: 0 auto 20px auto;
        width: 100%;
        text-align: center;
    }

    .blog-item .bi-pic img {
        width: 100%;
        height: auto;
        display: block;
    }
}

.blog-item .bi-text {
	overflow: hidden;
}

.blog-item .bi-text .label {
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	display: inline-block;
	background: #0195FF;
	padding: 2px 12px;

}

.blog-item .bi-text h5 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.blog-item .bi-text h5 a {
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	line-height: 27px;
	
}

.blog-item .bi-text ul {
	margin-bottom: 14px;
}

.blog-item .bi-text ul li {
	font-size: 13px;
	color: #999999;
	display: inline-block;
	list-style: none;
	margin-right: 24px;
	position: relative;
}

.blog-item .bi-text ul li:after {
	position: absolute;
	right: -17px;
	top: -1px;
	content: "|";
}

.blog-item .bi-text ul li:last-child {
	margin-right: 0;
}

.blog-item .bi-text ul li:last-child:after {
	display: none;
}

.blog-item .bi-text ul li span {
	color: #999999;
}

.blog-item .bi-text p {
	color: #CCCCCC;
	line-height: 30px;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}

/* custom*/

.blog-item-1 {
	margin-bottom: 10px;
	overflow: hidden;
}

.blog-item-1 .bi-pic {
    float: left;
    margin-right: 30px;
    width: auto;
    max-width: 100%;
    cursor: pointer; 
}

.blog-item-1 .bi-pic a {
    display: block; 
}

.blog-item-1 .bi-pic img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive behavior for smaller screens */
@media (max-width: 768px) {
    .blog-item-1 .bi-pic {
        float: none;
        display: block;
        margin: 0 auto 20px auto;
        width: 100%;
        text-align: center;
    }

    .blog-item-1 .bi-pic img {
        width: 100%;
        height: auto;
        display: block;
    }
}

.blog-item-1 .bi-text {
	overflow: hidden;
}

.blog-item-1 .bi-text .label {
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	display: inline-block;
	background: #0195FF;
	padding: 2px 12px;

}

.blog-item-1 .bi-text h5 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.blog-item-1 .bi-text h5 a {
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	line-height: 27px;
	
}

.blog-item-1 .bi-text ul {
	margin-bottom: 14px;
}

.blog-item-1 .bi-text ul li {
	font-size: 13px;
	color: #999999;
	display: inline-block;
	list-style: none;
	margin-right: 24px;
	position: relative;
}

.blog-item-1 .bi-text ul li:after {
	position: absolute;
	right: -17px;
	top: -1px;
	content: "|";
}

.blog-item-1 .bi-text ul li:last-child {
	margin-right: 0;
}

.blog-item-1 .bi-text ul li:last-child:after {
	display: none;
}

.blog-item-1 .bi-text ul li span {
	color: #999999;
}

.blog-item-1 .bi-text p {
	color: #CCCCCC;
	line-height: 30px;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}

.blog-pagination a {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	background: #f2f2f2;
	color: #111111;
	padding: 12px 22px;
	margin-right: 8px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-pagination a:hover {
	color: #ffffff;
	background: #111111;
}

.blog-pagination a:last-child {
	margin-right: 0;
}

.blog-sidebar .bs-item.s-mb {
	margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
    .blog-sidebar .bs-item.s-mb {
        margin-bottom: 0px;
    }  
}

.blog-sidebar .bs-item h5 {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 35px;
}

.blog-sidebar .bs-item h5:after {
	right: 0;
	top: 10px;
	height: 3px;
	width: 95px;
	background: #e1e1e1;
	content: "";
}

.blog-sidebar .bs-item .bi-feature-post .fp-item {
	overflow: hidden;
	margin-bottom: 30px;
	display: block;
}

.blog-sidebar .bs-item .bi-feature-post .fp-item .fp-pic {
	float: left;
	margin-right: 20px;
}

.blog-sidebar .bs-item .bi-feature-post .fp-item .fp-text {
	overflow: hidden;
}

.blog-sidebar .bs-item .bi-feature-post .fp-item .fp-text h6 {
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
	line-height: 20px;
}

.blog-sidebar .bs-item .bi-feature-post .fp-item .fp-text span {
	font-size: 13px;
	color: #999999;
}

.blog-sidebar .bs-item p {
	color: #cccccc;
	font-weight: 500;
}

.blog-sidebar .bs-item .bi-subscribe form input {
	font-size: 13px;
	color: #999999;
	height: 46px;
	width: 100%;
	border: 1px solid #d7d7d7;
	padding-left: 15px;
	background: transparent;
	margin-bottom: 20px;
}

.blog-sidebar .bs-item .bi-subscribe form input::-webkit-input-placeholder {
	color: #444444;
}

.blog-sidebar .bs-item .bi-subscribe form input::-moz-placeholder {
	color: #444444;
}

.blog-sidebar .bs-item .bi-subscribe form input:-ms-input-placeholder {
	color: #444444;
}

.blog-sidebar .bs-item .bi-subscribe form input::-ms-input-placeholder {
	color: #444444;
}

.blog-sidebar .bs-item .bi-subscribe form input::placeholder {
	color: #444444;
}

.blog-sidebar .bs-item .bi-subscribe form .site-btn {
	width: 100%;
    height: 40px;
}




/*---------------------
  Blog Details Section
-----------------------*/

.blog-hero {
	height: 960px;
}

.blog-details-section {
	padding-top: 0;
	padding-bottom: 60px;
}

.blog-details-text {
	background: #ffffff;
	padding-top: 60px;
	padding-left: 55px;
	padding-right: 55px;
	margin-top: 0px;
}

.blog-details-text .bd-title {
	margin-bottom: 35px;
}

.blog-details-text .bd-title .bt-bread {
	margin-bottom: 12px;
}

.blog-details-text .bd-title .bt-bread a {
	font-size: 15px;
	color: #111111;
	margin-right: 20px;
	position: relative;
}

.blog-details-text .bd-title .bt-bread a i {
	margin-right: 5px;
}

.blog-details-text .bd-title .bt-bread a:after {
	position: absolute;
	right: -18px;
	top: 1px;
	content: "5";
	font-family: "ElegantIcons";
}

.blog-details-text .bd-title .bt-bread span {
	font-size: 15px;
	color: #888888;
}

.blog-details-text .bd-title h2 {
	font-size: 42px;
	color: #111111;
	font-weight: 700;
	line-height: 55px;
	margin-bottom: 18px;
}

.blog-details-text .bd-title ul li {
	font-size: 13px;
	color: #888888;
	display: inline-block;
	list-style: none;
	margin-right: 24px;
	position: relative;
    text-transform: capitalize;
}

.blog-details-text .bd-title ul li:after {
	position: absolute;
	right: -17px;
	top: -1px;
	content: "|";
}

.blog-details-text .bd-title ul li:last-child {
	margin-right: 0;
}

.blog-details-text .bd-title ul li:last-child:after {
	display: none;
}

.blog-details-text .bd-title ul li span {
	color: #888888;
}

.blog-details-text .bd-top-text {
	margin-bottom: 35px;
}

.blog-details-text .bd-top-text p {
	font-size: 17px;
	color: #444444;
	line-height: 30px;
}

.blog-details-text .bd-quote {
	border-top: 10px solid #bdbdbd;
	position: relative;
	margin-bottom: 35px;
}

.blog-details-text .bd-quote:after {
	position: absolute;
	left: 0;
	top: -20px;
	background-image: url(../img/Quote.png);
	height: 22px;
	width: 45px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	content: "";
}

.blog-details-text .bd-quote p {
	font-size: 20px;
	color: #444444;
	line-height: 35px;
	font-weight: 600;
	font-style: italic;
	padding-top: 24px;
}

.blog-details-text .bd-desc ul li {
	color: #444444;
    margin-left: 30px;
    font-size: 17px;
}
.blog-details-text .bd-desc {
	margin-bottom: 35px;
}

.blog-details-text .bd-desc p {
	font-size: 17px;
	color: #444444;
	line-height: 30px;
}

.blog-details-text .bd-pics {
	
	overflow: hidden;
	margin-bottom: 34px;
}

.blog-details-text .bd-pics img {
	width: calc(33.33% - 10px);
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.blog-details-text .numbered  a {
	font-size: 17px;        
	color: #444444;          
	text-decoration: underline; 
	transition: color 0.3s ease; 
}
.blog-details-text .numbered p a:hover {
	color: #0195FF;         
	text-decoration: none;   
}

.blog-details-text .bd-last-desc {
	margin-bottom: 60px;
}

.blog-details-text .bd-last-desc p {
	font-size: 17px;
	color: #444444;
	line-height: 30px;
}
.blog-details-text .bd-last-desc  a {
	font-size: 17px;        
	color: #444444;          
	text-decoration: underline; 
	transition: color 0.3s ease; 
}

.blog-details-text .bd-last-desc p a:hover {
	color: #0195FF;         
	text-decoration: none;   
}

.blog-details-text .bd-tag-share {
	overflow: hidden;
	padding-top: 35px;
	border-top: 1px solid #ebebeb;
	margin-bottom: 50px;
}

.blog-details-text .bd-tag-share .tags {
	float: left;
}

.blog-details-text .bd-tag-share .tags a {
	font-size: 13px;
	display: inline-block;
	color: #444444;
	text-transform: uppercase;
	padding: 8px 14px;
	background: #ebebeb;
	margin-right: 9px;
}

.blog-details-text .bd-tag-share .tags a:last-child {
	margin-right: 0;
}

.blog-details-text .bd-tag-share .share {
	float: right;
}

.blog-details-text .bd-tag-share .share span {
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #111111;
	margin-right: 20px;
}

.blog-details-text .bd-tag-share .share a {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	margin-left: 6px;
}




.blog-details-text .bd-related-post {
	margin-bottom: 60px;
}

.blog-details-text .bd-related-post .post-item {
	display: block;
	overflow: hidden;
}

.blog-details-text .bd-related-post .post-item.prev-item .pi-pic {
	float: left;
	margin-right: 30px;
}

.blog-details-text .bd-related-post .post-item.prev-item .pi-text {
	overflow: hidden;
}

.blog-details-text .bd-related-post .post-item.next-item {
	text-align: right;
}

.blog-details-text .bd-related-post .post-item.next-item .pi-pic {
	float: right;
	margin-left: 30px;
}

.blog-details-text .bd-related-post .post-item.next-item .pi-text {
	overflow: hidden;
}

.blog-details-text .bd-related-post .post-item h6 {
	font-size: 15px;
	color: #111111;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 25px;
}

.blog-details-text .bd-related-post .post-item h6 span {
	font-size: 22px;
	position: relative;
	top: 3px;
}

.blog-details-text .bd-related-post .post-item .pi-text .label {
	font-size: 12px;
	color: #ffffff;
	font-weight: 600;
	display: inline-block;
	background: #0195FF;
	padding: 2px 12px;
	text-transform: uppercase;
}

.blog-details-text .bd-related-post .post-item .pi-text h5 {
	font-size: 20px;
	color: #111111;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: 0.5px;
	margin-top: 10px;
}




/* Blog Responsiveness*/ 
@media only screen and (min-width: 1430px) {
	
	.blog-details-section .container {
		max-width: 1170px !important;
	}

}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-sidebar .bs-item h5:after {
		width: 45px;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.blog-sidebar {
		padding-top: 40px;
	}
	.blog-details-text .bd-tag-share .tags {
		float: none;
		margin-bottom: 20px;
	}
	.blog-details-text .bd-tag-share .share {
		float: none;
	}
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
	.blog-sidebar {
		padding-top: 40px;
	}
	.blog-details-text .bd-tag-share .tags {
		float: none;
		margin-bottom: 20px;
	}
	.blog-details-text .bd-tag-share .share {
		float: none;
	}
	.blog-item .bi-pic {
		float: none;
		margin-right: 0;
	}
	.blog-item .bi-text {
		overflow: visible;
		padding-top: 30px;
	}
	.blog-details-text .bd-tag-share .tags a {
		margin-bottom: 15px;
	}
	.blog-details-text .bd-author .avatar-pic {
		float: none;
		margin-right: 0;
	}
	.blog-details-text .bd-author .avatar-text {
		overflow: visible;
		padding-top: 30px;
	}
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.blog-pagination a {
		margin-right: 5px;
	}
	.blog-details-text {
		padding-left: 15px;
		padding-right: 15px;
	}
	.blog-details-text .bd-tag-share .share a {
		margin-bottom: 10px;
	}
	.blog-details-text .bd-related-post .post-item.prev-item .pi-pic {
		float: none;
		margin-right: 0;
	}
	.blog-details-text .bd-related-post .post-item.prev-item .pi-text {
		overflow: visible;
		padding-top: 15px;
	}
	.blog-details-text .bd-related-post .post-item.next-item .pi-pic {
		float: none;
		margin-right: 0;
	}
	.blog-details-text .bd-related-post .post-item.next-item .pi-text {
		overflow: visible;
		padding-top: 15px;
	}
	.blog-details-text .bd-author {
		padding: 30px;
	}
	.blog-details-text .bd-comment-form .leave-form {
		padding: 35px 20px 40px 20px;
	}
	.blog-details-text .bd-comment-form .comment-item .ci-pic {
		float: none;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.blog-hero {
		height: 450px;
	}
	.blog-details-text .bd-pics img {
		width: 100%;
		float: left;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.blog-details-text .bd-title h2 {
		font-size: 36px;
		line-height: normal;
	}
}

/* php */
.response-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px;
    background: #f9f9f9;
    border: 2px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
    width: 80%;
    font-family: sans-serif;
    z-index: 9999;
}

.message.success {
    color: #155724;
    background-color: #d4edda;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.message.error {
    color: #721c24;
    background-color: #f8d7da;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.back-link {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

.back-link:hover {
    text-decoration: underline;
}

#viewer {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}

/** Equipment Page**/
   .section-title {
      text-align: center;
      margin-bottom: 40px;
    }
    @media (max-width: 767.98px) {
  .mobile-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

    .equipment-card {
      transition: transform 0.3s ease;
      border-radius: 10px;
    }
    .equipment-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }
    .equipment-img {
      height: 250px;
      object-fit: cover;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
    .equipment-card .card-title {
    color: #FFFFFF; 
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    }

    .equipment-card .card-text {
    color: #CCCCCC; 
    font-size: 1rem;
    line-height: 1.5;
    }

    .icon-check {
      color: #CCCCCC;
      margin-right: 8px;

    }
    #equipment-list {
    list-style-type: none;
    }

    #equipment-list li {
    font-size: 1.2rem;
    line-height: 1.6;
    }
.text-colored {
  color: #CCCCCC;
  font-size: 1.2rem;
    line-height: 1.6; 
}

.service-box {
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 576px) {
  .service-box {
    padding-left: 0;
    padding-right: 0;
  }
}


.service-box h4 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.service-box .badge {
  font-size: 0.9rem;
  padding: 10px 15px;
  border-radius: 20px;
  background: linear-gradient(to bottom, #090909, #1d1d1d);
  color: #333;
  transition: all 0.3s ease;
}

.equipment-get-started {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .equipment-get-started {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


.navbar,
.navbar-nav,
.navbar-dark,
.below-header {
  overflow: visible !important;
}


.cta {
  color: #888888; 
  transition: color 0.3s ease;
}

.cta:hover {
  color: #ffffff; 
  text-decoration: underline;
}

