/* ===================================================
   SERVICE DETAIL PAGE ONLY
=================================================== */

.sd-page {
    background: #e9ecef; /* outer background */
    padding: 0 20px; /* small side gap */
}

.sd-page .sd-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 0 40px rgba(0,0,0,0.05);
}
/* ================= HERO SECTION ================= */

.sd-page .hero-section {
    position: relative;
    padding: 100px 0 120px;
    background: linear-gradient(
        135deg,
        #102c4c 0%,
        #4176a3 40%,
        #164778 75%,
        #0e6b5f 100%
    );
    color: #ffffff;
    overflow: hidden;
}

.sd-page .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.sd-page .hero-section::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 120px;
    background: #ffffff;
}

.sd-page .hero-section .container {
    max-width: 1090px;
}

.sd-page .hero-section .row {
    padding-left: 15px;
    padding-right: 15px;
}
.sd-page .title-with-logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.sd-page .hero-section h5 {
    font-weight: 600;
    font-size: 18px;
	color: #ffffff;
}
.sd-page .hero-section .container {
    max-width: 1090px;
}

@keyframes gridMove {
    from { background-position: 0 0; }
    to   { background-position: 50px 50px; }
}

.sd-page .hero-section::before {
    animation: gridMove 25s linear infinite;
}
.sd-page .animate-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.sd-page .animate-up.show {
    opacity: 1;
    transform: translateY(0);
}

/* Badge */
.sd-page .trusted-badge {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    padding: 6px 16px;
    border-radius: 25px;
    font-size: 13px;
}

/* Title */
.sd-page .hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

/* Button */
.sd-page .demo-btn {
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    color: #fff;
    padding: 6px 6px 6px 20px;
    text-decoration: none;
}

/* Hero Image */
.sd-page .hero-section .hero-image-wrapper {
    width: 100%;
    max-width: 520px;        /* fixed width */
    aspect-ratio: 4 / 3;     /* keeps perfect proportion */
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.sd-page .hero-section .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;       /* NO distortion */
    object-position: center;
    display: block;
}

/* ===================================================
   MODERN TRANSFORM SECTION (CLEAN GRID VERSION)
=================================================== */

.sd-page .transform-section {
    padding: 60px 0;
}

.sd-page .transform-section .container {
    max-width: 1090px;
}

/* ===== GRID LAYOUT ===== */

.sd-page .transform-section .transform-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: stretch;
}

.sd-page .transform-section .transform-content,
.sd-page .transform-section .transform-image {
    max-height: 600px;     /*  control max growth */
}

/* LEFT CONTENT */

.sd-page .transform-section .transform-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;      /* 🔥 scroll if too long */
    padding-right: 10px;
	
}

.sd-page .transform-section .transform-content::-webkit-scrollbar {
    width: 6px;
}

.sd-page .transform-section .transform-content::-webkit-scrollbar-thumb {
    background: #c5d2e0;
    border-radius: 10px;
}

.sd-page .transform-section .transform-title {
    font-size: 33px;
    font-weight: 700;
    color: #033a52;
    margin-top: 0;
}

.sd-page .transform-section .transform-text p {
    color: #033a52;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
}

/* ===== IMAGE SIDE ===== */

/* Make right column stretch properly */
.sd-page .transform-section .transform-image {
    display: flex;
}

/* Image frame */
.sd-page .transform-section .image-frame {
    width: 100%;
    min-height: 480px; /* stable visual height */
    border: 3px solid #1e4c84;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    display: flex;
}

/* Inner Border (respect purple strip space) */
.sd-page .transform-section .image-frame-inner {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 110px; /* important – avoid overlap with strip */
    border: 2px solid #1e4c84;
    border-radius: 28px;
    pointer-events: none;
    z-index: 3;
}

/* Image */
.sd-page .transform-section .frame-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%; /* keeps subject visible */
    display: block;
}

/* Purple Strip */
.sd-page .transform-section .side-strip {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 100%;
    background: #d4ccff;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    display: flex;
    justify-content: center;
    z-index: 1;
}

/* Icon Circle */
.sd-page .transform-section .teams-circle {
    width: 60px;
    height: 60px;
    background: #7b6ce6;
    border-radius: 50%;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sd-page .transform-section .teams-circle img {
    width: 28px;
}

/* Badge */
.sd-page .transform-section .frame-badge {
    position: absolute;
    top: 25px;
    left: 40px;
    background: #ffffff;
    border: 2px solid #1e4c84;
    border-radius: 30px;
    padding: 8px 22px;
    font-weight: 600;
    color: #1e4c84;
    z-index: 3;
}



/* ================= FEATURES SECTION ================= */

.sd-page .features-section {
    background: #fff;
    padding: 70px 0; /* reduced from 100px */
}

.sd-page .features-section .features-badge {
    display: inline-block;
    background: #0f3b4c;
    color: #fff;
    padding: 5px 14px;
    font-size: 15px;
    border-radius: 20px;
    font-weight: 500;
}

.sd-page .features-section .features-title p{
    font-size: 28px;   /* was 28px */
    font-weight: 600;
    color: #033a52;
}

.sd-page .features-section .container{
	max-width: 1090px;
}


/* GRID STRUCTURE */
.sd-page .features-section .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 30px;
}

/* Make third card span 2 rows */
.sd-page .features-section .feature-card-tall {
    grid-row: span 2;
}

/* Card styling */
.sd-page .features-section .feature-card {
     background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    transition: all 0.4s ease;
}

.sd-page .features-section .feature-card h5 {
    margin-top: 14px;
    font-weight: 800;
    font-size: 18px;  /* reduced */
    color: #033a52;
}

.sd-page .features-section .feature-card p {
    font-size: 15px; /* smaller */
    line-height: 1.6;
    color: #033a52;
}

.sd-page .features-section .feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(31,79,163,0.12);
}

/* Icon */
.sd-page .features-section .feature-icon {
    width: 36px;
    height: 36px;
    background: #0f3b4c;
    border-radius: 8px;
    display: flex;
	font-size: 14px;
    align-items: center;
    justify-content: center;
    color: #fff;
}


/* ================= BENEFITS SECTION ================= */

.sd-page .benefits-section {
    background: linear-gradient(180deg, #f5f7fa 0%, #ffffff 100%);
    padding: 70px 0;
	border-radius: 25px;
	
}

.sd-page .benefits-section .container {
   max-width: 1090px;
}


/* Badge */
.sd-page .benefits-section .benefits-badge {
    display: inline-block;
    background: #0f3b4c;
    color: #fff;
    padding: 5px 14px;
    font-size: 15px;
    border-radius: 20px;
    font-weight: 500;
	margin-bottom: 20px;
}

/* Title */
.sd-page .benefits-section .benefits-title p{
    font-size: 30px;
    font-weight: 800;
    color: #1f3c5c;
}

/* Benefit Item */
.sd-page .benefits-section .benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.sd-page .benefits-section .text-center.mb-3 {
    margin-bottom: 15px;
}
.sd-page .benefits-section .benefit-item h6 {
    font-weight: 800;
    margin-bottom: 4px;
    color: #0f3b4c;
}

.sd-page .benefits-section .benefit-item p {
    font-size: 15px;
    color: #555;
    margin-bottom: 0;
}

/* Icon Circle */
.sd-page .benefits-section .benefit-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;   /* VERY IMPORTANT */
    min-height: 45px;  /* VERY IMPORTANT */
    flex-shrink: 0;    /* STOPS shrinking */
    border-radius: 50%;
    background: #2f5f88;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffd400;
    font-size: 18px;
}

.sd-page .benefits-section .benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 40px;
	max-width: 900px;
    margin: 0 auto;
}

/* ================= PARTNER SECTION ================= */

.sd-page .partner-section {
    background: #fff;
    padding: 40px 0;
}
.sd-page .partner-section .container{
	max-width:1090px
}


/* Wrapper */
.sd-page .partner-wrapper {
    border-radius: 25px;
    padding: 45px;
    color: #fff;
}

/* Themes */
.sd-page .blue-theme .partner-wrapper {
    background: linear-gradient(135deg, #0f3b4c, #1c5c73);
}



/* ================= LAYOUT FIX ================= */

/* Make columns equal height */
.sd-page .partner-section .row {
    align-items: stretch;
}

/* Force equal height columns */
.sd-page .partner-section .col-lg-5,
.partner-section .col-lg-7 {
    display: flex;
}

/* Content vertically centered */
.sd-page .partner-section .partner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

/* ================= IMAGE ================= */

.sd-page .partner-section .partner-image-wrapper {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.sd-page .partner-section .partner-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ================= BADGE ================= */

.sd-page .partner-section .partner-badge,
.section-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 20px;
}

/* ================= TITLE ================= */

.sd-page .partner-section .partner-title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sd-page .partner-section .partner-content h3 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
	color:#fff;
} 


/* ================= DESCRIPTION ================= */

.sd-page .partner-section .partner-desc {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 25px;
    max-width: 550px;
}

/* ================= WHITE FEATURE BOX ================= */

.sd-page .partner-section .partner-feature-box {
    background: #ffffff;
    color: #333;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.sd-page .partner-section .partner-feature-box h6 {
    font-weight: 600;
    margin-bottom: 15px;
}

/* Remove default bullets */
.sd-page .partner-section .partner-feature-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Custom tick list */
.sd-page .partner-section .partner-feature-box li {
    position: relative;
    padding-left: 28px;
    font-size: 13px;
    margin-bottom: 10px;
}

/* Custom Tick Icon */
.sd-page .partner-section .partner-feature-box li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(82,128,168,0.15);
    color: #5280a8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}

/* ================= FOOTER TEXT ================= */

.sd-page .partner-section .partner-footer {
    font-size: 13px;
    opacity: 0.85;
}


/* ================= CTA SECTION ================= */

.sd-page .cta-section {
    padding: 80px 0 0;
	padding-top: 2px;
    position: relative;
    z-index: 2;
}

.sd-page .cta-section .container{
	max-width:1090px;
}
.sd-page .cta-section .cta-wrapper {
    margin-bottom: -120px; /* THIS creates clean overlap */
}

/* Banner */
.sd-page .cta-section .cta-banner {
    position: relative;
    height: 195px;                 /* Fixed height like screenshot */
    border-radius: 40px;
    overflow: hidden;

    /* Dummy Image */
    background: url('https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=1600&auto=format&fit=crop')
            center center / cover no-repeat;
}

/* Overlay */
.sd-page .cta-section .cta-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 40px;
}

/* Content */
.sd-page .cta-section  .cta-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Title */
.sd-page .cta-section .cta-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
	color: #fff;
}

.sd-page .cta-section .cta-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Subtitle */
.sd-page .cta-section .cta-subtitle {
    font-size: 14px;
    margin-bottom: 18px;
    opacity: 0.9;
    max-width: 600px;
}

/* Button */
.sd-page .cta-section .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    color: #1f4e6e;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    width: fit-content;
}

/* ================= INDUSTRIES SECTION ================= */

.sd-page .industries-section {
    background: linear-gradient(180deg, #f5f7fa 0%, #ffffff 100%);
    padding: 70px 0;
	border-radius: 25px;
}

.sd-page .industries-section .container{
    max-width: 900px
}

.sd-page .industries-section .industries-title {
    font-size: 26px;
    font-weight: 700;
    color: #1f2a37;
}

.sd-page .industries-section .industries-subtitle {
    font-size: 13px;
    color: #6b7280;
}

.sd-page .industries-section .industry-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 15px 10px;
    transition: all 0.35s ease;
}

.sd-page .industries-section .industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.sd-page .industries-section .industry-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #e3edf7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #2f5e82;
}

.sd-page .industries-section .industry-card p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}

/* Solutions Section */
/* Solutions Section */
.sd-page .solutions-section {
    background: linear-gradient(180deg, #f5f7fa 0%, #ffffff 100%);
    color: #fff;
    padding: 70px 0;
	border-radius: 25px;
}

.sd-page .solutions-section .container {
    max-width: 1000px;
}

/* === IMPORTANT FIX: Make Columns Flex === */
.sd-page .solutions-section .solution-grid > [class*="col-"] {
    display: flex;
}

/* === Card Layout === */
.sd-page .solutions-section .solution-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 6px 25px rgba(31,79,163,0.08);
    transition: 0.3s ease;
    border: 1px solid rgba(31,79,163,0.06);
}

/* Hover */
.sd-page .solutions-section .solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(31,79,163,0.15);
}

/* Lock Image Height */
.sd-page .solutions-section .solution-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Flexible Body */
.sd-page .solutions-section .solution-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px;
}

/* Title */
.sd-page .solutions-section .solution-body h5,
.sd-page .solutions-section .solution-body h6 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #1f4fa3;
}

/* Description */
.sd-page .solutions-section .solution-body p {
    font-size: 15px;
    margin: 10px 0;
    color: #4b6b8a;
    flex-grow: 1; /* Push button down */
}

/* Button Alignment */
.sd-page .solutions-section .solution-body .blog-btn {
    margin-top: auto;
    align-self: flex-start;
}

/* FAQ Section */

.sd-page .faq-section .container {
    max-width:1090px;
}

.sd-page .faq-section .faq-title {
    font-size: 26px;
    font-weight: 700;
    color: #1d2a3b;
}

.sd-page .faq-section .faq-accordion {
    max-width: 800px;
}

/* Clean accordion style */
.sd-page .faq-section .faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e0e4ea;
    background: transparent;
}

.sd-page .faq-section .faq-accordion .accordion-button {
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    padding: 18px 0;
}

.sd-page .faq-section .faq-accordion .accordion-button:not(.collapsed) {
    color: #0f3b4c;
    background: transparent;
}

.sd-page .faq-section .faq-accordion .accordion-body {
    font-size: 13px;
    color: #555;
    padding: 0 0 15px 0;
}

.sd-page .solutions-section  .no-related-box {
    background: #f3f4f6;        /* light grey */
    border-radius: 16px;        /* rounded corners */
    padding: 30px 20px;         /* spacing */
    font-size: 16px;
    color: #6b7280;             /* soft grey text */
    font-weight: 500;
}



.sd-page .testimonial-section {
    background: #fff;
    padding: 80px 0;
}

.sd-page .testimonial-section .testimonial-wrapper {
    background: #edf0f2;
    padding: 60px;
    border-radius: 40px;
}

/* Badge */
.sd-page .testimonial-section .testimonial-badge {
    display: inline-block;
    background: #fff;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 0.5px;
}

/* Title */
.sd-page .testimonial-section .testimonial-title {
    font-size: 36px;
    font-weight: 700;
}

/* Cards */
.sd-page .testimonial-section .testimonial-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    text-align: left;
    transition: 0.3s;
}

@keyframes softFloat {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0px); }
}

.sd-page .testimonial-section .testimonial-card {
    animation: softFloat 6s ease-in-out infinite;
}

.sd-page .testimonial-section .active-card {
    background: #0f3b4c;
    color: #fff;
}

.sd-page .testimonial-section .active-card .small {
    color: rgba(255,255,255,0.8);
}

/* Quote */
.sd-page .testimonial-section .quote-icon {
    font-size: 40px;
    color: #3e6b91;
}

.sd-page .testimonial-section .active-card .quote-icon {
    color: #ffffff;
}

/* Text */
.sd-page .testimonial-section .testimonial-text {
    font-size: 14px;
    line-height: 1.6;
}

/* Rating */
.rating {
    color: #f4b400;
    font-size: 14px;
}

/* Avatar */
.client-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.client-info {
    align-items: flex-start;
}

/* Button */
.sd-page .testimonial-section .view-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 50px 10px 25px;
    border: 1.5px solid #2f5e82;
    border-radius: 30px;
    text-decoration: none;
    color: #0f3b4c;
    font-weight: 400;    
    transition: 0.1s ease;
}

.sd-page .testimonial-section .arrow-circle_reviews {
    position: absolute;
    right: -18px;   /* <-- this creates outside overlap */
    width: 48px;
    height: 48px;
    background: #0f3b4c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}
.sd-page .testimonial-section .arrow {
    color: #f3f7fb;
    font-size: 14px;
}

/* Hover effect */
.sd-page .testimonial-section .view-btn:hover {
    background: #f3f7fb;
    color: #000;
	
}

.sd-page .testimonial-section.view-btn:hover .arrow-circle {
    background: #000;
	
}

.sd-page .testimonial-section .view-btn:hover .arrow {
    color: #0f3b4c;
}


/* ================= USAGE SECTION ================= */

.usage-section {
    background: #fff;
    padding: 80px 0;
    margin-top: 5px;
}

.usage-section .container {
    max-width: 1000px;
}

/* Heading Badge */
.usage-section .usage-badge {
    display: inline-block;
    background: #0f3b4c;
    color: #fff;
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* Grid */
.usage-section .usage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 80px;
}

/* Each item */
.usage-section .usage-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

/* Icon */
.usage-section .usage-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #2f5f88;
    color: #ffd400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* Text */
.usage-section .usage-content h6 {
    font-weight: 700;
    font-size: 18px;
    color: #0f3b4c;
    margin: 0;
    line-height: 1.6;
}

.usage-section {
    border-radius: 30px;
}

/* Blog Section */

.blog-content-section {
    padding-top: 15px;
    padding-bottom: 25px;
}
.blog-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
  transition: all 0.4s ease;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}
.blog-card img {
    height: 200px;
    object-fit: cover;
}

.blog-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
}
.blog-card .blog-content {
    padding: 18px;
}
.blog-content h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.blog-content p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 10px;
	flex-grow: 1;
}

.learn-link {
    font-weight: 500;
    text-decoration: none;
    color: #1f4fa3;
}

/* Blog Button Style (Same as See Team Behind Our Success) */

.blog-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 18px 12px 22px;
    border-radius: 50px;
    background: #1f4fa3;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
	margin-top: auto;
    align-self: flex-start;
}

.blog-btn:hover {
    background: #173b7a;
    color: #fff;
}

.btn-arrow-circle {
    width: 36px;
    height: 36px;
    background: #ffffff;
    color: #1f4fa3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.3s ease;
}

.blog-btn:hover .btn-arrow-circle {
    transform: translateX(4px);
}

/* BLOG HERO */

.blog-hero {
    background: #164878;
    padding: 80px 20px 50px;
}

.blog-title {
    font-size: 40px;
    font-weight: 700;
    max-width: 900px;
    margin: 15px auto 0;
    line-height: 1.3;
	color:#fff;
}

.blog-meta {
    font-size: 14px;
    color: #fff;
}

.blog-meta .separator {
    margin: 0 8px;
}

/* FEATURED IMAGE */

.blog-featured-image {
    padding: 5px 0;
}

.blog-main-image {
    width: 100%;
    display: block;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* CONTENT */

/* ============================= */
/* REFINED BLOG TYPOGRAPHY */
/* ============================= */

.blog-content-wrapper .container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Ensure wrapper full width */
.blog-content-wrapper {
    width: 100%;
}

/* Headings */
.blog-content-wrapper h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 5px;
    color: #1f3c5c;
}

.blog-content-wrapper h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 4px;
    color: #2f5f88;
}

/* Paragraphs */
.blog-content-wrapper p {
    font-size: 14.5px;      /* slightly smaller */
    line-height: 1.7;       /* tighter but readable */
    margin-bottom: 12px;    /* reduced gap */
    color: #374151;
}

/* Lists */
.blog-content-wrapper ul,
.blog-content-wrapper ol {
    margin-bottom: 12px;
    padding-left: 18px;
}

.blog-content-wrapper li {
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 3px;
}

/* Remove extra first spacing */
.blog-content-wrapper h2:first-child,
.blog-content-wrapper h2:first-of-type {
    margin-top: 0;
}

/* Reduce space between consecutive paragraphs */
.blog-content-wrapper p + p {
    margin-top: 0;
}


/* ================= USAGE SECTION ================= */


@media (max-width: 768px) {
    .sd-page .usage-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 991px) {

    .sd-page .transform-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sd-page .transform-content,
    .sd-page .transform-image {
        max-height: none;
    }

    .sd-page .image-frame {
        height: 320px;
    }

}