/* =====================================================
   Vignites LLC — Layout & Font Override
   Font: Inter (replaces Nunito Sans)
   Changes: Font family + Layout improvements only
   Colors/theme: UNCHANGED
   ===================================================== */

/* ------- Google Fonts: Inter ------- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* ------- Global Font Override ------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

p, li, a, span, div, td, th, input, textarea, button, select, label {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.ftco-heading-2,
.navbar-brand,
.nav-link,
.btn {
  font-family: 'Inter', sans-serif !important;
}

/* ------- Layout Improvements ------- */

/* Container: slightly wider max-width for breathing room */
.container {
  max-width: 1200px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* Header */
.v-topbar {
    background: #f8faff;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px solid #eee;
}
.v-info-item { margin-right: 25px; color: var(--v-text); }
.v-info-item i { color: var(--v-primary); margin-right: 7px; }
.v-socials a { color: var(--v-dark); margin-left: 12px; transition: 0.3s; }
.v-socials a:hover { color: var(--v-primary); }

/* Logo Scaling */
.v-logo { height: 55px; width: auto; }

/* Navigation Links */
.v-header { background: #fff; position: sticky; top: 0; z-index: 1000; }
.navbar-nav .nav-link {
    color: var(--v-dark) !important;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 18px !important;
    transition: 0.3s;
}
.navbar-nav .nav-item.active .nav-link {
    color: var(--v-primary) !important;
    border-bottom: 2px solid var(--v-primary);
}

/* Reference Style Button */
.v-cta-btn {
    background: var(--v-primary);
    color: white !important;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    transition: 0.4s;
    box-shadow: 0 4px 15px rgba(30, 136, 229, 0.3);
}
.v-cta-btn:hover { background: #1565c0; transform: translateY(-2px); }

/* MOBILE VIEW - ATTRACTIVE MENU */
@media (max-width: 991px) {
    .navbar-collapse {
        background: var(--v-dark);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 30px;
        border-radius: 0 0 20px 20px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    }
    .navbar-nav .nav-link {
        color: #fff !important;
        border-bottom: 1px solid rgba(255,255,255,0.05);
        padding: 12px 0 !important;
    }
    .navbar-nav .nav-item.active .nav-link { border-bottom: 1px solid var(--v-primary); }
    
    /* Modern Toggler Icon */
    .custom-toggler { border: none; padding: 0; outline: none !important; }
    .v-menu-icon {
        width: 25px; height: 2px;
        background: var(--v-dark);
        display: block; position: relative;
    }
    .v-menu-icon::before, .v-menu-icon::after {
        content: ''; width: 25px; height: 2px;
        background: var(--v-dark);
        position: absolute; left: 0; transition: 0.3s;
    }
    .v-menu-icon::before { top: -7px; }
    .v-menu-icon::after { top: 7px; }
}
/*  HEADER */



/* ------- HERO SLIDER ------- */
/* Unique Slider Wrapper */
.v-hero-wrap {
    position: relative;
    height: 80vh;
    min-height: 450px;
    width: 100%;
    overflow: hidden;
    background-color: #000;
}
@media (max-width: 991.98px) {
  .v-hero-wrap {
    height: 60vh;
    min-height: 400px;
  }
}

@media (max-width: 767.98px) {
  .v-hero-wrap {
    height: auto;
    padding: 80px 0;
    min-height: 350px;
  }
}

@media (max-width: 480px) {
  .v-hero-wrap {
    min-height: 470px;
    padding: 100px 0;
  }
}/* Reset & Utilities */
.ath-main-header { background: var(--ath-white); position: relative; z-index: 99; transition: var(--ath-transition); width: 100%; }
.ath-topbar { background: #f8faff; padding: 10px 0; border-bottom: 1px solid #eee; }
.ath-top-flex { display: flex; justify-content: space-between; align-items: center; }
.ath-contacts { display: flex; gap: 25px; }
.ath-info { font-size: 13px; font-weight: 500; color: #555; }
.ath-info i { color: #55b0e1; margin-right: 5px; }

/* Navbar Desktop */
.ath-navbar { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; }
.ath-logo-img { height: 55px; transition: 0.3s; }
.ath-nav-links { align-items: center; gap: 10px; }
.ath-link { 
    color: black; 
    font-weight: 500; 
    font-size: 14px; 
    padding: 25px 15px; 
    text-decoration: none !important; 
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); 
    display: inline-block;
    position: relative; 
}

.ath-dropdown {
    position: relative;
    display: inline-block;
}

.ath-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    z-index: 999;
    top: 100%;
    left: 0;
    border-radius: 8px;
    padding: 10px 0;
    border-top: 3px solid #55b0e1;
}

.ath-dropdown-menu a {
    color: #333;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: left;
}

.ath-dropdown-menu a:hover {
    background-color: #f8f9fa;
    color: #55b0e1;
    padding-left: 25px;
}

.ath-dropdown:hover .ath-dropdown-menu {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.ath-dropdown i {
    font-size: 10px;
    margin-left: 5px;
}

.ath-link:hover { 
    color: #55b0e1; 
    transform: scale(1.1); 
}

.ath-link::after {
    content: '';
    position: absolute;
    bottom: 18px; 
    left: 15px;
    width: 0;
    height: 2px;
    background-color: #55b0e1;
    transition: width 0.3s ease;
}

.ath-link:hover::after, 
.ath-link.ath-active::after { 
    width: calc(100% - 30px); 
}

/* Active state color */
.ath-link.ath-active {
    color: #55b0e1;
}
.ath-btn-quote {
    background: #55b0e1; 
    color: white !important;
    padding: 12px 28px;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none !important;
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #55b0e1; 
    position: relative;
    z-index: 1;
    overflow: hidden; 
    transition: color 0.4s ease;
    box-shadow: 0 4px 15px rgba(85, 176, 225, 0.3);
}

/* Icon Styling */
.ath-btn-quote i {
    margin-right: 10px;
    font-size: 16px;
    transition: transform 0.4s ease;
}

/* Background Animation Layer (Right to Left Wipe) */
.ath-btn-quote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #55b0e1;
    z-index: -1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transform-origin: right; /* Animation right side se start hogi */
}

.ath-btn-quote:hover::before {
    transform: scaleX(0);
}

.ath-btn-quote:hover {
    color: #55b0e1 !important;
    background: transparent; 
}

.ath-btn-quote:hover i {
    transform: translateX(3px) translateY(-3px) scale(1.1);
    color: #55b0e1;
}

.ath-sticky { position: fixed; top: 0; left: 0; box-shadow: 0 5px 25px rgba(0,0,0,0.1); animation: ath-slideIn 0.4s; }
@keyframes ath-slideIn { from { transform: translateY(-100%); } to { transform: translateY(0); } }

/* Mobile Toggle */
.ath-toggle-btn { background: none; border: none; cursor: pointer; display: flex; flex-direction: column; gap: 6px; }
.ath-toggle-btn span { width: 30px; height: 3px; background: var(--ath-dark); border-radius: 3px; }

.ath-full-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b9ce3;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    transition: var(--ath-transition);
}
.ath-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ath-follow-text {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    margin-right: 5px;
    text-transform: capitalize;
}

.ath-socials a {
    color: #55b0e1; 
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.ath-socials a:hover {
    transform: translateY(-2px);
    color: #000a20; /* Dark color on hover */
}

.ath-full-menu.open { transform: translateX(0); }

.ath-close-menu {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 50px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
}

.ath-menu-content { text-align: center; width: 90%; }
.ath-mobile-logo { height: 84px;
  margin-bottom: 40px; }
.ath-mobile-nav { list-style: none; padding: 0; margin-bottom: 40px; }
.ath-mobile-nav li { margin: 20px 0; transform: translateY(30px); opacity: 0; transition: 0.5s; }
.ath-full-menu.open .ath-mobile-nav li { transform: translateY(0); opacity: 1; }

.ath-mobile-nav a { color: white; font-size: 24px; font-weight: 700; text-decoration: none; }
.ath-mobile-contact a { display: block; color: rgba(255,255,255,0.8); margin: 10px 0; text-decoration: none; }
.ath-mobile-social { margin-top: 30px; display: flex; justify-content: center; gap: 20px; }
.ath-mobile-social a { color: white; font-size: 20px; }

.submenu-trigger {
    display: inline-block; 
    cursor: pointer;
    color: #ffd946;;
    font-size: 18px;
    transition: transform 0.3s ease-in-out;
}

.ath-mobile-submenu {
    display: none;
    list-style: none;
    padding-left: 0;
    background: #f9f9f9;
}

.has-submenu.open .ath-mobile-submenu {
    display: block;
}

.has-submenu.open .submenu-trigger {
    transform: rotate(45deg) !important;
    color: #ff4d4d !important;
}
.submenu-trigger i {
    display: inline-block;
    padding-left: 6px;
}

.ath-mobile-submenu li a {
    padding: 12px 25px !important;
    font-size: 14px !important;
    border-bottom: 1px solid #ebebeb;
    display: block;
    color: #444 !important;
     transition: all 0.3s ease;
}

.ath-mobile-submenu li a:hover {
    color: #55b0e1 !important;
    background-color: #f0f9fd;
    padding-left: 35px !important;
    transform: scale(1.02);
   
}

/* header END */

.v-slider-container {
    width: 100%;
    height: 100%;
}

.v-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: 1;
    transform: scale(1);
}

.v-slide.active {
    opacity: 1;
    z-index: 2;
}

.v-slide.active {
    animation: v-zoom-bg 12s linear forwards;
}

@keyframes v-zoom-bg {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}

/* Content Box */
.v-content-box {
    max-width: 800px;
    color: #fff;
    z-index: 10;
}

.v-content-box h1 {
    font-size: 55px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #fff;
}

.v-content-box p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 35px;
    color: rgba(255,255,255,0.9);
}

.v-btn-adv {
    background-color: #55b0e1 !important;
    color: #fff !important;
    padding: 18px 40px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    transition: 0.3s;
    text-decoration: none;
    border: 2px solid transparent;
}

.v-btn-adv:hover {
    background-color: transparent !important;
    border-color: #55b0e1 !important;
    color: #55b0e1 !important;
}

.v-text-animate {
    opacity: 0;
    transform: translateY(40px);
}

.v-slide.active .v-text-animate {
    animation: v-fade-up 0.8s ease-out forwards;
}

.v-slide.active h1.v-text-animate { animation-delay: 0.8s; }
.v-slide.active p.v-text-animate { animation-delay: 1.1s; }
.v-slide.active div.v-text-animate { animation-delay: 1.4s; }

@keyframes v-fade-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .v-content-box h1 { font-size: 32px; }
    .v-content-box p { font-size: 15px; }
}
/* ------- SECTION SPACING ------- */
.ftco-section {
  padding: 80px 0 !important;
}

.ftco-section.ftco-no-pb {
  padding-bottom: 0 !important;
}

.ftco-section.ftco-no-pt {
  padding-top: 0 !important;
}

/*  PAGES HERO */
/* Intro Section Styling */
.ath-hero-section {
    position: relative;
    padding: 120px 0; /* Breadcrumb aur headline ke liye space */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 450px;
    display: flex;
    align-items: center;
}

.ath-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 10, 32, 0.7); /* Dark Blue Overlay from reference */
    z-index: 1;
}

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

/* SEO Typography */
.ath-headline {
    font-size: clamp(28px, 4.5vw, 48px);
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
 text-transform: uppercase;
    opacity: 0;
    transform: translateX(-100px);
    animation: slideInLeft 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.ath-headline span {
    color: #55b0e1; /* Your Primary Blue Theme */
}

/* Breadcrumbs Styling */
.ath-breadcrumb-nav {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    opacity: 0;
    transform: translateX(-50px);
    animation: slideInLeft 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.3s; 
}

.ath-breadcrumb-nav a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: 0.3s;
}

.ath-breadcrumb-nav a:hover {
    color: #55b0e1;
}

.ath-separator {
    color: #55b0e1;
    margin: 0 15px;
    font-size: 12px;
}

.ath-current {
    color: #ffffff;
    font-weight: 400;
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .ath-headline {
        font-size: 25px;
        text-align: center;
    }
    .ath-hero-section {
        padding: 10px 0 ;
        text-align: center;
        min-height: 260px;
    }
    .ath-breadcrumb-nav {
        justify-content: center;
        font-size: 11px;
    }
}
/* ------- SECTION HEADINGS ------- */
.heading-section h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em;
  margin-bottom: 16px !important;
}

.heading-section p {
  font-size: 16.5px;
  line-height: 1.75;
  opacity: 0.85;
}

.heading-section .subheading {
  font-size: 11.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
}

/* ------- SERVICES CARDS ------- */

.services {
    transition: all 0.4s ease-in-out !important; 
    cursor: pointer;
    border: 1px solid transparent;
    background-color: #f0f9fd;
}


.services:hover {
    background-color: #55b0e1 !important; 
    transform: translateY(-10px); 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important; 
}

.services:hover h3, 
.services:hover p
{
    color : #ffffff !important;
}

.services:hover .v-svg {
    stroke: #ffffff !important;
    transition: stroke 0.3s ease;
}

.v-icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.ath-service-box-v2 {
    background: #fdfdfd;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    transition: all 0.4s ease;
}

.ath-service-box-v2:hover {
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    border-color: #55b0e1;
    transform: translateY(-5px);
}

.ath-icon-v2 {
    background: #f0f9fd;
    padding: 12px;
    border-radius: 10px;
    display: inline-flex;
    transition: 0.3s;
}

.ath-service-box-v2:hover .ath-icon-v2 {
    background: #55b0e1;
}

.ath-service-box-v2:hover .ath-icon-v2 svg {
    stroke: #ffffff;
}

.service-main-heading {
   font-size: clamp(1.5rem, 2.5vw, 2rem) !important;
  font-weight: 800 !important;
   color: #233e62;
    line-height: 1.1; 
    margin-bottom: 25px; 
}
.ath-service-box-v2 {
    transition: all 0.4s ease;
    border: 1px solid transparent;
}
.ath-service-box-v2:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important;
}
.ath-icon-v2 svg {
    transition: 0.3s;
}
.ath-service-box-v2:hover .ath-icon-v2 svg {
    transform: scale(1.1);
    stroke: #000a20;
}

/*  SERVICE BOX END */
.ath-link-v2 {
    color: #55b0e1;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.ath-link-v2 i {
    font-size: 12px;
    transition: 0.3s;
}

.ath-link-v2:hover i {
    padding-left: 5px;
}

.v-parallax-section {
    background-attachment: fixed !important; 
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    padding: 100px 0; 
}

.v-parallax-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}

.v-parallax-section .container {
    position: relative;
    z-index: 2;
}

.btn-white-custom {
   
    transition: 0.3s;
  border: 2px solid #fff;
     background: transparent;
    color: #fff !important;
}

.btn-white-custom:hover {
    background: #fff;
    color: #55b0e1 !important;
    font-weight: 700;
    border: 2px solid #fff;
}
.v-btn-icon {
    transition: transform 0.3s ease;
}

.btn-white-custom:hover .v-btn-icon {
    transform: translateX(5px); 
    stroke: #55b0e1; 
}

.d-inline-flex {
    display: inline-flex !important;
}
/* ------- SERVICES-2 GRID ------- */
.services-2-new {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
}

.services-2-new:hover {
    transform: translateY(-12px); 
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important; 
    background-color: #ffffff;
}

.services-2-new:hover svg {
    transform: rotateY(180deg);
    transition: 0.6s;
}

.services-2 .icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  margin: 0 auto 20px !important;
}

.services-2 h3 {
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

.services-2 p {
  font-size: 14.5px;
  line-height: 1.72;
}

/* ------- ABOUT SECTION ------- */
.wrap-about-border {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.09);
}

.wrap-about-border .img {
  min-height: 260px;
}

.wrap-about-border .text {
  padding: 32px 28px !important;
}

.wrap-about-border .text h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 14px;
}

.wrap-about h2 {
 font-size: clamp(1.75rem, 3vw, 2.5rem) !important;
  font-weight: 600 !important;
}

/* ------- CTA INTRO SECTIONS ------- */
.ftco-intro {
  padding: 60px 0 !important;
}
.guidance-card {
    transition: transform 0.4s ease;
}
.guidance-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15) !important;
}

.ftco-intro h2 {
  font-size: clamp(1.4rem, 2.8vw, 2.1rem) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

/* ------- BUTTONS ------- */
.btn {
  font-size: 13.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  border-radius: 8px !important;
  padding: 12px 28px !important;
  transition: all 0.2s ease !important;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.btn-primary {
  letter-spacing: 0.05em;
}

.btn-white {
  border-radius: 8px !important;
}

/* ------- FOOTER ------- */
.ftco-footer {
  padding: 80px 0 40px !important;
}

.ftco-heading-2 {
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 22px !important;
}

.ftco-footer-widget ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  transition: 0.3s; 
}

.ftco-footer-widget ul li a:hover {
  color: #55b0e1 !important;
  text-decoration: none; 
  padding-left: 5px;
}

.block-23 ul li {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.ftco-footer-social li a {
  width: 40px;
  height: 40px;
  border-radius: 10px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ftco-footer-social li a:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

/* ------- HERO WRAP (inner pages) ------- */
.hero-wrap {
  min-height: 360px !important;
  display: flex;
  align-items: center;
}

.hero-wrap .bread {
  font-size: clamp(1.8rem, 4vw, 3rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}

.breadcrumbs-custom {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* ------- CAREERS PAGE ------- */
.job-post-item {
  border-radius: 14px;
  padding: 28px 32px !important;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.job-post-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

.job-post-item h3 {
  font-size: 19px !important;
  font-weight: 700 !important;
}

/* ------- CONTACT PAGE ------- */
.contact-section .dbox {
  border-radius: 14px;
  padding: 28px 24px !important;
}

/* ------- FORM ELEMENTS ------- */
.form-control {
  font-family: 'Inter', sans-serif !important;
  font-size: 14.5px !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
}

/* ------- COUNTER SECTION ------- */
.v-roadmap-container {
    position: relative;
    padding: 40px 0;
}

.v-roadmap-container::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    width: 2px;
    background: #e0e0e0;
}

.v-roadmap-item {
    position: relative;
    margin-bottom: 50px;
    padding-left: 60px;
}

.v-roadmap-dot {
    position: absolute;
    left: 11px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: #55b0e1;
    border-radius: 50%;
    z-index: 2;
    border: 3px solid #fff;
    transition: all 0.3s ease;
}

.v-roadmap-content h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
}

.v-roadmap-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.v-roadmap-item:hover .v-roadmap-dot {
    background-color: #233e62 !important;
    box-shadow: 0 0 0 6px rgba(35, 62, 98, 0.2);
    transform: scale(1.3);
}

@media (min-width: 768px) {
    .v-roadmap-container::before {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .v-roadmap-item {
        width: 50%;
        padding-left: 0;
    }
    
    .v-roadmap-item:nth-child(odd) {
        text-align: right;
        padding-right: 60px;
        left: 0;
    }
    
    .v-roadmap-item:nth-child(even) {
        text-align: left;
        padding-left: 60px;
        left: 50%;
    }
    
    .v-roadmap-dot {
        left: auto;
        right: -10px;
        top: 0;
    }
    
    .v-roadmap-item:nth-child(even) .v-roadmap-dot {
        left: -10px;
        right: auto;
    }
}

/* ------- LOGO ------- */
.logoimg {
 max-height: 75px;
  width: auto;
}

/* ------- RESPONSIVE ADJUSTMENTS ------- */
@media (max-width: 991.98px) {
  .home-slider .slider-item {
    min-height: 70vh;
  }
  .ftco-section {
    padding: 60px 0 !important;
  }
  .ftco-footer {
    padding: 60px 0 32px !important;
  }
}

@media (max-width: 767.98px) {
  .home-slider .slider-item {
    min-height: 60vh;
  }
  .slider-text h1 {
    font-size: 1.8rem !important;
  }
  .ftco-section {
    padding: 48px 0 !important;
  }
  .services {
    margin-bottom: 16px;
  }
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
