/* ===================================
    Crafto - Corpotare
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');

/* variable */
:root {
    --base-color: #0085D2;
    /* Primary Blue */
    --secondary-color: #2FCAAE;
    /* Teal Accent */
    --dark-gray: #1D2B3A;
    /* Dark Text */
    --medium-gray: #6B7280;
    /* Body Text */
    --light-bg: #F5FAFD;
    /* Light Background */
    --light-blue: #EAF6FD;
    /* Section Background */
    --white: #FFFFFF;
    --light-green: #F0FCF9;
    --primary-font: "Inter", sans-serif;
    --alt-font: 'Plus Jakarta Sans', sans-serif;
    --quote-font: "Lora", serif;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden !important;
    position: relative;
}

body {
    font-size: 17px;
    line-height: 32px;
}

sup {
    top: -0.7em;
}

.lh-42px {
    line-height: 42px;
}

/* box layout */
/* .box-layout {
    padding: 0 40px;
} */
a {
    color: #878898;
}

.bg-section-green {
    background-color: var(--light-green);
}

.bg-section {
    background-color: var(--light-bg);
}

.bg-white {
    background-color: var(--white);
}

.text-justify {
    text-align: justify;
}

b,
strong {
    font-weight: 700;
}

/* header */
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 17px;
}

header .navbar-brand img {
    max-height: 60px;
}

.header-icon .icon>a {
    font-size: 20px;
}

.navbar .btn.btn-switch-text.btn-medium>span {
    padding: 15px;
    font-size: 14px;
}

/* Dropdown */
.navbar .navbar-nav .dropdown .dropdown-menu {
    background: var(--white);
    border: 0;
    border-radius: 16px;
    padding: 12px;
    min-width: 300px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

/* Menu Item */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li {
    margin-bottom: 6px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child {
    margin-bottom: 0;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    padding: 14px 18px;
    border-radius: 10px;
    border: none;
    color: var(--dark-gray);
    font-size: 16px;
    font-weight: 500;
    transition: all .35s ease;
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
}

/* Icon */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 24px;
    width: 26px;
    color: var(--secondary-color);
    transition: all .35s ease;
}

/* Left Accent */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleY(0);
    width: 4px;
    height: 60%;
    background: var(--secondary-color);
    border-radius: 10px;
    transition: .35s;
}

/* Hover */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active>a {
    background: rgba(255, 255, 255, .10);
    color: var(--base-color);
    padding-left: 24px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover::before,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active>a::before {
    transform: translateY(-50%) scaleY(1);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover i,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active>a i {
    transform: translateX(5px);
    color: #fff;
}

/* heading */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

/* page title */
.down-section {
    bottom: 30px;
}

.page-title-extra-large h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
}

h1,
.h1 {
    font-size: 4.688rem;
    line-height: 4.688rem;
}

h2 {
    font-size: 3.125rem;
    line-height: 3.125rem;
}

.small-screen {
    height: 350px !important;
}

/* text gradient color */
.text-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* bg gradient color */
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}

.bg-gradient-blue-whale-transparent {
    background: -webkit-linear-gradient(right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
}

.bg-gradient-quartz-light-transparent {
    background: -webkit-linear-gradient(right, rgba(227, 225, 245, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(227, 225, 245, 1.0), rgba(255, 255, 255, 0.0));
}

.bg-gradient-quartz-white {
    background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff);
}

.bg-gradient-base-color-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(60 47 192)), to(transparent));
    background-image: linear-gradient(to top, rgba(60, 47, 192, .8) 0%, transparent 100%);
}

.bg-gradient-regal-blue-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(22 35 64)), to(transparent));
    background-image: linear-gradient(to top, rgb(22 35 64) 0%, transparent 100%);
}

.bg-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
}

.bg-gradient-base-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 32, 44, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(22, 32, 44, .9) 8%, transparent 80%);
}

.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #162340), to(transparent));
    background: linear-gradient(to top, #162340 7%, transparent 70%);
}

.bg-regal-blue {
    background-color: #162340;
}

.bg-blue-whale {
    background-color: #16233F;
}

/* top left right */
.top-40 {
    top: 40% !important;
}

.left-30 {
    left: 30% !important;
}

.right-30 {
    right: 30% !important;
}

.top-30 {
    top: 30%;
}

.top-20 {
    top: 20%;
}

.left-170px {
    left: 170px;
}

.mt-minus-2 {
    margin-top: -2px;
}

.left-minus-300px {
    left: -300px;
}

/* btn */
.btn {
    letter-spacing: 0px;
    text-transform: inherit;
}

.btn.btn-extra-large {
    font-size: 18px;
}

.btn.btn-large {
    font-size: 16px;
}

.btn.btn-medium {
    font-size: 15px;
}

.btn.btn-small {
    font-size: 14px;
}

.btn.btn-link {
    padding: 0 0 2px;
    position: relative;
    text-decoration: none;
    border: 0;
    border-bottom: 2px solid;
    letter-spacing: 0;
    background-color: transparent;
}

.btn-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af, #582d9f, #7d3785, #c74e45, #f7693c);
    background-size: 200% auto;
    color: var(--white);
}

/* box overlay */
.interactive-banner-style-02.dark-hover:hover .btn {
    opacity: 0.7;
}

/* blog comment */
.blog-comment li .btn-reply {
    padding: 6px 20px 7px;
}

/* process-step style 05 */
.process-step-style-05 .progress-step-separator {
    bottom: inherit;
    height: 100%;
}

/* interactive banner */
.interactive-banner-style-02:hover figure figcaption .features-icon {
    margin-bottom: 17px;
}

/* blog grid */
.pagination-style-01 .page-item .page-link:hover,
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}

.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    color: var(--medium-gray);
}

.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray);
}

.accordion-style-06 .accordion-item.active-accordion {
    background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #ffffff);
}

/* google map */
#map {
    border-radius: 6px 0 0 6px;
}

.border-radius-top-lr {
    border-radius: 6px 6px 0 0;
}

footer ul li {
    margin-bottom: 0;
}

.scroll-progress {
    right: 10px;
}

/* google map */
.newsletter-style-02 input {
    font-size: 15px;
}

/* Revolution Slider */
#demo-corporate-slider {
    border-radius: 6px;
}

.hesperiden.tparrows {
    width: 54px;
    height: 54px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.hesperiden.tparrows:hover {
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
    ;
}

.hesperiden.tparrows:hover:before {
    color: #232323
}

.hesperiden.tparrows:before {
    line-height: 52px;
}

.hesperiden.tparrows.tp-leftarrow:before {
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-weight: 900
}

.hesperiden.tparrows.tp-rightarrow:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-weight: 900
}

.hesperiden.tparrows.tp-leftarrow:before {
    margin-left: 0;
}

.hesperiden.tparrows.tp-rightarrow:before {
    margin-right: 0;
}

.get-started-btn {
    transition: 0.3s ease-in-out !important;
}

.hesperiden.tparrows {
    z-index: 97;
}

/* media query responsive */
@media (max-width: 1700px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 19px;
        padding-right: 19px;
    }
}

@media (max-width: 1600px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 16px;
        /* padding-right: 12px; */
    }
}

@media (max-width: 1350px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 15px;
        /* padding-right: 10px; */
    }
}

@media (max-width: 1300px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 12px;
        /* padding-right: 9px; */
    }
}

@media (max-width: 1199px) {
    .accordion-style-06 .accordion-item {
        padding: 15px 50px 15px 35px;
    }

    .box-layout {
        padding: 0;
    }

    #demo-corporate-slider {
        border-radius: 0;
    }

    .lg-border-radius-0px {
        border-radius: 0 !important;
    }

    .navbar .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 10px 20px;
        margin-bottom: 0;
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a,
    .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a,
    .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding-left: 0;
        padding-right: 0;
    }

    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        font-size: 17px;
        line-height: normal;
        display: flex;
        align-items: center;
    }

    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    #map {
        border-radius: 0;
    }

    .small-screen {
        height: 300px !important;
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .accordion-style-06 .accordion-item {
        padding: 15px;
    }

    footer .elements-social.social-icon-style-02 li {
        margin: 0 15px 0 0;
    }

    footer .elements-social.social-icon-style-02 li:first-child {
        margin-left: 0;
    }
}

/* ======================= 
    Make in india Page 
 ======================== */

/* ======= Policy section start ====== */

.policy-overview-section {
    padding-bottom: 60px;
    padding-top: 0px;
}

.mii-benefits-heading {
    position: relative;
    display: block;
    padding: 0 0 24px;
    margin: 0 auto 8px;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-family: var(--alt-font);
    font-size: 24px;
    font-weight: 700;
    color: var(--dark-gray);
}

.mii-benefits-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 110px;
    height: 4px;
    border-radius: 10px;
    background: var(--secondary-color);
    transform: translateX(-50%);
}

.mii-benefit-card {
    counter-increment: miiBenefit;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eaeef3;
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    transition: box-shadow .25s ease, transform .25s ease;
    box-shadow: 0 10px 22px rgba(15, 35, 70, .04);
}

.mii-benefit-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: var(--dark-gray);
    line-height: normal;
}

.mii-benefit-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: var(--base-color);
}

.mii-benefit-card:hover {
    box-shadow: 0 16px 34px rgba(15, 35, 70, .10);
    transform: translateY(-3px);
}

.mii-benefit-card .market-driver-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--secondary-color);
    color: #fff;
    font-size: 22px;
    margin-bottom: 16px;
    box-shadow: 0 12px 24px rgba(0, 133, 210, .16);
}

.mii-benefit-card p {
    color: var(--medium-gray);
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.6;
}

@media(max-width:992px) {
    .policy-overview-section {
        padding-top: 60px;
    }
}

@media(max-width:575px) {
    .mii-benefits-heading {
        font-size: 24px;
        line-height: 1.35;
    }

    .mii-benefits-heading::before {
        font-size: 11px;
        padding: 7px 14px;
    }

    .mii-benefit-card::after {
        font-size: 34px;
        right: 18px;
        top: 18px;
    }

    .mii-benefit-card {
        padding: 18px;
    }

    .mii-benefit-card h4 {
        font-size: 17px;
    }
}

/* ======= Policy section end ====== */

/* =========== PATHWAYS CALENDAR section start ===== */
.mii-pathway-section {
    padding: 60px 0;
}

.mii-pathway-board {
    position: relative;
    overflow: hidden;
    padding: 34px 38px;
    border-radius: 30px;
    background-color: var(--white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.mii-pathway-board::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 275px;
    background: var(--dark-gray);
}

.mii-pathway-board::after {
    content: "";
    position: absolute;
    top: 42px;
    right: 48px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    box-shadow: 0 0 0 24px rgba(255, 255, 255, .06);
}

.mii-pathway-board>* {
    position: relative;
    z-index: 1;
}

.mii-pathway-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: var(--white);
    font-size: 18px;
}

.mii-pathway-main-title {
    color: var(--white);
    font-size: 42px;
    font-weight: 600;
    margin: 10px 0;
}

.mii-pathway-subtitle {
    margin: 0;
    color: var(--light-bg);
    font-size: 16px;
}

.pathway-track {
    background: #fff;
    border-radius: 18px;
    padding: 36px 32px 32px;
    height: 100%;
    border-top: 4px solid var(--base-color);
    box-shadow: 0 12px 34px rgba(15, 35, 70, .05);
}

.pathway-track-b {
    border-top-color: var(--secondary-color);
}

.pathway-track-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--base-color);
    background: rgba(26, 86, 168, .08);
    padding: 4px 12px;
    border-radius: 20px;
}

.pathway-track-a {
    border-top: 5px solid var(--base-color);
}

.pathway-track-a,
.pathway-track-b {
    border-top: 0 !important;
}

.pathway-track-header {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 18px;
    padding: 18px !important;
    border: 1px solid #e3eef3;
    border-radius: 18px !important;
    background: var(--light-bg) !important;
    margin-bottom: 26px;
}

.pathway-track-b .pathway-track-label {
    color: var(--secondary-color);
    background: rgba(15, 160, 110, .08);
}

.pathway-track-b .pathway-track-header {
    background: var(--light-green) !important;
}

.pathway-track-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 0px;
}

.pathway-track::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: var(--base-color);
}

.pathway-track-b::before {
    background: var(--secondary-color);
}

.pathway-stage-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #eef4f7;
    border-radius: 16px;
    background: var(--white);
    position: relative;
    transition: 0.5s;

}

.pathway-stage-item:hover {
    transform: translateY(-2px);
    border-color: rgba(47, 202, 174, 0.336);
    box-shadow: 0 14px 30px rgba(29, 43, 58, .08);
}

.pathway-stage-item::after {
    content: "";
    left: 36px !important;
    bottom: -10px !important;
    width: 1px;
    height: 10px;
    background: #cfe5ee;
    position: absolute;
}

.pathway-stage-item:last-of-type::after {
    display: none;
}

.pathway-stage-item h5 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0px;
    color: var(--dark-gray);
    line-height: normal;
}

.pathway-stage-item p {
    color: var(--medium-gray);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

.pathway-stage-number {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: var(--base-color);
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pathway-track-b .pathway-stage-number {
    background: var(--secondary-color);
}

.pathway-stage-result {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(0, 133, 210, .18);
    border-radius: 18px;
    background: linear-gradient(135deg, #eef8fd, #ffffff);
}

.pathway-track-b .pathway-stage-result {
    border-color: rgba(47, 202, 174, .28);
    background: linear-gradient(135deg, #effcf9, #ffffff);
}

.pathway-track-b .pathway-stage-result {
    background: rgba(15, 160, 110, .06);
}

.pathway-stage-result i {
    font-size: 26px;
    color: var(--base-color);
}

.pathway-track-b .pathway-stage-result i {
    color: var(--secondary-color);
}

.pathway-stage-result h5 {
    font-size: 15px;
    font-weight: 700;
    color: #1b2430;
    margin-bottom: 2px;
}

.pathway-stage-result p {
    font-size: 13px;
    color: var(--medium-gray);
    margin-bottom: 0;
}

.mii-support-layer {
    background: linear-gradient(150deg, var(--base-color), var(--secondary-color));
    border: 0;
    color: #fff;
    margin-top: 30px;
    text-align: center;
    padding: 26px 28px;
    border-radius: 18px;
}

.mii-support-title {
    display: block;
    font-weight: 700;
    color: var(--white);
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.mii-support-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.mii-support-tags span {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .13);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .18);
}

.mii-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    color: #667085;
    font-size: 13px;
    font-weight: 600;
}

.mii-legend span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #e7ecf3;
    box-shadow: 0 8px 20px rgba(29, 43, 58, .05);

}

.mii-legend span:nth-child(1) i {
    color: var(--base-color);
}

.mii-legend span:nth-child(2) i {
    color: var(--secondary-color);
}

.mii-legend span:nth-child(3) i {
    color: var(--base-color);
}

.mii-pathway-footer {
    text-align: center;
    color: var(--medium-gray);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}

@media(max-width:992px) {
    .mii-pathway-board {
        padding: 0 22px 28px;
    }

    .mii-pathway-main-title {
        font-size: 34px;
    }

    .pathway-track-header {
        display: block;
    }

    .pathway-track-label {
        display: inline-block;
        margin-bottom: 12px !important;
    }
}

@media(max-width:768px) {}

@media(max-width:575px) {
    .mii-pathway-board {
        width: 340px;
        max-width: 340px;
        padding: 0 16px 22px;
        border-radius: 24px;
    }

    .mii-pathway-main-title {
        font-size: 27px;
    }

    .pathway-track-header h3 {
        font-size: 21px;
    }

    .pathway-track-header {
        padding: 18px;
    }

    .pathway-stage-item {
        padding: 12px;
    }
}

@media (max-width:375px) {
    .mii-pathway-board {
        width: 310px;
        max-width: 310px;
    }
}

/* =========== PATHWAYS CALENDAR  section end ===== */

/* ======= Applicable verticals section start ==== */
/* =========================================
   APPLICABLE VERTICALS
========================================= */

.regulatory-blueprint-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}


/* =========================================
   CARD
========================================= */

.mii-vertical-card {
    position: relative;
    height: 100%;
    min-height: 390px;

    padding: 30px;

    display: flex;
    flex-direction: column;

    background: #ffffff;

    border: 1px solid #e1edf2;
    border-radius: 24px;

    overflow: hidden;

    box-shadow:
        0 12px 35px rgba(29, 43, 58, 0.045);

    transition:
        transform .45s ease,
        box-shadow .45s ease,
        border-color .45s ease;
}


/* Accent line */

.mii-vertical-card::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 3px;

    background: linear-gradient(90deg,
            var(--base-color),
            var(--secondary-color));

    transform: scaleX(0);
    transform-origin: left;

    transition: transform .45s ease;
}


/* Soft background shape */

.mii-vertical-card::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -100px;
    bottom: -100px;

    border-radius: 50%;

    background: var(--light-blue);

    opacity: .65;

    transition: .5s ease;

    pointer-events: none;
}


/* Hover */

.mii-vertical-card:hover {
    transform: translateY(-10px);

    border-color: rgba(20, 134, 206, .25);

    box-shadow:
        0 25px 65px rgba(29, 43, 58, .10);
}

.mii-vertical-card:hover::before {
    transform: scaleX(1);
}

.mii-vertical-card:hover::after {
    width: 240px;
    height: 240px;

    opacity: .9;
}


/* =========================================
   TOP
========================================= */

.mii-card-top {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 28px;
}


/* Number */

.mii-card-number {
    color: #b6c9d2;

    font-family: var(--alt-font);

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 1px;

    transition: .35s ease;
}

.mii-vertical-card:hover .mii-card-number {
    color: var(--base-color);
}


/* =========================================
   ICON
========================================= */

.mii-vertical-icon {
    width: 62px;
    height: 62px;
    min-width: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;

    background: var(--light-blue);
    color: var(--base-color);

    font-size: 27px;

    box-shadow:
        inset 0 0 0 1px rgba(20, 134, 206, .08);

    transition:
        background .4s ease,
        color .4s ease,
        transform .4s ease;
}

.mii-vertical-card:hover .mii-vertical-icon {
    background: var(--base-color);
    color: #ffffff;

    transform: translateY(-3px) rotate(-4deg);
}


/* =========================================
   CONTENT
========================================= */

.mii-card-content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;

    flex: 1;
}


.mii-card-content h3 {
    margin: 0 0 14px;

    color: var(--dark-gray);

    font-family: var(--alt-font);

    font-size: 25px;
    line-height: 1.25;

    font-weight: 800;

    transition: color .35s ease;
}

.mii-vertical-card:hover .mii-card-content h3 {
    color: var(--base-color);
}


/* Description */

.mii-card-description {
    margin: 0 0 25px;

    color: var(--medium-gray);

    font-size: 14.5px;
    line-height: 1.75;
}


/* =========================================
   CAPABILITY BOX
========================================= */

.mii-capability {
    margin-top: auto;

    padding: 18px 18px 17px;

    background: #f7fbfd;

    border: 1px solid #e4eff3;

    border-radius: 15px;

    transition:
        background .35s ease,
        border-color .35s ease;
}

.mii-vertical-card:hover .mii-capability {
    background: #ffffff;

    border-color: rgba(47, 202, 174, .28);
}


.mii-capability-label {
    display: block;

    margin-bottom: 8px;

    color: var(--secondary-color);

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 1.5px;
}


.mii-capability p {
    margin: 0;

    color: var(--dark-gray);

    font-size: 13.5px;
    line-height: 1.65;

    font-weight: 600;
}


/* =========================================
   ARROW
========================================= */

.mii-card-arrow {
    position: absolute;

    right: 26px;
    top: 30px;

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #9bb1bc;

    font-size: 15px;

    opacity: 0;

    transform: translate(-6px, 6px);

    transition: .4s ease;

    z-index: 3;
}

.mii-vertical-card:hover .mii-card-arrow {
    opacity: 1;

    color: var(--base-color);

    transform: translate(0, 0);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .regulatory-blueprint-section {
        padding: 75px 0;
    }

    .mii-vertical-card {
        min-height: 370px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .regulatory-blueprint-section {
        padding: 65px 0;
    }

    .mii-vertical-card {
        min-height: auto;

        padding: 25px;

        border-radius: 21px;
    }

    .mii-card-top {
        margin-bottom: 24px;
    }

    .mii-vertical-icon {
        width: 56px;
        height: 56px;
        min-width: 56px;

        border-radius: 16px;

        font-size: 24px;
    }

    .mii-card-content h3 {
        font-size: 22px;
    }

    .mii-card-description {
        font-size: 14px;
    }

    .mii-capability {
        padding: 16px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .mii-vertical-card {
        padding: 22px;
    }

    .mii-card-arrow {
        display: none;
    }

}

/* ======= Applicable verticals section end ==== */

/* =========================================
   MAKE IN INDIA - ZIG ZAG SECTIONS
========================================= */

.make-india-zigzag {
    padding-bottom: 80px;
    padding-top: 0;
}


/* =========================================
   ROW
========================================= */

.make-india-row {
    --bs-gutter-x: 70px;
    margin-bottom: 110px;
}

.make-india-row:last-child {
    margin-bottom: 0;
}


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

.make-india-image {
    position: relative;
    width: 100%;
    height: 430px;
    overflow: hidden;
    border-radius: 28px;
    background: #eef7fa;
}


/* Decorative frame */

.make-india-image::before {
    content: "";
    position: absolute;
    left: 18px;
    bottom: 18px;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(47, 202, 174, .35);
    border-radius: 24px;
    z-index: 0;
}


/* Image */

.make-india-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 28px;
    transition: transform .6s ease;
}

.make-india-image:hover img {
    transform: scale(1.035);
}


/* =========================================
   CONTENT
========================================= */

.make-india-content {
    position: relative;
    max-width: 590px;
    padding-left: 20px;
}


/* Alternating content spacing */

.make-india-row-reverse .make-india-content {
    margin-left: auto;
    padding-left: 0;
    padding-right: 20px;
}


/* =========================================
   LABEL
========================================= */

.make-india-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding-left: 34px;
    color: var(--secondary-color);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.make-india-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 2px;
    background: var(--secondary-color);
    transform: translateY(-50%);
}


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

.make-india-content h2 {
    margin: 0 0 22px;
    color: var(--dark-gray);
    font-family: var(--alt-font);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
}


/* =========================================
   PARAGRAPH
========================================= */

.make-india-content p {
    margin: 0 0 17px;
    color: var(--medium-gray);
    font-size: 16px;
    line-height: 1.85;
}

.make-india-content p:last-child {
    margin-bottom: 0;
}


/* =========================================
   HIGHLIGHT BOX
========================================= */

.make-india-highlight {
    position: relative;

    display: flex;
    align-items: flex-start;

    gap: 18px;

    margin-top: 28px;
    padding: 24px;

    background: #f5fafc;

    border: 1px solid #dfedf1;

    border-radius: 20px;

    box-shadow: 0 12px 35px rgba(29, 43, 58, .045);

    overflow: hidden;
}


/* Accent line */

.make-india-highlight::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 4px;
    height: 100%;

    background: var(--secondary-color);
}


/* Icon */

.make-india-highlight-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: var(--light-blue);

    color: var(--base-color);

    font-size: 22px;
}


/* Highlight title */

.make-india-highlight h3 {
    margin: 0 0 9px;

    color: var(--dark-gray);

    font-family: var(--alt-font);

    font-size: 18px;
    font-weight: 750;

    line-height: 1.4;
}


/* Highlight text */

.make-india-highlight p {
    margin: 0;

    font-size: 14px;
    line-height: 1.75;
}


/* =========================================
   SECOND ROW - VISUAL ZIG ZAG
========================================= */

.make-india-row-reverse .make-india-image {
    order: 1;
}

.make-india-row-reverse .make-india-content {
    order: 0;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .make-india-zigzag {
        padding: 75px 0;
    }

    .make-india-row {
        --bs-gutter-x: 40px;

        margin-bottom: 80px;
    }

    .make-india-image {
        height: 390px;
    }

    .make-india-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .make-india-row-reverse .make-india-content {
        padding-right: 0;
        margin-top: 40px;
    }

    .make-india-content h2 {
        font-size: 32px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .make-india-zigzag {
        padding: 60px 0;
    }

    .make-india-row,
    .make-india-row-reverse {
        margin-bottom: 65px;
    }

    /* Disable alternating order on mobile */

    .make-india-row-reverse .make-india-image,
    .make-india-row-reverse .make-india-content {
        order: initial;
    }

    .make-india-image {
        height: 300px;

        border-radius: 22px;
    }

    .make-india-image::before {
        left: 10px;
        bottom: 10px;

        border-radius: 19px;
    }

    .make-india-image img {
        border-radius: 22px;
    }

    .make-india-content,
    .make-india-row-reverse .make-india-content {
        margin-top: 35px;
        padding: 0;
    }

    .make-india-label {
        margin-bottom: 14px;
        font-size: 10px;
    }

    .make-india-content h2 {
        font-size: 27px;
        line-height: 1.3;
        margin-bottom: 17px;
    }

    .make-india-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .make-india-highlight {
        padding: 20px;
        gap: 13px;
        border-radius: 17px;
    }

    .make-india-highlight-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;

        border-radius: 12px;

        font-size: 19px;
    }

    .make-india-highlight h3 {
        font-size: 16px;
    }

    .make-india-highlight p {
        font-size: 13px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .make-india-image {
        height: 250px;
    }

    .make-india-content h2 {
        font-size: 24px;
    }

    .make-india-content p {
        font-size: 13.5px;
    }

    .make-india-highlight {
        display: block;
    }

    .make-india-highlight-icon {
        margin-bottom: 14px;
    }

}

/* =========================================
   KEY POLICY REFERENCES SECTION & TABLE
========================================= */
.key-policy-section {
    padding: 80px 0;
}

.key-policy-table-wrapper {
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(15, 35, 70, 0.06);
    border: 1px solid #eaeef3;
    overflow: hidden;
    transition: all 0.3s ease;
}

.key-policy-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
}

.key-policy-table thead tr {
    background: linear-gradient(135deg, var(--dark-gray) 0%, #0f172a 100%);
}

.key-policy-table th {
    padding: 18px 24px;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.key-policy-table th:first-child {
    width: 36%;
}

.key-policy-table .th-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.key-policy-table .th-content i {
    font-size: 20px;
    color: var(--secondary-color);
}

.key-policy-table tbody tr {
    transition: background-color 0.25s ease, border-color 0.25s ease;
    border-bottom: 1px solid #eaeef3;
    position: relative;
}

.key-policy-table tbody tr:last-child {
    border-bottom: none;
}

.key-policy-table tbody tr:nth-child(even) {
    background-color: var(--light-bg);
}

.key-policy-table tbody tr:hover {
    background-color: var(--light-blue);
}

.key-policy-table td {
    padding: 20px 24px;
    vertical-align: middle;
}

.policy-name-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.policy-badge {
    display: inline-block;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 600;
    color: var(--base-color);
    background: rgba(0, 133, 210, 0.08);
    border-radius: 20px;
    border: 1px solid rgba(0, 133, 210, 0.18);
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.policy-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-gray);
    line-height: 1.4;
}

.policy-desc {
    font-size: 15px;
    color: var(--medium-gray);
    line-height: 1.6;
    margin: 0;
}

/* Horizontal scrollbar styling for viewport width <= 992px */
@media (max-width: 992px) {
    .key-policy-section {
        padding: 60px 0;
    }

    .key-policy-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 12px;
    }
    
    .key-policy-table {
        min-width: 720px;
    }
    
    /* Custom Modern Horizontal Scrollbar */
    .key-policy-table-wrapper::-webkit-scrollbar {
        height: 8px;
    }
    
    .key-policy-table-wrapper::-webkit-scrollbar-track {
        background: #eef4f8;
        border-radius: 4px;
    }
    
    .key-policy-table-wrapper::-webkit-scrollbar-thumb {
        background: var(--base-color);
        border-radius: 4px;
        transition: background 0.2s ease;
    }
    
    .key-policy-table-wrapper::-webkit-scrollbar-thumb:hover {
        background: #006bb3;
    }
    
    /* Firefox custom scrollbar */
    .key-policy-table-wrapper {
        scrollbar-width: thin;
        scrollbar-color: var(--base-color) #eef4f8;
    }
}

/* =========================================
   POLICY REFERENCE SECTION
========================================= */

.policy-reference-section {
    position: relative;
    padding: 90px 0;
    background: var(--white);
    overflow: hidden;
}

.policy-reference-list {
    position: relative;
    margin-top: 55px;
}


/* =========================================
   MAIN ITEM
========================================= */

.policy-reference-item {
    position: relative;

    display: grid;
    grid-template-columns: 42% 58%;
    align-items: stretch;

    min-height: 300px;
    margin-bottom: 28px;

    background: var(--white);

    border: 1px solid rgba(29, 43, 58, .08);
    border-left: 4px solid var(--base-color);

    border-radius: 24px;
    overflow: hidden;

    box-shadow: 0 12px 35px rgba(29, 43, 58, .05);

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;
}


/* =========================================
   DARK CARD
========================================= */

.policy-reference-item:nth-child(even) {
    background: var(--dark-gray);

    border: 1px solid rgba(29, 43, 58, .08);

    /* RIGHT SIDE ACCENT */
    border-right: 4px solid var(--secondary-color);

    box-shadow: 0 16px 40px rgba(29, 43, 58, .12);
}


/* =========================================
   REVERSE LAYOUT
========================================= */

.policy-reference-item-reverse {
    grid-template-columns: 58% 42%;
}

.policy-reference-item-reverse .policy-reference-visual {
    order: 2;
}

.policy-reference-item-reverse .policy-reference-content {
    order: 1;
}


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

.policy-reference-visual {
    position: relative;

    height: 230px;
    min-height: 230px;

    align-self: center;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px 35px;

    background: transparent;

    overflow: hidden;
}


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

.policy-reference-pattern {
    position: absolute;

    width: 270px;
    height: 270px;

    right: -100px;
    top: -70px;

    border: 1px solid rgba(0, 133, 210, .12);

    border-radius: 50%;

    pointer-events: none;

    transition: transform .5s ease;
}

.policy-reference-pattern::before {
    content: "";

    position: absolute;

    inset: 28px;

    border: 1px solid rgba(47, 202, 174, .12);

    border-radius: 50%;
}

.policy-reference-pattern::after {
    content: "";

    position: absolute;

    inset: 58px;

    border: 1px solid rgba(0, 133, 210, .08);

    border-radius: 50%;
}


/* Dark card pattern */

.policy-reference-item:nth-child(even) .policy-reference-pattern {
    border-color: rgba(47, 202, 174, .18);
}

.policy-reference-item:nth-child(even) .policy-reference-pattern::before {
    border-color: rgba(255, 255, 255, .08);
}

.policy-reference-item:nth-child(even) .policy-reference-pattern::after {
    border-color: rgba(47, 202, 174, .10);
}


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

.policy-reference-visual img {
    position: relative;
    z-index: 2;

    display: block;

    width: 100%;
    height: 230px;

    object-fit: contain;

    transition: transform .5s ease;
}


/* =========================================
   CONTENT
========================================= */

.policy-reference-content {
    position: relative;

    align-self: center;

    padding: 38px 48px;
}


/* =========================================
   LABEL
========================================= */

.policy-reference-label {
    display: block;

    margin-bottom: 8px;

    color: var(--secondary-color);

    font-family: var(--primary-font);

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}


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

.policy-reference-content h3 {
    max-width: 620px;

    margin: 0;

    color: var(--dark-gray);

    font-family: var(--alt-font);

    font-size: 21px;
    line-height: 1.4;

    font-weight: 800;
}


/* Dark title */

.policy-reference-item:nth-child(even)
.policy-reference-content h3 {
    color: var(--white);
}


/* =========================================
   DIVIDER
========================================= */

.policy-reference-divider {
    width: 42px;
    height: 2px;

    margin: 20px 0;

    background: var(--base-color);

    border-radius: 10px;

    transition: width .4s ease;
}

.policy-reference-item:nth-child(even)
.policy-reference-divider {
    background: var(--secondary-color);
}


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

.policy-reference-content p {
    max-width: 650px;

    margin: 0;

    color: var(--medium-gray);

    font-family: var(--primary-font);

    font-size: 14px;
    line-height: 1.8;
}


/* Dark description */

.policy-reference-item:nth-child(even)
.policy-reference-content p {
    color: rgba(255, 255, 255, .72);
}


/* =========================================
   HOVER
========================================= */

.policy-reference-item:hover {
    transform: translateY(-6px);

    box-shadow:
        0 22px 50px rgba(29, 43, 58, .12);
}

.policy-reference-item:hover .policy-reference-visual img {
    transform: scale(1.04);
}

.policy-reference-item:hover .policy-reference-pattern {
    transform: scale(1.12);
}

.policy-reference-item:hover .policy-reference-divider {
    width: 68px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .policy-reference-section {
        padding: 75px 0;
    }

    .policy-reference-list {
        margin-top: 45px;
    }

    .policy-reference-item,
    .policy-reference-item-reverse {
        grid-template-columns: 40% 60%;
        min-height: 280px;
    }

    .policy-reference-visual {
        height: 230px;
        min-height: 230px;
        padding: 20px;
    }

    .policy-reference-visual img {
        width: 100%;
        height: 230px;
    }

    .policy-reference-content {
        padding: 32px;
    }

    .policy-reference-content h3 {
        font-size: 19px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .policy-reference-section {
        padding: 65px 0;
    }

    .policy-reference-list {
        margin-top: 35px;
    }

    .policy-reference-item,
    .policy-reference-item-reverse {
        display: flex;
        flex-direction: column;

        min-height: auto;

        border-left-width: 3px;
        border-right: 1px solid rgba(29, 43, 58, .08);

        border-radius: 20px;
    }

    /* Dark mobile cards keep accent on RIGHT */
    .policy-reference-item:nth-child(even) {
        border-left: 1px solid rgba(29, 43, 58, .08);
        border-right: 3px solid var(--secondary-color);
    }

    .policy-reference-item-reverse .policy-reference-visual,
    .policy-reference-item-reverse .policy-reference-content {
        order: initial;
    }

    .policy-reference-visual {
        width: 100%;

        height: 230px;
        min-height: 230px;

        padding: 20px 30px;
    }

    .policy-reference-visual img {
        width: 100%;
        height: 230px;
    }

    .policy-reference-content {
        padding: 28px 25px 30px;
    }

    .policy-reference-content h3 {
        font-size: 18px;
    }

    .policy-reference-content p {
        font-size: 13px;
        line-height: 1.75;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .policy-reference-section {
        padding: 55px 0;
    }

    .policy-reference-item {
        margin-bottom: 20px;
        border-radius: 18px;
    }

    .policy-reference-visual {
        height: 230px;
        min-height: 230px;

        padding: 15px 20px;
    }

    .policy-reference-visual img {
        width: 100%;
        height: 230px;
    }

    .policy-reference-content {
        padding: 24px 20px 27px;
    }

    .policy-reference-label {
        font-size: 9px;
        letter-spacing: 1.2px;
    }

    .policy-reference-content h3 {
        font-size: 16px;
        line-height: 1.45;
    }

    .policy-reference-content p {
        font-size: 12.5px;
        line-height: 1.7;
    }
}



/* =========================================
   MANUFACTURING PROCESS
========================================= */

.manufacturing-process-section {
    position: relative;
    padding: 90px 0;
    background: var(--white);
    overflow: hidden;
}


/* =========================================
   MAIN PROCESS WRAPPER
========================================= */

.manufacturing-process-list {
    position: relative;
}


/* =========================================
   CENTER TIMELINE
========================================= */

.manufacturing-process-list::before {
    content: "";
    position: absolute;

    top: 0;
    bottom: 0;
    left: 50%;

    width: 1px;

    background: rgba(0, 133, 210, .16);

    transform: translateX(-50%);
}


/* =========================================
   PROCESS ROW
========================================= */

.manufacturing-process-row {
    position: relative;

    display: grid;
    grid-template-columns: minmax(0, 1fr) 80px minmax(0, 1fr);

    align-items: center;

    gap: 0;

    min-height: 380px;

    margin-bottom: 65px;
}


.manufacturing-process-row:last-child {
    margin-bottom: 0;
}


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

.manufacturing-process-media {
    grid-column: 1;
    grid-row: 1;

    position: relative;

    padding-right: 45px;
}


/* =========================================
   COMMON STICKY IMAGE CLASS
========================================= */

.sidebar-area {
    position: sticky;
    top: 110px;
    align-self: start;
}


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

.manufacturing-image-wrap {
    position: relative;

    width: 100%;
    height: 100%;
    overflow: hidden;
}


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




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

.manufacturing-image-wrap img {
    position: relative;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    z-index: 2;

    transition:
        transform .7s ease;
}


/* =========================================
   CONTENT
========================================= */

.manufacturing-process-content {
    grid-column: 3;
    grid-row: 1;

    padding-left: 45px;
}


.manufacturing-process-row.reverse
.manufacturing-process-content {
    grid-column: 1;
    grid-row: 1;

    padding-left: 0;
    padding-right: 45px;
}


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

.manufacturing-process-row.reverse
.manufacturing-process-media {
    grid-column: 3;
    grid-row: 1;

    padding-right: 0;
    padding-left: 45px;
}


/* =========================================
   STAGE LABEL
========================================= */

/* =========================================
   MANUFACTURING STAGE
========================================= */

.manufacturing-stage {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 68px;
    height: 68px;

    margin-bottom: 18px;

    border-radius: 50%;

    background: var(--secondary-color);

    border: 1px solid rgba(0, 133, 210, 0.16);

    color: var(--white);

    font-family: var(--alt-font);

    font-size: 18px;
    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;

    box-shadow:
        0 8px 25px rgba(29, 43, 58, 0.07);

    z-index: 2;

    transition:
        color .3s ease,
        border-color .3s ease,
        background .3s ease,
        box-shadow .3s ease;
}


/* Outer decorative circle */

.manufacturing-stage::before {
    content: "";

    position: absolute;

    inset: -6px;

    border-radius: 50%;

    border: 1px dashed rgba(47, 202, 174, 0.25);

    pointer-events: none;

    transition:
        border-color .3s ease,
        transform .3s ease;
}


/* Small center accent */

.manufacturing-stage::after {
    content: "";

    position: absolute;

    width: 6px;
    height: 6px;

    bottom: 7px;
    right: 7px;

    border-radius: 50%;

    background: var(--secondary-color);

    border: 2px solid var(--white);

    transition:
        background .3s ease;
}


/* =========================================
   HOVER
========================================= */

.manufacturing-process-row:hover .manufacturing-stage {
    color: var(--white);

    background: var(--base-color);

    border-color: var(--base-color);

    box-shadow:
        0 10px 28px rgba(0, 133, 210, 0.18);
}

.manufacturing-process-row:hover .manufacturing-stage::before {
    border-color: var(--base-color);

    transform: scale(1.08);
}

.manufacturing-process-row:hover .manufacturing-stage::after {
    background: var(--secondary-color);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .manufacturing-stage {
        width: 60px;
        height: 60px;

        margin-bottom: 15px;

        font-size: 10px;
    }

    .manufacturing-stage::after {
        width: 5px;
        height: 5px;

        bottom: 6px;
        right: 6px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .manufacturing-stage {
        width: 54px;
        height: 54px;

        margin-bottom: 13px;

        font-size: 9px;

        letter-spacing: .8px;
    }

    .manufacturing-stage::before {
        inset: -5px;
    }

    .manufacturing-stage::after {
        width: 5px;
        height: 5px;

        bottom: 5px;
        right: 5px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .manufacturing-stage {
        width: 50px;
        height: 50px;

        font-size: 8.5px;
    }
}


/* =========================================
   HEADING
========================================= */

.manufacturing-process-content h3 {
    margin: 0 0 18px;
    color: var(--dark-gray);
    font-family: var(--alt-font);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
}


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

.manufacturing-process-content p {
    margin: 0 0 17px;

    color: var(--medium-gray);

    font-family: var(--primary-font);

    font-size: 14px;

    line-height: 1.8;
}


.manufacturing-process-content p:last-child {
    margin-bottom: 0;
}


/* =========================================
   POINTS
========================================= */

.manufacturing-process-points {
    margin: 20px 0 0;
    padding: 0;

    list-style: none;
}


.manufacturing-process-points li {
    position: relative;

    display: flex;
    align-items: flex-start;

    gap: 10px;

    margin-bottom: 12px;

    color: var(--medium-gray);

    font-family: var(--primary-font);

    font-size: 14px;

    line-height: 1.7;
}


.manufacturing-process-points li:last-child {
    margin-bottom: 0;
}


.manufacturing-process-points li i {
    flex: 0 0 auto;

    margin-top: 4px;

    color: var(--secondary-color);

    font-size: 15px;
}


/* =========================================
   CENTER MARKER
========================================= */

.manufacturing-process-marker {
    grid-column: 2;
    grid-row: 1;

    position: relative;

    z-index: 5;

    display: flex;

    align-items: center;
    justify-content: center;
}


.manufacturing-process-marker span {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--base-color);

    border: 1px solid rgba(0, 133, 210, .18);

    color: var(--white);

    font-size: 20px;

    box-shadow:
        0 8px 25px rgba(29, 43, 58, .08);

    transition:
        background .35s ease,
        color .35s ease,
        border-color .35s ease,
        transform .35s ease;
}


/* =========================================
   FEATURED STAGE
========================================= */

.manufacturing-process-row.featured
.manufacturing-process-content {
    position: relative;

    padding-top: 28px;
    padding-bottom: 28px;
}


.manufacturing-process-row.featured
.manufacturing-process-content::before {
    content: "";

    position: absolute;

    inset: 0;

    background: var(--light-green);

    border-left: 3px solid var(--secondary-color);

    border-radius: 0 20px 20px 0;

    z-index: -1;
}


.manufacturing-process-row.featured
.manufacturing-process-content {
    padding-left: 45px;
}


/* =========================================
   HOVER
========================================= */



.manufacturing-process-row:hover
.manufacturing-process-marker span {
    background: var(--secondary-color);

    border-color: var(--secondary-color);

    color: var(--white);

    transform: scale(1.08);
}


/* .manufacturing-process-row:hover
.manufacturing-stage {
    color: var(--base-color);
} */


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

.manufacturing-image-wrap {
    transition:
        border-color .35s ease,
        box-shadow .35s ease;
}




/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .manufacturing-process-section {
        padding: 75px 0;
    }

    .manufacturing-process-row {
        grid-template-columns: 42% 60px 58%;

        min-height: 340px;

        margin-bottom: 50px;
    }

    .manufacturing-process-media {
        padding-right: 25px;
    }

    .manufacturing-process-row.reverse
    .manufacturing-process-media {
        padding-left: 25px;
    }

    .manufacturing-process-content {
        padding-left: 25px;
    }

    .manufacturing-process-row.reverse
    .manufacturing-process-content {
        padding-right: 25px;
    }

    .manufacturing-image-wrap {
        height: 290px;
        border-radius: 20px;
    }

    .manufacturing-process-content h3 {
        font-size: 21px;
    }

    .manufacturing-process-content p,
    .manufacturing-process-points li {
        font-size: 13px;
    }

    .manufacturing-process-marker span {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .manufacturing-process-section {
        padding: 60px 0;
    }

    .manufacturing-process-list::before {
        display: none;
    }

    .manufacturing-process-row,
    .manufacturing-process-row.reverse {
        display: flex;

        flex-direction: column;

        align-items: stretch;

        min-height: auto;

        margin-bottom: 40px;
    }


    /* Image */

    .manufacturing-process-media,
    .manufacturing-process-row.reverse
    .manufacturing-process-media {
        order: 1;

        width: 100%;

        padding: 0;
    }


    .sidebar-area {
        position: relative;
        top: auto;
    }


    .manufacturing-image-wrap {
        width: 100%;
        height: 240px;

        border-radius: 18px;
    }


    /* Marker */

    .manufacturing-process-marker {
        order: 2;

        justify-content: flex-start;

        margin: -22px 0 0 20px;
    }


    .manufacturing-process-marker span {
        width: 44px;
        height: 44px;

        background: var(--white);

        font-size: 17px;
    }


    /* Content */

    .manufacturing-process-content,
    .manufacturing-process-row.reverse
    .manufacturing-process-content,
    .manufacturing-process-row.featured
    .manufacturing-process-content {
        order: 3;

        width: 100%;

        padding: 25px 5px 0;
    }


    .manufacturing-process-row.featured
    .manufacturing-process-content::before {
        inset: 10px 0 0;

        border-left: 3px solid var(--secondary-color);

        border-radius: 0 16px 16px 0;
    }


    .manufacturing-process-row.featured
    .manufacturing-process-content {
        padding: 30px 20px 25px;
    }


    .manufacturing-process-content h3 {
        font-size: 20px;

        line-height: 1.4;
    }


    .manufacturing-process-content p,
    .manufacturing-process-points li {
        font-size: 13px;

        line-height: 1.7;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .manufacturing-process-section {
        padding: 50px 0;
    }

    .manufacturing-image-wrap {
        height: 220px;

        border-radius: 16px;
    }

    .manufacturing-process-content h3 {
        font-size: 18px;
    }

    .manufacturing-stage {
        font-size: 10px;

        letter-spacing: 1.5px;
    }

    .manufacturing-process-content p,
    .manufacturing-process-points li {
        font-size: 12.5px;
    }

    .manufacturing-process-points {
        margin-top: 16px;
    }

    .manufacturing-process-points li {
        gap: 8px;
        margin-bottom: 10px;
    }

    .manufacturing-process-marker {
        margin-left: 15px;
    }

    .manufacturing-process-marker span {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

}

/* =========================================
   MARKET REPORT SECTION
========================================= */

.market-report-section {
    position: relative;
    padding: 80px 0;
    background: var(--white);
    overflow: hidden;
}


/* =========================================
   CARD
========================================= */

.market-report-card {
    position: relative;

    display: flex;
    height: 100%;
    min-height: 320px;

    overflow: hidden;

    background: var(--white);

    border: 1px solid rgba(29, 43, 58, .08);
    border-radius: 22px;

    box-shadow: 0 10px 35px rgba(29, 43, 58, .055);

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;
}


/* =========================================
   LEFT VISUAL
========================================= */

.market-report-visual {
    position: relative;

    flex: 0 0 190px;
    min-height: 320px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background: var(--light-blue);

    border-right: 1px solid rgba(20, 134, 206, .10);
}


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

.market-report-visual img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform .5s ease;
}


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

.market-report-pattern {
    position: absolute;

    width: 210px;
    height: 210px;

    right: -105px;
    bottom: -105px;

    border: 1px solid rgba(20, 134, 206, .10);
    border-radius: 50%;

    pointer-events: none;

    transition: transform .5s ease;
}

.market-report-pattern::before {
    content: "";

    position: absolute;
    inset: 22px;

    border: 1px solid rgba(20, 134, 206, .08);
    border-radius: 50%;
}

.market-report-pattern::after {
    content: "";

    position: absolute;
    inset: 48px;

    border: 1px solid rgba(59, 194, 178, .08);
    border-radius: 50%;
}


/* =========================================
   CONTENT
========================================= */

.market-report-content {
    position: relative;

    flex: 1;

    padding: 30px;
}


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

.market-report-title {
    margin: 0 0 25px;
    padding-bottom: 17px;

    border-bottom: 1px solid rgba(29, 43, 58, .08);
}

.market-report-title h3 {
    margin: 0;

    color: var(--dark-gray);

    font-family: var(--alt-font);

    font-size: 20px;
    font-weight: 800;

    line-height: 1.4;
}


/* =========================================
   INFORMATION
========================================= */

.market-report-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
}


/* =========================================
   CONTENT BLOCK
========================================= */

.market-report-block {
    position: relative;

    padding-left: 16px;
}

.market-report-block::before {
    content: "";

    position: absolute;

    left: 0;
    top: 4px;

    width: 3px;
    height: calc(100% - 8px);

    border-radius: 5px;

    background: var(--base-color);
}

.market-report-block > span {
    display: block;

    margin-bottom: 6px;

    color: var(--base-color);

    font-family: var(--primary-font);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.market-report-block p {
    margin: 0;

    color: var(--medium-gray);

    font-family: var(--primary-font);

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================
   SOURCE BLOCK
========================================= */

.market-report-block.source-block {
    padding: 14px 16px 14px;

    background: var(--light-green);

    border-radius: 12px;
}

.market-report-block.source-block::before {
    top: 12px;
    height: calc(100% - 24px);

    background: var(--secondary-color);
}

.market-report-block.source-block > span {
    color: var(--secondary-color);
}


/* =========================================
   HOVER
========================================= */

.market-report-card:hover {
    transform: translateY(-7px);

    border-color: rgba(20, 134, 206, .20);

    box-shadow: 0 22px 50px rgba(29, 43, 58, .10);
}

.market-report-card:hover .market-report-visual img {
    transform: scale(1.06);
}

.market-report-card:hover .market-report-pattern {
    transform: scale(1.08);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .market-report-section {
        padding: 70px 0;
    }

    .market-report-card {
        min-height: 300px;
    }

    .market-report-visual {
        flex: 0 0 165px;
        min-height: 300px;
    }


    .market-report-content {
        padding: 26px 24px;
    }

    .market-report-title h3 {
        font-size: 18px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .market-report-section {
        padding: 60px 0;
    }

    .market-report-card {
        display: block;
        min-height: auto;
        border-radius: 20px;
    }

    .market-report-visual {
        width: 100%;
        height: 190px;
        min-height: 190px;

        border-right: 0;
        border-bottom: 1px solid rgba(20, 134, 206, .10);
    }


    .market-report-content {
        padding: 24px 22px 26px;
    }

    .market-report-title {
        margin-bottom: 20px;
    }

    .market-report-title h3 {
        font-size: 17px;
    }

    .market-report-block p {
        font-size: 13px;
        line-height: 1.65;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .market-report-section {
        padding: 50px 0;
    }

    .market-report-visual {
        height: 175px;
        min-height: 175px;
    }

    .market-report-content {
        padding: 22px 19px 23px;
    }

    .market-report-title h3 {
        font-size: 16px;
    }

    .market-report-block {
        padding-left: 14px;
    }

    .market-report-block > span {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .market-report-block p {
        font-size: 12.5px;
    }

    .market-report-block.source-block {
        padding: 13px 14px;
    }
}