@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;
    font-family: "Exo", 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: 15px;
}
 .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: 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 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/footer-bg.jpg);
}
.custom-footer-wrapper .footer-section {
    padding-top: 0px;
    font-family: sans-serif;
    position: relative;
    overflow: hidden;
    background-color: rgba(255 255 255 / 85%);

   
    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: 180px;
}

.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: #292E83;
}

.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: #20B2AA;
    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: #333;
    font-size: 17px;
     font-family: "Outfit", sans-serif;
}
.custom-footer-wrapper .footer-menu li a i
{
    color: #20B2AA;
    margin-right: 10px;
}
.custom-footer-wrapper .footer-menu li a:hover {
    color: #0c2173;
}

.custom-footer-wrapper .copyright-bar {
    background-color: #20B2AA;
    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: 50px 0 70px;
    overflow: hidden;
    background-position: center;
}

.energy-ai-platform-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255 255 255 / 60%);
    top: 0;
    left: 0;
}

.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;
}

/* 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;
    }
}

/*
    ==========================================================
*/


.upda-pillars-section .wrapperppper{
    background-color: rgb(222 249 255 / 80%); 
  padding: 3rem 0 3.5rem 0;
}
.upda-pillars-section {
  /*background-color: #ffffff;*/
}
.upda-pillars-section .container { max-width: 92%; }
.upda-header { text-align: center; margin-bottom: 3rem; }
.upda-badge { color: #283080; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.upda-title { color: #333; font-size: 35px; font-weight: 700; margin: 10px 0 15px; }
.upda-title span { color: #1FAFA7; }
.upda-desc { color: #222; font-size: 17px; max-width: 730px; margin: 0 auto 35px; line-height: 1.5; }

.upda-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  text-align: center;
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
}
.upda-icon i { font-size: 2.5rem; color: #20B2AA; margin-bottom: 1rem; display: block; }
.upda-card-title { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: #222; }
.upda-card-text { font-size: 1rem; color: #6c757d; line-height: 1.6; }

/* Hover Effects */
.upda-card:hover { box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08); transform: translateY(-5px); }
.upda-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%; width: 0; height: 3px;
  background-color: #20B2AA;
  transition: 0.4s ease;
}
.upda-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;
}

/*
    ==========================================================
*/

.upda-diagnose-section {
  padding: 60px 0 30px;
  background-color: #F7F9FB;
}

.upda-diagnose-section .diagnose-image-wrapper {
  position: relative;
}

.upda-diagnose-section .diagnose-image-wrapper img {
/*  border-radius: 50% 50% 50% 0;
  border: 10px solid #20B2AA;*/
}

.upda-diagnose-section .diagnose-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #212529;
  text-transform: capitalize;
}
.upda-diagnose-section .diagnose-title span
{
    color: #1FAFA7;
}

.upda-diagnose-section .diagnose-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  /*width: 85%;*/
}


.upda-diagnose-section .diagnose-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
}

.upda-diagnose-section h3 {
  font-size: 22px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 5px;
}

.upda-diagnose-section p {
  color: #333;
  font-size: 1.05rem;
}

.upda-diagnose-section .cotnent-wrapper
{
    padding-right: 75px;
}

.bg-dark2
{
    background-color: #2A3083;
}

/*
    ==========================================================
*/

.hospital-diagnose-section .container{
  padding: 60px 0 0px;
}

@media screen and (min-width: 993px)
{

    .hospital-diagnose-section .container{
       max-width: 85%;
    }
    .rowPositionss
    {
        position: relative;
    }
    .rowPositionss .image-box
    {
        height: 600px;
    }
    .rowPositionss .image-frames
    {
        position: absolute;
        left: 50px;
        top: 0;
        width: 600px;
        height: 600px;
    }

    .rowPositionss .contentPositions
    {
        position: relative;
        left: -50px;
    }

    .rowPositionss .image-box
    {
        position: sticky;
        top: 30px;
    }
}

.hospital-diagnose-section .image-box {

}

.hospital-diagnose-section .content-heading {
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #212529;
  line-height: 1.4;
}
.hospital-diagnose-section .content-heading  span
{
    font-size: 30px;
    color: #1AB199;
}

.hospital-diagnose-section .content-text {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 15px;
}

.hospital-diagnose-section .btn-custom {
    padding: 10px 30px 10px 30px;
  font-family: "Exo", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #20B2AA;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.05);
  background: #20B2AA;
    }

    .hospital-diagnose-section .btn-custom:hover
    {
        background: #293382;
        border-color: #293382;
    }
.hospital-diagnose-section .btn-custom i
{
    font-size: 30px;
}


.hospital-diagnose-section
{
    position: relative;
}
.hospital-diagnose-section .left_image_bg
{
    position: absolute;
    top: 0;
    left: 0;
}
.hospital-diagnose-section .right_image_bg
{
    position: absolute;
    top: 0;
    right: 0;
}
/*
    ==========================================================
*/
.medical-section-wrapper
{

}
.medical-section-wrapper .wrapperppper {
    background-color: rgba(255 255 255 / 80%);
    padding: 5rem 0 5rem 0;
}
.medical-section-wrapper .card .readmore{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.medical-section-wrapper .card .readmore a{
    padding: 10px 30px 10px 30px;
  font-family: "Exo", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #20B2AA;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.05);
  background: #20B2AA;
}
.medical-section-wrapper .card .readmore a:hover
{
    background: #293382;
  border-color: #293382;
}
.medical-section-wrapper .card {
  border: none;
  border-radius: 0;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.medical-section-wrapper .card-img-top {
  border-radius: 0;
  height: 300px;
  object-fit: cover;
}

.medical-section-wrapper .card-body {
  padding: 20px;
}

.medical-section-wrapper .card-title {
  font-weight: 700;
  font-size: 1.35rem;
  text-align: center;
  color: #212529;
  margin-bottom: 15px;
}

.medical-section-wrapper .card-text {
  font-size: 1.05rem;
  color: #6c757d;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .medical-section-wrapper .card {
    margin-bottom: 20px;
  }
}
/*
    ==========================================================
*/


/*============================================================*/

.custom-hero-section {
    background-color: #013F6E;
    position: relative;
    padding: 60px 20px;
    overflow: hidden;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    min-height: 150px;
    background: radial-gradient(circle at center, #20B2AA 0%, #272E83 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;
    }
}

/*
    ==========================================================
*/


/*
    ==========================================================
*/

.contact-section {
  background-color: #f4f4f4;
  padding: 80px 0;
  background-color: #f4f7f9;
 background-image: url(../img/cubes.png);
}

.contact-section .info-row {
  margin-bottom: 50px;
}

.contact-section .info-card {
  background-color: #ffffff;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.contact-section .icon-box {
  width: 60px;
  height: 60px;
  background: radial-gradient(circle at center, #20B2AA 0%, #272E83 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.contact-section .icon-box i {
  color: #ffffff;
  font-size: 24px;
}

.contact-section .info-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
  letter-spacing: 0px;
}

.contact-section .info-card p {
  font-size: 17px;
  color: #555;
  margin: 0;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 1.6;
  text-align: center;
}

.contact-section .form-image-row {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
}

.contact-section .form-col {
  background-position: 0 0, 8px 8px;
  display: flex;
}

.contact-section .form-wrapper {
  padding: 60px;
  width: 100%;
  background: radial-gradient(circle at center, rgba(32, 178, 170, 0.8) 0%, rgba(39, 46, 131, 0.8) 100%);
}

.contact-section .form-wrapper h2 {
    color: #fff;
    line-height: 1.3;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-section .form-group {
  margin-bottom: 20px;
}

.contact-section .form-group label {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
  font-family: "Jost", sans-serif;
}

.contact-section .form-control {
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #eaeaea;
}

.contact-section .form-control:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  outline: none;
}

.contact-section .btn-container {
  text-align: center;
  margin-top: 10px;
}


.contact-section .submit-btn{
    padding: 10px 30px 10px 30px;
  font-family: "Exo", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  border-style: solid;
  border-width: 2px 1px 1px 1px;
  border-color: #fff;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.05);
  background: #20B2AA;
}
.contact-section .submit-btn:hover
{
    background: #293382;
  border-color: #293382;
}

.contact-section .image-col {
  display: flex;
}

.contact-section .side-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
}

@media (max-width: 991.98px) {
  .contact-section .form-wrapper {
    padding: 30px 20px;
  }
  .contact-section .side-img {
    min-height: 300px;
  }
}

@media screen and (min-width: 993px)
{
    .textRIght
    {
        text-align: right;
    }
    .captchaImage .hiddnes
    {
        opacity: 0;
    }
}

body.innerPage footer {
    margin-top: 0px;
    padding-top: 60px !important;
}
/*
    =-------==========================
*/

section.map
{
    line-height: 0;
    height: 450px;
}


/*
    ==========================================================
*/


/*
    ==========================================================
*/


section.our-team-section .team-slider {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
@media screen and (min-width: 993px)
{
    section.our-team-section .team-slider {
        grid-template-columns: repeat(5, 1fr);
    }
    section.our-team-section .forColomIMage       
    {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    section.our-team-section .forColomIMage .team-slider
    {
       grid-template-columns: repeat(4, 1fr); 
    }
}

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: 230px;
    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: 700;
    color: #343434;
    margin-bottom: 8px;
    font-size: 1.150rem;
    text-align: center;
}

section.our-team-section .team-designation {
    font-weight: 600;
    font-size: 1.1rem;
    color: #292d8b;
    line-height: 20px;
    text-align: center;
}

/*
    ==========================================================
*/

.headings2
{
    text-align: center;
}
.headings2 h2
{
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #212529;
    text-transform: capitalize;
}
.headings2 h2 span
{
    color: #1FAFA7;
}
.headings2 p
{
    font-size: 1.1rem;
    color: #6c757d;
    line-height: 1.6;
    text-align: center;
}
@media screen and (min-width: 993px)
{
   .headings2 p
   {
     max-width: 75%;
     margin-left: auto;
     margin-right: auto;
   } 
}

/*
    ==========================================================
*/
.membership-premium-section {
  padding: 80px 0;
  background-color: #F7F9FB;
  font-family: "Jost", sans-serif;

}

.membership-premium-section .main-wrapper {
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #20B2AA;
}

.membership-premium-section .section-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #212529;
    text-transform: capitalize;
}

.membership-premium-section .underline {
  width: 80px;
  height: 4px;
  background-color: #20B2AA;
  margin-bottom: 30px;
  border-radius: 2px;
}

.membership-premium-section .intro-text {
    color: #333;
    font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 40px;
}

.membership-premium-section .content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.membership-premium-section .info-block p
{
    font-size: 1.1rem;
    font-weight: 500;
}
.membership-premium-section .info-block h3 {
  color: #292D70;
  text-transform: capitalize;
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.membership-premium-section .info-block ul {
  list-style: none;
  padding: 0;
}

.membership-premium-section .info-block ul li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
    color: #333;
    font-size: 1.05rem;
}

.membership-premium-section .info-block ul li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #20B2AA;
}

.membership-premium-section .charge-section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #eee;
}

.membership-premium-section .charge-section h3{
       font-size: 2.2rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: #212529;
        text-transform: capitalize;
}

.membership-premium-section .charge-section h6{
       font-size: 1.4rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: #212529;
        text-transform: capitalize;
}

.membership-premium-section .charge-section p{
    font-size: 1.2rem;
    font-weight: 500;
}

.membership-premium-section .table-frame {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.membership-premium-section table {
  width: 100%;
  border-collapse: collapse;
}

.membership-premium-section table td {
  padding: 15px 20px;
  font-size: 1.1rem;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
}

.membership-premium-section table td:first-child {
  font-weight: 500;
  color: #292D70;
  background: #f9f9f9;
  width: 30%;
}

@media (max-width: 768px) {
  .membership-premium-section .content-grid {
    grid-template-columns: 1fr;
  }
  .membership-premium-section .main-wrapper {
    padding: 20px;
  }
}

.application-format h3
{
    font-size: 20px !important;
    margin-bottom: 20px !important;
}
.membership-premium-section .info-block ol h6
{
    margin: 15px 0;
    font-weight: 700;
}
.membership-premium-section .info-block ol h5
{
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.membership-premium-section .info-block ol ul
{
    margin-top: 20px;
    margin-bottom: 20px;
}

body.aboutTabs .membership-premium-section table
{
    margin-bottom: 0;
}
body.aboutTabs .membership-premium-section table td:first-child
{
    background:#fff;
}
body.aboutTabs .membership-premium-section table td:first-child
{
    font-weight: 400;
    color: #333;
}
body.aboutTabs .membership-premium-section table td
{
    line-height: 1.7;
}
@media screen and (min-width: 993px)
{
    body.aboutTabs.aboutTabs3 .membership-premium-section table td:first-child
    {
        width: inherit !important;
    }  
}

/*
    ==========================================================
*/

.membership-premium-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.membership-premium-section .main-wrapper {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.membership-premium-section h2 {
  color: #292D70;
  margin-bottom: 10px;
}

.membership-premium-section .underline {
  width: 60px;
  height: 3px;
  background-color: #20B2AA;
  margin-bottom: 25px;
}

.membership-premium-section .content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.membership-premium-section h3 {
  color: #292D70;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.membership-premium-section ul {
  list-style: none;
  padding-left: 0;
}

.membership-premium-section ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 0.95rem;
}

.membership-premium-section ul li::before {
  content: "▶";
  position: absolute;
  left: 0;
  color: #20B2AA;
  font-size: 10px;
  top: 5px;
}

.membership-premium-section .award-box {
  background: #fdfdfd;
  border-left: 4px solid #20B2AA;
  padding: 20px;
  margin-top: 20px;
  border-radius: 0 8px 8px 0;
}

.membership-premium-section .award-box h4 {
  color: #292D70;
  font-size: 20px;
  font-weight: 600;
}

.membership-premium-section .footer-note {
  margin-top: 30px;
  font-style: italic;
  font-size: 0.95rem;
  color: #666;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .membership-premium-section .content-grid {
    grid-template-columns: 1fr;
  }
}

/*
    ==========================================================
*/

.custom-nav-wrapper .nav-pills {
  gap: 1rem;
}

.custom-nav-wrapper .nav-link {
  border: 1px solid #000;
  color: #000;
  border-radius: 0;
  padding: 0.5rem 1.5rem;
  background-color: #fff;
}

.custom-nav-wrapper .nav-link.active {
  background-color: #20b2aa;
  border-color: #20b2aa;
  color: #fff;
}

.custom-nav-wrapper .tab-content {
  padding: 1rem;
  border: 1px solid #dee2e6;
}

@media (max-width: 576px) {
  .custom-nav-wrapper .nav-pills {
    flex-direction: column;
  }
}

@media screen and (min-width: 993px)
{
    .custom-nav-wrapper .nav
    {
        justify-content: center;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

/*
    ==========================================================
*/


/*
    ==========================================================
*/
.modern-ui .pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 20px;
    gap: 12px;
    margin-top: 0px;
}

.modern-ui .page-num, 
.modern-ui .nav-btn {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #eaeaea;
}

.modern-ui .page-num a, 
.modern-ui .nav-btn a {
    text-decoration: none;
    color: #003D66;
    font-weight: 700;
    font-size: 1rem;
    z-index: 2;
}


.modern-ui .page-num::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f0f4f8;
    border-radius: 12px;
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s ease;
}

.modern-ui .page-num:hover::before {
    transform: scale(1);
    opacity: 1;
    background: rgba(0, 61, 102, 0.05);
}

.modern-ui .page-num:hover::before,
.modern-ui .page-num.active::before {
    transform: scale(1);
    opacity: 1;
    background: #20B2AA;
    box-shadow: 0 10px 20px rgba(0, 61, 102, 0.2);
}

.modern-ui .page-num:hover a,
.modern-ui .page-num.active a {
    color: #fff;
}

.modern-ui .nav-btn {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.modern-ui .nav-btn:hover {
    background: #20237B;
    border-color: #20237B;
    transform: rotate(15deg);
}

.modern-ui .nav-btn:hover a {
    color: #fff;
}

/*.modern-ui .nav-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    filter: grayscale(1);
}*/


body.subgalleryPage .medical-section-wrapper .card
{
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}
body.subgalleryPage .medical-section-wrapper .card img
{
    border-radius: 12px;
}



/*
    ==========================================================
*/

body.videoGalleryPage .card .anchor-video-card
{
    position: relative;
}
body.videoGalleryPage .card .anchor-video-card .yticon
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70px;
    height: 70px;
    background-size: contain;
    background-position: center;
}

/*
    ==========================================================
*/

.updacon-events {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.updacon-events .card {
  border-radius: 15px;
  background: #ffffff;
  overflow: hidden;
}

.updacon-events .card-img-top {
  max-height: 480px;
  object-position: top;
  object-fit: cover;
}

.updacon-events .card-title {
  color: #161d68;
  font-weight: 700;
  margin-bottom: 15px;
}

.updacon-events .card-text {
  color: #555;
  line-height: 1.7;
  font-size: 1rem;
}

.updacon-events .button-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.updacon-events .btn {
  padding: 10px 18px;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.updacon-events .btn-filled {
  background-color: #20B2AA;
  color: #fff;
  border: 2px solid #20B2AA;
}

.updacon-events .btn-filled:hover {
  background-color: #fff;
  border-color: #20B2AA;
  color: #20B2AA;
}

.updacon-events .btn-outlined {
  background-color: #292B69;
  color: #fff;
  border: 2px solid #292B69;
}

.updacon-events .btn-outlined:hover {
  background-color: #fff;
  border-color: #292B69;
  color: #292B69;
}

/*
    ==========================================================
*/


/*
    ==========================================================
*/

.tableHeading h5 {
    color: #003D66;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: left;
}
.customtables
{

}
.table-container.customtables {
    width: 100%;
    max-width: 100%;
    margin: 40px auto 20px;
    position: relative;
}


.contact-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

.contact-table thead tr {
    background-color: #20B2AA;
    color: #ffffff;
    text-align: left;
}

.contact-table th{
  font-weight: 500;
} 
.contact-table th, 
.contact-table td {
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
}

.contact-table tr
{
    background-color: #fff;
}
.contact-table tr:nth-child(even)
{
   background-color: #003d660d;
}
.contact-table tr td .link {
    display: inline-block;
    background-color: #263B87;
    color: #fff;
    padding: 8px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-family: sans-serif;
    transition: all 0.3s ease;
    border: 2px solid #263B87;
    text-align: center;
    font-size: 0.9rem;
    min-width: 130px;
    font-family: "Outfit", sans-serif;
}

.contact-table tr td .link:hover {
    background-color: #003D66;
    color: #ffffff;
    border-color: #003D66;
    transform: translateY(-2px);
}
.contact-table tr td
{
    color: #111;
    font-weight: 400;
    text-align: left;
}

@media screen and (max-width: 768px) {
    
    .customtables table thead {
        display: none;
    }

    .customtables table, 
    .customtables table tbody, 
    .customtables table tr, 
    .customtables table td {
        display: block;
        width: 100%;
    }

    .customtables table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
    }

    .customtables table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
        border: none;
        border-bottom: 1px solid #eee;
    }

    .customtables table td::before {
        content: attr(data-title);
        position: absolute;
        left: 15px;
        width: 45%;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        color: #003d66;
    }

    .customtables table td:last-child {
        border-bottom: 0;
    }
}

/*
    ==========================================================
*/

.form-container {
  padding: 40px 0;
}

@media screen and (min-width: 993px)
{

    .form-container
    {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #eee;
        padding: 45px;
        margin-top: 30px;        
    }
}

.form-container
{
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.form-container .form-label {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
}
.form-container .form-control {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 13px;
}

.form-container .file-upload-zone {
  position: relative;
  border: 2px dashed #ccc;
  padding: 10px;
  text-align: center;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.form-container input[type="text"]::placeholder {
  text-transform: capitalize;
}

.form-container .file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
}

.form-container .upload-text {
  font-size: 16px;
  color: #555;
  text-transform:capitalize;
  font-weight: 500;
}
.form-container .file-upload-zone small
{
    font-weight: 500;
    font-size: 15px;
}

.form-container .captcha-img {
  height: 50px;
  background: #000;
  display: block;
}


.form-container .btn-submit{
    padding: 10px 50px 10px 50px;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  border-style: solid;
  border-width: 2px 1px 1px 1px;
  border-color: #fff;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.05);
  background: #20B2AA;
}
.form-container .btn-submit:hover
{
    background: #293382;
  border-color: #293382;
}


.form-container .upload-text {
  font-size: 14px;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}


.form-container h5
{
    color: #292D70;
    text-transform: capitalize;
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: 700;
}

/*
    ==========================================================
*/

.history-upda-section {
  padding: 40px 0;
  background: #fff;
}

.history-upda-section .main-wrapper {
  max-width: 900px;
  margin: auto;
  padding: 0 15px;
}

.history-upda-section .members-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background: #f0f4f8;
  padding: 20px;
  margin-bottom: 20px;
  border-left: 5px solid #00796b;
}

@media (max-width: 768px) {
  .history-upda-section .members-grid {
    grid-template-columns: 1fr;
  }
}

/*
    ==========================================================
*/

@media screen and (min-width: 993px)
{
    .annayal-sectionsssss .mycards
    {

    }
    .annayal-sectionsssss .mycards
    {

    }
}

    
/*
==========================================================
*/
.upda-ticker-wrapper {
    width: 100%;
    background-color: #1C226E;
    padding: 18px 0;
    overflow: hidden;
    box-sizing: border-box;
    /*font-family: sans-serif;*/
    border-top:2px solid #fff;
}

.upda-ticker-wrapper .ticker-container {
    width: 100%;
    overflow: hidden;
    display: flex;
}

.upda-ticker-wrapper .ticker-track {
    display: flex;
    white-space: nowrap;
    will-change: transform;
}

.upda-ticker-wrapper .ticker-item {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 17px;
    padding: 0 30px;
}

.upda-ticker-wrapper .ticker-item a {
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}

.upda-ticker-wrapper .ticker-item i {
    margin-right: 10px;
    font-size: 18px;
    color: #20B2AA;
}

@media (max-width: 768px) {
    .upda-ticker-wrapper {
        padding: 10px 0;
    }

    .upda-ticker-wrapper .ticker-item {
        font-size: 14px;
        padding: 0 20px;
    }

    .upda-ticker-wrapper .ticker-item i {
        font-size: 16px;
    }
}

/*
    ==========================================================
*/

/*
    ==========================================================
*/

/*
    ==========================================================
*/

/*
    ==========================================================
*/