:root {
    --primary: #007bff;
    --primary-dark: #007bff;
    --secondary: #0ea5e9;
    --dark: #1e293b;
    --light: #f8fafc;
    --gray: #64748b;
    --success: #10b981;
    --warning: #f59e0b;
    --danger: #ef4444;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: var(--dark);
    line-height: 1.6;
}

.navbar {
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); */
    /* padding: 1rem 0; */
}

/* Updated Hero Section */

.hero-content h1 {
    font-size: 3.25rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-content .lead {
    font-size: 1.25rem;
    margin-bottom: 2rem;

}

.video-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    transition: all 0.5s ease;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
}

.video-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 30px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}

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

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.video-wrapper:hover .video-overlay {
    opacity: 1;
}

.play-button {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.play-button i {
    color: var(--primary);
    /* font-size: 2rem; */
    /* margin-left: 0.5rem; */
}

.feature-list {
    margin: 2rem 0;
    display: flex;
    gap: 1rem;
    /* flex-wrap: wrap; */
}

.hero-content .feature-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 1rem;
    background: rgba(133, 130, 130, 0.1);
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    cursor: pointer;
}

.custom-hero-btn {
    background: var(--primary);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

.custom-hero-btn-outline {
    background: transparent;
    color: var(--primary);
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    border: 0.8px solid var(--primary);
    cursor: pointer;
}

.custom-hero-btn:hover {
    background: var(--primary-dark);
    color: white;
}

.custom-hero-btn-outline:hover {
    background: var(--primary-dark);
    color: white;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-right: 1rem;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-2px);
}

.btn-outline {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.section-heading {
    margin-bottom: 3rem;
}

.section-heading h2 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
}

.section-heading h2:after {
    content: '';
    position: absolute;
    bottom: -0.75rem;
    left: 0;
    width: 4rem;
    height: 0.25rem;
    background: var(--primary);
    border-radius: 1rem;
}

.section-heading.text-center h2:after {
    left: 50%;
    transform: translateX(-50%);
}

/* Success Section */
.success-section {
    padding: 6rem 0;
    background: linear-gradient(to right, #ffffff, #f8fafc, #ffffff);
    position: relative;
    overflow: hidden;
}

.success-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%234f46e5' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
    z-index: 0;
}

.success-section .container {
    position: relative;
    z-index: 1;
}

.success-heading {
    position: relative;
    display: inline-block;
    margin-bottom: 2.5rem;
}

.success-heading h2 {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
}

.success-heading::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 6rem;
    height: 0.35rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: 1rem;
}

.success-description {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto 3rem;
    color: var(--gray);
    line-height: 1.8;
}

.success-card {
    background: white;
    border-radius: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem 2rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.success-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}

.success-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.success-card:hover::before {
    opacity: 0.03;
}

.success-card:hover .success-icon {
    transform: scale(1.1);
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
}

.success-card:hover .success-icon i {
    color: white;
}

.success-card:hover .success-title {
    color: var(--primary);
}

.success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    background-color: rgba(79, 70, 229, 0.1);
    border-radius: 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
}

.success-icon i {
    font-size: 2rem;
    color: var(--primary);
    transition: all 0.4s ease;
}

.success-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    transition: all 0.3s ease;
}

.success-text {
    color: var(--gray);
    font-size: 1.05rem;
    line-height: 1.7;
}

.success-shape {
    position: absolute;
    z-index: 0;
}

.success-shape-1 {
    top: 10%;
    left: 5%;
    width: 10rem;
    height: 10rem;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(14, 165, 233, 0.1) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: float 8s ease-in-out infinite;
}

.success-shape-2 {
    bottom: 10%;
    right: 5%;
    width: 8rem;
    height: 8rem;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.1) 0%, rgba(79, 70, 229, 0.1) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: float 10s ease-in-out infinite;
    animation-delay: 1s;
}

.service-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.service-card:hover {
    /* transform: translateY(-10px); */
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.service-card a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.service-card a:hover {
    transform: translateX(5px);
    transition: all 0.3s ease;
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background-color: rgba(79, 70, 229, 0.1);
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}

.service-icon img {
    width: 2rem;
    height: 2rem;
}

.service-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.cta-section {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.9) 0%, rgba(14, 165, 233, 0.85) 100%), url('img/hero-bg-4.jpg') no-repeat center center / cover;
    padding: 5rem 0;
    border-radius: 2rem;
    margin: 5rem 0;
}

.blog-card {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.blog-img {
    height: 200px;
    object-fit: cover;
}

.blog-content {
    padding: 1.5rem;
}

.blog-category {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 10;
}

.client-logo {
    height: 5rem;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.client-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.footer {
    background-color: var(--dark);
    color: white;
    padding: 5rem 0 2rem;
    border-radius: 3rem 3rem 0 0;
}

/* Partners & Affiliations Section */
.partners-section {
    padding: 10rem 4rem;
    background-color: white;
}

.clients-section {
    padding: 10rem 4rem;
}

.partner-logo {
    height: 6rem;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: grayscale(100%);
    opacity: 0.7;
    aspect-ratio: 1/1;
}

.partner-logo-full {
    max-height: 120px;
    object-fit: contain;
    transition: all 0.3s ease;
    width: 65%;
}

.partner-logo:hover {
    transform: scale(1.05);
    filter: grayscale(0%);
    opacity: 1;
}

.partner-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: white;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.partner-name {
    margin-top: 1rem;
    font-weight: 600;
    color: var(--dark);
    font-size: 0.9rem;
}

.hero-section {
    position: relative;
    padding: 10rem 4rem;
}

.cloud-solutions h4{
    font-size: 1.4rem !important;
}
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-section {
        padding: 10rem 1rem;
    }
    .feature-list {
        flex-direction: column;
    }
    .feature-list .feature-item {
        width: 100%;
        flex-direction: row;
    }

    .video-wrapper {
        margin-top: 2rem;
    }

    .cta-section {
        border-radius: 1rem;
        margin: 3rem 0;
    }

    .footer {
        border-radius: 2rem 2rem 0 0;
    }

    .partners-section {
        margin-top: -2rem;
        padding: 2rem 0;
    }

    .clients-section {
        padding: 5rem 0rem;
    }

    .partner-logo {
        height: 5rem;
    }

    .success-heading h2 {
        font-size: 2rem;
    }

    .success-description {
        font-size: 1.1rem;
    }

    .success-card {
        padding: 2rem 1.5rem;
        margin-bottom: 2rem;
    }

    .success-title {
        font-size: 1.3rem;
    }
}

/* Animation for the loader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.loader div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--primary);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loader div:nth-child(1) {
    left: 8px;
    animation: loader1 0.6s infinite;
}

.loader div:nth-child(2) {
    left: 8px;
    animation: loader2 0.6s infinite;
}

.loader div:nth-child(3) {
    left: 32px;
    animation: loader2 0.6s infinite;
}

.loader div:nth-child(4) {
    left: 56px;
    animation: loader3 0.6s infinite;
}

@keyframes loader1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes loader3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes loader2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/* Floating animation for hero elements */
.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.floating-icon {
    position: absolute;
    animation: float 3s ease-in-out infinite;
}

.icon-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.icon-2 {
    top: 60%;
    left: 20%;
    animation-delay: 0.5s;
}

.icon-3 {
    top: 30%;
    right: 20%;
    animation-delay: 1s;
}

.icon-4 {
    bottom: 20%;
    right: 10%;
    animation-delay: 1.5s;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}


/* Custom column size for 5 items per row on extra large screens */
@media (min-width: 1200px) {
    .col-xl-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 767px) {
    .clients-section .partner-logo-container {
        height: 100px;
    }

    .clients-section .partner-logo {
        max-height: 60px;
    }
}

.clients-section .partner-logo {
    /* width: 80%; */
    max-height: 140px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
    margin: 0 auto;
}

.clients-section {
    width: 100%;
    background-color: #f8fafc;
}

.clients-section .partner-logos {
    justify-content: center;
    align-items: center;
}

.clients-section .partner-logo-container {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-section .partner-logo-container:hover .partner-logo {
    filter: grayscale(0%);
    opacity: 1;
}


/* Custom CSS for Cloud Solutions Section */
.cloud-solutions {
    background: linear-gradient(135deg, #f8fbff 0%, #e6f0ff 100%);
    position: relative;
    overflow: hidden;
}

.gradient-text {
    background: linear-gradient(90deg, #2C3E50, #4CA1AF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.solution-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: none;
    height: 100%;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.card-left {
    position: relative;
    z-index: 1;
    padding: 2.5rem 1.5rem;
}

.card-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.95;
}

.consult-bg::before {
    background: linear-gradient(135deg, #0061f2 0%, #6e00ff 100%);
}

.implement-bg::before {
    background: linear-gradient(135deg, #00b09b 0%, #96c93d 100%);
}

.manage-bg::before {
    background: linear-gradient(135deg, #0396FF 0%, #ABDCFF 100%);
}

.improve-bg::before {
    background: linear-gradient(135deg, #F7971E 0%, #FFD200 100%);
}

.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 1.25rem;
    transition: all 0.3s ease;
}

.solution-card:hover .icon-circle {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.3);
}

.icon-circle i {
    font-size: 28px;
    color: white;
}

.dot-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
}

.solution-card .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    transition: all 0.2s ease;
}

.solution-card .feature-item:hover {
    transform: translateX(5px);
}

.cta-card {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: none;
}

.gradient-btn {
    border-radius: 30px;
    background: linear-gradient(90deg, #0061f2, #6e00ff);
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
    transition: all 0.3s ease;
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.8rem 2rem;
}

.gradient-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.4);
}

.shape-blob {
    position: absolute;
    opacity: 0.05;
    z-index: 0;
}

.badge-custom {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    margin-bottom: 1rem;
    display: inline-block;
}


/* Base style: full width on very small devices */
.container {
    width: 95% !important;
    max-width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  /* Small devices and up (≥600px) */
  @media (min-width: 600px) {
    .container {
      width: 90% !important;
      max-width: 90% !important;
    }
  }
  
  /* Medium devices and up (≥768px) */
  @media (min-width: 768px) {
    .container {
      width: 85% !important;
      max-width: 85% !important;
    }
  }
  
  /* Large devices and up (≥992px) */
  @media (min-width: 992px) {
    .container {
      width: 80% !important;
      max-width: 80% !important;
    }
  }
  
  /* Extra large devices and up (≥1200px) */
  @media (min-width: 1200px) {
    .container {
      width: 80% !important; /* Keep consistent */
      max-width: 80% !important;
    }
  }
  

  :root {
    --primary-color: #FF9900;
    --secondary-color: #232F3E;
    --accent-color: #00A1C9;
    --light-bg: #f8f9fa;
    --dark-bg: #232F3E;
}

.aws-gradient {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #37475A 100%);
}

.aws-primary-btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #232F3E;
    font-weight: 600;
    transition: all 0.3s ease;
}

.aws-primary-btn:hover {
    background-color: #FF8C00;
    border-color: #FF8C00;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.aws-outline-btn {
    border: 2px solid var(--primary-color);
    color: var(--secondary-color);
    font-weight: 600;
    transition: all 0.3s ease;
}

.aws-outline-btn:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.service-card {
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #ff8c007f;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.service-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.faq-card {
    border: none;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    overflow: hidden;
}

.faq-header {
    background-color: #fff;
    border: none;
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-header:hover {
    background-color: #f8f9fa;
}

.faq-header h6 {
    color: var(--secondary-color);
    font-weight: 600;
}

.blog-card {
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.blog-img {
    height: 200px;
    object-fit: cover;
}

.category-badge {
    top: 15px;
    right: 15px;
    z-index: 10;
}

.section-heading h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: 700;
}

.section-heading h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background-color: var(--primary-color);
}

.text-center .section-heading h2:after {
    left: 50%;
    transform: translateX(-50%);
}

.social-icons-list a{
    font-size: 20px !important;
}

.social-icons-list li a {
    color: #fff;
}