:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #fba953;
    --theme2: #514DE0;
    --theme3: #0D6DFD;
    --theme5: #F16319;
    --theme6: #f37228;
    --header: #151518;
    --header2: #072032;
    --text: #CDCDCD;
    --text2: #5C6972;
    --border: #2A2A2A;
    --body-bg: #151518;
    --bg: #1A1A1E;
    --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    --secondary-clr: #F2F2F2;
}




.breadcrumb-wrapper .page-heading h1 span {
    font-weight: 400;
    color: var(--theme6);
    font-family: "Marcellus", sans-serif;
}

.breadcrumb-wrapper .page-heading h1 {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.45);
}

.breadcrumb-wrapper .page-heading h1 span {
    font-weight: 400;
    color: var(--theme6);
    font-family: "Marcellus", sans-serif;
    text-shadow: 1px 1px 3px rgb(68 67 67 / 52%);
}
.breadcrumb-wrapper .page-heading h1 {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3),
                 0 4px 12px rgba(0,0,0,0.25);
}
.breadcrumb-wrapper .page-heading h1 {
    text-shadow: 3px 3px 12px rgba(0,0,0,0.6);
}



/* ===============================
   BREADCRUMB SECTION
================================ */
.breadcrumb-wrapper {
  position: relative;
  height: 320px;
  overflow: hidden;
}

/* BACKGROUND IMAGE */
.breadcrumb-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform-origin: center;
  z-index: 1;
}

/* DARK OVERLAY */
.breadcrumb-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* CONTENT CENTER */
.breadcrumb-wrapper .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  text-align: center;
}

/* HEADING */
.page-heading h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

.page-heading h1 span {
  color: #ff7b00;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .breadcrumb-wrapper {
    height: 240px;
  }

  .page-heading h1 {
    font-size: 32px;
  }
}




    .counter-wrapper .counter-items .content p {
    font-size: 20PX;
}
.counter-wrapper .counter-items .content h2 {
    font-size: 30PX;
    font-weight: 300;
}
.counter-items .icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(145deg, #e37910, #f5c29f);

    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.counter-items .icon img {
    width: 70px;       /* Same size icon */
    height: 70px;
    object-fit: contain;
    display: block;
}

.section-padding {
    padding: 75px 0;
}

.section-title h2 b {
    color: #fb9c02;
}
.back-to-top {
background-color: #e38629;
}
.theme-btn {
    color: #fbb753;
}

.theme-btn:hover {
    color: #fff !important;
    background: linear-gradient(145deg, #e37910, #f5c29f) !important;
}


.project-wrapper .project-title {
    font-size: 60px;
    margin-bottom: 30px;
    line-height: 1;
    margin-top: -15px;
}
.center-small-text {
    text-align: center;
    font-size: 20px; 
    line-height: 1.6;
}

/* ============================
   WHY BOXES – Equal Height Fix
============================ */

.why-box::before,
.why-box::after {
    background: none !important;
    box-shadow: none !important;
}
.message-items h2 span b {
    font-weight: 400;
    color: var(--theme6);
}
.discord-orange {
    font-size:20px;      /* icon size */
    color: orange;        /* icon color orange */
}

/* About-Us */
li {
    display: flex;
    align-items: center;  /* Icon + Text perfect center line me */
    gap: 8px;             /* Icon aur text ke beech spacing */
}

.discord-icon {
    background: orange;
    color: white;
    padding: 8px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.about-wrapper .nav .nav-item .nav-link.active{
    background-color: var(--theme6);
}

/* Wrapper */
.how-we-work.re-sec {
    padding: 100px 0;
}

/* Left Image - Rounded + Orange Border */
.re-img img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;              /* Round image */
    border: 6px solid #ff8c00;       /* Orange border */
    padding: 5px;
    transition: 0.4s ease;
}

.re-img img:hover {
    transform: scale(1.05);          /* Smooth zoom hover */
    border-color: #ffa733;           /* Slightly brighter orange on hover */
}

/* Right Content */
.re-content {
    padding-left: 40px;
}

/* Main Title */
.re-title {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    transition: 0.4s ease;
}

.re-title:hover {
    color: #ff8c00;                  /* Orange hover */
    letter-spacing: 1px;             /* Attractive animation */
}

/* Subtitle */
.re-subtitle {
    font-size: 30px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #ffffff;
    transition: 0.4s ease;
}

.re-subtitle:hover {
    color: #ff8c00;                  /* Orange hover */
}

/* Text Paragraphs */
.re-text {
    color: #d7e6e6;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 991px) {
    .re-content {
        padding-left: 0;
        margin-top: 40px;
    }
    .re-title {
        font-size: 32px;
    }
}

@media (max-width: 470px) {
    h2 {
        font-size: 45px;
    }
}
/* About-Us */


/* career */

/* ===== SECTION BG ===== */
.re-section-bg {
    background: #0c0c0c !important;
}


/* ===== HEADINGS ===== */
.re-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.re-text-lg {
    font-size: 18px;
    color: #d7e6e6;
    margin-top: 10px;
}

@media(max-width:768px){
    .re-title { font-size: 30px; }
}


/* =====================================================
   FILTER BUTTONS
   =====================================================*/
.re-career-filter {
    margin-bottom: 40px;
}

.re-career-filter ul {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

.re-career-filter ul li {
    list-style: none;
    cursor: pointer;
}

.re-filter-btn {
    background: rgba(255,255,255,0.85);
    border: none;
    color: #0a2f2f;
    padding: 10px 28px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    display: inline-block;
}

.re-career-filter ul li.active .re-filter-btn,
.re-filter-btn:hover {
    background: #ffffff;
    color: #0a2f2f;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}


/* =====================================================
   CAREER CARDS
   =====================================================*/
.re-career-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 30px;
}

.re-career-card {
    background-color:#f68506;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    transition: 0.3s;
}

.re-career-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Career Title */
.re-career-title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

/* Info List */
.re-career-info {
    padding: 0;
    margin: 12px 0 0 0;
}

.re-career-info li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.re-career-info li i {
    margin-right: 8px;
}


/* View Button */
.re-btn {
    background: #fff;
    color: #0b3d3d;
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 2px solid transparent;
    transition: 0.3s;
}

.re-btn:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
    transform: translateX(4px);
}

@media(max-width:768px){
    .re-career-card {
        flex-direction: column;
        text-align: center;
    }
}
/* career */

/* cpaas */

/* MAIN HERO SECTION */
.re-hero-section {
    width: 100%;
    padding: 140px 0;
    background: #000;
    position: relative;
    overflow: hidden;
}

/* CONTENT WRAPPER */
.re-hero-container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

/* LEFT CONTENT */
.re-hero-left {
    flex: 1;
    color: #fff;
    animation: fadeUp 1.4s ease;
}

/* HEADING */
.re-hero-title {
    font-size: 70px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: 1px;
    transition: 0.4s ease;
    display: inline-block;
}

/* HOVER ORANGE */
.re-hero-title:hover {
    color: #ff9d00;
    transform: translateY(-5px);
    text-shadow: 0 0 18px rgba(255, 162, 0, 0.6);
}

.re-hero-desc {
    font-size: 22px;
    line-height: 1.7;
    color: #d9d9d9;
    max-width: 570px;
    opacity: 0.9;
    animation: fadeUp 1.8s ease;
}

/* RIGHT IMAGE */
.re-hero-right {
    flex: 1;
    display: flex;
    justify-content: center;
    animation: fadeLeft 1.4s ease;
}

/* IMAGE DESIGN */
.re-hero-img {
    width: 90%;
    max-width: 520px;
    border-radius: 20px;
    border: 4px solid transparent;
    background-color:#f68506;
    padding: 6px;
    animation: float 4s ease-in-out infinite;
    box-shadow: 0 0 25px rgba(255, 153, 0, 0.4);
}

/* FLOAT ANIMATION */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0px); }
}

/* FADE ANIMATIONS */
@keyframes fadeUp {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeLeft {
    0% { opacity: 0; transform: translateX(50px); }
    100% { opacity: 1; transform: translateX(0); }
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .re-hero-container {
        flex-direction: column;
        text-align: center;
    }

    .re-hero-title {
        font-size: 55px;
    }

    .re-hero-desc {
        margin: 0 auto;
        font-size: 19px;
    }

    .re-hero-right {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .re-hero-title {
        font-size: 38px;
    }
}

/* MAIN SECTION */
.re-usecase-section {
    background: #000; 
    padding: 100px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* HEADING */
.re-heading .re-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

/* BOX STYLE */
.re-box {
    background-color:#f68506; 
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    transform: scale(0.9);
    animation: zoomInCard 0.6s ease forwards;
}

/* BOX HOVER EFFECT */
.re-box:hover {
    transform: translateY(-12px) scale(1);
    box-shadow: 0px 10px 25px rgba(255, 115, 0, 0.6);
}

/* ICON */
.re-box .re-icon img {
    width: 65px;
    margin-bottom: 20px;
   text-align:center;
}

/* TITLE */
.re-box-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-right:25px;
    text-align:center;
}

/* TEXT */
.re-box p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

/* ZOOM-IN ANIMATION */
@keyframes zoomInCard {
    0% {
        opacity: 0;
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        transform: scale(0.9);
    }
}

/* RESPONSIVE FIXES */
@media (max-width: 768px) {
    .re-box {
        padding: 25px;
    }
    .re-title {
        font-size: 28px;
    }
}
.fa-solid, .fas {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 30px;
}

/* SECTION BACKGROUND */
.re-benefit-section {
    padding: 50px 0;
    background: #0b0b0b;
    position: relative;
}

/* LEFT IMAGE */
.re-benefit-image {
    position: relative;
    z-index: 2;
}

/* LEFT IMAGE */
.re-benefit-image {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

/* IMAGE SIZE CONTROL */
.re-benefit-image img {
    width: 70%;
    max-width: 300px;   
    height: auto;
    border-radius: 18px;
    border: 2px solid #f68506;
    padding: 8px;
    background: rgba(255, 122, 0, 0.06);
    transition: 0.4s ease;
}

.re-benefit-image img:hover {
    transform: scale(1.03); /* pehle 1.05 tha */
    box-shadow: 0 10px 28px rgba(255, 122, 0, 0.35);
}


/* FLOATING SHAPE */
.re-floating-shape img {
    width: 90px;
    opacity: 0.5;
    animation: floatingMove 4s ease-in-out infinite;
}

@keyframes floatingMove {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* CONTENT */
.re-benefit-content {
    padding-left: 20px;
}

.re-benefit-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
}

/* LIST */
.re-benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.re-benefit-list li {
    font-size: 18px;
    margin-bottom: 18px;
    color: #f68506;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
}

.re-benefit-list li i {
    font-size: 20px;
    color: #f68506;
    margin-right: 12px;
    transition: 0.3s ease;
}

/* Hover Effects */
.re-benefit-list li:hover {
    color: #f68506;
    transform: translateX(8px);
}

.re-benefit-list li:hover i {
    transform: scale(1.2);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .re-benefit-content {
        padding-left: 0;
        margin-top: 35px;
    }
    .re-benefit-title {
        font-size: 28px;
    }
}
/* Grid layout */
.enhanced_row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    margin-top: 40px;
}

@media (max-width: 1200px) {
    .enhanced_row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .enhanced_row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .enhanced_row {
        grid-template-columns: 1fr;
    }
}

/* Grid layout */
.enhanced_row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    margin-top: 40px;
}

@media (max-width: 1200px) {
    .enhanced_row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .enhanced_row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .enhanced_row {
        grid-template-columns: 1fr;
    }
}

/* BOX DESIGN */
.enhanced_service {
    background-color:#f68506;
    padding: 30px 25px;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    box-shadow: 0px 10px 25px rgba(255, 98, 0, 0.25);
    transition: all 0.3s ease-in-out;
}

/* Hover Effect */
.enhanced_service:hover {
    transform: translateY(-8px);
    box-shadow: 0px 15px 30px rgba(255, 98, 0, 0.35);
}

/* Font Awesome Icons */
.enhanced_icon i {
    font-size: 50px;
    margin-bottom: 18px;
    color: #fff;
}

/* Heading */
.enhanced_service h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

/* Paragraph */
.enhanced_service p {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
}

/* General section */
.cpas-chart {
  background-color: #0b0b0b; /* Black background */
  color: #fff; /* Default white text */
}

/* Root box */
.root-box {
  border: 2px solid #f68506;
  color: #fff;
  font-weight: bold;
  transition: transform 0.3s, box-shadow 0.3s, color 0.3s;
}

.root-box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #FFA500;
  background-color:#f68506;
  color: #fff;
}

/* Boxes */
.box {
  border: 2px solid #f68506;
  color: #fff;
  font-weight: 500;
  transition: all 0.4s ease;
  cursor: pointer;
  background-color: #111; /* dark background */
}

/* Hover effect with gradient text */
.box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px #FFA500;
  background: linear-gradient(90deg, #ff7f00, #ffae42);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff; /* fallback */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .root-box {
    width: 150px !important;
  }
  .box {
    font-size: 14px;
  }
}
/* cpaas */

/* Election  Management */


 /* Button Gradient */
.btn-orange-gradient {
    background: linear-gradient(90deg, #FFA64D, #FF8C1A);
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.btn-orange-gradient:hover {
    background: linear-gradient(90deg, #FF8C1A, #FFA64D);
}

/* Form Input Styles */
.form-control-dark {
    background-color: #000;
    color: #fff;
    border: 1px solid #FFA64D;
}

.form-control-dark::placeholder {
    color: #ccc;
}

/* Contact Form Box */
.contact-form-dark {
    background-color: #1a1a1a;
}

/* Star Color */
.star-orange {
    color: #FFA64D;
}
/* Form Select Custom Style */
.form-select-dark {
    background-color: #000 !important;;       /* black background */
    color: #FFA64D;               /* orange text */
    border: 1px solid #FFA64D !important;    /* orange border */
    -webkit-appearance: none;     /* remove default arrow (Chrome, Safari) */
    -moz-appearance: none;        /* Firefox */
    appearance: none;              /* modern browsers */
    padding-right: 2.5rem;        /* space for arrow */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFA64D' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658c-.566-.618.109-1.658.814-1.658h9.47c.704 0 1.38 1.04.814 1.658l-4.796 5.482a1 1 0 0 1-1.554 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem 1rem;
}
.nice-select .list {
    background-color: #000 !important;
}

/* Section styling */
.section-dark {
    background-color: #000;
    position: relative;
}

.about-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 165, 0, 0.05); /* subtle orange overlay */
    z-index: 1;
}

.section-subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

/* Gradient text effect for orange */
.text-gradient {
    background: linear-gradient(90deg, #ffffff 50%, #ff7f00 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
}

.text-gradient:hover {
    background: linear-gradient(90deg, #ff7f00 50%, #ffffff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.highlight-orange {
    color: #ff7f00;
}

/* Paragraph */
.section-text {
    font-size: 1rem;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

/* Image styling */
.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
}

/* Animations */
.animate-zoom-left {
    opacity: 0;
    transform: translateX(-50px);
    animation: zoomLeft 1s forwards;
    animation-delay: 0.2s;
}

.animate-zoom-right {
    opacity: 0;
    transform: translateX(50px);
    animation: zoomRight 1s forwards;
    animation-delay: 0.2s;
}

@keyframes zoomLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zoomRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.75rem;
    }
}

/* Section Background */
.section-dark {
    background-color: #000;
    position: relative;
}

/* Headings */
.section-subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.5rem;
}

/*.section-title {*/
/*    font-size: 2.5rem;*/
/*    font-weight: 700;*/
/*   color: #fff;*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.section-title:hover {*/
/*    color:  #ff7f00;*/
/*}*/

/* Service Card */
.service-card {
    background-color: #ff7f00 !important;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(255, 127, 0, 0.4);
}

/* Icon */
.service-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
    font-size: 2rem;
}

/* Orange Theme */
.bg-orange {
    background-color: #ff7f00 !important;
}

/* Service Title */
.service-title {
    font-size: 1.1rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.service-title a {
    color: #fff;
    text-decoration: none;
}

.service-title a:hover {
    color: #ff7f00;
}

/* Animations */
.animate-zoom {
    opacity: 0;
    transform: scale(0.9);
    animation: zoomIn 0.8s forwards;
    animation-delay: 0.2s;
}

@keyframes zoomIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive Grid */
@media (max-width: 992px) {
    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.75rem;
    }
}

/* Section BG */
.section-dark {
    background: #000;
}

/* Heading */
.section-subtitle {
    font-size: 1.3rem;
    color: #ff7f00;
    letter-spacing: 1px;
}

.section-title {
    font-size: 2.4rem;
    font-weight: 700;
}

/* .text-gradient {
    background: linear-gradient(90deg, #ffffff, #ff7f00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

/* Card Style */
.counter-card {
    background: #f68506;
    border: 2px solid #f68506;
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
}

.counter-card:hover {
    transform: translateY(-10px);
    border-color: #f68506;
    box-shadow: 0 0 20px rgba(255, 128, 0, 0.5);
    background: #151515;
}

/* Icons */
.counter-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 128, 0, 0.4);
    transition: 0.3s ease;
}

.counter-card:hover .counter-icon {
    background: #ff7f00;
    border-color: #ff7f00;
    color: #fff;
    font-size:30px;
}

.counter-icon i {
    font-size:30px;
    color: #ff7f00;
    transition: 0.3s ease;
}

.counter-card:hover .counter-icon i {
    color: #fff;
     font-size:20px;
}

/* Titles */
.counter-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 10px;
}

/* Flip Animation */
.animate-flip {
    opacity: 0;
    transform: rotateX(-90deg);
    animation: flipIn 0.8s forwards;
}

@keyframes flipIn {
    to {
        opacity: 1;
        transform: rotateX(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .section-title { font-size: 2rem; }
}
/* ============================
   Section Styling
============================ */
.section {
    background: #000000;
    padding: 60px 0;
}

.heading_block .heading_text {
    color:#f68506;
    font-size: 36px;
    font-weight: 700;
}

.heading_block .heading_description {
    color: #ffffff;
    opacity: 0.8;
    font-size: 18px;
}

/* ============================
   Policy Block (Card)
============================ */
.policy_block {
    background: #0f0f0f !important;
    border-radius: 14px;
    padding: 25px 20px;
    text-align: center;
    margin-bottom: 30px;
    height: auto;
    border: 2px solid #1c1c1c;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
}

/* Rounded Icon Container */
.policy_image {
    width: 140px;
    height: 140px;
    background: #1b1b1b;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ff6a00;
    overflow: hidden;   /* IMPORTANT */
}

.policy_block:hover .policy_image{transform:scale(1.08);box-shadow:0px 0px 20px rgba(255,106,0,0.5)}
.policy_image img{width:100%;height:100%;object-fit:cover;transition:.4s ease}
.policy_block:hover img{transform:scale(1.15)}
.policy_content h5{color:#ffffff;font-size:20px;margin-top:20px;font-weight:600;transition:color .3s ease}
.policy_block:hover .policy_content h5{color:#ff6a00}.text-orange{color:#ff6a00}
.work-card{background:#111;padding:25px;text-align:center;border-radius:14px;border:2px solid #1c1c1c;transition:.4s ease;height:120px;display:flex;align-items:center;justify-content:center}
.work-card h5{color:#fff;font-size:17px;font-weight:600;margin:0;transition:.3s ease}
.work-card:hover{border-color:#ff6a00;transform:translateY(-8px) scale(1.05);box-shadow:0 0 25px rgba(255,106,0,.4)}
.work-card:hover h5{color:#ff6a00}.work-card{animation:fadeUp .8s ease both}


@keyframes fadeUp {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}



/* ===============================
   BRAND SECTION
================================ */
.brand-section{background:radial-gradient(circle at top,#111,#000);padding:90px 0;overflow:hidden}
.brand-title h2{color:#fff;font-weight:700;letter-spacing:1px;font-size:32px}
.brand-title h2 span{color:#ff8a00}
.brand-line{width:90px;height:3px;background:linear-gradient(90deg,#ff8a00,#ffaa33);margin:15px auto 0;border-radius:50px;box-shadow:0 0 12px rgba(255,138,0,.8)}
.brand-slider{padding-top:40px}

/* Card */
/* Brand Card – WHITE Background */
.brand-box{height:120px;background:#ffffff;border:2px solid rgba(255,138,0,.35);border-radius:18px;display:flex;align-items:center;justify-content:center;transition:all .4s ease;box-shadow:0 10px 30px rgba(0,0,0,.25)}
.brand-box img{max-width:150px;max-height:70px;object-fit:contain;filter:grayscale(0) brightness(100%);opacity:1;transition:all .4s ease}
.brand-box:hover{transform:translateY(-6px) scale(1.04);border-color:#ff8a00;box-shadow:0 0 20px rgba(255,138,0,.45),0 10px 35px rgba(0,0,0,.4)}
.brand-box:hover{transform:translateY(-6px) scale(1.03);border-color:#ff8a00;box-shadow:0 0 25px rgba(255,138,0,.35)}
.brand-box:hover img{filter:grayscale(0) brightness(100%);opacity:1}


/* Responsive */
@media(max-width: 768px){
    .brand-title h2{font-size: 24px;}
    .brand-box{height: 100px;}
    .brand-box img{max-width: 120px;}
    .mean-container .mean-nav ul li {display: inline-block;}
}


