/********** Template CSS **********/
:root {
    --primary: #e8026e;
    --secondary: #F6F6F6;
    --light: #FFFFFF;
    --dark: #152440;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*Override bootstrap css*/
.bg-primary {
    background-color: #e8026e !important;
}
.text-primary {
    color: #e8026e !important;
}
.btn-primary {
    background-color: #e8026e;
    border-color: #e8026e;
}
.btn-primary:hover {
    color: #000;
    background-color: #ff9800;
    border-color: #ff9800;
}
.text-blue {
    color: #0063b4 !important;
}
.bg-blue {
    background-color: #0063b4 !important;	
}
.text-orange {
    color: #ff9800 !important;
}
.bg-orange {
    background-color: #ff9800 !important;	
}

.problem-solving .bg1{
	background-color: #e8026e;
}
.problem-solving .bg2{
	background-color: #ff9800;
}


h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Barlow', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        padding: 10px 0;
    }
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #e8026e;
}


.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(21, 36, 64, .4);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.service-item {
    position: relative;
    overflow: hidden;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.service-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    bottom: -50px;
    left: 0;
    background: var(--light);
    border-radius: 100% 100% 0 0;
    box-shadow: 0px -10px 5px #EEEEEE;
    transition: .5s;
}

.service-item:hover::after {
    bottom: -25px;
}

.service-item p {
    transition: .3s;
}

.service-item:hover p {
    margin-bottom: 25px !important;
}

.team-item img {
   /*  transform: scale(1.15); */
    margin-left: -30px;
    transition: .5s;
}

.team-item:hover img {
    margin-left: 0;
}

.team-item .team-text {
    left: -100%;
    transition: .5s;
}

.team-item .team-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: -60px;
    margin-top: -30px;
    border: 30px solid;
    border-color: transparent transparent transparent var(--primary);
}

.team-item:hover .team-text {
    left: 0;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.1);
}

.services-section {
      padding: 60px 0;
      background-color: #f8f9fa;
    }
    
    /* Hover Animation with Rotation */
   .services-section .service-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      text-align: center;
      padding: 30px 20px;
      transition: all 0.4s ease;
      transform: scale(1);
	  border-top: 5px solid #e8026e;
    }
    .services-section .service-card:hover {
      transform: scale(1.05); /* Zoom in and Rotate slightly */
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
      background-color: #f0f1f6; /* Background color change on hover */
    }


    /* Card Content Styling */
    .services-section .service-card img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
    }
    .services-section .service-title {
      font-size: 1.5rem;
      margin-bottom: 15px;
    }
    .services-section .service-description {
      color: #6c757d;
      font-size: 1rem;
    }
	
	
	.service-detail-section {
      padding: 60px 0;
      background-color: #fff;
    }
    .service-detail-section .content {
      display: flex;
      align-items: center;
    }
    .service-detail-section h2 {
      color: #050379;
      font-size: 2rem;
      margin-bottom: 20px;
    }
    .service-detail-section p {
      color: #000;
      font-size: 1.1rem;
    }
    .service-detail-section img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }
	
	
	
	.service-features-section {
      padding: 60px 0;
      background-color: #095fbc;
    }
    .service-feature-box {
      text-align: center;
      padding: 30px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }
    .service-feature-box:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }
    .service-feature-box .icon {
      font-size: 2.5rem;
      color: var(--primary);
      margin-bottom: 20px;
    }
    .service-feature-box h4 {
      font-size: 1.5rem;
      color: #000;
      margin-bottom: 15px;
    }
    .service-feature-box p {
      font-size: 1rem;
      color: #000;
    }
	
	
	.service-whyus-section {
      padding: 60px 0;
      background-color: #fff;
    }
    .service-whyus-box {
      margin-bottom: 30px;
    }
    .service-whyus-box .icon-title {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }
    .service-whyus-box .icon-circle {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: var(--primary); /* Circle background color */
      color: white;
      font-size: 2rem;
      margin-right: 15px;
    }
    .service-whyus-box h4 {
      font-size: 1.5rem;
      color: #000;
    }
    .service-whyus-box p {
      font-size: 1rem;
      color: #6c757d;
    }
	
	.statistics {
        background-color: #000; /* fallback color in case image doesn't load */
        padding: 50px 0;
    }
    
    .stat-box {
        background-color: rgba(0, 0, 0, 0.7); /* Slight overlay for better text visibility */
        padding: 20px;
        border-radius: 10px;
        transition: transform 0.3s ease-in-out;
    }

    .stat-box:hover {
        transform: scale(1.05); /* Subtle hover effect on box */
    }

    .icon-box {
        width: 90px;
        height: 90px;
        border: 2px dotted #e8026e;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    }
	.icon-box i {
		color: #e8026e;
	}

    /* Hover effect for the icon-box */
    .stat-box:hover .icon-box {
        /* background-color: #e8026e; */
        border-color: #fff;
    }

    /* Change icon color on hover */
    .stat-box:hover .icon-box i {
        color: #fff;
    }
	
	.page-header {
		text-align: center;
		padding: 60px 20px;
		background: linear-gradient(120deg, #e8026e, #ff9800);
		color: #fff;
	}

	.page-header h1 {
		font-size: 3rem;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.page-header p {
		font-size: 1.2rem;
		max-width: 800px;
		margin: 0 auto;
	}
	@media (max-width: 992px) {
            .page-header h1 {
                font-size: 2.5rem;
            }
        }
	
	.vision-mission-section {
            padding: 100px 15px;
            background-color: #e8026e;
            color: #fff;
        }

        .vision-mission-section h1 {
            font-size: 3rem;
            font-weight: bold;
            margin-bottom: 50px;
            text-align: center;
            color: #ff9800;
        }

        .vision-mission-section p {
            font-size: 1.2rem;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .vision-mission-card {
            background-color: #fff;
            color: #000;
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .vision-mission-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }

        .vision-mission-card h2 {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 15px;
            color: #e8026e;
        }

        .vision-mission-card img {
            width: 80px;
            margin-bottom: 20px;
        }

        /* Icon styling */
        .icon-wrapper {
            background-color: #ff9800;
            padding: 20px;
            border-radius: 50%;
            display: inline-block;
            margin-bottom: 20px;
        }

        .icon-wrapper i {
            font-size: 2rem;
            color: #fff;
        }

        /* Additional styling */
        @media (max-width: 992px) {
            .vision-mission-section h1 {
                font-size: 2.5rem;
            }

            .vision-mission-card h2 {
                font-size: 1.8rem;
            }
        }

        @media (max-width: 576px) {
            .vision-mission-section h1 {
                font-size: 2rem;
            }

            .vision-mission-card h2 {
                font-size: 1.5rem;
            }
        }
	
	 .btn-light {
        background-color: #fff;
        color: #e8026e;
        border-color: #fff;
    }

    .btn-light:hover {
        background-color: #ffccdd;
        color: #e8026e;
        border-color: #ffccdd;
    }

    .fa-whatsapp {
        font-size: 1.5rem;
    }
	
	.value-section {
            display: flex;
            align-items: center;
            padding: 60px 20px;
            background: linear-gradient(120deg, #e8026e, #ff9800);
            color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }
        .value-content {
            flex: 1;
            padding-right: 20px;
            animation: fadeInLeft 1.5s ease;
        }
        .value-image {
            flex: 1;
            max-width: 500px;
            border-radius: 10px;
            overflow: hidden;
            animation: fadeInRight 1.5s ease;
        }
        .value-image img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        }
        .value-title {
            color: #fff;
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
        }
        .value-description {
            font-size: 1.2rem;
            line-height: 1.8;
            color: #f9f9f9;
        }
        @keyframes fadeInLeft {
            0% {
                opacity: 0;
                transform: translateX(-50px);
            }
            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }
        @keyframes fadeInRight {
            0% {
                opacity: 0;
                transform: translateX(50px);
            }
            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }
        .value-button {
            margin-top: 30px;
            padding: 10px 25px;
            background-color: #fff;
            color: #e8026e;
            border: none;
            border-radius: 30px;
            font-size: 1.1rem;
            font-weight: 600;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        .value-button:hover {
            background-color: #ff9800;
            color: #fff;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        }
        @media (max-width: 992px) {
            .value-section {
                flex-direction: column;
            }
            .value-content, .value-image {
                padding: 20px;
                max-width: 100%;
            }
            .value-content {
                text-align: center;
            }
        }
		
		
		.revenue-section {
            padding: 60px 20px;
			background-color: #f3f3f3;
        }

        .revenue-section .revenue-card {
            background-color: #fff;
            border-radius: 15px;
            padding: 25px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .revenue-section .revenue-card:hover {
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }

        .revenue-section .revenue-card h3 {
            font-size: 1.5rem;
            color: #e8026e;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .revenue-section .revenue-card p {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #333;
        }

        .revenue-section .revenue-card .icon-box {
            font-size: 40px  !important;
            color: #ff9800 !important;
            /* margin-bottom: 20px  !important; */
            display: inline-block  !important;
            border: 0;
        }
		
		.revenue-section .revenue-card .icon-box i{
            color: #ff9800 !important;
        }

        /* Call to action buttons */
        .revenue-section .revenue-cta {
            display: block;
            text-align: center;
            background-color: #e8026e;
            color: #fff;
            border-radius: 30px;
            padding: 12px 30px;
            margin: 20px 0;
            font-weight: 600;
            text-decoration: none;
            transition: background 0.3s ease;
        }

        .revenue-section .revenue-cta:hover {
            background-color: #ff9800;
            text-decoration: none;
        }

        

        /* Responsive design */
        @media (max-width: 992px) {
            .revenue-header h1 {
                font-size: 2.5rem;
            }
        }
		
		
		.market-section {
            padding: 60px 20px;
            background-color: #fff;
        }

        .market-content {
            background-color: #e8026e;
            color: #fff;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .market-content h2 {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .market-content p {
            font-size: 1.2rem;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .market-growth {
            font-size: 1.5rem;
            font-weight: bold;
            color: #ff9800;
        }

        .market-image {
            text-align: center;
        }

        .market-image img {
            width: 100%;
            max-width: 500px;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 992px) {
            
            .market-content {
                text-align: center;
            }

            .market-growth {
                font-size: 1.3rem;
            }
        }
		
		.certificates-table-section {
            padding: 50px 20px;
        }

        .certificates-table-section h1 {
            color: #e8026e;
            font-size: 2.5rem;
            text-align: center;
            margin-bottom: 40px;
        }

        .certificates-table-section table {
            width: 100%;
            margin-bottom: 1rem;
            background-color: #fff;
        }

        .certificates-table-section th, .certificates-table-section td {
            padding: 1rem;
            text-align: center;
            border: 1px solid #dee2e6;
        }

        .certificates-table-section th {
            background-color: #fff;
            color: #000;
        }

        .certificates-table-section td {
            background-color: #fff;
        }

        .certificates-table-section .btn-view, .certificates-table-section .btn-download {
            padding: 0.5rem 1rem;
            border-radius: 5px;
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            transition: background-color 0.3s ease;
        }

        .certificates-table-section .btn-view {
            background-color: #ff9800;
        }

        .certificates-table-section .btn-view:hover {
            background-color: #e8026e;
        }

        .certificates-table-section .btn-download {
            background-color: #e8026e;
        }

        .certificates-table-section .btn-download:hover {
            background-color: #ff9800;
        }