@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;
            }
        }

/*
    ==========================================================
*/


/*
    ==========================================================
*/


.shop-by-category {
        padding: 60px 0;
        background-color: #f8f9fa;
    }
.shop-by-category .container
{
    max-width: 90%;
}
    .shop-by-category .category-header {
        text-align: center;
        margin-bottom: 50px;
    }

    .shop-by-category .category-header h2 {
        font-weight: 800;
        color: #222;
    }

    .shop-by-category .category-card {
        position: relative;
        height: 320px;
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 24px;
        background-color: #eee;
    }

    .shop-by-category .category-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .shop-by-category .category-overlay {
        position: absolute;
        inset: 0;
        background:linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0.6), rgba(0,0,0,1));
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 30px;
        z-index: 1;
    }

    

    /* Wrapper for animation */
    .shop-by-category .content-wrapper {
        transition: transform 0.4s ease-out;
        transform: translateY(0px); /* Default position thoda niche */
    }

    .shop-by-category .content-wrapper p
    {
        text-align: left;
        margin-bottom: 0;
    }

    .shop-by-category .category-name {
        text-transform: capitalize;
        color: #fff;
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 8px;
        font-family: "Outfit", sans-serif;
    }

    .shop-by-category .shop-now-btn {
            display: inline-block;
            background-color: #0142B2;
            color: #fff;
            padding: 6px 20px;
            border-radius: 35px;
            font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            transition: background-color 0.3s ease;
            margin-top: 7px;
    }

    /* Hover States */
    .shop-by-category .category-card:hover img {
        transform: scale(1.1);
    }

    .shop-by-category .category-card:hover .content-wrapper {
        transform: translateY(-10px); /* Hover par upar slide hoga */
    }

    .shop-by-category .category-card:hover .shop-now-btn {
        background-color: #000000;
        color: #ffffff;
    }

    /* Mobile adjustments */
    @media (max-width: 768px) {
        .shop-by-category .content-wrapper {
            transform: translateY(0); /* Mobile par animation hata di taaki hamesha visible rahe */
        }
        .shop-by-category .category-card {
            height: 320px;
        }
    }


/*
    ==========================================================
*/
.about-section
{
    padding: 70px 0;
    padding: 45px 0;
    background-color: #ffffff;
    position: relative;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url(../img/about_shape02.png);
}
.about-section .container
{
    max-width: 90%;
}
.about-section h6 {
    color: #114990 !important;
    letter-spacing: 1px;
}

.about-section h2 {
    color: #333;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Outfit", sans-serif;
    margin-bottom: 15px;
}

.about-section ul li {
    font-weight: 400;
    color: #444;
    line-height: 1.4;
    font-size: 1.1rem;
    display: flex;
    margin-bottom: 7px;
    align-items: flex-start;

}

.headings p{
    color: #0443A6;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 5px !important;
}

.about-section p
{
    font-size: 1.1rem;
    margin-bottom: 20px;
}
.about-section ul li i {
    color: #76B82A;
    font-size: 1.1rem;
}

.btn-custom {
    background-color: #114990;
    color: #ffffff;
    border: none;
    padding: 13px 30px !important;
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.900rem;
    transition: background-color 0.3s ease;
}

.btn-custom:hover {
    background-color: #0d3a73;
    color: #ffffff;
}

.img-fluid {
    height: 100%;
    object-fit: cover;
}

/*
    ==========================================================
*/

.whyussection
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 18px;
    grid-row-gap: 18px;
}
.whyussection .why-colom
{
    /*margin: 0 15px;*/
}

/*
    ==========================================================
*/

.custom-solutions-section {
            padding: 60px 0;
            background-color: #f8fafd;
            position: relative;
        }

        .section-tagline {
            color: #0142b2;
            font-size: 17px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0px;
            margin-bottom: 12px;
        }

        .section-title {
                color: #333;
                font-size: 35px;
                font-weight: 700;
                line-height: 1.25;
                font-family: "Outfit", sans-serif;
                margin-bottom: 15px;
        }

        .section-desc {
               color: #444;
                font-size: 18px;
                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 .whyussection .card-image-wrapper {
           height: auto;
           text-align: center;
           padding-top: 30px;
        }
        .custom-solutions-section .whyussection .card-image-wrapper img {
            display: none;
        }   
        

        .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%);
            display: none;
        }

        .custom-solutions-section .card-icon-box {
            /*position: absolute;*/
            /*bottom: -10px;*/
            /*left: 30px;*/
            max-width: 85px;
            margin-left: auto;
            margin-right: auto;
            height: 85px;
            background: #eee;
            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: #0841AF;
            font-size: 28px;
        }

        .solution-card:hover .card-icon-box
        {
            background-color: #0841AF;
        } 

        .solution-card:hover .card-icon-box i
        {
            color: #ffffff;
        } 


        .custom-solutions-section .card-body-content {
            padding: 40px 30px 35px 30px;
        }

        .custom-solutions-section .card-heading {
            color: #222;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 12px;
                font-family: "Outfit", sans-serif;
                text-align: center;
        }

        .custom-solutions-section .card-text-desc {
            color: #555;
		    font-size: 16px;
		    text-align: left;
		    line-height: 1.5;
            font-weight: 400;
            margin-bottom: 15px;
            text-align: justify;
        }

        .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;
            }
        }


/*
    ==========================================================
*/


.counter-achievements-section {
    padding: 100px 0  80px;
    position: relative;
    background-image: ; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.counter-achievements-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.counter-achievements-section .container {
    position: relative;
    z-index: 2;
}

.counter-achievements-section .counter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
}

.counter-achievements-section .icon-box {
    width: 80px;
    height: 80px;
    background-color: #0841af;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 32px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.counter-achievements-section .icon-box::after {
    content: "";
    position: absolute;
    width: 95px;
    height: 95px;
    border: 2px dashed #fff;
    border-radius: 50%;
    opacity: 0.8;
    top: 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: 800;
    line-height: 1.1;
    margin-bottom: 5px;
    letter-spacing: 1px;
    /*font-family: "Bitter", serif;*/
}

.counter-achievements-section .counter-title {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
    .counter-achievements-section {
        padding: 60px 0;
    }
    .counter-achievements-section .counter-number {
        font-size: 32px;
    }
    .counter-achievements-section .counter-title {
        font-size: 14px;
    }
    .counter-achievements-section .col-6 {
        margin-bottom: 30px;
    }
}

/*
    ==========================================================
*/

.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);
}
.corporate-section .feature-title {
    font-size: 1.15rem;
    color: #ffffff;
}
.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: #0841af;
    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: 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: 220px;
  object-fit: cover;
}

.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%),
        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 {
  background-color: #F5F6F9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 70px;
  padding-bottom: 0px;
}

.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: #0841af;
    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: #0841af;
    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: #0841af;
}

.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: #0841af;
    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: #0841af;
    margin-right: 10px;
}
.custom-footer-wrapper .footer-menu li a:hover {
    color: #0c2173;
}

.custom-footer-wrapper .copyright-bar {
    background-color: #0841af;
    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;
    }
}
/*
    ==========================================================
*/

.clients .c_logo
{
    margin: 0 10px;
}
.clients .c_logo .image
{
    background-color: #fff;
    border-radius: 7px;
    padding:30px 20px;
}

.clients .c_logo .image img
{
    width: 100%;
    height: 80px;
    object-position: center;
    object-fit: contain;
}
.clients .slick-prev
{
    left: -40px;
}
.clients .slick-next
{
    right: -40px;
}
.clients .slick-prev:hover, 
.clients .slick-next:hover,
.clients .slick-prev, 
.clients .slick-next
{
    background-color: transparent;
    width: 50px;
    height: 50px;
}
.clients .slick-prev:before, 
.clients .slick-next:before
{
    color: #333;
    font-size: 35px;
}

/*
    ==========================================================
*/


/*
    ==========================================================
*/

    .testimonial-section {
        background-color: #f4f7f9;
        background-color: #fbfdff;
        background-image: url('../img/cubes.png'); /* Subtle texture */
        padding: 50px 0 80px;
        min-height: 500px;
    }

    .testimonial-title {
        color: #0d6efd;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .main-heading {
        font-weight: 800;
        font-size: 2.5rem;
        margin-bottom: 40px;
    }

    .testimonial-card {
        background: #ffffff;
        border-radius: 8px;
        padding: 60px 100px 40px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        max-width: 90%;
        margin: 0 auto;
    }

    .quote-icon {
        font-size: 50px;
        color: #d1e3ff;
        line-height: 1;
        margin-bottom: 20px;
    }

    .testimonial-text {
        font-size: 1.150rem;
        font-style: italic;
        color: #444;
        line-height: 1.8;
        text-align: center;
    }

    .user-img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 15px;
    }

    .user-name {
        font-weight: 600;
        color: #333;
        margin-bottom: 2px;
        font-family: "Outfit", sans-serif;
    }

    .user-designation {
        font-size: 1rem;
        color: #888;
        margin-top: 5px;
        text-align: center;
    }

    /* Custom Carousel Indicators (Dots) */
    .carousel-indicators [button] {
        width: 15px;
        height: 6px;
        background-color: #0d6efd;
        border-radius: 10px;
        transition: width 0.3s ease;
    }

    .carousel-indicators .active {
        width: 35px;
    }

    /* Navigation Arrows */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        filter: invert(1) grayscale(100);
        opacity: 0.3;
    }

.testimonial-section .dFlexRow
{
    display: flex;
    justify-content: center;
    grid-column-gap: 30px;
    align-items: center;
}

.testimonial-section .dFlexRow .user-designation
{
    margin-bottom: 0;
}

.testimonial-section .headings p{
        color: #0841af;
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0px;
        margin-bottom: 12px;
        text-align: center;
}
.testimonial-section .headings h2 {
    color: #333;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Outfit", sans-serif;
    margin-bottom: 35px;
}
/*
    ==========================================================
*/

/* Scoped CSS */
        .site-footer-section {
            /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
            background-color: #fcfcfc;
        }

        /* 1. Counter Section Styling */
        .site-footer-section .counter-wrapper {
            background-color: #1a1a1a;
            padding: 80px 0;
            background-image: radial-gradient(rgba(222, 43, 33, 0.15) 1px, transparent 1px);
            background-size: 30px 30px;
            color: #ffffff;
        }

        .site-footer-section .counter-item {
            text-align: center;
        }

        .site-footer-section .counter-icon {
            font-size: 50px;
            color: #ffffff;
            margin-bottom: 20px;
            display: block;
        }

        .site-footer-section .counter-number {
            font-size: 3rem;
            font-weight: 800;
            display: block;
            margin-bottom: 5px;
        }

        .site-footer-section .counter-label {
            font-size: 1.1rem;
            color: #979797;
            font-weight: 500;
        }

        /* 2. Info Bar Styling (Red & Dark) */
        .site-footer-section .info-bar-container {
            width: 85%;
            margin: 50px auto 40px;
            display: flex;
            flex-wrap: wrap;
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
            border-radius: 10px;
            overflow: hidden;
            position: relative;
            z-index: 10;
        }

        .site-footer-section .red-box {
            background-color: #DE2B21;
            flex: 1;
            min-width: 300px;
            padding: 40px;
            display: flex;
            align-items: center;
            gap: 20px;
            color: #ffffff;
        }

        .site-footer-section .dark-box {
            background-color: #252525;
            flex: 1;
            min-width: 300px;
            padding: 40px;
            display: flex;
            align-items: center;
            gap: 20px;
            color: #ffffff;
        }

        .site-footer-section .info-icon-circle {
            width: 70px;
            height: 70px;
            border: 2px dashed rgba(255,255,255,0.5);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            background: rgba(0,0,0,0.1);
        }
        .site-footer-section .box1 .info-icon-circle{
            background-color: #808080;
        }
        .site-footer-section .box2 .info-icon-circle{
            background-color: #DE2B21;
        }

        .site-footer-section .info-text h4 {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .site-footer-section .info-text p {
            margin: 0;
            font-size: 0.95rem;
            opacity: 0.9;
            line-height: 1.4;
        }

        /* 3. Map & Form Section */
        .site-footer-section .form-section {
            padding: 80px 0 100px;
        }

        .site-footer-section .connect-title {
            color: #333;
            font-size: 35px;
            font-weight: 700;
            line-height: 1.25;
            font-family: "Outfit", sans-serif;
            margin-bottom: 35px;
        }


        .site-footer-section .form-control {
            padding: 12px 20px;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            margin-bottom: 20px;
            background-color: #fdfdfd;
        }

        .site-footer-section .btn-submit {
            background-color: #0841af;
            color: #ffffff;
            padding: 12px 40px;
            border-radius: 50px;
            font-weight: 600;
            border: none;
            transition: 0.3s;
        }

        .site-footer-section .btn-submit:hover {
            background-color: #0841af;
            transform: translateY(-2px);
        }

        .site-footer-section .map-frame {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            height: 100%;
            min-height: 400px;
        }

        @media (max-width: 991px) {
            .site-footer-section .info-bar-container { width: 95%; margin-top: 20px; }
            .site-footer-section .counter-number { font-size: 2.2rem; }
        }

/*
    ==========================================================
*/

.brightech-contact-section {
}

.brightech-contact-section .contact-info-card {
    background-color: #5587E2;
    border-radius: 4px;
    background-color: #F5F6F9;
    background-image: url('../img/footer-5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.brightech-contact-section .pDetail {
    color: #4a5568;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px;
    width: 95%;
    font-family: "Outfit", sans-serif;
}
.brightech-contact-section .section-title {
    color: #333;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Outfit", sans-serif;
    margin-bottom: 15px;
}

.brightech-contact-section .info-heading {
    font-size: 21px;
    font-weight: 600;
    color: #333;
    margin-bottom: 7px;
    position: relative;
}

.brightech-contact-section .info-text a,
.brightech-contact-section .info-text {
    color: #4a5568;
    font-size: 17px;
    font-family: "Outfit", sans-serif;
}

.brightech-contact-section .contact-form-container {
    background-color: transparent;
}

.brightech-contact-section .form-title {
    color: #333;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Outfit", sans-serif;
    margin-bottom: 15px;
}

.brightech-contact-section .form-subtitle {
    color: #4a5568;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px;
    width: 95%;
    font-family: "Outfit", sans-serif;
}

.brightech-contact-section .form-control {
    background-color: #F5F6F9;
    border: none;
    border-radius: 4px;
    color: #333;
    font-size:1rem;
    padding: 18px 20px;
}

.brightech-contact-section .form-control::placeholder {
    color: #333;
}

.brightech-contact-section .form-control:focus {
    background-color: #ffffff;
    box-shadow: 0 0 0 0.25rem rgba(8, 65, 175, 0.25);
    outline: 0;
}

.brightech-contact-section textarea.form-control {
    resize: vertical;
}

.brightech-contact-section .btn-submit {
    background-color: #0841AF;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 500;
    transition: background-color 0.2s ease-in-out;
    padding: 12px 40px;
    font-size: 16px;
    text-transform: uppercase;
}

.brightech-contact-section .btn-submit:hover {
    background-color: #063287;
    color: #ffffff;
}

.brightech-contact-section .btn-submit:active {
    background-color: #052666;
    color: #ffffff;
}
/*
    =-------==========================
*/

section.map
{
    line-height: 0;
    height: 400px;
}

/*
    ==========================================================
*/
.services-detail-section .container
{
    max-width: 92%;
}
.services-detail-section .main-banner-img img {
    width: 100%;
    object-fit: cover;
    height: auto;
}

.services-detail-section .section-title
{
    font-size: 30px !important;
}
.services-detail-section .section-title,
.services-detail-section .sub-title {
    font-weight: 700;
    color: #111111;
}

.services-detail-section .description-text {
    color: #666666;
    line-height: 1.6;
    text-align: justify;
    font-weight: 400;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.services-detail-section .features-list {
    margin-bottom: 40px;
}
.services-detail-section .features-list li {
    color: #666666;
    line-height: 1.6;
    text-align: justify;
    font-weight: 400;
    font-size: 1.1rem;
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}

.services-detail-section .features-list .check-icon {
    background-color: #0d47a1;
    color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    margin-right: 12px;
    font-weight: bold;
    flex-shrink: 0;
}

.services-detail-section .services-nav-list li {
    margin-bottom: 10px;
}

.services-detail-section .services-nav-list .nav-item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    background-color: #ffffff;
    color: #333333;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.services-detail-section .services-nav-list .nav-item-link.active,
.services-detail-section .services-nav-list .nav-item-link:hover {
    background-image: linear-gradient(250deg, #1273eb 19%, #03228f 100%);
  color: #ffffff;
  border-radius: 5px;
  border-color: #1273eb;
}

.services-detail-section .services-nav-list .nav-item-link.active {
    background-color: #0d6efd;
    color: #ffffff;
    border-color: #0d6efd;
}

.services-detail-section .support-call-box
{
    margin-left: 20px;
}
.services-detail-section .services-nav-list {
    margin-left: 20px;
}
.services-detail-section .services-nav-list .arrow-icon {
    font-size: 1.2rem;
    line-height: 1;
}

.services-detail-section .support-call-box {
    background: linear-gradient(135deg, #0d47a1 0%, #0a2540 100%);
    position: relative;
    overflow: hidden;
}

.services-detail-section .phone-icon-wrapper {
    background-color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.services-detail-section .phone-number-link {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.services-detail-section .phone-number-link:hover {
    text-decoration: underline;
}
/*
    ==========================================================
*/

.stickes
{
    position: sticky;
    top: 30px;
}

/*
    ==========================================================
*/

/*============================================================*/

.custom-hero-section {
    background-color: #013F6E;
    position: relative;
    padding: 60px 20px;
    overflow: hidden;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    min-height: 150px;


    /*
    background-color: #013F6E;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    background-blend-mode: overlay;
    opacity: 0.95;
    */
    /*
    background-color: #013F6E;
    background-image: 
      linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;

    */


    background: radial-gradient(circle at center, #02599c 0%, #013F6E 100%);
    position: relative;
    overflow: hidden;
  
}
.custom-hero-section::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url("../img/carbon-fibre.png");
  opacity: 0.1;
  pointer-events: none;
}


.custom-hero-section .hero-container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.custom-hero-section .hero-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    color: #FFFFFF;
}

.custom-hero-section .breadcrumb-list {
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
    align-items: center;
}

.custom-hero-section .breadcrumb-list li a {
    color: #FFFFFF;
    text-decoration: none;
    opacity: 1;
    transition: 0.3s;
    font-size: 1rem;
}

.custom-hero-section .breadcrumb-list li a:hover {
    opacity: 1;
}

.custom-hero-section .breadcrumb-list li.active {
    color: #FFFFFF;
    font-weight: 500;
}

.custom-hero-section .breadcrumb-list li:not(:last-child)::after {
    content: "\F285";
    font-family: bootstrap-icons!important;
    font-weight: 900;
    margin-left: 15px;
    color: #fff;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .custom-hero-section .hero-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .custom-hero-section .hero-title {
        font-size: 2rem;
    }

    .custom-hero-section .breadcrumb-list {
        justify-content: center;
    }
}


/*
    ==========================================================
*/
.shop-by-category .category-card.imageHeight
{
    height: inherit;
}

/*
    ==========================================================
*/

.services-detail-section .subheadings
{
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: -4px;
    color: #004c85;
}

/*
    ==========================================================
*/
/*
    ==========================================================
*/

/*
    ==========================================================
*/


/*
    ==========================================================
*/