@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Merriweather:wght@300;400;700;900&family=Montserrat+Alternates:wght@400;500;600&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
:root
{

	--color1:#1F1CFF;
	--color2:#FF3130; /*  */
	--color3:#0b0b0b; /*  */
	--color01:#F3DE25;
	--bgl:#FFF2F0;
	--white:#fff;
	--black:#000;

}
/*
	
blue 
#1F1CFF
red
#FF3130
font-family: "Raleway", sans-serif;
font-family: "PT Sans", sans-serif;
font-family: "Montserrat", sans-serif;

*/
html {
  scroll-behavior: smooth;
}


.textHeightFix{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.textHeightFix[text-length='2']{
    -webkit-line-clamp: 2;
}
.textHeightFix[text-length='1']{
    -webkit-line-clamp: 1;
}
@media screen and (min-width: 993px)
{
    .btn-menu
    {
        display:none;
    }
}
@media screen and (min-width: 768px)
{
	.navigation .nav-container .navigation-row .logo_area .menuToggle
	{
		display: none;
	}
	body.innerPage footer
	{
		margin-top: 40px;
	}
	.right_top_logos_mobile_only
	{
		display: none;
	}
}
@media screen and (min-width: 577px)
{
	.logo002
	{
		display: none;
	}
}
@media screen and (max-width: 576px)
{
	.logo001
	{
		display: none;
	}
}
ul
{
	list-style-type: none;
	margin-bottom: 0;
}
a
{
	text-decoration: none;
}
*{
	box-sizing: border-box;
	/*overflow: hidden;*/
}
body
{
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #58585E;
	font-weight: 400;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6
{
	font-family: "Bitter", serif;
}
p
{
	text-align: justify;
}
.container
{
	max-width: 95%;
}
.rows
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px)
{
	.rows
	{
		flex-direction: column;
	}
	.rows .cols1,
	.rows .cols2,
	.rows .cols3,
	.rows .cols4,
	.rows .cols5,
	.rows .cols6,
	.rows .cols7,
	.rows .cols8,
	.rows .cols9,
	.rows .cols10,
	.rows .cols11,
	.rows .cols12
	{
		width: 100%;
		margin: 0 0 20px;
	}
}
.justifyContentCenter
{
	justify-content: center;
}
.justifyContentBetween
{
	justify-content: space-between;
}
.justifyContentEnd
{
	justify-content:flex-end;
}
.alignSelfCenter
{
	align-self: center;
}
.alignItemsCenter
{
	align-items: center;
}
.rows .colsonly
{
	flex: 0 0 auto;
}
.rows .cols1
{
	flex: 0 0 auto;
	width: calc(100% - 30px);
	margin: 0 15px 20px;
}

.rows .cols2
{
	flex: 0 0 auto;
	width: calc(50% - 30px);
	margin: 0 15px 20px;
}

.rows .cols3
{
	flex: 0 0 auto;
	width: calc(33.333% - 30px);
	margin: 0 15px 20px;
}

.rows .cols4
{
	flex: 0 0 auto;
	width: calc(25% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols5
{
	flex: 0 0 auto;
	width: calc(20% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols6
{
	flex: 0 0 auto;
	width: calc(16.666% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols7
{
	flex: 0 0 auto;
	width: calc(14.28% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols8
{
	flex: 0 0 auto;
	width: calc(12.5% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols9
{
	flex: 0 0 auto;
	width: calc(11.11% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols10
{
	flex: 0 0 auto;
	width: calc(10% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols11
{
	flex: 0 0 auto;
	width: calc(9.09% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols12
{
	flex: 0 0 auto;
	width: calc(8.333% - 30px);
	margin: 0 15px 20px;	
}
.rows .colsHalf
{
	flex: 0 0 auto;
	width: calc(50% - 30px);
	margin: 0 15px 20px;
}

.rows .colsThree
{
	flex: 0 0 auto;
	width: calc(33.333% - 30px);
	margin: 0 15px 20px;
}
/*
    ==========================================================
*/

/* CSS Scoped to Section */
.academics-section {
    background-color: #F8F5F0;
    min-height: 450px;
    padding-top: 70px;
}
.academics-section .container
{
    max-width: 88%;
}

.academics-section .academic-card {
    background: #ffffff;
    border-radius: 12px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
}
.academics-section .academic-card.p-25
{
    padding: 2.5rem;
}

.academics-section .academic-card:hover {
    transform: scale(1.05);
}

.academics-section .icon-box {
    font-size: 3.5rem;
    color: #003A65;
    line-height: 1;
}

.academics-section h4 {
    color: #003A65;
}

.academics-section .arrow-btn {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFC325;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003A65;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.academics-section .arrow-btn:hover {
    background-color: #e6af21;
}

/* Animations Decorative Elements */
.academics-section .deco-curly {
    position: absolute;
    left: 5%;
    width: 40px;
    opacity: 0.3;
    animation: moveVertical 4s ease-in-out infinite;
}

.academics-section .deco-cap {
    position: absolute;
    right: 5%;
    bottom: 0%;
    width: 120px;
    animation: moveHorizontal 6s ease-in-out infinite;
}

.academics-section .academic-card p
{
    margin-bottom: 0;
    font-size: 0.95rem;
}

@keyframes moveVertical {
    0% { top: 70px; }
    50% { top: 120px; }
    100% { top: 70px; }
}

@keyframes moveHorizontal {
    0% { transform: translateX(0); }
    50% { transform: translateX(-30px); }
    100% { transform: translateX(0); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .academics-section .deco-curly, 
    .academics-section .deco-cap {
        display: none;
    }
    .academics-section .academic-card {
        margin-bottom: 20px;
    }
}

/*
    ==========================================================
*/

.headings
{
    text-align: center;  
    margin-bottom: 25px; 
}
.headings h2
{
  font-size: 32px;
  font-weight: 600;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.4;
}
.headings h2 span
{
    color: #114990;
}
.headings p
{
  font-size: 18px;
  font-weight: 500;
  color: #142444;
  text-transform: capitalize;
  margin: 0 0 5px;
  text-align: center;
  line-height: 1.5;
}

/*
    ==========================================================
*/
.about-section
{
    padding: 70px 0;
}
.about-section .container
{
    max-width: 90%;
}
.about-section h6 {
    color: #114990 !important;
    letter-spacing: 1px;
}

.about-section h2 {
    color: #222;
    line-height: 1.3;
}

.about-section ul li {
    font-weight: 400;
    color: #444;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
}

.about-section p
{
    font-size: 1.1rem;
    margin-bottom: 20px;
}
.about-section ul li i {
    color: #76B82A;
    font-size: 1.1rem;
}

.btn-custom {
    background-color: #114990;
    color: #ffffff;
    border: none;
    padding: 13px 30px !important;
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.900rem;
    transition: background-color 0.3s ease;
}

.btn-custom:hover {
    background-color: #0d3a73;
    color: #ffffff;
}

.img-fluid {
    height: 100%;
    object-fit: cover;
}


/*
    ==========================================================
*/

.about-agency-section {
    padding: 60px 0;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.about-agency-section .about-title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 15px 0 25px;
}

.about-agency-section .text-gray { color: #6F6F6F; }
.about-agency-section .text-red { color: #DE2B21; }

.about-agency-section .hero-img-mask {
    clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%, 0 15%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about-agency-section .about_warpper_content {
    padding-left: 30px;
}
.about-agency-section .exp-box {
    background-image: url(../img/about_1_3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    padding: 10px;
    height: 200px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.about-agency-section .exp-box .paragaph
{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #222;
    font-weight: 600;
}

.about-agency-section .exp-number {
    font-size: clamp(50px, 8vw, 70px);
    font-weight: 900;
    color: #DE2B21;
    line-height: 1;
}

.about-agency-section .dotted-border {
    border-left: 3px dotted #DE2B21;
    padding-left: 20px;
    margin-bottom: 35px;
}
.about-agency-section .dotted-border  p
{
    font-size: 18px;
    color: #333;
    font-weight: 400; 
}
.about-agency-section .feature-icon-box {
    width: 50px;
    height: 50px;
    background-color: #DE2B21;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.about-agency-section .strategy-box {
    border: 1px solid #eee;
    padding: 20px;
    font-weight: 600;
    background: #fdfdfd;
}

.about-agency-section .btn-red {
    background-color: #DE2B21;
    color: white;
    border: none;
    padding: 15px 35px;
    font-weight: 700;
    transition: 0.3s ease;
}

.about-agency-section .btn-red:hover {
    background-color: #b0221a;
    transform: translateY(-3px);
}

@media (max-width: 991.98px) {
    .about-agency-section { padding: 40px 0; }
    .about-agency-section .text-content { text-align: center; }
    .about-agency-section .dotted-border {
        border-left: none;
        border-top: 3px dotted #DE2B21;
        padding-left: 0;
        padding-top: 15px;
    }
    .about-agency-section .feature-item {
        flex-direction: column;
        text-align: center;
    }
    .about-agency-section .feature-icon-box { margin: 0 auto 10px; }
}

@media (max-width: 576px) {
    .about-agency-section .exp-number { font-size: 50px; }
    .about-agency-section .about-title { font-size: 1.8rem; }
}

/*
    ==========================================================
*/
.proven-process-section {
            padding: 70px 0;
            background: radial-gradient(circle at 10% 20%, rgba(222, 43, 33, 0.03) 0%, transparent 20%),
                        linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            position: relative;
            overflow: hidden;
        }
        .proven-process-section .image1pattern
        {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            text-align: center;
        }

        .proven-process-section .section-subtitle {
            color: #DE2B21;
            font-weight: 700;
            font-size: 14px;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .proven-process-section .section-title {
            font-size: 2.6rem;
            font-weight:700;
            line-height: 1.2;
            color: #1a1a1a;
            margin: 15px 0 25px;
        }

        .proven-process-section .step-card {
            position: relative;
            text-align: center;
            padding: 20px 0;
            transition: transform 0.3s ease;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        @media (min-width: 992px) {
            /*.proven-process-section .step-up { margin-top: -50px; }*/
            /*.proven-process-section .step-down { margin-top: 50px; }*/
        }

        .proven-process-section .icon-wrapper {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            background: white;
            position: relative;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
            outline: 2px dashed #DE2B21;
            outline-offset: 4px;
            animation: rotateOutline 10s linear infinite;
        }

        .proven-process-section .m-top { margin-top: 30px; }
        .proven-process-section .m-bottom { margin-bottom: 30px; }

        @keyframes rotateOutline {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .proven-process-section .icon-wrapper i {
            font-size: 2.5rem;
            color: #DE2B21;
            animation: counterRotate 10s linear infinite;
        }

        @keyframes counterRotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(-360deg); }
        }

        .proven-process-section .step-label {
            font-size: 16px;
            font-weight: 600;
            color: #6F6F6F;
            margin-bottom: 10px;
            display: block;
        }

        .proven-process-section .step-title {
            font-size: 1.35rem;
            font-weight: 700;
            color: #0d2a26;
            margin-bottom: 15px;
        }

        .proven-process-section .step-desc {
            font-size: 16px;
            color: #6F6F6F;
            line-height: 1.6;
            max-width: 90%;
            margin: 0 auto;
            text-align: center;
        }

        @media (max-width: 991px) {
            .proven-process-section .step-card { margin-bottom: 60px; }
        }

/*
    ==========================================================
*/
.cta-section {
    padding: 80px 0 60px;
    background-color: #142444; 
    background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 20px 20px;
  }

  .cta-section .container {
    position: relative;
    z-index: 2;
  }

  .btn-custom {
    background-color: #76B82A;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    font-family: "Outfit", sans-serif;
  }

  .btn-custom:hover {
    background-color: #65a123; 
    color: #fff;
    transform: translateY(-2px);
  }

  .ctaHeading {
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .ctaHeading span {
    color: #76B82A; 
    font-weight: 700;
  }

  .cta-section p {
    text-align: center;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    color: #ffffff !important;
  }

  @media (max-width: 576px) {
    .cta-section h2 {
      font-size: 1.6rem;
    }
    .cta-section p {
      max-width: 100%;
    }
  }

/*
    ==========================================================
*/

 section.blog-section {
        background-color: #f6f6f6;
        padding: 60px 0;
    }

    body.homepage section.blog-section 
    {
        padding-bottom: 150px;
    }

    section.blog-section .container {
        max-width: 90%;
    }

    .blog-headings .blog-subtitle {
        color: #76B82A; /* Using requested green for subtitle */
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .blog-headings .blog-main-title {
        font-size: 2.7rem;
        font-weight: 700;
        color: #030303;
        margin-bottom: 15px;
    }

    .blog-headings .blog-header-desc {
        color: #666;
        max-width: 700px;
        line-height: 1.6;
        font-size: 1.1rem;
    }

    .blog-card {
        border: none;
        border-radius: 15px;
        overflow: hidden;
        background: #fff;
        height: 100%;
        box-shadow: 0 10px 30px rgba(0,0,0,0.04);
        transition: transform 0.4s ease;
    }

    .blog-image-container {
        position: relative;
        overflow: hidden;
    }

    .blog-img {
        width: 100%;
        height: 270px;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .blog-card:hover .blog-img {
        transform: scale(1.1);
    }

    .blog-date-badge {
        position: absolute;
        bottom: 15px;
        left: 15px;
        background-color: #001a33; /* Dark navy blue from your image background */
        color: #fff;
        padding: 4px 14px;
        font-size: 0.8rem;
        font-weight: 500;
        border-radius: 4px;
        z-index: 2;
    }

    .blog-card-body {
        padding: 25px;
    }

    .blog-card-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
        color: #030303;
        margin-bottom: 12px;
    }

    .blog-card-excerpt {
        font-size: 1.1rem;
        color: #666;
        margin-bottom: 25px;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Limits to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* Updated Green Button Style as per image */
    .btn-get-started {
        display: inline-flex;
        align-items: center;
        background-color: #76B82A; /* Your green color */
        color: white;
        padding: 8px 15px;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 7px; /* Rounded shape as per image */
        font-size: 13px;
        letter-spacing: 0.5px;
        transition: 0.3s ease;
        text-decoration: none;
    }

    .btn-get-started .arrow {
        margin-left: 10px;
        font-size: 22px;
        line-height: 1;
        transition: transform 0.3s ease;
    }

    .blog-card:hover .btn-get-started {
        background-color: #649e23; /* Slightly darker green on hover */
        box-shadow: 0 5px 15px rgba(118, 184, 42, 0.3);
    }

    .blog-card:hover .btn-get-started .arrow {
        transform: translateX(5px);
    }
/*
    ==========================================================
*/
:root {
            --primary-green: #76B82A;
}

.main-footer {
    background-color: #0c0c0c;
    color: #b5b5b5;
    padding: 100px 0 40px;
}

.footer-heading {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    font-size: 1.3rem;
}

/* Heading ke niche ka border */
.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 4px;
    background-color: #ffc107;
}

.footer-text {
    font-size: 16px;
    line-height: 1.8;
}

/* Custom Button */
.btn-discover {
    background-color: var(--primary-green);
    color: white;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-discover:hover {
    background-color: #629a22;
    color: white;
}

/* Services Links */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    text-decoration: none;
    color: #b5b5b5;
    transition: 0.3s;
}

.footer-links a i {
    color: var(--primary-green);
    margin-right: 10px;
    font-size: 14px;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 5px;
}

/* Contact Info */
.contact-item {
    display: flex;
    margin-bottom: 15px;
}

.contact-item i {
    color: var(--primary-green);
    margin-right: 15px;
    font-size: 18px;
}

/* Bottom Footer */
.copyright-area {
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 50px;
}

.social-icons a {
    background-color: #142444; /* Brand Blue */
    color: white;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: 8px;
    font-size: 14px;
    border-radius: 2px;
}

footer .container {
    max-width: 97%;
}

/*
    ==========================================================
*/


.counter-achievements-section {
    padding: 100px 0  80px;
    position: relative;
    background-image: ; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.counter-achievements-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.counter-achievements-section .container {
    position: relative;
    z-index: 2;
}

.counter-achievements-section .counter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
}

.counter-achievements-section .icon-box {
    width: 80px;
    height: 80px;
    background-color: #DE2B21;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 32px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.counter-achievements-section .icon-box::after {
    content: "";
    position: absolute;
    width: 95px;
    height: 95px;
    border: 2px dashed #fff;
    border-radius: 50%;
    opacity: 0.8;
    top: -8px;
    left: -8px;
    /* transform: translate(-50%, -50%); */
    transform-origin: center;
    z-index: -1;
    animation: rotateOutline 8s linear infinite;
}

@keyframes rotateOutline {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.counter-achievements-section .icon-box i {
    display: inline-block;
    transform: none !important;
    animation: none !important;
}

.counter-achievements-section .counter-number {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-family: "Bitter", serif;
}

.counter-achievements-section .counter-title {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
    .counter-achievements-section {
        padding: 60px 0;
    }
    .counter-achievements-section .counter-number {
        font-size: 32px;
    }
    .counter-achievements-section .counter-title {
        font-size: 14px;
    }
    .counter-achievements-section .col-6 {
        margin-bottom: 30px;
    }
}

/*
    ==========================================================
*/
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

/*
    ==========================================================
*/


/* Initial States */
.reveal {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1); /* Premium smooth transition */
    will-change: transform, opacity;
}
.reveal-left { transform: translateX(-50px); }
.reveal-right { transform: translateX(50px); }
.reveal-up { transform: translateY(50px); }

/* Active States (Jab screen me aaye) */
.active-reveal {
  opacity: 1;
  transform: translate(0, 0);
}

/* Base style for all animations */


/* Bottom to Top specific class */
.reveal-up {
    transform: translateY(80px); /* 80px niche se start hoga */
}

/* Jab section screen me aa jaye */
.active-reveal {
    opacity: 1;
    transform: translateY(0) !important;
    transform: translateX(0) !important;
}


/*
    ==========================================================
*/

.sjv-section-header-wrapper .header-content {
    text-align: left;
    max-width: 100%;
    margin-bottom: 20px;
}

.sjv-section-header-wrapper .sub-title {
    color: #ad221f;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.sjv-section-header-wrapper .icon {
    font-size: 20px;
}

.sjv-section-header-wrapper .main-title {
    color: #003A65;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.5px;
}

@media (max-width: 768px) {
    .sjv-section-header-wrapper .main-title {
        font-size: 32px;
    }
}



/*
    ==========================================================
*/


.sjv-school-about-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.sjv-school-about-section .about-image-layout {
    position: relative;
    padding: 15px;
}

.sjv-school-about-section .legacy-box {
    position: absolute;
    top: 30px;
    left: -20px;
    background-color: #FFC325;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}

.sjv-school-about-section .legacy-box .count {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #003A65;
}

.sjv-school-about-section .legacy-box .year {
    font-size: 24px;
    font-weight: 800;
    color: #003A65;
}

.sjv-school-about-section .top-label {
    color: #ad221f;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    display: block;
}

.sjv-school-about-section .school-heading {
    color: #003A65;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.2;
}

.sjv-school-about-section .school-intro {
    color: #555;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.sjv-school-about-section .mission-points {
    margin-bottom: 40px;
}

.sjv-school-about-section .point-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.sjv-school-about-section .icon-circle {
    background-color: #f4f4f4;
    color: #FFC325;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
    font-size: 20px;
    border: 1px solid #eee;
}

.sjv-school-about-section .point-title {
    display: block;
    color: #333333;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}

.sjv-school-about-section .text-data p {
    margin: 0;
    color: #666;
    font-size: 15px;
}

.sjv-school-about-section .cta-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.sjv-school-about-section .btn-primary-sjv {
    background-color: #003A65;
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
    border: 2px solid #003A65;
}

.sjv-school-about-section .btn-primary-sjv:hover {
    background-color: transparent;
    color: #003A65;
}

.sjv-school-about-section .btn-accent-sjv {
    background-color: #ad221f;
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
}

.sjv-school-about-section .btn-accent-sjv:hover {
    background-color: #8e1b19;
    transform: translateY(-2px);
}

.sjv-school-about-section .arrow {
    transition: transform 0.3s ease;
}

.sjv-school-about-section .btn-accent-sjv:hover .arrow {
    transform: translateX(5px);
}

/*
    ==========================================================
*/
.manpower-services-section {
            padding: 80px 0;
            position: relative;
            background-color: #f8f9fa;
            /* Modern Geometric Blueprint Texture */
            background-image: 
                linear-gradient(rgba(151, 151, 151, 0.05) 1.5px, transparent 1.5px),
                linear-gradient(90deg, rgba(151, 151, 151, 0.05) 1.5px, transparent 1.5px),
                linear-gradient(rgba(151, 151, 151, 0.02) 1px, transparent 1px),
                linear-gradient(90deg, rgba(151, 151, 151, 0.02) 1px, transparent 1px);
            background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
            background-position: -1.5px -1.5px, -1.5px -1.5px, -1px -1px, -1px -1px;
        }

        .manpower-services-section .text-red { color: #DE2B21; }
        .manpower-services-section .text-gray { color: #6F6F6F; }

        .manpower-services-section .main-heading {
            font-size: 2.6rem;
            font-weight: 700;
            line-height: 1.2;
            color: #1a1a1a;
            margin: 15px 0 15px;
        }

        .manpower-services-section .service-card {
            background: #ffffff;
            padding: 40px 30px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.4s ease;
            height: 100%;
            border: 1px solid transparent;
        }

        .manpower-services-section .service-card:hover {
            transform: translateY(-10px);
            border-color: rgba(222, 43, 33, 0.2);
            box-shadow: 0 20px 40px rgba(222, 43, 33, 0.1);
        }

        .manpower-services-section .icon-box {
            width: 85px;
            height: 85px;
            background-color: #DE2B21;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            color: #fff;
            position: relative;
            margin-left: auto;
            margin-right: auto;
        }

        .manpower-services-section  .headign-para{
            max-width: 60%;
            font-size: 17px;
            line-height: 1.6;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

        .manpower-services-section .icon-box i {
            font-size: 35px;
        }

        .manpower-services-section .icon-box::after {
            content: "";
            position: absolute;
            width: 97px;
            height: 97px;
            border: 2px dashed #DE2B21;
            border-radius: 50%;
            animation: rotateAnim 12s linear infinite;
        }

        @keyframes rotateAnim {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .manpower-services-section .service-title {
            font-size: 22px;
            font-weight: 700;
            color: #111;
            text-align: center;
        }

        .manpower-services-section .service-list {
            list-style: none;
            padding: 0;
            margin-top: 20px;
        }

        .manpower-services-section .service-list li {
            padding: 8px 0;
            font-size: 17px;
            color: #333;
            font-weight: 500;
            display: flex;
            gap: 12px;
        }

        .manpower-services-section .service-list li i {
            color: #DE2B21;
            font-size: 16px;
        }

        @media (max-width: 991px) {
            .manpower-services-section { padding: 60px 0; }
        }
/*
    ==========================================================
*/
/* Scoped Styles under .site-footer */
.site-footer {
    background-color: #003D66;
    color: #ffffff;
    padding: 80px 0 20px;
}
.site-footer  .container
{
    max-width: 90%;
}

/* Headings set to Pure White */
.site-footer .footer-heading {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 1.15rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Limited Gold Color Usage */
.site-footer .highlight-text {
    color: #E1A900;
}

/* Links Styling */
.site-footer .footer-links li {
    margin-bottom: 12px;
}

.site-footer .footer-links a {
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
    opacity: .8;
    transition: 0.3s ease;
}

.site-footer .footer-links a:hover {
    color: #ffffff;
    padding-left: 8px;
}

/* Modern Highlights Cards */
.site-footer .highlight-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, background 0.3s ease;
}

.site-footer .highlight-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

.site-footer .highlight-card .count {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.site-footer .highlight-card .label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.6);
}

/* Social Icons Modern Style */
.site-footer .social-links a {
    color: #FFC107;
    font-size: 1.1rem;
    margin-left: 15px;
    opacity: 1;
    transition: 0.3s;
}

.site-footer .social-links a:hover {
    opacity: 1;
    color: #E1A900;
}

/* Horizontal line opacity */
.site-footer .border-opacity-10 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.site-footer .footer_para
{
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
    opacity: .8;
}
.footer-bottom .copyrighttext
{
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
    opacity: .8;
}
.site-footer .fadddetail
{
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    opacity: .8;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links i {
  margin-right: 0px;
  font-size: 12px;
  transition: 0.3s;
}
.footer-links a i
{
  color: #ffc107;
  opacity: 1;
  margin-right: 5px;
}

.footer-links a:hover i {
  transform: translateX(4px);
}

.site-footer .footerLogo
{
    margin-bottom: 15px;
}
.site-footer .footerLogo img
{
    width: 230px;
}

/*
    ==========================================================
*/

.proven-process-section {
    padding: 70px 0;
    background: radial-gradient(circle at 10% 20%, rgba(222, 43, 33, 0.03) 0%, transparent 20%),
                linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
    margin-top: 0px;
}

.proven-process-section .image1pattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}

.proven-process-section .section-subtitle {
    color: #DE2B21;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.proven-process-section .section-title {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 15px 0 25px;
}

.proven-process-section .step-card {
    position: relative;
    text-align: center;
    padding: 20px 0;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    /* Yeh icons aur content ko horizontally center rakhega */
    align-items: center; 
    justify-content: center;
    width: 100%;
}

.proven-process-section .icon-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Margin auto horizontally centering ke liye zaroori hai */
    margin: 0 auto; 
    background: white;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    outline: 2px dashed #DE2B21;
    outline-offset: 4px;
    animation: rotateOutline 10s linear infinite;
}

.proven-process-section .m-top { 
    margin-top: 30px; 
}

.proven-process-section .m-bottom { 
    margin-bottom: 30px; 
}

@keyframes rotateOutline {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.proven-process-section .icon-wrapper i {
    font-size: 2.5rem;
    color: #DE2B21;
    display: block;
    animation: counterRotate 10s linear infinite;
}

@keyframes counterRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

.proven-process-section .step-label {
    font-size: 16px;
    font-weight: 600;
    color: #6F6F6F;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.proven-process-section .step-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0d2a26;
    margin-bottom: 15px;
    width: 100%;
}

.proven-process-section .step-desc {
    font-size: 16px;
    color: #6F6F6F;
    line-height: 1.6;
    max-width: 280px; /* Text width ko control karne ke liye */
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 991px) {
    .proven-process-section .step-card { 
        margin-bottom: 60px; 
    }
}
/*
    ==========================================================
*/

/* Scoped CSS */
        .seth-sawariya-footer-section {
            /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
            background-color: #fcfcfc;
        }

        /* 1. Counter Section Styling */
        .seth-sawariya-footer-section .counter-wrapper {
            background-color: #1a1a1a;
            padding: 80px 0;
            background-image: radial-gradient(rgba(222, 43, 33, 0.15) 1px, transparent 1px);
            background-size: 30px 30px;
            color: #ffffff;
        }

        .seth-sawariya-footer-section .counter-item {
            text-align: center;
        }

        .seth-sawariya-footer-section .counter-icon {
            font-size: 50px;
            color: #ffffff;
            margin-bottom: 20px;
            display: block;
        }

        .seth-sawariya-footer-section .counter-number {
            font-size: 3rem;
            font-weight: 800;
            display: block;
            margin-bottom: 5px;
        }

        .seth-sawariya-footer-section .counter-label {
            font-size: 1.1rem;
            color: #979797;
            font-weight: 500;
        }

        /* 2. Info Bar Styling (Red & Dark) */
        .seth-sawariya-footer-section .info-bar-container {
            width: 85%;
            margin: 50px auto 40px;
            display: flex;
            flex-wrap: wrap;
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
            border-radius: 10px;
            overflow: hidden;
            position: relative;
            z-index: 10;
        }

        .seth-sawariya-footer-section .red-box {
            background-color: #DE2B21;
            flex: 1;
            min-width: 300px;
            padding: 40px;
            display: flex;
            align-items: center;
            gap: 20px;
            color: #ffffff;
        }

        .seth-sawariya-footer-section .dark-box {
            background-color: #252525;
            flex: 1;
            min-width: 300px;
            padding: 40px;
            display: flex;
            align-items: center;
            gap: 20px;
            color: #ffffff;
        }

        .seth-sawariya-footer-section .info-icon-circle {
            width: 70px;
            height: 70px;
            border: 2px dashed rgba(255,255,255,0.5);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            background: rgba(0,0,0,0.1);
        }
        .seth-sawariya-footer-section .box1 .info-icon-circle{
            background-color: #808080;
        }
        .seth-sawariya-footer-section .box2 .info-icon-circle{
            background-color: #DE2B21;
        }

        .seth-sawariya-footer-section .info-text h4 {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .seth-sawariya-footer-section .info-text p {
            margin: 0;
            font-size: 0.95rem;
            opacity: 0.9;
            line-height: 1.4;
        }

        /* 3. Map & Form Section */
        .seth-sawariya-footer-section .form-section {
            padding: 40px 0 100px;
        }

        .seth-sawariya-footer-section .connect-title {
            color: #1a1a1a;
            font-weight: 800;
            font-size: 2.2rem;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 15px;
        }

        .seth-sawariya-footer-section .connect-title::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 4px;
            background: #DE2B21;
        }

        .seth-sawariya-footer-section .form-control {
            padding: 12px 20px;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            margin-bottom: 20px;
            background-color: #fdfdfd;
        }

        .seth-sawariya-footer-section .btn-submit {
            background-color: #DE2B21;
            color: #ffffff;
            padding: 12px 40px;
            border-radius: 50px;
            font-weight: 700;
            border: none;
            transition: 0.3s;
        }

        .seth-sawariya-footer-section .btn-submit:hover {
            background-color: #b31d16;
            transform: translateY(-2px);
        }

        .seth-sawariya-footer-section .map-frame {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            height: 100%;
            min-height: 400px;
        }

        @media (max-width: 991px) {
            .seth-sawariya-footer-section .info-bar-container { width: 95%; margin-top: 20px; }
            .seth-sawariya-footer-section .counter-number { font-size: 2.2rem; }
        }
/*
    ==========================================================
*/


footer
{
    background-color: #052143;
    background-color: rgba(0 0 0 / 95%);
    position: relative;
    margin-top: 0px;
}

footer .bg_image
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: .5;
}
footer .footerWrapper
{
    padding: 60px 0 0px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}
footer .footerWrapper .customRow
{
    display: flex;
    flex-direction: column;
    grid-column-gap: 20px;
    justify-content: space-between;
}
footer .footerWrapper .customRow .companyDetail ,
footer .footerWrapper .customRow .links 
{
    text-align: center;
}
footer .footerWrapper .customRow .companyDetail h4,
footer .footerWrapper .customRow .links h4
{
    font-weight: 600;
    color: #fff;
    font-size: 23px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-align: center;
    display: inline-block;
}
footer .footerWrapper .customRow .companyDetail h4:before,
footer .footerWrapper .customRow .links h4:before
{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #00ddc3;
}
footer .footerWrapper .customRow .companyDetail
{
    flex: 0 0 auto;
    width: 20%;
}
footer .footerWrapper .customRow .companyDetail p
{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    text-align: justify;
    color: #fff;
}
footer .footerWrapper .customRow .links
{
    flex: 0 0 auto;
    width: 20%;
    padding-left: 10px;
}
footer .footerWrapper .customRow .links.one
{
    width: 90%;
}
footer .footerWrapper .customRow .links ul
{
    padding-left: 0;
    display: flex;
    justify-content: center;
    grid-column-gap: 20px;
}
footer .footerWrapper .customRow .links ul li
{
    margin-bottom: 3px;
}
footer .footerWrapper .customRow .links ul li a
{
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding: 9px 23px;
    background-color: #1f2021;
    border-radius: 25px;
}
footer .footerWrapper .customRow .links ul li:hover a
{
    color: #fff;
    background-color: #DE2B21;
}
/*footer .footerWrapper .customRow .links ul li a:before
{
    content: '\F62A';
    font-family: bootstrap-icons !important;
    font-size: 20px;
    position: absolute;
    left: 12px;
    top: 5px;
    color: #00ddc3;
}*/

footer .copyrighttext
{
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    border-top: 1px dashed #1f2021;
    padding-bottom: 15px;
    padding-top: 15px;
    align-items: center;
}
footer .copyrighttext span
{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
    color: #fff;
    text-transform: capitalize;
}
footer .copyrighttext span b
{
color: #de2b21;
    font-weight: 600;
}

footer .copyrighttext .socialMedia
{
    display: flex;
    justify-content: flex-end;
    grid-column-gap: 10px;
}
footer .copyrighttext .socialMedia a img
{
    width: 40px;
}

/*
    =======================================
*/


footer .footerWrapper .customRow
{

}
footer .footerWrapper .customRow .callDetailsFooter
{
    display: flex;
    justify-content: center;
    grid-column-gap: 30px;
    margin-bottom: 40px;
}
footer .footerWrapper .customRow .callDetailsFooter a
{
    display: flex;
    align-items: center;
}
footer .footerWrapper .customRow .callDetailsFooter a .icon
{
    margin-right: 12px;
}
footer .footerWrapper .customRow .callDetailsFooter a .icon i
{
    width: 45px;
    height:45px;
    background-color: #00DDC3;
    text-align: center;
    line-height:45px;
    color: #042042;
    border-radius: 50%;
    font-size: 22px;
}
footer .footerWrapper .customRow .callDetailsFooter a .values
{
    font-size: 19px;
    color: #fff;
    font-weight: 500;
}


/*
    ==========================================================
*/

#custoRowService
{

}

#custoRowService .my_service_colom_card
{
    padding: 0 10px;
}
#custoRowService .my_service_colom_card p
{
    margin-bottom: 0;
}
#custoRowService .slick-prev
{
    left: -40px;
    background-color: transparent;
    border-radius: 0;
}
#custoRowService .slick-next
{
    right: -40px;
    background-color: transparent;
    border-radius: 0;
}

#custoRowService .slick-prev:before,
#custoRowService .slick-next:before
{
    color: #222;
    font-size: 30px;
}
/*
    ==========================================================
*/
.modern-page-header {
    background-color: #F8F9FA;
    padding: 50px 0;
    border-bottom: 1px solid #eee;
}

.modern-page-header .header-flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modern-page-header .title-area h1 {
    color: #DE2B21;
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: -0.5px;
}

.modern-page-header .title-area h1 i
{
    display: none;
}

.modern-page-header .title-area i {
    color: #DE2B21;
    font-size: 28px;
}

.modern-page-header .breadcrumb-area ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
}

.modern-page-header .breadcrumb-area ul li {
    font-size: 15px;
    font-weight: 500;
    color: #6c757d;
    display: flex;
    align-items: center;
}

.modern-page-header .breadcrumb-area ul li a {
    color: #444;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.modern-page-header .breadcrumb-area ul li a i {
    color: #DE2B21;
}

.modern-page-header .breadcrumb-area ul li a:hover {
    color: #DE2B21;
}

.modern-page-header .breadcrumb-area ul li.separator i {
    font-size: 12px;
    color: #ccc;
    font-weight: bold;
}

.modern-page-header .breadcrumb-area ul li.active {
    color: #DE2B21;
    font-weight: 600;
}

@media (max-width: 768px) {
    .modern-page-header {
        padding: 40px 0;
    }
    .modern-page-header .header-flex-box {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .modern-page-header .title-area h1 {
        justify-content: center;
    }
}

.modern-page-header {
    position: relative;
    background-color: #f8f9fa;
    background-image: radial-gradient(#dee2e6 0.8px, transparent 0.8px);
    background-size: 20px 20px; 
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.modern-page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(248,249,250,0) 100%);
    pointer-events: none;
}

.modern-page-header .header-flex-box {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modern-page-header .title-area h1 {
    color: #DE2B21;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    text-shadow: 1px 1px 0px #fff;
}

body.innerPage footer
{
    margin-top: 0;
}
/*
    ==========================================================
*/

/* Parent scope taaki doosre elements distrub na hon */
.industrial-service-block .text-reds {
        color: rgb(222, 43, 33);
        font-weight: 700;
        text-transform: uppercase;
}
.industrial-service-block .main-title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: rgb(26, 26, 26);
    margin: 15px 0px 25px;
}

.industrial-service-block .description-text {
    color: #6c757d;
    font-size: 17px;
    line-height: 1.6;
}

.industrial-service-block .sub-text {
    color: #6c757d;
}

/* Image section ki styling */
.industrial-service-block .visual-wrapper {
    position: relative;
    min-height: 400px;
    padding: 10px;
}

.industrial-service-block .red-background-shape {
     position: absolute;
    top: 3%;
    left: 0;
    width: 100%;
    height: 94%;
    background-color: #DE2B21;
    clip-path: polygon(0 0, 25% 0, 100% 100%, 70% 100%);
    z-index: 1;
}

.industrial-service-block .clipped-image-container {
    position: relative;
    z-index: 2;
    height: 500px;
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
    overflow: hidden;
}

.industrial-service-block .clipped-image-container img {
    object-fit: cover;
}

/* Badge styling */
.industrial-service-block .experience-badge-circle {
    position: absolute;
    top: 10%;
    right: -10px;
    width: 140px;
    height: 140px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    text-align: center;
    border: 5px solid #ffffff;
}

.industrial-service-block .big-num {
    display: block;
    font-size: 2.8rem;
    font-weight: 900;
    color: #DE2B21;
    line-height: 1;
}

.industrial-service-block .label-text {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #1A365D;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Mobile Responsive adjustment */
@media (max-width: 991px) {
    .industrial-service-block .clipped-image-container {
        height: 300px;
        clip-path: none; 
        border-radius: 15px;
    }
    .industrial-service-block .red-background-shape {
        display: none; 
    }
    .industrial-service-block .experience-badge-circle {
        width: 110px;
        height: 110px;
        top: -30px;
        right: 15px;
    }
    .industrial-service-block .big-num {
        font-size: 2rem;
    }
}

/*
    ==========================================================
*/

  .sgk-benefits-wrap {
    position: relative;
    background-color: #ffffff;
    background-image: url('../img/Global-Map.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
  .sgk-benefits-wrap .container
  {
    position: relative;
    z-index: 2;
  }
 .sgk-benefits-wrap
 {
    position: relative;
 }
 .sgk-benefits-wrap:before
 {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255 255 255 / 0.9);
 }  

.sgk-benefits-wrap .section-heading {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.2;
    color: rgb(26, 26, 26);
    margin: 15px 0px 0px;
}

.sgk-benefits-wrap .brand-name {
    color: #1A365D;
}

.sgk-benefits-wrap .image-box {
    background: #f8f9fa;
    border: 1px solid #eee;
    position: relative;
}

.sgk-benefits-wrap .top-line {
    height: 4px;
    /*background: linear-gradient(to right, #ffc107 25%, #DE2B21 25%, #DE2B21 50%, #0d6efd 50%, #0d6efd 75%, #198754 75%);*/
}

.sgk-benefits-wrap .bottom-line {
    height: 4px;
    /*background: linear-gradient(to right, #ffc107 25%, #198754 25%, #198754 50%, #0d6efd 50%, #0d6efd 75%, #DE2B21 75%);*/
}

.sgk-benefits-wrap .benefit-points li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #444;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.6;
}

/* Checkmark using Pseudo Class */
.sgk-benefits-wrap .benefit-points li::before {
    content: '\2713'; /* Checkmark Unicode */
    position: absolute;
    left: 0;
    top: 0;
    color: #DE2B21; /* Red icon color */
    font-weight: 900;
    font-size: 1.2rem;
}

@media (max-width: 991px) {
    .sgk-benefits-wrap {
        background-size: cover;
    }
    .sgk-benefits-wrap .section-heading {
        font-size: 1.4rem;
    }
    .sgk-benefits-wrap .benefit-points li {
        font-size: 0.9rem;
    }
}


/*
    ==========================================================
*/

.sgk-process-box {
    background-color: #222334;
    background-image: url(../img/Pattern_img.webp);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    /* Visible Background Texture Design */
    background-position: center;
    background-repeat: no-repeat;
} 
.sgk-process-box:before
 {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34 35 52 / 0.9);
 }  
.sgk-process-box .process-container
{
    position: relative;
    z-index: 2;
}

.sgk-process-box .process-container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.sgk-process-box .process-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.sgk-process-box .process-sub-title {
    font-size: 1.1rem;
    opacity: 0.8;
    max-width: 80%;
    margin: 0 auto 60px auto;
    text-align: center;
}

.sgk-process-box .process-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.sgk-process-box .process-step {
    flex: 1;
    min-width: 200px;
    max-width: 260px;
    position: relative;
    text-align: center; /* Center aligning text and icons */
}

.sgk-process-box .icon-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.sgk-process-box .icon-circle {
    width: 85px;
    height: 85px;
    background-color: #DE2B21;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #fff;
    box-shadow: 0 10px 25px rgba(222, 43, 33, 0.4);
}

.sgk-process-box .step-count {
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #1a365d;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* Titles and Paragraph centering */
.sgk-process-box .step-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 15px 0 10px 0;
}

.sgk-process-box .step-desc {
    font-size: 0.95rem;
    opacity: 0.7;
    line-height: 1.5;
    margin: 0 auto;
    width: 90%;
    text-align: center;
}

/* Connecting Line (Only Desktop) */
@media (min-width: 992px) {
    .sgk-process-box .process-step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 42px;
        left: 60%;
        width: 80%;
        height: 1px;
        background: rgba(255, 255, 255, 0.15);
        z-index: 0;
    }
}

/* Responsive Scaling */
@media (max-width: 768px) {
    .sgk-process-box .process-grid {
        flex-direction: column;
        align-items: center;
    }
    .sgk-process-box .process-step {
        max-width: 100%;
        margin-bottom: 40px;
    }
}

/*
    ==========================================================
*/
.sgk-services-section {
    background-color: #f8f9fa;
    padding: 40px 0 50px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.sgk-services-section .services-header {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 60px auto;
}

.sgk-services-section .services-main-title {
    color: #1A365D;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.sgk-services-section .services-main-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #DE2B21;
}

.sgk-services-section .services-sub-title {
    color: #444;
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
}

/* Grid Layout */
.sgk-services-section .services-grid {
    display: grid;
    /*grid-template-columns: repeat(3, 1fr);*/
    /*gap: 30px;*/
}

/* Card Styling */
.sgk-services-section .service-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    height: 100%;
    margin: 0 15px;
}

.sgk-services-section .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-color: #DE2B21;
}

.sgk-services-section .service-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(222, 43, 33, 0.1);
    color: #DE2B21;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 25px auto;
    transition: 0.3s ease;
}

.sgk-services-section .service-card:hover .service-icon {
    background-color: #DE2B21;
    color: #ffffff;
}

.sgk-services-section .service-title {
    color: #1A365D;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.sgk-services-section .service-text {
    font-size: 17px;
    color: #6F6F6F;
    line-height: 1.6;
    margin: 0 auto;
    text-align: justify;
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
    .sgk-services-section .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .sgk-services-section .services-grid {
        grid-template-columns: 1fr;
    }
    .sgk-services-section .services-main-title {
        font-size: 2rem;
    }
}

/*
    ==========================================================
*/

.manpower-categories-section {
    background-color: #f3f3f3;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* Clean Grey Texture: Removed Red Tint */
    background-image: 
        radial-gradient(#cfd4da 1.2px, transparent 1.2px);
    background-size: 30px 30px;
}

.manpower-categories-section .main-title {
    color: #1A365D;
    font-weight: 800;
    font-size: 2.2rem;
}

.manpower-categories-section .title-line {
    width: 70px;
    height: 4px;
    background-color: #DE2B21;
    margin: 15px auto 60px auto;
}

.manpower-categories-section .category-block {
    margin-bottom: 50px;
}

.manpower-categories-section .category-title {
    color: #1A365D;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 30px;
    border-left: 6px solid #DE2B21;
    padding: 12px 20px;
    background: #ffffff;
    box-shadow: 4px 4px 15px rgba(0,0,0,0.04);
    display: inline-block;
    border-radius: 0 8px 8px 0;
}

.manpower-categories-section .icon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
}

.manpower-categories-section .manpower-box {
    background: #ffffff;
    border: 1px solid #ebebeb;
    padding: 25px 15px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.manpower-categories-section .manpower-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(222, 43, 33, 0.12);
    border-color: #DE2B21;
}

.manpower-categories-section .icon-circle {
    width: 55px;
    height: 55px;
    background-color: #DE2B21;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.manpower-categories-section .manpower-box:hover .icon-circle {
    background-color: #1A365D;
    transform: scale(1.1);
}

.manpower-categories-section .manpower-box span {
    color: #1A365D;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.3;
}

/* Subtle pattern overlay (Grey Cubes) */
.manpower-categories-section::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('../img/cubes.png');
    opacity: 0.05;
    filter: grayscale(100%); /* Ensures no color leaks through */
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 768px) {
    .manpower-categories-section .icon-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

/*
    ==========================================================
*/

/*
    ==========================================================
*/


/*
    ==========================================================
*/
/*
    ==========================================================
*/

/*
    ==========================================================
*/


/*
    ==========================================================
*/
/*
    ==========================================================
*/

/*
    ==========================================================
*/


/*
    ==========================================================
*/
/*
    ==========================================================
*/

/*
    ==========================================================
*/


/*
    ==========================================================
*/