@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: "Jost", sans-serif;
    font-family: "Outfit", sans-serif;
	font-size: 16px;
	color: #58585E;
	font-weight: 400;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6
{
	font-family: "Marcellus", serif;
    font-family: "Merriweather", serif;
    font-family: "Poppins", sans-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;
}
/*
    ==========================================================
*/
.custom-growth-section p
{
	font-family: "Outfit", sans-serif;
}
.custom-growth-section {
            padding: 25px 0;
            background-color: #ffffff;
            position: relative;
            background-repeat: no-repeat;
            background-position: left bottom;
            background-image: url(../img/about_shape02.png);
        }
.custom-growth-section .container
{
	max-width: 90%;
}        

        .custom-growth-section .image-wrapper-main {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px 0;
        }

       

			.about-img-wrap {
			  position: relative;
			  z-index: 1;
			  padding-bottom: 30px;
			}
			@media (max-width: 991.98px) {
			  .about-img-wrap {
			    margin-bottom: 50px;
			  }
			}
			.about-img-wrap .mask-img-wrap {
			  -webkit-mask-image: url(../img/mask_img.png);
			  mask-image: url(../img/mask_img.png);
			  -webkit-mask-size: 100%;
			  mask-size: 100%;
			  -webkit-mask-repeat: no-repeat;
			  mask-repeat: no-repeat;
			  -webkit-mask-position: center;
			  mask-position: center;
			  height: 520px;
			  width: 420px;
			  margin: 0 auto;
			}
			@media (max-width: 1199.98px) {
			  .about-img-wrap .mask-img-wrap {
			    height: 414px;
			    width: 360px;
			  }
			}
			@media (max-width: 767.98px) {
			  .about-img-wrap .mask-img-wrap {
			    height: 370px;
			    width: 320px;
			  }
			}
			@media only screen and (min-width: 576px) and (max-width: 767px) {
			  .about-img-wrap .mask-img-wrap {
			    height: 442px;
			    width: 385px;
			  }
			}
			.about-img-wrap .mask-img-wrap img {
			  max-width: unset;
			  width: 100%;
			  height: 100%;
			  object-fit: cover;
			}
			.about-img-wrap .shape img {
			  position: absolute;
			  left: 50%;
			  top: 50%;
			  -webkit-transform: translate(-50%, -50%);
			  -moz-transform: translate(-50%, -50%);
			  -ms-transform: translate(-50%, -50%);
			  -o-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
			  z-index: -1;
			  width: 600px;
			}
			@media (max-width: 767.98px) {
			  .about-img-wrap .shape img {
			    display: none;
			  }
			}


        .custom-growth-section .yellow-pill-1 {
            position: absolute;
            width: 140px;
            height: 35px;
            background-color: #F5F5F5;
            border-radius: 50px;
            transform: rotate(-30deg);
            top: 32%;
            left: -25px;
            z-index: 1;
        }

        .custom-growth-section .yellow-pill-2 {
            position: absolute;
            width: 130px;
            height: 35px;
            background-color: #F5F5F5;
            border-radius: 50px;
            transform: rotate(-30deg);
            top: 24%;
            right: -20px;
            z-index: 1;
        }

        .custom-growth-section .yellow-pill-3 {
            position: absolute;
            width: 100px;
            height: 35px;
            background-color: #F5F5F5;
            border-radius: 50px;
            transform: rotate(-30deg);
            top: 42%;
            right: -40px;
            z-index: 1;
        }

        .custom-growth-section .yellow-dot {
            position: absolute;
            width: 28px;
            height: 28px;
            background-color: #F5F5F5;
            border-radius: 50%;
            bottom: 12%;
            left: 30px;
            z-index: 1;
        }

        .custom-growth-section .animated-experience-badge {
		    position: absolute;
		    bottom: 25px;
		    left: 50%;
		    width: 125px;
		    height: 125px;
		    background-color: #832B79;
		    border-radius: 50%;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    z-index: 3;
		    transform: translateX(-50%);
        }

        .custom-growth-section .rotating-svg {
            position: absolute;
            width: 100%;
            height: 100%;
            animation: spinBadge 15s linear infinite;
        }
        .custom-growth-section .rotating-svg textPath
    	{
    	    font-size: 12px;
		    font-weight: 600;
		    letter-spacing: 4px;
		    font-family: "Outfit", sans-serif;
        }

        .custom-growth-section .badge-center {
            width: 46px;
            height: 46px;
            background-color: #F5F5F5;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 4;
        }

        .custom-growth-section .badge-center i {
            color: #832B79;
            font-size: 20px;
        }

        @keyframes spinBadge {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .custom-growth-section .text-container {
            padding-left: 35px;
        }

        .custom-growth-section .tagline {
            color: #832B79;
            font-size: 17px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0px;
            margin-bottom: 12px;
        }

        .custom-growth-section .heading-main {
            color: #333;
            font-size: 35px;
            font-weight: 700;
            line-height: 1.25;
            font-family: "Outfit", sans-serif;
            margin-bottom: 35px;
        }

        .custom-growth-section .service-block {
            display: flex;
            align-items: flex-start;
            margin-bottom: 30px;
        }

        .custom-growth-section .service-icon-box {
            width: 55px;
            height: 55px;
            background-color: #fdf5fc;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .custom-growth-section .service-icon-box i {
            color: #832B79;
            font-size: 26px;
        }

        .custom-growth-section .service-title {
            color: #444;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .custom-growth-section .service-text {
            color: #6c757d;
            font-size: 17px;
            margin-bottom: 0;
            line-height: 1.4;
            text-align: left;
        }

        .custom-growth-section .paragraph-bottom {
            color: #6c757d;
            font-size: 17px;
            line-height: 1.5;
            margin-bottom: 35px;
        }

        .custom-growth-section .btn-readmore {
            background-color: #832B79;
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
            padding: 15px 35px;
            border-radius: 6px;
            border: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }

        .custom-growth-section .btn-readmore:hover {
            background-color: #6b2363;
            color: #ffffff;
        }

        @media (max-width: 991.98px) {
            .custom-growth-section {
                padding: 70px 0;
            }
            .custom-growth-section .image-wrapper-main {
                margin-bottom: 50px;
                padding: 20px 0;
            }
            .custom-growth-section .text-container {
                padding-left: 0;
            }
            .custom-growth-section .heading-main {
                font-size: 34px;
            }
        }

        @media (max-width: 480px) {
            .custom-growth-section .hexagon-container {
                width: 100%;
                height: 290px;
            }
            .custom-growth-section .animated-experience-badge {
                left: 20px;
                width: 105px;
                height: 105px;
            }
            .custom-growth-section .yellow-pill-1,
            .custom-growth-section .yellow-pill-2,
            .custom-growth-section .yellow-pill-3 {
                display: none;
            }
        }

/*
    ==========================================================
*/

.custom-solutions-section {
            padding: 60px 0;
            background-color: #f8fafd;
            position: relative;
        }

        .custom-solutions-section .section-tagline {
            color: #832B79;
            font-size: 17px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0px;
            margin-bottom: 12px;
        }

        .custom-solutions-section .section-title {
                color: #333;
                font-size: 35px;
                font-weight: 700;
                line-height: 1.25;
                font-family: "Outfit", sans-serif;
                margin-bottom: 15px;
        }

        .custom-solutions-section .section-desc {
               color: #222;
                font-size: 17px;
                line-height: 1.5;
                text-align: center;
                margin-bottom: 35px;
        }

        .custom-solutions-section .solution-card {
            background: #ffffff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .custom-solutions-section .solution-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(131, 43, 121, 0.1);
        }

        .custom-solutions-section .card-image-wrapper {
            position: relative;
            height: 240px;
            width: 100%;
        }

        .custom-solutions-section .card-image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .custom-solutions-section .card-image-wrapper::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 40px;
            background: #ffffff;
            clip-path: ellipse(60% 100% at 50% 100%);
        }

        .custom-solutions-section .card-icon-box {
            position: absolute;
            bottom: -10px;
            left: 30px;
            width: 65px;
            height: 65px;
            background: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 3;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        }
        .custom-solutions-section .card-icon-box i {
            color: #832B79;
            font-size: 28px;
        }

        .solution-card:hover .card-icon-box
        {
            background-color: #832B79;
        } 

        .solution-card:hover .card-icon-box i
        {
            color: #ffffff;
        } 


        .custom-solutions-section .card-body-content {
            padding: 30px 30px 35px 25px;
        }

        .custom-solutions-section .card-heading {
            color: #222;
            font-size: 19px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .custom-solutions-section .card-text-desc {
            color: #222;
		    font-size: 17px;
		    text-align: left;
		    line-height: 1.5;
            margin-bottom: 15px;
        }

        .custom-solutions-section .btn-card-link {
            background-color: #f4ecf3;
            color: #832B79;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 700;
            padding: 12px 24px;
            border-radius: 6px;
            border: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .custom-solutions-section .solution-card:hover  .btn-card-link {
            background-color: #832B79;
            color: #ffffff;
        }

        @media (max-width: 991.98px) {
            .custom-solutions-section {
                padding: 70px 0;
            }
            .custom-solutions-section .section-title {
                font-size: 32px;
                margin-bottom: 40px;
            }
        }

/*
    ==========================================================
*/

.corporate-section {
    overflow: hidden;
    position: relative;
    background-color: #6B2363;
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
}
.corporate-section .z-1 {
    z-index: 1;
}
.corporate-section .corporate-texture {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.04;
    pointer-events: none;
    background-image: 
        radial-gradient(circle at 20% 30%, transparent 60%, rgba(255,255,255,0.4) 61%, transparent 65%),
        linear-gradient(45deg, rgba(255,255,255,0.1) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.1) 75%),
        linear-gradient(45deg, rgba(255,255,255,0.1) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.1) 75%);
    background-size: 120px 120px, 60px 60px, 60px 60px;
    background-position: 0 0, 0 0, 30px 30px;
}
.corporate-section .sub-title {
            color: #fdf5fc;
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0px;
            margin-bottom: 12px;
}
.corporate-section .main-heading {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Outfit", sans-serif;
    margin-bottom: 35px;
}
@media (max-width: 991.98px) {
    .corporate-section .main-heading {
        font-size: 2rem;
    }
}
.corporate-section .description {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.1rem;
    line-height: 1.6;
}
@media screen and (min-width: 993px)
{
    .corporate-section .description
    {
        max-width: 90%;
    }
}
.corporate-section .feature-icon {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    font-weight: 600;
    font-size: 17px;
}
.corporate-section .feature-title {
    font-size: 1.15rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px !important;
}
.corporate-section .feature-text {
    color: rgba(255, 255, 255, 0.7);
    font-size:1.1rem;
    margin-bottom: 0;
}
.corporate-section .image-wrapper img {
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.corporate-section .dot-matrix {
    bottom: -40px;
    width: 120px;
    height: 80px;
    background-image: radial-gradient(rgba(255, 255, 255, 0.3) 15%, transparent 16%);
    background-size: 16px 16px;
    z-index: -1;
}

/*
    ==========================================================
*/
.processing-steps-section {
    background-color: #F7F8FA;
    padding: 60px 0;
}

.processing-steps-section .sub-title {
    color: #832B79;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 12px;
}

.processing-steps-section .main-title {
    color: #333;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Outfit", sans-serif;
    margin-bottom: 0px;
}

.processing-steps-section .sub-title6
{
    color: #832B79;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 12px;
}

 .processing-steps-section .section-desc {
               color: #222;
                font-size: 17px;
                line-height: 1.5;
                text-align: center;
                margin-bottom: 35px;
        }

.processing-steps-section .step-card {
    padding: 10px;
}

.processing-steps-section .step-card
{
    transition: transform 0.3s ease-in-out;
}
.processing-steps-section .step-card:hover {
  transform: translateY(-10px);
}
.processing-steps-section .icon-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px auto;
}

.processing-steps-section .icon-circle {
    width: 100%;
    height: 100%;
    background-color: #6B2363;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 2px dashed #ffffff;
    outline-offset: -12px;
}


.processing-steps-section .icon-circle i {
    color: #ffffff;
    font-size: 36px;
}

/* Badges ka size double (48px) aur text size bada kiya */
.processing-steps-section .step-number {
    position: absolute;
    top: -12px;
    left: -12px;
    background-color: #6B2363;
    background-color: #E6ACDF;
    color: #6B2363;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    border: 2px solid #ffffff;
}

.processing-steps-section h3 {
    color: #333333;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 768px) {
    .processing-steps-section {
        padding: 50px 0;
    }
    .processing-steps-section .main-title {
        font-size: 28px;
    }
}
/*
    ==========================================================
*/

.custom-offer-section {
    background-color: #ffffff;
    background-image: 
        radial-gradient(rgba(131, 43, 121, 0.05) 15%, transparent 16%),
        radial-gradient(rgba(131, 43, 121, 0.02) 15%, transparent 16%),
        /* Líneas diagonales al mínimo detalle (0.006) */
        linear-gradient(45deg, transparent 48%, rgba(131, 43, 121, 0.006) 48%, rgba(131, 43, 121, 0.006) 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(131, 43, 121, 0.006) 48%, rgba(131, 43, 121, 0.006) 52%, transparent 52%);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px, 0 0, 0 0;
    padding: 50px 0 70px;
}
    .custom-offer-section .container
    {
        max-width: 90%;
    }
    .custom-offer-section .top-subtitle {
        color: #832B79;
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0px;
        margin-bottom: 12px;
    }
    .custom-offer-section .top-title {
        color: #333;
        font-size: 35px;
        font-weight: 700;
        line-height: 1.25;
        font-family: "Outfit", sans-serif;
        margin-bottom: 20px;
    }
    .custom-offer-section .top-desc {
        color: #222;
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 35px;
    }
    .custom-offer-section .card-wrapper {
        background: #ffffff;
        border: none;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
    }
    .custom-offer-section .card-wrapper:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(131, 43, 121, 0.1);
    }
    .custom-offer-section .icon-container {
        position: relative;
        /*width: 90px;*/
        /*height: 90px;*/
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        border-radius: 8px 8px 0 0;
        margin-bottom: 25px;
    }
    .custom-offer-section .icon-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #F6EEF5;
        border-radius: 35% 65% 60% 40% / 40% 50% 50% 60%;
        top: 0;
        left: 0;
    }
    .custom-offer-section .icon-container svg {
        position: relative;
        z-index: 2;
        width: 42px;
        height: 42px;
        fill: #832B79;
        margin-top: 24px;
    }
    .custom-offer-section .card-title {
        color: #222;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 12px;

        padding: 5px 30px 0px;
    }
    .custom-offer-section .card-text {
        color: #666;
        font-size: 17px;
        text-align: left;
        line-height: 1.5;
        margin-bottom: 5px;
        text-align: justify;
        padding: 0px 30px 20px;

    }
    .custom-offer-section .btn-readmore {
        background-color: rgba(107, 35, 99, 0.08);
        color: #6B2363;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 10px 24px;
        border-radius: 8px;
        border: none;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    .custom-offer-section .btn-readmore:hover {
        background-color: #6B2363;
        color: #ffffff;
    }
    .custom-offer-section .btn-readmore svg {
        fill: currentColor;
        width: 14px;
        height: 14px;
        transition: transform 0.3s ease;
    }
    .custom-offer-section .btn-readmore:hover svg {
        transform: translateX(4px);
    }
/*
    ==========================================================
*/
.blog-section {
  padding: 50px 0 70px;
  background-color: #f8fafc;
}
.blog-section
{
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.blog-section:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f8fafc;
    opacity: .90;
} 
.blog-section .container
{
    position: relative;
    z-index: 3;
}

.blog-section .section-header {
  margin-bottom: 30px;
}

.blog-section .sub-title {
    color: #832B79;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 12px;
}

.blog-section .main-title {
    color: #333;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Outfit", sans-serif;
    margin-bottom: 20px;
}

.blog-section .card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.blog-section .card-img-wrapper {
  padding: 15px 15px 0 15px;
}

.blog-section .card-img-top {
  border-radius: 12px;
  height: 250px;
  object-fit: cover;
  object-position: top;
}

.blog-section .card-body {
  padding: 24px;
}

.blog-section .card-title {
    color: #222;
    font-size: 20px;
    font-weight: 600;
}

.blog-section .card-text {
    color: #666;
    font-size: 17px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 5px;
    text-align: justify;
}

.blog-section .card-footer {
  background-color: transparent;
  border-top: none;
  padding: 0 24px 24px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-section .btn-readmore {
    background-color: #f4ecf3;
    color: #832B79;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 6px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: "Outfit", sans-serif;
}
.blog-section .btn-readmore:hover{
     background-color: #832B79;
     color: #ffffff;
}

.blog-section .post-date {
  color: #64748b;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-section .post-date i
{
    color: #6b2363;
}
/*
    ==========================================================
*/
.finance-cta-section {
    position: relative;
    background-color: #6B2363;
    background-image: 
        radial-gradient(at 20% 20%, rgba(230, 172, 223, 0.15) 0px, transparent 50%),
        radial-gradient(at 80% 40%, rgba(255, 255, 255, 0.1) 0px, transparent 50%),
        linear-gradient(45deg, rgba(230, 172, 223, 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(230, 172, 223, 0.05) 25%, transparent 25%), 
        linear-gradient(45deg, transparent 75%, rgba(230, 172, 223, 0.05) 75%), 
        linear-gradient(-45deg, transparent 75%, rgba(230, 172, 223, 0.05) 75%);
    background-size: 100% 100%, 100% 100%, 40px 40px, 40px 40px, 40px 40px, 40px 40px;
    overflow: hidden;
}

.finance-cta-section .finance-content-col {
    display: flex;
    align-items: center;
    padding: 60px 40px;
}

.finance-cta-section .finance-content-wrapper {
    max-width: 80%;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    width: 100%;
}

.finance-cta-section .finance-heading {
    color: #FFFFFF;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 35px;


    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    font-family: Outfit, sans-serif;
    margin-bottom: 20px;
}
.finance-cta-section p
{
    color: rgba(255, 255, 255, 1);
    font-size: 1.1rem;
    line-height: 1.6;
}

.finance-cta-section .finance-call-box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.finance-cta-section .finance-icon-wrap {
    color: #E6ACDF;
    margin-right: 20px;
    flex-shrink: 0;
}

.ContactFlex
{
    display: inline-flex;
    grid-column-gap: 0px;
    margin-top: 10px;
}
.ContactFlex .spacess
{
    display: inline-block;
    width: 30px;
}


.finance-cta-section .finance-call-info {
    display: flex;
    flex-direction: column;
}

.finance-cta-section .finance-call-label {
    color: #E6ACDF;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 4px;
}

.finance-cta-section .finance-phone-number {
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
}

.finance-cta-section .finance-phone-number:hover {
    color: #E6ACDF;
}

.finance-cta-section .finance-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #E6ACDF;
    color: #6B2363;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.finance-cta-section .finance-btn svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.finance-cta-section .finance-btn:hover {
    background-color: #FFFFFF;
    color: #6B2363;
}

.finance-cta-section .finance-btn:hover svg {
    transform: translateX(5px);
}

.finance-cta-section .finance-image-col {
    align-self: stretch;
}

.finance-cta-section .finance-img-wrapper {
    width: 100%;
    height: 100%;
    min-height: 350px;
    position: relative;
}

.finance-cta-section .finance-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:left center;
}

@media (min-width: 992px) {
    .finance-cta-section .finance-content-col {
        padding: 70px 60px 50px;
    }
    .finance-cta-section .finance-content-wrapper {
        margin-right: 40px;
    }
}

@media (max-width: 991.98px) {
    .finance-cta-section .finance-heading {
        font-size: 2.2rem;
    }
    .finance-cta-section .finance-phone-number {
        font-size: 1.6rem;
    }
    .finance-cta-section .finance-img-wrapper {
        min-height: 400px;
    }
}

/*
    ==========================================================
*/
/*.custom-footer-wrapper .footer-section {
    background-color: #ffffff;
    padding-top: 80px;
    font-family: sans-serif;
    position: relative;
    overflow: hidden;
}
*/
.custom-footer-wrapper .footer-section {
    padding-top: 0px;
    font-family: sans-serif;
    position: relative;
    overflow: hidden;

        background-color: #ffffff;
    background-image: 
        radial-gradient(rgba(131, 43, 121, 0.05) 15%, transparent 16%),
        radial-gradient(rgba(131, 43, 121, 0.02) 15%, transparent 16%),
        /* Líneas diagonales al mínimo detalle (0.006) */
        linear-gradient(45deg, transparent 48%, rgba(131, 43, 121, 0.006) 48%, rgba(131, 43, 121, 0.006) 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(131, 43, 121, 0.006) 48%, rgba(131, 43, 121, 0.006) 52%, transparent 52%);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px, 0 0, 0 0;
    padding: 80px 0 00px;
}
.custom-footer-wrapper .footer-section .container
{
    max-width: 90%;
}

.custom-footer-wrapper .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 25px;
}

.custom-footer-wrapper .footer-logo img {
    height: 70px;
}

.custom-footer-wrapper .logo-text {
    font-size: 24px;
    font-weight: 700;
    color: #0c2173;
}

.custom-footer-wrapper .about-text {
    color: #4a5568;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 25px;
    width: 95%;
    font-family: "Outfit", sans-serif;
}

.custom-footer-wrapper .social-links {
    display: flex;
    gap: 10px;
}

.custom-footer-wrapper .social-links a {
    width: 40px;
    height: 40px;
    background-color: #f0f4f9;
    color: #872b7b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.custom-footer-wrapper .social-links a:hover {
    background-color: #872b7b;
    color: #ffffff;
}

.custom-footer-wrapper .column-title {
    font-size: 21px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.custom-footer-wrapper .column-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    background-color: #872b7b;
}

.custom-footer-wrapper .contact-info-list,
.custom-footer-wrapper .footer-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.custom-footer-wrapper .contact-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 10px;
    color: #4a5568;
    font-size: 17px;
     font-family: "Outfit", sans-serif;
}

.custom-footer-wrapper .contact-info-list li i {
    color: #872b7b;
    font-size: 18px;
    margin-top: 3px;
}

.custom-footer-wrapper .contact-info-list li a {
    color: #4a5568;
    text-decoration: none;
}

.custom-footer-wrapper .footer-menu li {
    margin-bottom: 15px;
}

.custom-footer-wrapper .footer-menu li a {
    color: #4a5568;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
        color: #4a5568;
    font-size: 17px;
     font-family: "Outfit", sans-serif;
}
.custom-footer-wrapper .footer-menu li a i
{
    color: #792470;
    margin-right: 10px;
}
.custom-footer-wrapper .footer-menu li a:hover {
    color: #0c2173;
}

.custom-footer-wrapper .copyright-bar {
    background-color: #792470;
    margin-top: 60px;
    padding: 20px 0;
}

.custom-footer-wrapper .copyright-text {
    text-align: center;
    margin-bottom: 0;
        color: rgba(255, 255, 255, 1);
    font-size: 1.1rem;
    line-height: 1.6;
    font-family: "Outfit", sans-serif;
}

@media (max-width: 991px) {
    .custom-footer-wrapper .footer-section {
        padding-top: 50px;
    }
    .custom-footer-wrapper .footer-links-block {
        margin-top: 15px;
    }
    .custom-footer-wrapper .copyright-bar {
        margin-top: 40px;
    }
}
/*
    ==========================================================
*/
.energy-ticker-wrapper {
  width: 100%;
  background-color: #822975;
  padding: 15px 0;
  overflow: hidden;
  box-sizing: border-box;
  font-family: sans-serif;
}

.energy-ticker-wrapper .ticker-container {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.energy-ticker-wrapper .ticker-track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.energy-ticker-wrapper .ticker-item {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
    font-family: "Outfit", sans-serif;
  padding: 0 30px;
}

.energy-ticker-wrapper .ticker-item i {
  margin-right: 10px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .energy-ticker-wrapper {
    padding: 10px 0;
  }
  .energy-ticker-wrapper .ticker-item {
    font-size: 14px;
    padding: 0 20px;
  }
  .energy-ticker-wrapper .ticker-item i {
    font-size: 16px;
  }
}

/*
    ==========================================================
*/
/*
.energy-ai-platform-section {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    background-color: #f5f3f8;
    background-image:
        linear-gradient(rgba(137,44,124,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(137,44,124,0.04) 1px, transparent 1px),
    background-size: 70px 70px, 70px 70px, cover;
    background-position: center;
}

.energy-ai-platform-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(137,44,124,0.08);
    filter: blur(120px);
    top: -120px;
    left: -120px;
}

.energy-ai-platform-section::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(137,44,124,0.10);
    filter: blur(100px);
    bottom: -140px;
    right: -100px;
}

.energy-ai-platform-section .container {
    position: relative;
    z-index: 2;
}

.energy-ai-platform-section .energy-ai-badge {

        color: #832B79;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    display: block;
}

.energy-ai-platform-section .energy-ai-badge::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 38px;
    height: 3px;
    background: #892C7C;
    transform: translateY(-50%);
}

.energy-ai-platform-section .energy-ai-title {
    color: #333;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Outfit", sans-serif;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.energy-ai-platform-section .energy-ai-title span {
    color: #892C7C;
}

.energy-ai-platform-section .energy-ai-description {
    color: #6c757d;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 35px;
    max-width: 640px;
}

.energy-ai-platform-section .energy-ai-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.energy-ai-platform-section .energy-ai-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    background: rgba(255,255,255,0.70);
    border: 1px solid rgba(137,44,124,0.12);
    border-radius: 100px;
    color: #2e3440;
    font-size: 15px;
    font-weight: 500;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(20,20,20,0.04);
}

.energy-ai-platform-section .energy-ai-tag span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #892C7C;
}

.energy-ai-platform-section .energy-ai-flow-card {
    position: relative;
    padding: 34px;
    border-radius: 34px;
    background: rgba(255,255,255,0.62);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(137,44,124,0.12);
    box-shadow: 0 30px 80px rgba(17,17,17,0.08);
}

.energy-ai-platform-section .energy-ai-flow-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 34px;
    background-image:
        linear-gradient(rgba(137,44,124,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(137,44,124,0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    pointer-events: none;
}

.energy-ai-platform-section .energy-ai-flow-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(137,44,124,0.10);
    box-shadow: 0 14px 40px rgba(18,18,18,0.05);
    z-index: 2;
}

.energy-ai-platform-section .energy-ai-flow-item + .energy-ai-flow-item {
    margin-top: 18px;
}

.energy-ai-platform-section .energy-ai-flow-icon {
    min-width: 58px;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: rgba(137,44,124,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.energy-ai-platform-section .energy-ai-flow-icon i {
    font-size: 24px;
    color: #892C7C;
}

.energy-ai-platform-section .energy-ai-flow-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 8px;
}

.energy-ai-platform-section .energy-ai-flow-content p {
    margin: 0;
    color: #68707d;
    font-size: 15px;
    line-height: 1.7;
}

.energy-ai-platform-section .energy-ai-flow-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    position: relative;
    z-index: 2;
}

.energy-ai-platform-section .energy-ai-flow-arrow i {
    font-size: 24px;
    color: #892C7C;
}

@media (max-width: 1399px) {
    .energy-ai-platform-section .energy-ai-title {
        font-size: 66px;
    }
}

@media (max-width: 1199px) {
    .energy-ai-platform-section .energy-ai-title {
        font-size: 58px;
    }

    .energy-ai-platform-section .energy-ai-flow-content h4 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .energy-ai-platform-section {
        padding: 90px 0;
    }

    .energy-ai-platform-section .energy-ai-title {
        font-size: 52px;
        max-width: 100%;
    }

    .energy-ai-platform-section .energy-ai-description {
        max-width: 100%;
    }

    .energy-ai-platform-section .energy-ai-flow-card {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .energy-ai-platform-section .energy-ai-title {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .energy-ai-platform-section .energy-ai-description {
        font-size: 16px;
    }

    .energy-ai-platform-section .energy-ai-flow-item {
        flex-direction: column;
    }

    .energy-ai-platform-section .energy-ai-flow-content h4 {
        font-size: 18px;
    }

    .energy-ai-platform-section .energy-ai-tags {
        gap: 12px;
    }

    .energy-ai-platform-section .energy-ai-tag {
        width: 100%;
        justify-content: flex-start;
    }
}

*/
/*
    ==========================================================
*/

.energy-ai-platform-section {
    position: relative;
    padding: 50px 0 70px;
    overflow: hidden;
    background-color: #f5f3f8;
    background-image:
        linear-gradient(rgba(137,44,124,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(137,44,124,0.04) 1px, transparent 1px);
    background-size: 70px 70px;
    background-position: center;
}

.energy-ai-platform-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(137,44,124,0.08);
    filter: blur(120px);
    top: -120px;
    left: -120px;
}


.energy-ai-platform-section2
{
    background-color: #eee !important;
    background-image: none !important;
}
.energy-ai-platform-section2:before
{
    background: #fff !important;
}

.energy-ai-platform-section::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(137,44,124,0.10);
    filter: blur(100px);
    bottom: -140px;
    right: -100px;
}

.energy-ai-platform-section .container {
    position: relative;
    z-index: 2;
}

/* Badge */
.energy-ai-platform-section .energy-ai-badge {
    color: #832B79;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-bottom: 8px;
    position: relative;
    display: inline-block;
}

.energy-ai-platform-section .energy-ai-badge::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: #892C7C;
    transform: translateX(-50%);
}

/* Heading */
.energy-ai-platform-section .energy-ai-title {
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Outfit", sans-serif;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.energy-ai-platform-section .energy-ai-title span {
    color: #892C7C;
}

/* Description */
.energy-ai-platform-section .energy-ai-description {
    color: #333;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 auto 35px;
    max-width: 70%;
    text-align: center;
}

/* Tags */
.energy-ai-platform-section .energy-ai-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.energy-ai-platform-section .energy-ai-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    background: rgba(255,255,255,0.75);
    border: 1px solid rgba(137,44,124,0.12);
    border-radius: 100px;
    color: #2e3440;
    font-size: 15px;
    font-weight: 500;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(20,20,20,0.04);
}

.energy-ai-platform-section .energy-ai-tag span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #892C7C;
}

/* Flow Wrapper */
.energy-ai-flow-wrapper {
    margin-top: 60px;
}

/* Main Card */
.energy-ai-platform-section .energy-ai-flow-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    /*padding: 30px;*/
    border-radius: 30px;
    /*background: #ffffff;*/
    /*border: 1px solid rgba(137,44,124,0.10);*/
    /*box-shadow: 0 20px 60px rgba(17,17,17,0.08);*/
    position: relative;
}

/* Remove Grid Texture */
.energy-ai-platform-section .energy-ai-flow-card::before {
    display: none;
}

/* Item */
.energy-ai-platform-section .energy-ai-flow-item {
    flex: 1;

    padding: 22px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(137,44,124,0.08);
}
.energy-ai-platform-section .energy-ai-flow-item .wrapper
{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}
/* Icon */
.energy-ai-platform-section .energy-ai-flow-icon {
    min-width: 58px;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #822975;
    display: flex;
    align-items: center;
    justify-content: center;
}

.energy-ai-platform-section .energy-ai-flow-icon i {
    font-size: 24px;
    color: #ffffff;
}

/* Content */
.energy-ai-platform-section .energy-ai-flow-content h4 {
    color: #222;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;
}

.energy-ai-platform-section .energy-ai-flow-content p {
    margin: 0;
    color: #333;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
}

/* Arrow */
.energy-ai-platform-section .energy-ai-flow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.energy-ai-platform-section .energy-ai-flow-arrow i {
    font-size: 28px;
    color: #822975;
}

.energy-ai-platform-section.energy-ai-platform-section2 .energy-ai-flow-content h4
{
    font-size: 18px;
}
.energy-ai-platform-section.energy-ai-platform-section2 .energy-ai-flow-card
{
    align-items: inherit !important;
}

/* Responsive */
@media (max-width: 1199px) {

    .energy-ai-platform-section .energy-ai-flow-card {
        flex-wrap: wrap;
    }

    .energy-ai-platform-section .energy-ai-flow-arrow {
        display: none;
    }

    .energy-ai-platform-section .energy-ai-flow-item {
        width: calc(50% - 10px);
        flex: unset;
    }
}

@media (max-width: 991px) {

    .energy-ai-platform-section .energy-ai-title {
        font-size: 48px;
    }

    .energy-ai-platform-section .energy-ai-description {
        max-width: 90%;
    }

    .energy-ai-platform-section .energy-ai-flow-item {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .energy-ai-platform-section {
        padding: 70px 0;
    }

    .energy-ai-platform-section .energy-ai-title {
        font-size: 36px;
    }

    .energy-ai-platform-section .energy-ai-description {
        max-width: 100%;
        font-size: 16px;
    }

    .energy-ai-platform-section .energy-ai-tag {
        width: 100%;
        justify-content: center;
    }

    .energy-ai-platform-section .energy-ai-flow-card {
        padding: 20px;
    }

    .energy-ai-platform-section .energy-ai-flow-item {
        flex-direction: column;
    }
}

/*
    ==========================================================
*/
.intelligent-energy-section .container
{
    max-width: 92%;
}
.intelligent-energy-section {
  background-color: #ffffff;
  /*font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;*/
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

.intelligent-energy-section .header-container {
  text-align: center;
  margin-bottom: 3rem;
}

.intelligent-energy-section .tech-stack-badge {
  color: #6C2464;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.intelligent-energy-section .section-title {
    color: #333;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Outfit", sans-serif;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-top: 10px;
}
.intelligent-energy-section .section-title span
{
    color: #822975;
}


.intelligent-energy-section .section-title p{
        color: #222;
        font-size: 17px;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 35px;
}

.intelligent-energy-section .row {
  row-gap: 1.5rem;
}

.intelligent-energy-section .energy-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.intelligent-energy-section .icon-wrapper {
  width: 60px;
  height: 60px;
  background-color: rgba(108, 36, 100, 0.08);
  border-radius: 12px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intelligent-energy-section .icon-wrapper i {
  font-size: 1.75rem;
  color: #6C2464;
}

.intelligent-energy-section .card-heading {
    color: #222;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;
}

.intelligent-energy-section .card-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #6c757d;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.intelligent-energy-section .tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  justify-content: center;
}

.intelligent-energy-section .tech-tag {
  background-color: #f4f5f7;
  color: #822975;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 6px;
}

.intelligent-energy-section .energy-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #6C2464;
  transition: width 0.4s ease, left 0.4s ease;
}

.intelligent-energy-section .energy-card:hover {
  box-shadow: 0 15px 35px rgba(108, 36, 100, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.intelligent-energy-section .energy-card:hover::after {
  width: 100%;
  left: 0;
}
.logo-section {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; /* Extra logos ko hide karne ke liye */
    position: relative;
    padding: 20px 0;
}

/* Scroll wrapper jo continuous move karega */
.marquee-wrapper {
    display: flex;
    align-items: center;
    width: max-content; /* Content ke hisab se width automatic stretch hogi */
}

.row-logo {
    display: flex;
    align-items: center;
    grid-column-gap: 20px; /* Logos ke beech ka gap */
    padding-right: 20px;   /* Smooth loop transition ke liye margin/padding */
}

.logo-section .logo-card {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #cccccc9e;
    border-radius: 10px;
    padding: 5px 15px;
    transition: transform 0.3s ease-in-out;
    height: 100px; /* Card ki height fix rakhi hai responsive alignment ke liye */
    box-sizing: border-box;
}

.logo-section .logo-card:hover {
    transform: scale(1.05);
}

/* Image scaling aur responsive fix */
.logo-section .logo-card img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 75px; /* Image bina stretch hue box ke andar scale hogi */
    object-fit: contain; /* Image ki original shape kharab nahi hogi */
    display: block;
}

/* Mobile Devices Ke Liye Responsiveness */
@media (max-width: 768px) {
    .logo-section {
        max-width: 95%;
    }
    .logo-section .logo-card {
        height: 70px; /* Mobile par card thoda chota ho jayega */
        padding: 5px 10px;
    }
    .logo-section .logo-card img {
        max-height: 50px; /* Mobile par image ka size auto adjust hoga */
    }
    .row-logo {
        grid-column-gap: 12px;
        padding-right: 12px;
    }
}


/*
    ==========================================================
*/


.counter-achievements-section {
    padding: 70px 0  60px;
    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.65);
    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: #6b2363;
    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.95;
    top: 50%;
    left: 50%;
     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: 700;
    line-height: 1.1;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.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;
    }
}
/*
    ==========================================================
*/

.energy-transform-section {
    background: #6b2363;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}

.energy-transform-section .container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 20px;
}

.energy-transform-section .energy-content {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 36px;
    padding: 50px 40px;
    text-align: center;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.energy-transform-section .energy-content::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    top: -140px;
    left: -100px;
}

.energy-transform-section .energy-content::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    bottom: -120px;
    right: -80px;
}

.energy-transform-section .energy-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
}

.energy-transform-section h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Outfit", sans-serif;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.energy-transform-section h1 span {
    /*display: block;*/
    color: #fff;
}

.energy-transform-section p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 19px;
    line-height: 1.9;
    max-width: 760px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.energy-transform-section .energy-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 42px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.energy-transform-section .energy-btn {
    min-width: 240px;
    height: 62px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: 0.35s ease;
    padding: 0 24px;
}

.energy-transform-section .light-btn {
    background: #ffffff;
    color: #6b2363;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
}

.energy-transform-section .light-btn:hover {
    transform: translateY(-4px);
}

.energy-transform-section .dark-btn {
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
    background: transparent;
}

.energy-transform-section .dark-btn:hover {
    background: #ffffff;
    color: #6b2363;
}

.energy-transform-section .energy-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

.energy-transform-section .stat-box {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 25px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.energy-transform-section .stat-box h3 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Jost", sans-serif;
}

.energy-transform-section .stat-box span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    display: block;
}

@media (max-width: 991px) {
    .energy-transform-section {
        padding: 90px 0;
    }

    .energy-transform-section .energy-content {
        padding: 60px 40px;
    }

    .energy-transform-section h1 {
        font-size: 54px;
    }

    .energy-transform-section p {
        font-size: 17px;
    }

    .energy-transform-section .energy-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .energy-transform-section {
        padding: 70px 0;
    }

    .energy-transform-section .energy-content {
        padding: 45px 24px;
        border-radius: 24px;
    }

    .energy-transform-section h1 {
        font-size: 38px;
        line-height: 1.2;
    }

    .energy-transform-section p {
        font-size: 15px;
        line-height: 1.8;
    }

    .energy-transform-section .energy-actions {
        flex-direction: column;
    }

    .energy-transform-section .energy-btn {
        width: 100%;
        min-width: 100%;
        height: 58px;
        font-size: 15px;
    }

    .energy-transform-section .stat-box h3 {
        font-size: 32px;
    }
}

/*
    ==========================================================
*/

.counter-achievements-section .sub-title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 12px;
}
.counter-achievements-section .main-title {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Outfit", sans-serif;
    margin-bottom: 10px;
}
.counter-achievements-section .section-desc {
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 55px !important;
    text-align: center;
}

/*
    ==========================================================
*/

@media screen and (min-width: 993px)
{
    .logo-section2
    {
        justify-content:center;
        display: flex;
    }
}

/*
    ==========================================================
*/

/*
    =========================================
*/

body.innerPage .slider-wrapper .carousel .carousel-inner .carousel-item img
{
    width: 100%;
    height: 200px;
    object-position:50% 10%;
    object-fit: cover;
}
body.innerPage .slider-wrapper
{
    position: relative;
}
body.innerPage .slider-wrapper .bannerText
{
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    background-color: transparent;
    z-index: 1;
    padding: 7px 0;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
body.innerPage .slider-wrapper .bannerText h5
{
    font-size:33px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px;
}
body.innerPage .slider-wrapper .breadcrumbs
{
    display: flex;
    justify-content: flex-end;
    grid-column-gap: 8px;
}
body.innerPage .slider-wrapper .breadcrumbs a
{
    color: var(--white);
    font-weight: 300;
    text-transform: capitalize;
    font-size: 17px;
}
body.innerPage .slider-wrapper .breadcrumbs a i
{
    margin-left: 5px;
}

/*
    ==========================================================
*/

/*
==========================================
*/

.contactMainSections
{
    padding-left: 30px;
    background:#f2f2f2;
}
.contact_form_area .form_container
{
    border-radius: 10px;
    padding: 40px 40px;
}
.contact_form_area .form_container .heading h4
{
    font-size: 35px;
    color: #444;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.contact_form_area .form_container .my__input .inputControl:focus
{
    box-shadow: none;
    outline: none;
}
.contact_form_area .form_container .my__input .inputControl
{
    padding: 24px 10px 8px;
    color: #333;

    font-weight: 400;
    font-size: 16px;
}
.contact_form_area .form_container .my__input
{
    position: relative;
    margin-bottom: 15px;

}
.contact_form_area .form_container .my__input label
{
    position:absolute;
    top: 17px;
    left: 17px;
    font-weight: 400;
    color: #444;
    font-size: 15px;
    transition: .3s;
    pointer-events: none;
}

.contact_form_area .form_container .my__input .inputControl:focus+label
{
    top: 0px;
    left: 10px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.contact_form_area .form_container .my__input .inputControl:valid+label
{
    top: 0px;
    left: 10px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}
.contact_form_area .form_container .submit_buttons
{
    text-align: center;
}
.contact_form_area .form_container .submit_buttons input
{
    display: inline-block;
    color: var(--white);
    background-color: #792470;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    padding: 15px 40px;
    box-shadow: 4px 3px 0 0px rgb(206 119 26 / 29%);
    transition: all 0.5s;
    border: 0px;
    margin-top: 10px;
}
.contact_form_area .form_container .submit_buttons input:hover
{
    transform: scale(.9);
}

.contact-page-section .heading01 h4
{
    font-weight: 600;
    font-size: 37px;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 15px;
    display: inline-block;
}
.contact-page-section .heading01 h4:before,
.contact-page-section .heading01 h4:after
{
    height: 3px;
}


/*
    ==========================================================
*/

.footer_map_location
{
    display: flex;
    flex-direction: row;
}
.footer_map_location
{
    position: relative;
    overflow: hidden;
}
.footer_map_location .map
{
    width: 70%;
    height: 564px;
    line-height: 0;
    order: 2;
    position: relative;
    line-height: 0;
}
.footer_map_location .map:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gm-style .place-card-large
{
    display: none;
}
.footer_map_location .address_on_map
{
    /*position: absolute;*/
    top: 80px;
    left: 80px;
    width: 35%;
    background-color: var(--white);
    /*box-shadow: 0 0 5px 5px rgba(0 0 0 / 10%);*/
    border:1px solid #c8c8cf;
    border-left: 0px;
    order: 1;
}
.footer_map_location .address_on_map .map_container_address .showroom_image img
{
    width: 100%;
    height: 240px;
    object-position: top;
    object-fit: cover;
}
.footer_map_location .address_on_map .map_container_address .address_box1
{
    padding:17px 25px;
    background-color:#892C7C;
    border-bottom: 1px solid #892C7C;
}
.footer_map_location .address_on_map .map_container_address .address_box1 h6
{
    font-size: 22px;
    line-height: 21.6px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 0px;
    font-family: "Outfit", sans-serif;
}
.footer_map_location .address_on_map .map_container_address .address_box1 span
{
    font-size: 19px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 0px;
   font-family: "Jost", sans-serif;
    display: block;
    margin-top: 7px;
}
.footer_map_location .address_on_map .map_container_address .address_box1 span b
{
    font-weight: 600;
}
.footer_map_location .address_on_map .map_container_address .address_box1 .timing
{
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #181818;
}
.footer_map_location .address_on_map .map_container_address .address_box2
{
    padding: 25px;
}
.footer_map_location .address_on_map .map_container_address .address_box2 .addressRow
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.footer_map_location .address_on_map .map_container_address .address_box2 .addressRow .icon
{
    flex: 0 0 auto;
    width: 30px;
    color: var(--color1);
}
.footer_map_location .address_on_map .map_container_address .address_box2 .addressRow .icon i
{
    color: #822975;
    font-size: 23px;
}
.footer_map_location .address_on_map .map_container_address .address_box2 .addressRow .value
{
    flex: 0 0 auto;
    width: calc(100% - 30px);
    font-size: 17px;
    color: var(--black);
    font-family: "Jost", sans-serif;
}
.footer_map_location .address_on_map .map_container_address .address_box2 .addressRow .value strong
{
    text-transform: uppercase;
    font-weight: 600;
}
body.contactPae section.contactMainSections .headings1
{
    text-align: center;
    margin-bottom: 30px;
}
body.contactPae section.contactMainSections .headings1 h5
{
    color: #333;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Outfit", sans-serif;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-top: 10px;
}
@media screen and (min-width: 993px)
{
    body.contactPae section.contactMainSections .headings1 p
    {
        max-width: 40%;
        margin-left: auto;
        margin-right: auto;
    }
}
body.contactPae section.contactMainSections .headings1 p
{
    color: #444;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
}

/*
    ==========================================================
*/


/*
    ==========================================================
*/
.custom-pagination-wrapper {
        /*background-color: #f4f4f4;*/
        padding: 40px 0 0;
    }
    .custom-pagination-wrapper .pagination {
        gap: 8px;
        margin-bottom: 0;
    }
    .custom-pagination-wrapper .page-item {
        border: none;
    }
    .custom-pagination-wrapper .page-link {
        color: #333333;
        background-color: #ffffff;
        border: none;
        border-radius: 8px;
        padding: 10px 16px;
        font-weight: 600;
        font-size: 0.95rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
        transition: all 0.2s ease-in-out;
    }
    .custom-pagination-wrapper .page-link:hover {
        color: #ffffff;
        background-color: #822975;
        box-shadow: 0 4px 8px rgba(25, 135, 84, 0.2);
    }
    .custom-pagination-wrapper .page-link:focus {
        color: #ffffff;
        background-color: #822975;
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    }
    .custom-pagination-wrapper .page-item.active .page-link {
        color: #ffffff;
        background-color: #822975;
        box-shadow: 0 4px 10px rgba(25, 135, 84, 0.3);
    }
    .custom-pagination-wrapper .page-item.disabled .page-link {
        color: #999999;
        background-color: #e9ecef;
        box-shadow: none;
        cursor: not-allowed;
    }
    .custom-pagination-wrapper .pagination-ellipsis {
        background-color: transparent;
        box-shadow: none;
        cursor: default;
        padding-left: 8px;
        padding-right: 8px;
    }
    .custom-pagination-wrapper .pagination-ellipsis:hover {
        color: #333333;
        background-color: transparent;
        box-shadow: none;
    }


/*
    ==========================================================
*/



/*
    ==================================]
*/
.pefuel_detail_section
{
    margin-top: 50px;
    margin-bottom: 40px;
}

.pefuel_detail_section .detail_pefuel
{

}

.pefuel_detail_section .detail_pefuel .image_wrapper
{
    margin-bottom: 20px;
    margin-top: 20px;
}

.pefuel_detail_section .detail_pefuel .image_wrapper img
{
    width: 100%;
    border-radius: 25px;
    /*height: 480px;*/
    object-position: top;
    object-fit: cover;
}

.pefuel_detail_section .detail_pefuel .detailArea
{

}

.pefuel_detail_section .detail_pefuel .detailArea .wrapper h5
{
    color: #333;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Outfit", sans-serif;
    margin-bottom: 0px;
}

.pefuel_detail_section .detail_pefuel .detailArea .wrapper p
{
    font-size: 17px;
    font-weight: 400;
    color: #666;
    line-height: 27px;
}

.pefuel_detail_section .detail_pefuel .detailArea .wrapper h6
{
    font-weight: 600;
    font-size: 21px;
    color: #042041;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pefuel_detail_section .detail_pefuel .detailArea .wrapper ul
{
    padding-left: 0;
    margin-bottom: 24px !important;
}

.pefuel_detail_section .detail_pefuel .detailArea .wrapper ul li
{
    font-size: 17px;
    font-weight: 400;
    color: #444;
    line-height: 27px;
    position: relative;
    padding-left: 23px;
    margin-bottom: 8px;
}

.pefuel_detail_section .detail_pefuel .detailArea .wrapper ul li strong
{
    color: #111;
}

.pefuel_detail_section .detail_pefuel .detailArea .wrapper ul li::before
{
    content: '\F133';
    color: #822975;
    position: absolute;
    top: 1px;
    left: 0;
    font-family: bootstrap-icons !important;
}

/*
    ==========================================================
*/

.pefuel_detail_section .detail_pefuel .detailArea .wrapper blockquote {
    position: relative;
    margin: 30px 0;
    padding: 24px 32px 24px 48px;
    background: #f8f9fa; /* Ek soft light background */
    border-left: 5px solid #822975; /* Primary accent color (Aap isse apne brand color se badal sakte hain) */
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* Soft shadow depth ke liye */
}

/* Custom Large Quotation Mark */
.pefuel_detail_section .detail_pefuel .detailArea .wrapper blockquote::before {
    content: "“";
    position: absolute;
    top: -5px;
    left: 15px;
    font-size: 65px;
    color: #822975; /* Icon/Border color */
    opacity: 0.25; /* Text ko readable rakhne ke liye light opacity */
    line-height: 1;
}

/* Paragraph Text Styling */
.pefuel_detail_section .detail_pefuel .detailArea .wrapper blockquote p {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #333333;
    font-style: italic;
    font-weight: 500;
}

/*
    ==========================================================
*/

.blogRowScroll .card
{
    margin: 0 10px;
}

#blogsss .slick-prev
{
    left: -40px;
}
#blogsss .slick-next
{
    right: -40px;
}
#blogsss .slick-prev:hover, 
#blogsss .slick-next:hover,
#blogsss .slick-prev, 
#blogsss .slick-next
{
    background-color: transparent;
    width: 50px;
    height: 50px;
}
#blogsss .slick-prev:before, 
#blogsss .slick-next:before
{
    color: #333;
    font-size: 35px;
}

.blog-section #blogsss .card-img-top
{
    height: 170px;
}

/*
    ==========================================================
*/


section.our-team-section .team-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

section.our-team-section .team-column {
    transition: all .4s;
    padding: 10px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 5%);
    transform: scale(1);
    background-color: #fff;
}

section.our-team-section .team-column:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 30%);
    transform: scale(1.05);
}

section.our-team-section .team-image-wrapper {
    border-radius: 8px;
    text-align: center;
}

section.our-team-section .team-name {
    text-align: left;
}

section.our-team-section .team-description {
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    color: #343434;
}

section.our-team-section .team-image {
    width: 100%;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    object-position: top;
    object-fit: cover;
    border-radius: 8px;
}

section.our-team-section #gallery .team-image {
    width: 100%;
}

section.our-team-section .team-content {
    margin-top: 10px;
}

section.our-team-section .team-name {
    font-weight: 600;
    color: #343434;
    margin-bottom: 8px;
    font-size: 1.250rem;
    text-align: center;
}

section.our-team-section .team-designation {
    font-weight: 600;
    font-size: 1rem;
    color: #7E2872;
    line-height: 20px;
    text-align: center;
}
/*
    ==========================================================
*/



/*
    ========================]
*/

section.about-home
{
    margin-top: 60px;
    margin-bottom: 40px;
}

.about_image_collages
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-columns: auto auto;
    grid-row-gap: 13px;
    grid-column-gap: 13px;
    position: relative;
}
.about_image_collages img
{
    border-radius: 2px;
    transition: .2s;
}
.about_image_collages img:hover
{
    transform: scale(1.05);
}
.about_image_collages .image01
{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
}
.about_image_collages .image02
{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}
.about_image_collages .image03
{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}
.about_image_collages .image01
{
    width: 100%;
    height: 500px;
    object-position: top;
    object-fit: cover;
}
.about_image_collages .image02,
.about_image_collages .image03
{
    width: 100%;
    height:244px;
    object-position: top;
    object-fit: cover;
}
.about_image_collages .image02
{
    border-top-right-radius: 50px;
}
.about_image_collages .image03
{
    border-bottom-right-radius: 50px;
}
.about_image_collages .image01
{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.about_image_collages .image02,
.about_image_collages .image03
{
/*  border: 6px solid #fff;
    outline: 2px dashed #f00;
*/}
.about_image_collages .logo
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 120px;
    height:120px;
    border-radius: 50%;
    background-color: var(--white);
}


.about_image_collages 
{
    grid-template-columns: repeat(1, 1fr);
}
.about_image_collages img
{
    /*border-radius: 50px;*/
    width: 100%;
}
/*
    ==================================
*/

.about-home .descriptionsHome
{
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 15px;
}
.about-home .descriptionsHome .heading
{
    margin-bottom: 22px;
}
.about-home .descriptionsHome .heading h5
{
    font-size: 17px;
    font-weight: 800;
    color: var(--color2);
    text-transform: uppercase;
    color: #1F1BFE;
}
.about-home .descriptionsHome .heading h3
{
    color: #333;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Outfit", sans-serif;
    margin-bottom: 20px;
}
.about-home .descriptionsHome p
{
    font-weight: 400;
    font-size: 18px;
    color: #444;
    line-height: 30px;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

body.innerPage .about-home .descriptionsHome ul
{
    padding-left: 0;
}
body.innerPage .about-home .descriptionsHome ul li
{
    font-weight: 400;
    font-size: 17px;
    color: #444;
    text-align: justify;
    line-height: 27px;
    margin-bottom: 10px;
    background-image: url(../img/check-mark8.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position:left 5px;
    padding-left: 30px;
}

.about-home .descriptionsHome .blockquotes
{
    background-color: #fff;
    padding: 20px 20px;
    padding-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 0 24px 22px rgba(0 0 0 / 3%);
    border: 1px solid #eaeaea;
    border-left: 5px solid #b5b5b5;
}
.about-home .descriptionsHome .blockquotes i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 55px;
    color: #c0c5ff;
}
.about-home .descriptionsHome .blockquotes p {
    
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    font-style: italic;
    text-transform: capitalize;

}

.readmore a
{
    display: inline-block;
    position: relative;
    margin-top: 0px;
    transition: .2s;
}
.readmore a:hover
{
    transform: scale(.9);
}
.readmore a:before
{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 3px;
    width: 100%;
    height: 100%;
    background-color: #cfcbcc;
    z-index: 1;
}
.readmore a span
{
    display: block;
    background-color: #FF3130;
    color: var(--white);
    padding:12px 25px;
    position: relative;
    z-index: 2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Rubik", system-ui;
}


/*
    ==========================================================
*/


.fuel-management-section {
  background-color: #fbf6f6;
  padding: 60px 0;
}

.fuel-management-section .header-container {
  margin-bottom: 40px;
}

.fuel-management-section .header-container h2 {
  color: #722775;
  font-weight: 700;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.fuel-management-section .header-container h2 span {
  color: #f1b82d;
}

.fuel-management-section .header-container p {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
}

.fuel-management-section .feature-card {
  background: #ffffff;
  border: 1px solid #f2e6f2;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 24px rgba(114, 39, 117, 0.04);
}

.fuel-management-section .feature-card h3 {
  color: #722775;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.fuel-management-section .feature-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.fuel-management-section .feature-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  color: #333333;
  font-size: 1.1rem;
  line-height: 1.5;
}

.fuel-management-section .feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #722775;
  font-weight: bold;
  font-size: 1.1rem;
}

.fuel-management-section .visual-placeholder {
  background: radial-gradient(circle, rgba(114, 39, 117, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  height: 260px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fuel-management-section .dispenser-mock {
  width: 70px;
  height: 130px;
  background: #2a2d34;
  border-radius: 8px;
  position: relative;
  border-left: 4px solid #722775;
}

.fuel-management-section .dispenser-mock::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 10px;
  width: 46px;
  height: 30px;
  background: #8bc34a;
  border-radius: 4px;
}

.fuel-management-section .nozzle {
  position: absolute;
  right: -12px;
  top: 40px;
  width: 10px;
  height: 40px;
  background: #f1b82d;
  border-radius: 4px;
}

.fuel-management-section .camera-mock {
  position: absolute;
  top: 20px;
  width: 50px;
  height: 25px;
  background: #cccccc;
  border-radius: 4px;
  transform: rotate(15deg);
}

.fuel-management-section .camera-mock::before {
  content: "";
  position: absolute;
  right: -6px;
  top: 5px;
  width: 10px;
  height: 15px;
  background: #444444;
  border-radius: 2px;
}

.fuel-management-section .comparison-box {
  background-color: #fdfafd;
  border: 1px solid #f5edf5;
  border-radius: 12px;
  padding: 20px;
}

.fuel-management-section .comp-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.fuel-management-section .comp-title.challenge {
  color: #b76e2e;
}

.fuel-management-section .comp-title.solution {
  color: #722775;
}

.fuel-management-section .comp-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.fuel-management-section .comp-list li {
  position: relative;
  padding-left: 20px;
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #444444;
}

.fuel-management-section .challenge-list li::before {
  content: "▲";
  position: absolute;
  left: 0;
  color: #b76e2e;
  font-size: 0.75rem;
  top: 2px;
}

.fuel-management-section .solution-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #722775;
  font-weight: bold;
}

.fuel-management-section .footer-bar {
  background: #ffffff;
  border: 1px solid #f2e6f2;
  border-radius: 30px;
  padding: 15px 30px;
  text-align: center;
  margin-top: 30px;
  color: #555555;
  font-size: 1.05rem;
  box-shadow: 0 4px 24px rgba(114, 39, 117, 0.02);
}

.fuel-management-section .footer-bar span {
  font-weight: 700;
}

.fuel-management-section .footer-bar span:nth-of-type(1) { color: #722775; }
.fuel-management-section .footer-bar span:nth-of-type(2) { color: #501b52; }
.fuel-management-section .footer-bar span:nth-of-type(3) { color: #722775; }

@media (max-width: 576px) {
  .fuel-management-section .feature-list li {
    font-size: 0.9rem;
  }
  .fuel-management-section .visual-placeholder {
    height: 180px;
    margin-bottom: 15px;
  }
}
/*
    ==========================================================
*/

.sticky-nav-section {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #ffffff;
    padding: 15px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.sticky-nav-section .nav-button-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 15px;
    padding: 5px;
    margin: 0;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}

.sticky-nav-section .nav-button-row::-webkit-scrollbar {
    display: none;
}

.sticky-nav-section .nav-button-row {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sticky-nav-section .nav-button-row li {
    flex: 1 0 auto;
    min-width: 200px;
}

.sticky-nav-section .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    background-color: #ffffff;
    color: #212529;
    font-weight: 500;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-size: 17px !important;
}

.sticky-nav-section .dropdown-item::after {
    content: "›";
    font-size: 20px;
    line-height: 1;
    margin-left: 10px;
    transition: transform 0.2s;
}

.sticky-nav-section .dropdown-item:hover {
    background: linear-gradient(90deg, #301b52 0%, #96013c 100%);
    color: #fff !important;
}

.sticky-nav-section .dropdown-item:hover::after {
    transform: translateX(3px);
    color: #fff;
}

.sticky-nav-section .dropdown-item.active {
    background: linear-gradient(90deg, #301b52 0%, #96013c 100%);
    color: #ffffff;
    border-color: transparent;
}

/*
    ==========================================================
*/

/*
    ==========================================================
*/

/* Parent scope taaki doosre elements distrub na hon */
.industrial-service-block .text-reds {
        color: #822975;
        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: linear-gradient(90deg, #301b52 0%, #96013c 100%);
    clip-path: polygon(0 0, 25% 0, 100% 100%, 70% 100%);
    z-index: 1;
    display: none;
}

.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: contain;
    border-radius: 8px;
}

/* 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-process-box {
    background-color: #892c7c;
    background-image: url(../img/Pattern_img.webp);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
} 
.sgk-process-box:before
 {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #892c7ccc;
 }  
.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: #ffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #91033D;
    box-shadow: 0 10px 25px rgba(222, 43, 33, 0.4);
}

.sgk-process-box .step-count {
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #91033D;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    display: none;
}

/* 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-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 {
    color: #333;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Outfit", sans-serif;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-top: 10px;
}

.sgk-benefits-wrap .brand-name {
    color: #8A3380;
}

.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: #792470; /* 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;
    }
}

/*
    ==========================================================
*/
@media screen and (min-width: 993px)
{
   .MYFLex
    {
        margin-top: 3rem !important;
    } 
}

.mobile_spane{
    display: inline-block;margin-right: 8px;    
    color: rgba(255, 255, 255, 1);
    font-size: 1.1rem;font-weight: 700;
    line-height: 1.6;
}

/*
    ==========================================================
*/

/*
    ==========================================================
*/

/*
    ==========================================================
*/