﻿* {
    font-family: "Montserrat", serif;
}
body {
    margin: 0;
    padding: 0;
}

/*********************** Font Style ***********************************/
.montserrat-slick {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight:500;
    font-style: normal;
}

.montserrat-slick-shop {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}
/***************************************** Font Size Variants ************************************/
.font-xs {
    font-size: 0.75rem; /* 12px */
}

.font-sm {
    font-size: 0.875rem; /* 14px */
}

.font-md {
    font-size: 1rem; /* 16px */
}

.font-lg {
    font-size: 1.125rem; /* 18px */
}

.font-xl {
    font-size: 1.25rem; /* 20px */
}

.font-2xl {
    font-size: 1.5rem; /* 24px */
}

.font-3xl {
    font-size: 1.875rem; /* 30px */
}

.font-4xl {
    font-size: 2.25rem; /* 36px */
}

.font-5xl {
    font-size: 3rem; /* 48px */
}

.font-6xl {
    font-size: 4rem; /* 64px */
}
.font-7xl {
    font-size: 5rem; /* 64px */
}
.font-8xl {
    font-size: 6rem; /* 64px */
}
/* Font colours */
.modBlack {
    color: #3e3e3e;
}

.darkGrey {
    color: #2e2e2e;
}

.charcoalBlack {
    color: #3b3b3b;
}

/********************* Theme Gradient style**********************/
.gradient-hi {
   
    font-weight: 600;
  
     background: conic-gradient( #f8e427 0%, #e083cb 25%, #555ebc 50%, #02a3d9 75%, #e43c95 100%);
  /*  background-clip: text;
    -webkit-background-clip: text;*/
    color: transparent;
    display: inline-block;
}
.gradient-plus {
    font-size: 4.5rem;
    font-weight: 500;
    /*background: linear-gradient(90deg, #b97aa9, #f7d61b, #01a0d6, #fd2069);
    background: linear-gradient(180deg, #b97aa9, #f7d61b, #01a0d6, #fd2069);
    background: linear-gradient(45deg, #b97aa9, #f7d61b, #01a0d6, #fd2069);
    background: radial-gradient(circle, #b97aa9, #f7d61b, #01a0d6, #fd2069);*/

    background: conic-gradient(#f8e427 20%, #e083cb 20%, #555ebc 20%, #02a3d9 20%, #e43c95 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.gradient-button {
    background: linear-gradient(45deg, #f8e427, #e083cb, #555ebc, #02a3d9, #e43c95);
    font-weight: 500;
}
.grad-btn {
    padding: 10px 15px;
    text-align:center;
    display:inline-block;
    text-decoration:none;
    width:150px;
}
.gradient-hi-plus {
    font-weight: 600;
    font-size:3.5rem;
    background: linear-gradient(0deg, #c7b500 20%, /* Darker Yellow */
    #b352a2 40%, /* Darker Pink */
    #3d4396 60%, /* Darker Blue-Purple */
    #0178a3 80%, /* Darker Cyan */
    #b02774 100% /* Darker Magenta */
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.mobile-banner {
    display: none;
}


/***************** Home page -index.chtml***********************/
/*.banner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 800px;*/ /* Adjust as needed */
    /*position: relative;
}*/

/* Ensure the inserted image appears properly */
/*.banner-overlay img {
    width: 100%;
    height: 650px;
    display: block;
    margin-top: 100px;
    z-index: 2;
    position: relative;
    opacity:0.3;
}*/
/* Remove any gaps above and below */
/*.banner-overlay {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}*/

/* Hero Section with Background Image */
/*.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;*/
  /*  background: url('../images/banner-bg-img.jpg') no-repeat center center/cover;*/
/*}*/

/* Black Transparent Overlay */
/*.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.8);
    z-index: 1;*/ /* Lower z-index */
/*}*/

/* Logo */
/*.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 120px;
    z-index: 10;*/ /* Higher z-index to sit above overlay */
    /*cursor: pointer;
}

.square-box {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
    .square-box img {
        height: 150px;
        z-index: 10;
    }*/

/* Centered Adventure Text */
/*.hero-banner-text {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    color:#fff;
}
.adventure-text {
    font-size: 17px;
    display: block;
    line-height: 1.3;
    color: #bfbfbf;
    z-index: 2;
}*/
/* Menu Button */
.dropbtn {
    font-size: 50px;
    margin-right: 40px;
    top: 30px;
    color: white;
    cursor: pointer;
    background: none;
    border: none;
    position: absolute;
    right: 20px;
    z-index: 1100;
}

 
.bar-icon, .cross-icon {
    font-size: 24px;
}

.bar-icon {
    display: inline;
}

.cross-icon {
    display: none;
}


.dropdown {
    position: absolute;
    top: 20px;
    right: 20px;
}
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    right: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    top: 70px;
    margin-top:20px;
}
    .dropdown-content a {
        color: white !important;
        padding: 5px 5px;
        text-decoration: none;
        display: block;
    }
        .dropdown-content a:hover {
            color: #bebcc9 !important;
        }

.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Fullscreen video */
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}


/* Logo */
.logo {
    position: absolute;
    top: 0px;
    left: 20px;
    height: 120px;
    z-index: 10;
    cursor: pointer;
}

/* Text Content */
.hero-banner-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    color: #fff;
}

.adventure-text {
    font-size: 17px;
    line-height: 1.5;
    color: #ccc;
}

/* Dropdown Button */
/*.dropbtn {
    font-size: 32px;
    position: absolute;
   
    right: 25px;
    background: none;
    border: none;
    color: white;
    z-index: 1100;
    cursor: pointer;
}

.bar-icon, .cross-icon {
    font-size: 32px;
}



.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    z-index: 1100;
}

    .dropdown-content a {
        color: white;
        padding: 8px 12px;
        display: block;
        text-decoration: none;
    }

        .dropdown-content a:hover {
            color: #bebcc9;
        }*/


/**************************Status count Section**********************/
.status-count {
    text-align:center;
    padding:30px;
    
}
/**************************Status count Section Ends**********************/
/**************************Work section**********************/  
/* Add a common border around all columns */
.col-wrapper {
    display: flex;
    justify-content: center;
   
}
/* Add individual borders to columns */
.status .col {
    border: 1px solid #bfbfbf;
}

/* Style the col-3 with 3 vertical sections */
.border-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #bfbfbf;
}
.section {
    border-bottom: 1px solid #bfbfbf;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
}
    .section:last-child {
        border-bottom: none;  
    }

/* Styling for the col-4 column */
.brand-box {
    position: relative;
    height: 250px;
    width: 250px;
}
.brand-anchor {
    
    position: absolute;
    top: 50%; 
    left: 50%;  
    transform: translate(-50%, -50%);  
  
    text-align: center; /* Center text */
    color: #bfbfbf;
    font-size:20px;
}

.hover-border {
    display: inline-block;
    position: relative;
    padding: 20px;
    margin-right:10px;
    border: 1px solid transparent; /* Initially no border */
    transition: border-color 0.3s ease;
}

    .hover-border:hover {
        border: 3px solid transparent; /* Keeps border transparent */
        background: linear-gradient(black, black) padding-box, /* inner background */
        linear-gradient( 90deg, #f8e427 0%, #e083cb 25%, #555ebc 50%, #02a3d9 75%, #e43c95 100% ) border-box;
    }

.hero-image {
    background-image: url('/images/hiring-story.jpg'); /* Corrected path */
    min-height: 300px; /* Ensure the div has a height */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden; /* Ensure the overlay doesn't overflow */
}

    /* Overlay effect for the background image only */
    .hero-image::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8); /* Black overlay with 50% opacity */
        z-index: 1; /* Ensure the overlay is above the background image */
    }

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 2; /* Ensure the text is above the overlay */
}
.circle {
    position: absolute;
    top: 60%; /* Adjust vertical position */
    left: 35%; /* Adjust horizontal position */
    width: 100px;
    height: 100px;
    background: radial-gradient(at top left, #f7d61b, transparent 60%), radial-gradient(at bottom right, #fd2069, transparent 60%), radial-gradient(at top right, #b97aa9, transparent 60%), radial-gradient(at bottom left, #01a0d6, transparent 60%);
    background-blend-mode: screen; /* Mix colors smoothly */
    border-radius: 50%;
}
.star {
    position: absolute;
    top: 75%; /* Adjust the vertical position */
    left: 30px; /* Adjust the horizontal position */
    width: 180px;
    height: 180px;
    background: radial-gradient(at top left, #f7d61b, transparent 60%), radial-gradient(at bottom right, #fd2069, transparent 60%), radial-gradient(at top right, #b97aa9, transparent 60%), radial-gradient(at bottom left, #01a0d6, transparent 60%);
    background-blend-mode: screen;
    clip-path: polygon( 50% 0%, 60% 20%, 80% 20%, 65% 35%, 75% 60%, 50% 50%, 25% 60%, 35% 35%, 20% 20%, 40% 20% );
   
   /* transition: transform 0.4s ease-in-out;*/
}
.triangle {
    position: absolute;
    top: 20px;
    left: 100px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid transparent;
    background: radial-gradient(at top left, #f7d61b, transparent 60%), radial-gradient(at bottom right, #fd2069, transparent 60%), radial-gradient(at top right, #b97aa9, transparent 60%), radial-gradient(at bottom left, #01a0d6, transparent 60%);
    background-blend-mode: screen; /* Mix colors smoothly */
    border: 2px solid white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    transform: rotate(45deg); /* Optional to give a rotated effect */
    transition: transform 0.4s ease-in-out;
}

.square {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
    background: radial-gradient(at top left, #f7d61b, transparent 60%), radial-gradient(at bottom right, #fd2069, transparent 60%), radial-gradient(at top right, #b97aa9, transparent 60%), radial-gradient(at bottom left, #01a0d6, transparent 60%);
    background-blend-mode: screen; /* Mix colors smoothly */
   
    
    transition: transform 0.4s ease-in-out;
}
/**************************Work section Ends**********************/  
/*********************************happy clients css**************************/
/* Full-width Background Image */
/*.client-header-scroll {
    width: 50%;*/ /* Adjust as needed */
    /*overflow: hidden;
    position: relative;
}

.scroll-track {
    display: flex;
    width: max-content;
    animation: scrollLogos 20s linear infinite;
}

@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.image-box {
    background-color: black;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    width: 140px;
}

    .image-box img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }*/
.client-image {
    background-image: url('../images/happy-clients.jpg');
    height: 350px;
    width: 100%; /* Ensure full width */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    /* Dark Overlay */
    .client-image::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7); /* Black overlay */
        z-index: 1;
    }
.client-text {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; /* 👈 Center align the entire group */
    gap: 40px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 40px;
}

.hundred-plus h2 {
    font-size: 7em;
    display: inline;
}

.hundred-plus span {
    font-size: 5em;
    display: inline;
}

.hundred-plus h4 {
    font-size: 1.2em;
    padding-left: 10px;
    line-height: 1.2;
    text-align: left;
}


.client-slider-container {
    overflow: hidden;
    flex: 1;
    max-width: 70%;
}

.client-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* Logo Boxes */
.image-box {
    background-color: black;
    padding: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    width: 140px;
    flex-shrink: 0;
}

    .image-box img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

/*****************************happy clients ends*******************************/
/**********************************About************************************/

.about-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: white;
    max-width: 1200px;
    margin: auto;
   
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.about-us {
    flex: 2;
    font-size: 18px;
    color: #bfbfbf;
    line-height: 1.6;
 
}
.about-btn {
    color: white;
    padding: 5px 5px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    font-size: 20px;
    min-width: 200px;
}
/*************************Why US section starts***************************************/
/*.why-us-section {
    
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: white;
    max-width: 1200px;
    margin: auto;
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}
.why-us-img {
    width: 150px;*/ /* Fixed width */
    /* Fixed height */
    /*object-fit: contain;*/ /* Maintain aspect ratio */
    /*border-radius: 15px;*/ /* Optional: rounded corners */
    /*margin-bottom: 10px;*/ /* Space between image and text */
/*}
.why-us p {
    color: #bfbfbf;
    text-align: center;
    font-size: 16px;
   
}
.why-img-box {
    height:140px;
  
    width:100%;
}
    .why-img-box img {
       
        width:100%;
    }
    .why-us-section h1 {
        font-size: 5rem;
    }
.why-us span {
    font-size: 5rem;
}
    .service-btn {
        color: white;
        padding: 5px 5px;
        text-align: center;
        margin-top: 70px;
        border: none;
        font-size: 20px;
        max-width: 170px;
    }
.why-us .col {
    text-align: center;
    padding: 20px;
}*/
.why-us-section {
    max-width: 1200px;
    margin: auto;
}

/*.why-img-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
}

    .why-img-box img {
        max-width: 150px;
        height: 150px;
        margin-bottom: 10px;
        transition: transform 0.3s ease;
    }

        .why-img-box img:hover {
            transform: scale(1.1);
        }
*/
.why-img-box img {
    max-width: 150px;
    height: 150px;
    margin-bottom: 10px;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(100%);
}

    .why-img-box img:hover {
        transform: scale(1.1);
        filter: grayscale(0%);
    }

    .why-img-box p {
        color: #bfbfbf;
        font-size: 16px;
        text-align: center;
        margin: 0;
    }

.why-us-section h1,
.why-us-section span {
    font-size: 5rem;
}
.service-btn {
    color: white;
    padding: 5px 5px;
    text-align: center;
    margin-top: 70px;
    border: none;
    font-size: 20px;
    max-width: 170px;
}
    .service-btn a {
        color: white;
        display: inline-block;
        width: 100%;
        text-decoration: none;
    }

/***************************WHy us css ends*****************************/
/************************** Equal height for side boxes**********************/
.fix-height-test {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 350px !important; 
    overflow: hidden; 
   
}
.testimonial-box-center {
    max-height: 400px !important;
    border: 1px solid #bfbfbf;
    padding: 20px;
   
    color: #fff;
    transition: transform 0.3s ease;
    overflow: hidden;
}
.testimonial-box {
    border: 1px solid #bfbfbf;
    padding: 20px;
    transition: transform 0.3s ease;
}

.profile-info {
    display: flex;
   
    margin-bottom: 10px;
}

.profile-img-testimonial {
    width:200px;
    height:200px;
    object-fit: cover;
    margin-top:-20px;
}

.profile-details {
    text-align: left;
  padding-left:20px;
}

.profile-name {
    font-size: 20px;
}

.company-name {
    font-size: 14px;
    color: #bfbfbf;
}

.ratings {
    color: #f7d61b;
    margin: 5px 0;
}

.testimonial-body {
    font-size: 16px;
    color: #bfbfbf;
    line-height: 1.5;
    margin-top: 10px;
    padding: 10px;
    max-height: 150px; 
    overflow-y: auto;  
    text-overflow: ellipsis;  
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}
.testimonial-body-center {
    font-size: 16px;
    color: #bfbfbf;
    line-height: 1.5;
    margin-top: 10px;
    padding: 10px;
    overflow-y: auto;
    max-height: 300px;
    scrollbar-width: none;  
    -ms-overflow-style: none; 
}
.testimonials-section {
    position: relative;
    background: #000;
    color: white;
   padding:30px;
}
.comma-image {
    filter: invert(1) brightness(0.3);
    opacity: 0.3;
    width: 80px;  
    height: auto;
    z-index: 0;  
}
.comma-top-left {
    top: 20px;
    left:50px;
  position:absolute;
}

 
.comma-bottom-right {
    bottom: 100px;
   right:50px;
    position: absolute;
}
 
.testimonial-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 10px;
    padding-right: 20px;  



}

.testimonial-card {
    flex: 0 0 33.333%;  
    box-sizing: border-box;
    padding: 15px;
    min-height: 300px;  
    border:none;  
    background: #000;
    color: #fff;
}
.testimonial-prev,
.testimonial-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    border: none;
    color: white;
    font-size: 48px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 5;
    transition: background 0.3s;
}

    .testimonial-prev:hover,
    .testimonial-next:hover {
        background: rgba(0,0,0,0.8);
    }

.testimonial-prev {
    left:50px;
   
}

.testimonial-next {
    right: 50px;
}

/******************************testmonials ends*********************************/
/********************************Our blog*************************************/
.Blog-section {
    border: 1px solid #bfbfbf;
    padding: 15px;
    position: relative;
    color: white;
    transition: transform 0.3s ease-in-out;
    height:450px;
}
    .Blog-section img {
        width: 100%; /* Makes the image fit the container */
        height: 250px; /* Adjust height as needed */
        object-fit: cover; /* Ensures image fills the space without distortion */
      
    }
    .Blog-section h4 {
        font-size: 18px;
        margin-top: 20px;
        font-weight: 600;
    }

    .Blog-section span {
        display: block;
        font-size: 14px;
        color: #bfbfbf;
        margin-top: 5px;
    }
.arrow-link {
    position: absolute;
    bottom: 15px;
    right: 20px;
    color: white;
    padding: 8px;
    font-size: 16px;
    transition: background 0.3s ease;
}
/******************************Our blog end*********************************/
.brand-image {
    position: relative;
    padding: 0;
    overflow: hidden; /* Prevents content from overflowing */
}

.brand-img {
    width: 100%;
    height: auto;
    display: block;
}
.overlay-content {
    position: absolute;
    top: 60%;
    left: 120px;
    right: 120px; /* Ensure proper spacing */
    display: flex;
    align-items: center; /* Vertically centers both elements */
    justify-content: space-between; /* Keep left text and right button apart */
    transform: translateY(-50%);
    padding: 10px 40px; /* Adjusted padding */
    color: white;
}

.left-text {
    max-width: 50%;
    font-weight:700 !important;
    padding: 5px 10px;
}

.right-box {
    min-width: 180px;
    font-size: 18px;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center; /* Ensures text inside is centered */
}

.right-box {
    color: white;
    padding: 5px 8px;
    text-align: center;
    font-size: 20px;
    min-width: 200px;
    border: none;
    transition: transform 0.3s ease-in-out;
}

    .right-box:hover {
        transform: scale(1.05);
    }

.more-tips-text {
    margin: 0;
  
}
    /********************Footer********************************/
.footer-logo {
  
    max-width:100px;
    display: block;
    
}

.footer-div {
    background: linear-gradient(90deg, #b97aa9, #f7d61b, #01a0d6, #fd2069);
    width: 100%; /* Ensure div has width */
    height: 20px; /* Set height */
}
.footer-body {
    padding: 50px ;
}
/***************************Footer Form*************************************/
.custom-checkbox {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #2e2e2e;
    border-radius: 3px;
    background: none;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

/* Normal state for special first checkbox (gradient look) */

/* Fill color on checked */
.custom-checkbox:checked {
    background: linear-gradient(to right, #f8e427, #e083cb, #555ebc, #02a3d9, #e43c95);
    border: none;
}

    /* Checkmark */
    .custom-checkbox:checked::before {
        content: "✔";
        font-size: 12px;
        color: white;
        font-weight: bold;
        position: absolute;
        left: 2px;
        top: -2px;
    }

/*==============================Shop Page CSS==================================*/
.categories:hover {
    background: linear-gradient(45deg, #f8e427, #e083cb, #555ebc, #02a3d9, #e43c95);
}
.shop {
    display: flex;
    align-items: flex-center; /* Aligns items to the top */
    justify-content: space-between; /* Spreads text and image */
    position: relative; /* For absolute positioning of text */
    max-width: 1200px;
}

    .shop h4 {
        position: absolute;
        top: 40%;
        left: 10%;
        margin: 0;
        color: white; /* Change as needed */
    }

    .shop img {
        /* Keeps the image vertical */
        width: auto; /* Maintains aspect ratio */
        display: block;
        align-items: center;
        
    }

.shop-item {
    position: relative;
    border-left: 1px solid #bfbfbf;
}

.shop-image {
    width: 100%;
    height: 100%;
    
    object-fit:cover;
}
.arrow-icons {
    position: absolute;
    bottom: 40px;  
    left: 30px;  
    display: flex;
    gap: 30px;
}

    .arrow-icons i {
        font-size: 24px;  
        color: white; 
        cursor: pointer;
        transition: transform 0.3s ease-in-out;
    }

        .arrow-icons i:hover {
            transform: scale(1.2);  
        }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Black transparency */
}

.shop-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
   
   font-weight:500;
   width:100%;
    text-align: center;
    z-index: 2; /* Ensures text is above overlay */
}

.about-shop::before {
    content: "";
    position: absolute;
    top:-40px;/* Adjust to position inside the border */
    left: 10px; /* Adjust to position inside the border */
    width: 300px; /* Adjust as needed */
    height: 300px; /* Adjust as needed */
    background-image: url('../images/shop/star-image.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -10; /* Keeps it behind the container */
}
.about-shop {
    position: relative;
    z-index: 1; /* Ensures it appears above the background image */
  
}
/* Horizontal line perfectly centered between two images */
.shop-item + .shop-item {
    left: 0;
    right: 0;
    border-top: 1px solid #bfbfbf; /* Horizontal line */
}

.nav {
    text-decoration: none;
    list-style: none;
    color: white;
    
}
.custom-container {
    display: flex;
    width: 100%;
    height: 100vh;
}

/* Column Base Styling */
.custom-column {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Column Widths */
.col-one {
    width: 50%;
    border-right: 1px solid #bfbfbf;
}

.col-two {
    width: 16.66%;
    border-right: 1px solid white;
}

.col-three {
    width: 33.33%;
}

/* Section Styling */
.custom-section {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

    .custom-section img {
        width: 100%;
        height: 100%;
       object-fit:cover;
    }

/* Section Heights */
.col-one .section-1 {
    height: 25%;
    background-color: black;
    border-bottom: 1px solid #bfbfbf;
}

.col-one .section-2 {
    height: 75%;
}

.col-two .section-1 {
    height: 25%;
    background-color: black;
    border-bottom: 1px solid #bfbfbf;
}

.col-two .section-2 {
    height: 25%;
    border-bottom: 1px solid #bfbfbf;
}

.col-two .section-3 {
    height: 50%;
    background-color: black;
}

.col-three .section-1 {
    height: 25%;
    border-bottom: 1px solid #bfbfbf;
}

.col-three .section-2 {
    height: 25%;
    
    border-bottom: 1px solid #bfbfbf;
}

.col-three .section-3 {
    height: 50%;
}

/******************** Black Transparent Overlay *****************************/
.overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

/******************************** Borders *************************************/
.col-one {
    border-right: 1px solid white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/************************ Right border only ********************************/
.col-two {
    border-right: 1px solid white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/****************** No left border to avoid double thickness *********************/
.col-three {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/*********************** No extra border ************************************/
.logo {
    top: 30px;
    left: 30px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    max-height: 150px;
}
.overlay-text {
    position: absolute;
    color: white;
    z-index: 2;
    bottom: 25%;
    left: 20%;
}
/****************** Centering Text in the Overlay *********************************/
.overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
    .overlay::after {
        z-index: 1; /* Lower value */
    }
/*.menu, .overlay-text, .toggle-button {
    z-index: 1002;*/ /* Higher value */
/*}*/
.toggle-button {
    position: absolute;
    top: 15px;
    right: 25px;
    background: transparent;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 12px;
    cursor: pointer;
    z-index: 1001;
}
    /* Hover Effect */
    .toggle-button:hover {
        background: rgba(255, 255, 255, 0.2);
    }
/* Dropdown Menu Styling */
.menu {
    position: absolute;
    top: 50px;
    right: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    width: 150px;
    padding: 8px;
    border-radius: 5px;
    display: none; /* Initially hidden */
    z-index: 1000 !important; /* Make sure it's above everything */
    /* Ensure it doesn't get hidden */
   
    overflow: visible;
}
    /* Ensure menu items are clickable */
    .menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .menu ul li {
            padding: 5px;
            text-align: center;
        }
            .menu ul li a {
                color: white;
                text-decoration: none;
                display: block;
            }
            .menu ul li:hover {
                background: rgba(255, 255, 255, 0.2);
            }
.links-footer {
    gap: 50px; /* More vertical spacing */
}

    .links-footer a {
        text-decoration: none;
        color: #fff;
        padding: 10px 20px;
        border: 3px solid transparent;
        display: inline-block;
        text-align: center;
        transition: all 0.3s ease;
        width: max-content; /* keeps content centered without stretching */
        align-self: flex-start; /* avoids stretching across column */
    }

        .links-footer a:hover {
            background: linear-gradient(black, black) padding-box, linear-gradient(90deg, #f8e427 0%, #e083cb 25%, #555ebc 50%, #02a3d9 75%, #e43c95 100%) border-box;
            border: 3px solid transparent;
        }

/*==================About Page CSS==================================*/
.bgAboutImg {
    height: 430px;
    position: relative;
   
}

.h3-flex-wrapper {
    display: flex;
    justify-content: center; /* center horizontally */
    align-items: center; /* center vertically */
    flex-wrap: wrap; /* wrap for smaller screens */
    gap: 3rem; /* space between cards */
    text-align: center;
    padding: 10px;
}

    .h3-flex-wrapper .text-center {
        /*min-width: 120px;*/
    }
   
    .about-image {
        /*width: 1300px;*/
    }
.overlay-text-about {
    position: absolute;
    color: white;
    z-index: 2;
    top: 5%;
    right: 10%;
}
.overlay-text-img {
    position: absolute;
   height:100px;
    
    z-index: 2;
   align-items:center;
}
.overlay-text-abt-img {
    position: absolute;
    color: #bfbfbf;
    z-index: 2;
    top:25%;
    left: 12%;
    width:25%;
}
.overlay-text-abt-status {
    /*position: absolute;*/
    color: white;
  /*  z-index: 2;
    bottom: 0;*/
    text-align:center;
    /*padding:10px;*/
}
.mission-block {
    border-bottom: 1px solid #bfbfbf;
    /*height:1px; background-color: #bfbfbf;
    width:100%;*/
}

.border-line {
    border: 1px solid #bfbfbf;
    position: absolute;
    top: 0;
    right: 0;
    height:600px;
}
.services-brand {
    padding: 10px;
    border: 2px solid transparent; /* Keeps border transparent */
    /*  border-image: conic-gradient(#f8e427 20%, #e083cb 20%, #555ebc 20%, #02a3d9 20%, #e43c95) 1;*/
    background: linear-gradient(black, black) padding-box, /* inner background */
    linear-gradient( 90deg, #f8e427 0%, #e083cb 25%, #555ebc 50%, #02a3d9 75%, #e43c95 100% ) border-box;
}

.service-block-height{
    height: 250px;
}
.services-block p {
    color: #bfbfbf;
    width: auto;
    margin-left: 0;
}
.vision-block-wrapper {
    position: relative;
    width: fit-content;
   
}

.vision-square {
    height: 150px;
    position: relative;
    z-index: 1;
    border: 1px solid #bfbfbf;
}

.line-left, .line-right {
    content: "";
    position: absolute;
    width: 1px;
    height: 300px; /* Adjust height to reach above section */
    background-color: #bfbfbf;
    top: -219px; /* Move line upwards */
    z-index: 0;
}


    .line-right {
        right: 0;
    }

.line-horiz-top-left,
.line-horiz-bottom-left {
    position: absolute;
    height: 1px;
    width: 230px;
    background-color: #bfbfbf;
    z-index: 0;
}

.line-horiz-top-left {
    top: 0;
    left: -230px;
}

.line-horiz-bottom-left {
    bottom: 0;
    left: -230px;
}

.vision-block {
    margin-left: 133px;
}
/*Service section on about page*/
.service-section {
    padding-bottom:100px;
}
/* Default desktop borders */
.service-container {
    max-width: 1200px;
}

.services-block {
    width: 70%;
}

/* Border Utility Classes */
.border-top-left {
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
}

.border-left-only {
    border-left: 1px solid #bfbfbf;
}

.border-bottom-only {
    border-bottom: 1px solid #bfbfbf;
}

.border-top-bottom {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

.border-all {
    border: 1px solid #bfbfbf;
}

/* Custom Columns for Responsive Override */
.service-col-left,
.service-col-right {
    width: 50%;
}

.service-col {
    width: 33.3333%;
}

/* Mobile Responsive */
@media (max-width: 767.98px) {
    .service-row {
        display: flex;
        flex-direction: column;
        border: none !important;
       
        padding: 15px 10px;
    }

    .service-col,
    .service-col-left,
    .service-col-right {
        width: 100% !important;
        text-align: center;
        border: none !important;
        padding: 10px 15px;
    }

    .services-block {
        width: 100% !important;
    }
}
/******************Work Page**********************************/
.square-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    color:white;
}

.border-column {
    border: 1px solid #bfbfbf;
    height: 300px;
    width: 300px;
    padding: 22px;
    justify-content: end;
    align-items: start;
    color: #fff;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}
    .border-column:hover {
        background: linear-gradient(45deg, #f8e427, #e083cb, #555ebc, #02a3d9, #e43c95);
        color: black;
        font-weight:400 !important;
    }
    .border-column h3 {
        font-size: 32px;
        font-weight: 100;
    }
    .border-column:hover h3 {
        color:#fff;
    }

    /*********************our team about page**************************/
    
.our-team-card {
    position: relative;
    border: 1px solid #efefef;
    height: 200px;
    overflow: hidden;
    text-align: center;
    background-color: #000;
}

    .our-team-card img {
        height: 100%;
        object-fit:cover;
    }

.our-team-card-info{
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    padding: 10px;
   
    background: rgba(0, 0, 0, 0.6);
}
    .our-team-card-info span {
        color: #dcdcdc;
    }
    .social-icons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 30px;
    }
.social-icons a {
   
    position: relative;
    color: inherit;
    bottom: 30px;
    z-index:1;
}

.team-heading {
    font-size: 5rem;
    color: white;
    text-align: start;
    
}

.team-quote {
    color: #bfbfbf;
   text-align:start; 
    font-size: 1rem;
}

.gradient-hi {
    background: linear-gradient(to right, #f8e427, #e083cb, #555ebc, #02a3d9, #e43c95);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

    /*==================Portfolio detail page css===============================*/
.project-section {
    background-color: #000;
    color: #fff;
    font-family: 'Helvetica Neue', sans-serif;
    padding: 60px 20px;
}
.project-title {
    font-size: 64px;
    font-weight: 100;
    margin-bottom: 30px;
}

.project-details p {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 300;
}

.project-nav {
    font-size: 18px;
    font-weight: 300;
}

.nav-icons i {
    font-size: 20px;
    cursor: pointer;
}
.nav-icon-title {
    margin-top: 180px;
}
/*mobile banner*/
.mobile-banner {
    background-color: black;
    color: white;
    border-bottom: 1px solid #bfbfbf;
    padding: 10px 0;
    position: relative;
}

.mobile-banner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid #bfbfbf;
}

.mobile-logo img {
    height: 40px;
}

.mobile-menu-toggle {
    position: relative;
}

.mobile-toggle-btn {
    background: url('../images/menu-bg.png') no-repeat center center;
    background-size: cover;
    border: none;
    color: white;
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
}

.mobile-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    background: #111;
    padding: 10px;
    border: 1px solid #bfbfbf;
    z-index: 10;
}

.mobile-banner-body {
    background-color: #000;
    color: #fff;
    width: 100%;
  
    margin: 0 auto;
    
}

/**new design***/
/* Container styling */
.all-projects-row {
    padding: 10px 0;
    flex-wrap: wrap;
}

/* Button (pill/tab) style */
.filter-button {
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid #fc5e28;
    color: #fc5e28;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}
    /* Hover & Active state */
    .filter-button:hover,
    .filter-button.active {
        background-color: #fc5e28;
        color: #000;
        border-color: #fc5e28;
        box-shadow: 0 0 10px rgba(252, 94, 40, 0.5);
    }
.hover-border-brand {
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    padding: 20px;
    border: 1px solid transparent;
    transition: padding-top 0.3s ease;
    color: #fff; /* or your desired text color */
}
    .hover-border-brand:hover,
    .hover-border-brand.active {
        background-image: linear-gradient( 90deg, #f8e427 0%, #e083cb 25%, #555ebc 50%, #02a3d9 75%, #e43c95 100% );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .hover-border-brand::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 8px; /* Adjust to move closer/farther from text */
        width: 100%;
        height: 3px;
        background: linear-gradient( 90deg, #f8e427 0%, #e083cb 25%, #555ebc 50%, #02a3d9 75%, #e43c95 100% );
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
        border-radius: 2px;
    }

    .hover-border-brand:hover::after {
        transform: scaleX(1); /* Show underline on hover */
    }
    .border-all-category {
        border: 2px solid transparent; /* Make sure border exists */
        border-radius: 10px; /* Optional, looks smoother */
        padding: 5px; /* Required to create spacing inside border */
        background-image: linear-gradient(#000, #000), /* Inner background (black) */
        linear-gradient( 90deg, #f8e427 0%, #e083cb 25%, #555ebc 50%, #02a3d9 75%, #e43c95 100% ); /* Border gradient */
        background-origin: border-box;
        background-clip: padding-box, border-box; /* Split the background */
    }

/* Common row style with full border-bottom */
.row-row {
    display: flex;
    width: 100%;
    height: 180px;
  
}

/* Column halves */
.col-half {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-column {
    border-right: 1px solid #bfbfbf;
}

/*.right-column {
    overflow: hidden;
}
*/
/* Image styling */
.cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Bottom row thirds */
.col-third {
    width: 33.33%;
    height: 100%;
}

.center-column {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    height:140px;
}

.banner-icon {
    width: 70px;
    height: auto;
}

@media (max-width: 576px) {
    .row-row {
        height: 100px;
    }

    .banner-icon {
        width: 60px;
    }

    .cover-image {
        object-fit: cover;
    }
}
/**scrolling brands***/

.brands-scroll {
    overflow: hidden; /* Already here */
    overflow-x: hidden; /* Explicitly hides horizontal scrollbar */
    background: #000;
    position: relative;
}
.brand-track {
    display: flex;
    gap: 50px;
    transition: transform 0.8s ease-in-out;
    will-change: transform;
}

    .brand-track img {
        height: 150px;
        flex-shrink: 0;
    }


    /*-----------Layout contact form i.e homepage-------*/
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 10px; /* Space between items */
}

.custom-checkbox {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #2e2e2e;
    border-radius: 3px;
    background: none;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

    /* Fill color on checked */
    .custom-checkbox:checked {
        background: linear-gradient(to right, #f8e427, #e083cb, #555ebc, #02a3d9, #e43c95);
        border: none;
    }

        /* Checkmark */
        .custom-checkbox:checked::before {
            content: "✔";
            font-size: 12px;
            color: #000;
            font-weight: bold;
            position: absolute;
            left: 2px;
            top: -2px;
        }
