

.about-img {
    width: 100%;       /* full inside left column */
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.about-flex-box{
    gap:40px;
    flex-wrap:wrap;
    margin-bottom:40px; /* reduce or increase spacing */
}

.about-left img{
    width:auto;
  max-width: 360px;
    border-radius:10px;
}

.about-right{
     max-width: 553px;
    line-height:1.7;
}


/* RESPONSIVE */
@media (max-width: 768px) {
    .about-text {
        width: 95%;
        font-size: 15px;
    }
    .key-list {
        grid-template-columns: 1fr; /* 1 column mobile */
    }
    .about-title, .about-sub {
        font-size: 26px;
    }
}



.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 10px;
}

.gallery-item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-item img {
    width: 100%;
    height: 300px;          /* fixed height for desktop */
    object-fit: contain;    /* SHOW FULL IMAGE */
    background: #000;       /* prevents white spaces */
}

/* Mobile */
@media(max-width: 576px){
    .gallery-item img {
        height: auto;
        object-fit: contain;
    }
}


/* Hover (desktop only) */
@media(min-width: 768px){
    .gallery-item:hover img {
        transform: scale(1.07);
        filter: brightness(90%);
    }
}

/* Mobile responsive */
@media(max-width: 576px){
    .gallery-grid {
        grid-template-columns: 1fr;   /* 1 image per row */
    }
}






/* KEY POINTS LIST */
.key-list {
    width: 85%;
    margin: auto;
    margin-top: 25px;
    padding-left: 0;
    list-style: none;

    /* PERFECT 2 COLUMN GRID */
    display: grid;
 
    gap: 18px 25px; /* row gap & column gap */
}

.key-list li {
    font-size: 18px;
    color: #222;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}

/* orange bullet */
.key-list li::before {
    color: #ff7b00;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: -1px;
}




/* Image Style */
.reach-img {
        max-width: 50%;
    border-radius: 12px;
    box-shadow: 0px 8px 25px rgba(0,0,0,0.12);
   
}

/* Key Points List */
.feature-list {
    list-style: none;
    padding: 0;
}
.feature-list li {
    font-size:18px;
      margin-bottom: 25px;
    line-height: 1.6;
    color:#111;
}
.feature-list li strong {
    color:#000;
    font-weight:600;
}

/* Mobile View */
@media (max-width: 768px){
    .main-heading { font-size: 24px; }
    .feature-list li { 
        text-align:center; 
        font-size:18px; 
    }
}


.slider-section {
width: 100%;
height: 550px;
overflow: hidden;
position: relative;
background: #f7f7f7;
}
.slide-item {
position: relative;
width: 100%;
height: 550px;
}
.slide-item img {
width: 100%;
height: 550px;
object-fit: cover;
}

.slide-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10;
color: white;
text-align: center;
width: 100%;
padding: 0 20px;
}
.slide-content h1 {
font-size: 48px;
margin: 0;
font-weight: 700;
text-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.slide-content p {
margin: 15px 0;
font-size: 20px;
text-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.btn-main {
background: #ff7b00;
padding: 12px 28px;
text-decoration: none;
color: #fff;
border-radius: 6px;
font-weight: bold;
font-size: 18px;
box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.btn-main:hover {
background: #ff5500;
}

.common-font{
    font-size: 30px !important;
    color: #fff;
    text-align: center;        
}


.new_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 70px;
  
}
/* Highlight only text area, not full width */
.common-font,
.common-font span {
    display: inline-block;
    background: #ff8b00;       /* background only behind text */
    padding: 5px 12px;
}

.navbar-font-luxury .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
    padding: 10px 18px;
    text-align: center;
    white-space: nowrap;
}

.navbar-font-luxury .nav-link:hover,
.navbar-font-luxury .nav-link.active {
    color: #000;
    border-bottom: 2px solid #000;
}

@media (max-width: 768px) {
    .navbar-font-luxury .nav-link {
        font-size: 13px;
        letter-spacing: 2px;
    }
}


/* FIX: Remove big spacing/gaps on mobile */
@media(max-width:768px){
    .common-font-small,
    .key-list,
    .feature-list li{
        text-align: justify !important;
        text-justify: inter-word !important; /* Makes spacing even */
        hyphens: auto !important;           /* Breaks long words instead of huge gaps */
        word-break: break-word !important;
        letter-spacing: 0px !important;
        word-spacing: normal !important;
        line-height: 1.45 !important;
    }
}


.common-font-small {
      font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Orbitron', sans-serif;
    color: #000;
    text-transform: none; /* remove uppercase */
     text-align: justify;
    /*font-size: 18px;*/
    /*font-weight: 500;*/
    /*letter-spacing: 2px;*/
    /*font-family: 'Orbitron', sans-serif;*/
    /*color: #000;*/
    text-transform: none; /* remove uppercase */
    /*word-spacing: 0px;  */
    /*text-align: justify;*/
}

/* Only the first letter uppercase */
.common-font-small::first-letter {
    text-transform: uppercase;
}

.common-font-small li{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Orbitron', sans-serif;
    color: #000;
    text-transform: none; /* remove uppercase */
     text-align: justify;
    
}

/* ----- EVENT CARD DESIGN ----- */
.event-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.2s ease-in-out;
}

.event-card:hover {
    transform: translateY(-4px);
}

/* IMAGE */
.event-img {
    height: 220px;
    position: relative;
}

.event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* DATE BADGE */
.date-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #fff;
    padding: 8px 12px;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.date-badge span {
    display: block;
    font-size: 20px;
}

/* VIDEO ICON – SHOW ONLY ON HOVER */
/* .event-img:hover .video-icon {
    display: flex;
} */

.video-icons {
    display: none;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.45);
}

.video-icons i {
    font-size: 55px;
    color: #fff;
}

/* CONTENT AREA */
.event-content {
    padding: 20px;
}
.event-content h5 {
    font-weight: 700;
}

.see-more-btn {
    margin-top: 30px;
    text-align: center;
}



/* Container */
.feature-box {
  width: 90%;
  max-width: 850px;
  margin: 50px auto;
  padding: 35px 45px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  color: #000;
  animation: fadeInUp 1.2s ease;
}

/* Blurred Image Background */
.feature-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f28b00;
  /*background: url('https://images.unsplash.com/photo-1525182008055-f88b95ff7980?q=80&w=1400') */
  /*           center/cover no-repeat;*/
  /*filter: blur(2px) brightness(0.5);*/
  transform: scale(1.2);
  z-index: 1;
}

/* Gradient Color Overlay */
.feature-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(255,129,0,0.45);
  background: linear-gradient(135deg, rgba(255,128,0,0.65), rgba(255,167,0,0.65));
  z-index: 2;
}

/* Content on top */
.feature-content {
  position: relative;
  z-index: 3;
}

/* Title Styling */
.feature-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Bullet Icons */
.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  margin: 12px 0;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  animation: fadeSlide 1s ease forwards;
  opacity: 0;
}

/* Icon before text */
.feature-list li::before {
 
  font-weight: bold;
  margin-right: 12px;
  color: #000;
  font-size: 22px;
}

/* Delayed animation for each bullet */
.feature-list li:nth-child(1) { animation-delay: 0.2s; }
.feature-list li:nth-child(2) { animation-delay: 0.35s; }
.feature-list li:nth-child(3) { animation-delay: 0.5s; }
.feature-list li:nth-child(4) { animation-delay: 0.65s; }
.feature-list li:nth-child(5) { animation-delay: 0.8s; }
.feature-list li:nth-child(6) { animation-delay: 0.95s; }

/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateX(-25px); }
  to   { opacity: 1; transform: translateX(0); }
}
  
  
  
  
  .top-ticker-bar {
    width: 100%;
    background: #fff;
    padding: 8px 0;
    overflow: hidden;
    position: relative;
}

.ticker-text {
    display: inline-block;
    white-space: nowrap;
    color: #000;
    font-weight: 600;
    font-size: 20px;

    position: relative;
    animation: moveText 30s linear infinite;
}

@keyframes moveText {
    0% {
        left: 100%;   /* Text starts fully outside on right */
    }
    100% {
        left: 0%;     /* Stops exactly at the left side of the bar */
    }
}

  
  .hover-zoom {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.hover-zoom:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.single-inner {
    position: relative;
}
.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    cursor: pointer;
    z-index: 10;
}
.single-inner:hover .video-icon {
    display: block;
}
.video-icon i {
    opacity: 0.8;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.video-icon i:hover {
    transform: scale(1.2);
    opacity: 1;
}

  
  
  .single-carousel .single-inner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
    border-radius: 12px;
}

.owl-dot img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}

  
  
  /* Banner Wrapper */
        .video-banner {
            position: relative;
            width: 100%;
            height: 80vh;
            overflow: hidden;
        }

        /* Video Styling */
        .video-banner video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Text Content */
        .banner-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: #fff;
        }

        .banner-content h1 {
            font-size: 55px;
            font-weight: bold;
            margin: 0;
            text-shadow: 0px 0px 10px #000;
        }

        .banner-content p {
            font-size: 20px;
            margin: 10px 0 20px 0;
            text-shadow: 0px 0px 10px #000;
        }

        .banner-btn {
            background: #ff4d4d;
            padding: 12px 25px;
            color: #fff;
            font-size: 18px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 600;
            box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
        }

        .banner-btn:hover {
            background: #e03333;
        }


.about-section {
    background: #f8f9fa;
}

.about-img-box img {
    border-radius: 15px;
    object-fit: cover;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.about-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.about-list {
    padding-left: 18px;
}

.about-list li {
    margin-bottom: 10px;
  font-size: 22px !important;
    color: #333;
    position: relative;
    list-style: none;
}

.about-list li::before {

    color: #0d6efd;
    font-weight: bold;
    margin-right: 8px;
}

/* Desktop only (≥1200px) */
@media (min-width: 1200px) {
    .skill-col {
        width: 19.666667% !important;
    }
}

/* Tablet */
@media (max-width: 1199px) and (min-width: 768px) {
    .skill-col {
        width: 33.33% !important;  /* 3 per row */
    }
}

/* Mobile */
@media (max-width: 767px) {
    .skill-col {
        width: 50% !important;     /* 2 per row */
    }
}

/* Mobile Fix */
@media (max-width: 768px) {
    .skill-box {
        height: 150px;   /* smaller height for mobile */
    }

    .skill-text {
        font-size: 12px; /* smaller text for mobile */
        bottom: 5px;
    }
}

/* Extra small (phones under 480px) */
@media (max-width: 480px) {
    .skill-box {
        height: 130px;
    }

    .skill-text {
        font-size: 11px;
    }
}


.about-list li::before {
  
    color: #ff6600 !important;   /* ONLY TICK ORANGE */
    font-weight: bold;
    margin-right: 8px;
    font-size: 18px;
    position: absolute;
    left: -20px;
    top: 0;
}
/* Fade + Zoom Animation */
@keyframes zoomFade {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Slide Up Animation */
@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Skill Box Container */
.skill-animate {
    animation: zoomFade 0.8s ease-in-out forwards;
}

.skill-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    transition: 0.4s ease;
}

.skill-box:hover::after {
    background: rgba(0,0,0,0.5);
}

.skill-box:hover .skill-text {
    transform: translateY(-5px);
    transition: 0.4s;
}

.skill-box {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
}

.skill-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.skill-text {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 4px #000;
    font-size: 14px;
    text-transform: uppercase;
}




#pagination {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px; /* optional spacing */
}

#pagination .page-item {
    display: inline-block !important;
}

#pagination .page-link {
    padding: 8px 14px;
}
   
.pagination {
    margin-top: 15px !important;
}
        
        .product-card {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            transition: 0.4s;
            height: 380px; /* Set fixed height */
        }

        .product-card img {
            width: 100%;
            height: 100%;       /* Makes all images same size */
            object-fit: cover;   /* Crops & fills like the first card */
            border-radius: 15px;
            transition: 0.5s ease;
        }
        /* Zoom effect */
        .product-card:hover img {
            transform: scale(1.15);
            filter: brightness(70%);
        }

        /* .product-card img {
            transition: 0.5s ease;
            width: 100%;
            border-radius: 15px;
        } */

        /* Overlay content */
        .overlay-icons {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            opacity: 0;
            transition: 0.4s ease;
            display: flex;
            gap: 20px;
        }

        /* Show overlay on hover */
        .product-card:hover .overlay-icons {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }

        /* Round icon buttons */
        .overlay-icons i {
            background: white;
            color: #333;
            padding: 12px 14px;
            border-radius: 50%;
            font-size: 20px;
            transition: 0.3s;
        }

        .overlay-icons i:hover {
            background: #ff4f5a;
            color: white;
        }

        /* Corner action buttons */
        .corner-icons {
            position: absolute;
            top: 10px;
            right: 10px;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .corner-icons i {
            background: rgba(255, 255, 255, 0.9);
            padding: 10px;
            border-radius: 50%;
            font-size: 18px;
            transition: 0.3s;
        }

        .corner-icons i:hover {
            background: #25d366;
            color: white;
        }

        /* Card bottom details */
        .product-info {
            padding: 15px;
            text-align: center;
        }
/* .why-title {*/
/*    font-size: 28px;*/
/*    font-weight: 500;*/
/*    text-align: center;*/
/*    letter-spacing: 6px;*/
/*    text-transform: uppercase;*/
/*    font-family: 'Orbitron', */
/*    color: #000;*/
/*}*/

 .why-title {
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-family: 'Orbitron', sans-serif; /* similar futuristic font */
    color: #fff;
}
.why-title span {
    color: #fff;
}
.why-titles{
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Orbitron', sans-serif; /* similar futuristic font */
    color: #000;
     word-wrap: break-word;       /* Allows long words to wrap */
    overflow-wrap: break-word;   /* Modern version */
    white-space: normal;         /* Allows wrapping */
    text-align: center;    
}

.underline {
    width: 60px;
    height: 3px;
    background-color: #FF4F00; /* your red/orange line */
    margin: 10px auto 30px auto;
    border-radius: 10px;
}
  
  /* benefits AREA */
  
    .benefit-card-hou {
            background: #fff;
            padding: 35px;
            border-radius: 22px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0,0,0,0.08);
            transition: 0.3s ease;
        }
        .shape-hou {
            position: absolute;
            width: 200px;
            height: 200px;
            background: #fff;
            border-radius: 50%;
            top: -60px;
            right: -60px;
            z-index: 0;
        }

        .shape2-hou {
            position: absolute;
            width: 160px;
            height: 160px;
            background:#ebd798;
            border-radius: 50%;
            bottom: -50px;
            left: -50px;
            z-index: 0;
        }

  .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 25px;
            max-width: 1100px;
            margin: auto;
        }

        .benefit-card {
            background: #fff#f28b00  ;
            padding: 35px;
            border-radius: 22px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0,0,0,0.08);
            transition: 0.3s ease;
        }

        .benefit-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 25px rgba(0,0,0,0.12);
        }

        .benefit-card .tag {
            display: inline-block;
            background: #ffffff;
            padding: 6px 14px;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #333;
        }

        .benefit-card h3 {
            font-size: 24px;
            margin-bottom: 15px;
            color: #222;
            font-weight: 700;
        }

        .benefit-card p {
            font-size: 16px;
            color: #555;
            line-height: 1.6;
        }

        /* Decorative background shapes */
        .shape {
            position: absolute;
            width: 200px;
            height: 200px;
            background: #f28b00 ;
            border-radius: 50%;
            top: -60px;
            right: -60px;
            z-index: 0;
        }

        .shape2 {
            position: absolute;
            width: 160px;
            height: 160px;
            background: #f28b00 ;
            border-radius: 50%;
            bottom: -50px;
            left: -50px;
            z-index: 0;
        }

        .content {
            position: relative;
            z-index: 2;
        }

        /*@media (max-width: 768px) {*/
        /*    body {*/
        /*        padding: 20px;*/
        /*    }*/
        /*}*/
 /* benefits AREA */
/* SCROLL AREA */
.scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    scroll-behavior: smooth;
    padding: 15px 0;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

/* IMAGE BOX */
.img-box {
    width: 180px;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.img-box:hover img {
    transform: scale(1.1);
}

/* ZOOM ON SCROLL */
.scroll-item {
    opacity: 0;
    transform: scale(0.85);
    transition: all 0.6s ease;
}

.scroll-item.show {
    opacity: 1;
    transform: scale(1);
}

/* ARROWS */
.scroll-btn {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    background: #000;
    padding: 8px 12px;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    border-radius: 50%;
    z-index: 10;
    opacity: 0.7;
    transition: 0.3s;
}

.scroll-btn:hover {
    opacity: 1;
}

.scroll-btn.left {
    left: 10px;
}

.scroll-btn.right {
    right: 10px;
}

/* MODAL */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
}

.modal-content {
    width: 80%;
    max-width: 700px;
    border-radius: 10px;
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {transform: scale(0.6); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}

.close-modal {
    position: absolute;
    top: 25px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

/*** Spinner Start ***/
/*** Spinner ***/
.service-title {
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
}
.service-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%); /* centers the line */
    width: 60px;                 /* underline width */
    height: 3px;                 /* thickness */
    background-color: #ff6600;   /* orange */
    border-radius: 5px;
}
.services-section {
    background: #f8f9fa;
}

.service-box {
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.4s ease;
    overflow: hidden;
}

.service-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://images.unsplash.com/photo-1522199755839-a2bacb67c546?auto=format&fit=crop&w=1200&q=80")
        center/cover no-repeat;
    filter: blur(8px);
    opacity: 0.35;
    z-index: -1;
}

.service-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.4); /* soft overlay */
    z-index: -1;
}


.service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.icon-box {
    width: 70px;
    height: 70px;
    background: #ff6600;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    margin: 0 auto 15px auto;
    transition: 0.4s;
}

.service-box:hover .icon-box {
    background: #e65c00;
}



.service-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.banner-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 2.5rem;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  line-height: 1.4;
  position: relative;
}




#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

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

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

.btn-md-square {
    width: 44px;
    height: 44px;
}

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

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-primary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white);
}

.btn.btn-secondary {
    background: var(--bs-secondary) !important;
    color: var(--bs-white);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: 1px solid var(--bs-secondary);
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-secondary) !important;
}

/*** Topbar Start ***/
.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.nav-bar .categories-bars .categories-bars-item {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(256, 256, 256, 0.1);
    display: flex;
    justify-content: space-between;
    transition: 0.5s;
}

.nav-bar .categories-bars .categories-bars-item a,
.nav-bar .categories-bars .categories-bars-item span {
    color: var(--bs-dark);
    transition: 0.5s;
}

.nav-bar .categories-bars .categories-bars-item:hover {
    background: var(--bs-primary);
}

.nav-bar .categories-bars .categories-bars-item:hover a,
.nav-bar .categories-bars .categories-bars-item:hover span {
    color: var(--bs-white);
}

.nav-bar .navbar.navbar-light {
    padding: 0 !important;
}

.nav-bar .navbar .navbar-nav .nav-link {
    padding: 18px 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 992px) {
    .nav-bar .navbar .navbar-nav .nav-link {
        padding: 8px 0px;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

.navbar .navbar-toggler {
    padding: 5px 15px;
}

#allCat {
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 51px; 
    z-index: 999; 
    background: var(--bs-light);
}

.nav-bar .navbar-toggler {
    border-radius: 5px !important; 
    box-shadow: none !important;
}

/*** Navbar End ***/

/*** Carousel Header Start ***/
.header-carousel.owl-carousel .owl-nav .owl-prev,
.header-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 87%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
}

.header-carousel.owl-carousel .owl-nav .owl-prev {
    right: 130px;
    transition: 0.5s;
}

.header-carousel.owl-carousel .owl-nav .owl-next {
    right: 60px;
    transition: 0.5s;
}

.header-carousel.owl-carousel .owl-nav .owl-prev:hover,
.header-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.carousel .carousel-header-banner {
    position: relative;
}

.carousel .carousel-banner-offer {
    position: absolute;
    top: 20px; 
    left: 20px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.carousel .carousel-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
/*** Carousel Header End ***/


/*** Page Header start ***/
.page-header {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(#fdc894, #ff8b00), url(https://capturetalent.in/uploads/banner/banner67.jpg);
    /*background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-1.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    
    
  
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
}
/*** Page Header end ***/


/*** Products Start ***/
.product .product-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.product .product-item .product-item-inner {
    height: 100%;
}

.product .product-item .product-item-add {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.product .product-item:hover .product-item-add {
    background: var(--bs-white);
    margin-bottom: -124px;
    opacity: 1;
}
.product .product-item:hover .product-item-inner {
    border-bottom: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.product .product-item .product-item-inner .product-item-inner-item {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}

.product .product-item .product-item-inner .product-item-inner-item .product-new,
.product .product-item .product-item-inner .product-item-inner-item .product-sale {
    position: absolute;
    width: 60px; 
    height: 60px;
    border-radius: 60px; 
    top: 20px; 
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.product .product-item .product-item-inner .product-item-inner-item .product-new {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.product .product-item .product-item-inner .product-item-inner-item .product-sale {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.product .product-item .product-item-inner img {
    transition: 0.5s;
}

.product .product-item:hover .product-item-inner img {
    transform: scale(1.1);
}

.product .product-item .product-item-inner .product-item-inner-item .product-details {
    position: absolute;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

.product .product-item .product-item-inner .product-item-inner-item .product-details a i {
    width: 50px; 
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.product .product-item:hover .product-item-inner .product-item-inner-item .product-details a i:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.product .product-item:hover .product-item-inner .product-details {
    opacity: 1;
}

.product .tab-class .nav .nav-item a.active {
    background: var(--bs-primary) !important;
}

.product .tab-class .nav .nav-item a.active span {
    color: var(--bs-white) !important;
}
/*** Product End ***/


/*** ProductList Categories Start ***/
.productList .productList-carousel {
    height: 215px !important;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item {
    position: relative;
    width: calc(100% - 1px);
    transition: 0.5s;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item {
    margin-bottom: 75px;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item:hover {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.productList .productList-carousel .owl-nav .owl-prev,
.productList .productList-carousel .owl-nav .owl-next {
    position: absolute;
    top: -40px;
    padding: 5px 40px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.productList .productList-carousel .owl-nav .owl-prev:hover,
.productList .productList-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.productList .productList-carousel .owl-nav .owl-prev {
    left: 0;
}

.productList .productList-carousel .owl-nav .owl-next {
    right: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev,
.productList .productList-carousel .productImg-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    padding: 5px 10px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
    opacity: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev:hover,
.productList .productList-carousel .productImg-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev {
    left: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-next {
    right: 0;
}

.productList .productList-carousel .productImg-carousel.productList-item:hover .owl-nav .owl-prev,
.productList .productList-carousel .productImg-carousel.productList-item:hover .owl-nav .owl-next {
    opacity: 1;
}
/*** ProductList Categories End ***/



/*** bestseller Products Start ***/
.products .products-mini .products-mini-item {
    position: relative;
    border-radius: 10px;
    transition: 0.5s;
}

.products .products-mini .products-mini-item:hover {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.products .products-mini .products-mini-item .products-mini-img {
 position: relative;
 overflow: hidden;
}

.products .products-mini .products-mini-item .products-mini-img img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
}

.products .products-mini .products-mini-item:hover .products-mini-img img {
    border-bottom-left-radius: 0 !important;
    transform: scale(1.3);
}

.products .products-mini .products-mini-item .products-mini-img .products-mini-icon {
    position: absolute;
    width: 50px; 
    height: 50px; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.products .products-mini .products-mini-item:hover .products-mini-img .products-mini-icon {
    opacity: 1;
}

.products .products-mini .products-mini-item:hover .products-mini-img .products-mini-icon:hover {
    background: var(--bs-secondary) !important;
}

.products .products-mini .products-mini-item .products-mini-add {
    position: absolute;
    bottom: 0;
    left: -1px;
    right: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bs-white);
    transition: 0.5s;
    z-index: 9;
    opacity: 0;
}

.products .products-mini .products-mini-item:hover .products-mini-add {
    opacity: 1;
    margin-bottom: -75px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*** bestseller Products End ***/

/*** Pagination Start ***/
.pagination {
    display: inline-block;
}
  
.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}
  
.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}
  
.pagination a:hover:not(.active) {background-color: var(--bs-primary)}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}
/*** Pagination End ***/

/*** Shop Page Start ***/
.shop .product-categories .categories-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.shop .product-categories .categories-item a {
    transition: 0.5s;
}

.shop .product-categories .categories-item a:hover {
    color: var(--bs-primary) !important;
}

.shop .product-color .product-color-item {
    display: flex;
    padding: 10px 0;
}

.shop .product-color .product-color-item a {
    transition: 0.5s;
}

.shop .product-color .product-color-item a:hover {
    color: var(--bs-secondary);
}

.shop .price {
    padding: 10px 0;
}

.shop .additional-product .additional-product-item {
    padding: 10px 0;
}

.shop .featured-product .featured-product-item {
    display: flex;
    align-items: center;
    justify-content: start;
}

.shop .product-tags .product-tags-items a {
    display: inline-block !important;
    background: var(--bs-white);
    color: var(--bs-dark);
    transition: 0.5;
}

.shop .product-tags .product-tags-items a:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

/*** Shop Page End ***/


/*** Single Products Start ***/
.single-product .owl-nav .owl-prev,
.single-product .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -13%;
    font-size: 22px;
    color: var(--bs-primary);
}

.single-product .owl-nav .owl-prev {
    left: 0;
}

.single-product .owl-nav .owl-next {
    right: 0 !important;
}


.single-product .single-carousel .owl-dots {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    transition: 0.5s;
}

.single-product .single-carousel .owl-dots .owl-dot img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-right: 15px;
    border: 2px solid var(--bs-primary);
    transition: 0.5s;
}

.single-product .single-carousel .owl-dots .owl-dot.active img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 4px solid var(--bs-secondary);
}














.related-product .related-carousel .related-item {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 125px;
    transition: 0.5s;
}

.related-product .related-carousel .related-item .related-item-add {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 99;
}

.related-product .related-carousel .related-item:hover .related-item-add {
    background: var(--bs-white);
    margin-bottom: -125px;
    opacity: 1;
}

.related-product .related-carousel .related-item:hover .related-item-inner {
    border-bottom: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-new,
.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-sale {
    position: absolute;
    width: 60px; 
    height: 60px;
    border-radius: 60px; 
    top: 20px; 
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center; 
    z-index: 5;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-new {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-sale {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.related-product .related-carousel .related-item .related-item-inner img {
    transition: 0.5s;
}

.related-product .related-carousel .related-item:hover .related-item-inner img {
    transform: scale(1.1);
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-details {
    position: absolute;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-details a i {
    width: 50px; 
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.related-product .related-carousel .related-item:hover .related-item-inner .related-item-inner-item .related-details a i:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.related-product .related-carousel .related-item:hover .related-item-inner .related-details {
    opacity: 1;
}


.related-product .owl-nav .owl-prev,
.related-product .owl-nav .owl-next {
    position: absolute;
    top: -40px;
    padding: 5px 40px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.related-product .owl-nav .owl-prev {
    left: 0;
}

.related-product .owl-nav .owl-next {
    right: 0;
}

.related-product .owl-nav .owl-prev:hover,
.related-product .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
}
/*** Single Products End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}
.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-secondary);
}

/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-primary) !important;
}
/*** copyright end ***/