
/***************************
       Hero Slider Section
****************************/


.custom-slider-container {
    width: 100%;
    height: 55vh; /* Adjusted height */
    overflow: hidden;
    position: relative;
}

.custom-slide-bg {
    width: 100%;
    height: 55vh;
    background-size: cover; /* Ensures full coverage */
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

 /* Hero Slide Content Animation */
@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
 }

.hero_content_wrapper {
    animation: fadeInUp 1s ease-in-out;
 }


/* Ensure the active carousel item is visible */
.carousel-item {
            display: none;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
        }

        .carousel-item.active {
            display: block;
            opacity: 1;
        }


/* Carousel Navigation Controls */
.carousel-control-prev, .carousel-control-next {
    background: transparent !important;
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.15);
    width: 5%; /* Adjust width as needed */
}
.carousel-control-prev:hover, .carousel-control-next:hover {
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.3);
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.3) !important; /* Optional: Slight visibility for contrast */
    border-radius: 50%;
    padding: 10px;
    transition: background-color 0.3s ease;
}

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    background-color: rgba(27, 26, 26, 0.3) !important; /* Optional: Slight visibility for contrast */
}

@media (max-width: 768px) {
	
	.custom-slider-container {
        height: 10vh; /* Adjusted height for mobile */
    }
    .custom-slide-bg {
        height: 12vh; /* Better visibility on mobile */
		width: 100%;
    
    }
	.carousel-control-prev,
    .carousel-control-next {
        width: 10%;
    }
}


/***************************
fotter 
****************************/
/* Footer Styling */
.custom-footer {
    background-color: #1a1a1a;
    color: #ffffff;
}

.custom-footer a {
    color: #f9ad5b;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.custom-footer a:hover {
    color: #ffffff;
}

/* Footer Columns */
.custom-footer-col {
    margin-bottom: 20px;
}

.custom-footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #f9ad5b;
}

/* Footer Links */
.custom-footer-links {
    list-style: none;
    padding: 0;
}

.custom-footer-links li {
    margin-bottom: 10px;
}

.custom-footer-links a {
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s;
}

.custom-footer-links a:hover {
    color: #ffffff;
}

/* Footer Contact */
.custom-footer-contact {
    list-style: none;
    padding: 0;
}

.custom-footer-contact li {
    font-size: 14px;
    margin-bottom: 10px;
}

.custom-footer-contact i {
    margin-right: 8px;
    color: #f9ad5b;
}

/* Footer Social Icons */
.custom-footer-social-links {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
}

.custom-footer-social-links li a {
    font-size: 18px;
    color: #f9ad5b;
    transition: all 0.3s;
}

.custom-footer-social-links li a:hover {
    color: #ffffff;
}

/* Footer Copyright */
.custom-footer-bar {
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.custom-logo-container img {
    width: 250px; /* Bigger logo */
    max-width: 100%;
    height: 100px;
    
}

/* Responsive Design */
@media (max-width: 768px) {
    .custom-footer {
        text-align: center;
    }

    .custom-footer-col {
        margin-bottom: 30px;
    }

    .custom-footer-social {
        margin-top: 10px;
    }

    .custom-logo-container img {
        width: 200px; /* Slightly smaller logo for mobile */
    }
}






/* Custom Container Section Styling */
.custom-container-section {
    background-color: #f9f9f9;
    text-align: center;
}

.expertise-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.section-box {
    background-color: #f1f1f1;
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	padding: 20px;
	text-align: center;
	transition: transform 0.3s ease-in-out;
	height: 98%; /* Ensures equal height */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-style: groove;
	box-sizing: inherit;
}

.section-box:hover {
    transform: translateY(-5px);
}

.section-box h3 {
    font-size: 20px;
	font-weight: bold;
	color: #000000;
    font-weight: bold;
	margin-bottom: 15px;

}

.section-box ul {
    list-style: none;
	padding: 0;
	flex-grow: 1;
}

.section-box ul li {
    font-size: 16px;
	text-align: justify;
	color: #333;
	padding: 3px 0;
	margin-top: 15px;
}

.read-more {
    display: inline-block;
	padding: 8px 15px;
	background-color: #000000;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	transition: background 0.3s;
}

.read-more:hover {
    background: #0056b3;
}
.row.g-4 > div {
	display: flex;
    
}

/* Custom Container Section Styling */
.custom-container-section {
    background-color: #f9f9f9;
    text-align: center;
    padding: 20px;
}

.expertise-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.section-box {
    background-color: #f1f1f1;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    height: 98%; /* Ensures equal height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-style: groove;
    box-sizing: inherit;
}

.section-box:hover {
    transform: translateY(-5px);
}

.section-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.section-box ul {
    list-style: none;
    padding: 0;
    flex-grow: 1;
}

.section-box ul li {
    font-size: 15px;
    text-align: justify;
    color: #333;
    padding: 3px 0;
    margin-top: 15px;
}

.read-more {
    display: inline-block;
    padding: 8px 15px;
    background-color: #000000;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.read-more:hover {
    background: #0056b3;
}

.row.g-4 > div {
    display: flex;
}

/* Responsive Styling for Mobile View */
@media (max-width: 768px) {
    .custom-container-section {
        padding: 15px;
    }
    
    .expertise-title {
        font-size: 28px;
    }
    
    .section-box {
        padding: 15px;
        height: auto;
    }
    
    .section-box h3 {
        font-size: 16px;
    }
    
    .section-box ul li {
        font-size: 14px;
    }
    
    .read-more {
        padding: 6px 12px;
    }
    
    .row.g-4 > div {
        display: block;
    }
}

/***************************
Achievements  section
****************************/
 .achievements-container {
            max-width: 1500px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .s_section-title {
            font-size: 32px;
            font-weight: bold;
            color: #000000;
            margin-bottom: 15px;
        }

        .achievements-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }

        .achievement-card {
            background: linear-gradient(145deg, #f8f7f7); 
            border-radius: 20px;
            padding: 30px;
           border: 1px solid #d4d1d1;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        

        .achievement-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
            border-color: #bebec1;
        }

        .achievement-card:hover::before {
            transform: scaleX(1);
        }

        .card-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 25px;
        }

        .card-title {
            font-size: 18px;
            font-weight: bold;
            color: #ffffff;
            text-align: center;
            flex: 1;
        }

      

        .images-showcase {
            background: #f8f7f7;
            border-radius: 15px;
            padding: 20px;
            border: 1px solid #ffffff;
            max-height: 300px;
            overflow-y: auto;
            position: relative;
        }

        .images-showcase::-webkit-scrollbar {
            width: 8px;
        }

        .images-showcase::-webkit-scrollbar-track {
            background: #666;
            border-radius: 4px;
        }

        .images-showcase::-webkit-scrollbar-thumb {
            background: linear-gradient(45deg, #0f0f0f, #0b0b0b);
            border-radius: 4px;
        }

        .images-showcase::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(45deg, #5a67d8, #6b46c1);
        }

        .images-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
            gap: 15px;
            justify-items: center;
        }

        /* Single image centering */
        .images-grid:has(img:only-child) {
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 120px;
        }

        .achievement-image {
            width: 100px;
            height: 100px;
            border-radius: 12px;
            object-fit: cover;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            
            box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
        }

        .achievement-image:hover {
            transform: scale(1.1) rotate(3deg);
            border-color: #fff;
            box-shadow: 0 8px 25px rgba(255, 255, 255, 0.25);
        }

        /* Stats Section */
        .stats-section {
            background: linear-gradient(145deg, #111, #222);
            border-radius: 20px;
            padding: 40px;
            border: 1px solid #333;
            margin-top: 40px;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
        }

        .stat-card {
            text-align: center;
            padding: 25px;
            background: #ffffff;
            border-radius: 15px;
            border: 1px solid #f3f3f3;
            transition: all 0.3s ease;
        }

        .stat-card:hover {
            transform: translateY(-5px);
            border-color: #fff;
            box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15);
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            background: linear-gradient(45deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: block;
            margin-bottom: 8px;
        }

        .stat-label {
            color: #94a3b8;
            font-size: 0.9rem;
            font-weight: 500;
        }

        /* Modal Styles */
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: transparent; 
            backdrop-filter: blur(10px);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .modal.active {
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
        }

        .modal-content {
    position: relative;
    max-width: 35%;
    max-height: 90%;
    background: transparent;  /* ✅ Transparent background */
    border-radius: 20px;
    overflow: hidden;
    border: none; /* Optional: remove border */
    box-shadow: none; /* Optional: remove shadow for full transparency */
    transform: scale(0.8);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

        .modal.active .modal-content {
            transform: scale(1);
        }

        .modal-image {
            width: 100%;
            height: auto;
            display: block;
            max-height: 80vh;
            object-fit: contain;
        }

        .close-button {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(0, 0, 0, 0.8);
            color: rgb(255, 255, 255);
            border: none;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 24px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(10px);
            border: 1px solid #ffffff;
        }

        .close-button:hover {
            background: rgba(0, 0, 0, 0.8);
            transform: scale(1.1);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }

            .achievements-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .achievement-card {
                padding: 20px;
            }

            .images-grid {
                grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
                gap: 12px;
            }

            .achievement-image {
                width: 70px;
                height: 70px;
            }

            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }
            .modal-content {
    position: relative;
    max-width: 95%;
    max-height: 100%;
    background: transparent;  /* ✅ Transparent background */
    border-radius: 20px;
    overflow: hidden;
    border: none; /* Optional: remove border */
    box-shadow: none; /* Optional: remove shadow for full transparency */
    transform: scale(0.8);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
        }

        @media (max-width: 480px) {
            .hero-section {
                padding: 60px 20px;
            }

            .hero-title {
                font-size: 2rem;
            }

            .achievements-container {
                padding: 40px 15px;
            }

            .achievement-card {
                padding: 15px;
            }

            .images-grid {
                grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
                gap: 10px;
            }

            .achievement-image {
                width: 60px;
                height: 60px;
            }

            .stats-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }
        }

        /* Loading Animation */
        @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .achievement-card {
            animation: slideInUp 0.6s ease forwards;
            animation-delay: calc(var(--card-index) * 0.1s);
        }

        /* Floating particles animation */
        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }

        .hero-section::after {
            content: '';
            position: absolute;
            width: 6px;
            height: 6px;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            top: 20%;
            left: 10%;
            animation: float 6s ease-in-out infinite;
        }
/***************************
 Testimonials 
****************************/
	
.testimonials
{
    width: 100%;
    background: #1a1a1a;
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.testimonials_background_container
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.testimonials_background
{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.27;
}
.testimonials .section_title h1
{
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.testimonials_slider_container
{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
}
.testimonials_item
{
    width: 600px;
    height: 400px;
    /* white-space: 20px; */
    border: 2px solid white;
    /* padding-bottom: 75px; */
margin-bottom: 10px;

}

.testimonials_text
{
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    margin-bottom: 0px;
    text-align: center;
    text-align: justify;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
}
.testimonial_user
{
    margin-top: 40px;
    gap: 10px;
}
.testimonial_image
{
    width: 98px;
    height: 98px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial_image img
{
    width: 100%;
    height: auto;
}
.testimonial_name
{
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    /* text-transform: uppercase; */
    color: #f6af03;
    margin-top: 21px;
}
.testimonial_title
{
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #edac34;
    margin-top: 6px;
}
.testimonials_slider .owl-dots
{
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
}
.testimonials_slider .owl-dot span
{
    width: 8px !important;
    height: 8px !important;
    border: solid 2px #FFFFFF;
    background: transparent !important;
}
.testimonials_slider .owl-dot.active span
{
    width: 16px !important;
    height: 16px !important;
    border: none;
    background: #ffb606 !important;
}
/* Mobile View */
@media (max-width: 768px) {
    .testimonials_slider_container {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 30px;
    }
    .testimonials_item {
        width: 100%;
     height: 540px;;
        padding: 15px;
        margin-bottom: 15px;
    }
    .testimonials_text {
        font-size: 12px;
        padding: 10px;
    }
    .testimonial_name {
        font-size: 13px;
    }
    .testimonial_title {
        font-size: 14px;
    }
    .testimonial_image {
        width: 60px;
        height: 60px;
    }
    .testimonials .section_title h1
    {
        color: #FFFFFF;
        font-size: 24px;
    }
}

/***************************
cpc review 
****************************/

/* =========================
   CPC Reviews Section
   ========================= */
.a_cpc-reviews-section {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  padding: 60px 10px;
  text-align: center;
  font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.a_cpc-reviews-title {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.a_reviews-box {
  background: #737272;
  border-radius: 20px;
  border-style: groove;
  padding: 30px;
  margin: auto;
  overflow: hidden;
  position: relative;
  max-width: 1500px;
}

/* Scrollable container */
.a_reviews-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}
.a_reviews-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

/* Review Card */
.a_review-card {
  background-color: #f1f1f1;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  flex: 0 0 calc(50% - 10px); /* 2 per slide desktop */
  display: flex;
  flex-direction: column;
  align-items: center;
  scroll-snap-align: start;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  height: 280px; /* equal fixed height */
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.a_review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.a_review-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 4px solid #111111;
  object-fit: cover;
}
.a_review-card h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  color: #000000;
  margin-bottom: 12px;
}
.a_review-card p {
  font-size: 15px;
  color: #444;
  text-align: justify;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
  flex-grow: 1;
}

/* Dots */
.dots-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}
.dot.active {
  background-color: #fff;
  transform: scale(1.3);
}

/* =========================
   Mobile View
   ========================= */
@media (max-width: 768px) {
  .a_cpc-reviews-section {
    padding: 40px 15px;
  }

  .a_cpc-reviews-title {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
  }

  .a_reviews-box {
    padding: 20px;
    border-radius: 15px;
    max-width: 95%;
  }

  .a_reviews-container {
    gap: 15px;
  }

  .a_review-card {
    flex: 0 0 90%; /* 1 per slide mobile */
    height: 350px;
    padding: 20px;
    border-radius: 10px;
  }

  .a_review-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    border: 3px solid #131313;
  }

  .a_review-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .a_review-card p {
    font-size: 14px;
    text-align: justify;
    color: #000000;
    line-height: 1.4;
  }
}


/***************************
client-logo
****************************/
.client-text{
font-size: 32px;
color: #1a1a1a;
padding: 40px;
font-weight: 500;
font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin-top: -30px;
}
.client-text h7 {
font-size: 32px;
font-weight: bold;
color: #333;
text-align: center;
}	


.img-fluid{
width: 100px;
height: 100px;  /* Ensures the image size is uniform */
object-fit: cover; /* Crop the image if necessary */
}

.logo-card{
padding: 15px;
margin-right: 22px;
background-color: #f1f1f1; /* Slight background for better visibility */
border: 1px solid #ddd;  /* Adds a light border around the card */
}
/* Basic styles */
.container-fluid {
overflow: hidden; /* Hide the overflow to prevent showing excess logos */
}

.logo-slider {
display: flex;
align-items: center;
overflow: hidden;
padding-bottom: 50px;
padding-top: 10px;
}

.logo-track {
display: flex;
white-space: nowrap;
animation: scroll 40s linear infinite; /* Adjust the speed by changing the time */
}

.logo-card {
flex: 0 0 auto;
padding: 10px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Continuous scroll animation */
@keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-100%);
}
}

/* Hover effect */
.logo-card:hover {
transform: scale(1.1); /* Slightly increase size on hover */
transform: scale(1.1); /* Slightly increase size on hover */
background-color: white;  /* Change background color on hover */
border-color: #ffb606;

/* Change border color on hover */
}

/* Ensure the logos are responsive */
.logo-card img {
width: 100px; /* Fixed size for logos */
height: 100px; /* Uniform height */
object-fit: contain; /* Keep aspect ratio */
}

/* Mobile View Styles */
@media (max-width: 768px) {
.client-text {
font-size: 24px;
padding: 20px;
margin-top: -20px;
text-align: center;
}

.client-text h7 {
font-size: 22px;
text-align: center;
}

.container-fluid {
overflow: hidden;
padding-bottom: 20px;
padding-top: 5px;
}

.logo-slider {
flex-wrap: nowrap;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
padding-bottom: 30px;
padding-top: 10px;
}

.logo-track {
display: flex;
flex-direction: row;
white-space: nowrap;
animation: scrollMobile 30s linear infinite;
}

/* Adjust speed & size for mobile */
@keyframes scrollMobile {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-100%);
}
}

.logo-card {
flex: 0 0 auto;
padding: 5px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
margin-right: 10px;
}

/* Adjust logo size for smaller screens */
.logo-card img {
width: 70px;
height: 70px;
object-fit: contain;
}

/* Hover effect */
.logo-card:hover {
transform: scale(1.05);
background-color: white;
border-color: #ffb606;
}
}

/* About Section Styling */
.about-container {
    background: #ffffff;
    text-align: center;
    padding: 50px 20px;
}

.about-heading {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #222;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;

}

.about-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 40px;

}

.about-image {
    flex: 1;
    text-align: left;
}

.image-box {
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.image-box img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.image-box:hover {
    transform: scale(1.05);
}

.about-text-container {
    flex: 2;
    max-width: 900px;
    text-align: center;
}

.about-description {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 10px;
	text-align: justify;
}

/* Responsive Design */
@media (max-width: 992px) {
    .about-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .about-text-container {
        text-align: left;
        max-width: 100%;
    }

    .about-heading {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 24px;
    }

    .about-description {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 12px;
    }

    .read-more-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    .about-heading {
        font-size: 24px;
    }

    .about-description {
        font-size: 14px;
    }

    .read-more-btn {
        font-size: 14px;
        padding: 8px 15px;
    }

    .image-box {
        width: 100%;
        max-width: 350px;
    }
}


/* Animations */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}


/* Features Section Styling */
.features-section {
    padding: 50px 10px;
    background: #ffffff;
    text-align: center;

}

.features-title {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
	animation: fadeInDown 1.5s ease-in-out;
	text-align: center;

}

.features {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	list-style: none;
	padding: 0;
	margin: 0 auto;
    gap: 10px; 
}

.features li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 calc(20% - 10px); /* Five items per row */
	max-width: calc(20% - 10px);
	box-sizing: border-box;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 1s ease-in-out forwards;
  }

.feature-box {
    display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	
	border-radius: 8px;
	padding:10px;
	background: #ececec;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	width: 165%; /* Adjust width to fit five per row */
	height: 130px; /* Adjust height */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin: 10px 0; /* Add space around each tile */

}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}

.features .icon {
	font-size: 18px; /* Icon size */
	margin-bottom: 6px;
	color: #0c0d0d; /* Icon color */
  }
  
  .about_feature {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px; /* Text size */
	color: #333;
	text-align: justify;
	text-align: center;
  }
 /* Animations */
 @keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}


/* Responsive Design */
@media (max-width: 768px) {
    .features {
        gap: 5px; /* Adjust spacing for smaller screens */
      }
      .features-title {
          font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
          font-size: 24px; /* Smaller font size */
          color: #000;
          margin-bottom: 15px; /* Adjust margin */
          text-align: center; /* Ensure title is centered */
          
        }
      
      .features li {
        flex: 0 0 calc(50% - 15px); /* Two items per row on small screens */
        max-width: calc(50% - 15px);
      }
    
      .feature-box {
          height: 160px; /* Keep fixed height on mobile */
        padding: 6px; /* Smaller padding */
      }
    
      .features .icon {
        font-size: 16px;
      }
    
      .about_feature {
          font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 14px;
        text-align: justify;
        text-align: center;
      }
  
      .features li:nth-child(3),.features li:nth-child(4),.features li:nth-child(6),.features li:nth-child(8),
        .features li:nth-child(5),.features li:nth-child(10),
        .features li:nth-child(7),
        .features li:nth-child(9) {
                  margin-top: 5px; /* Add consistent space between rows */
        }
    }
   

/* Clients Section Styling */
.clients-section {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
	min-height: 65vh;
	overflow: hidden;

}

.left-section {
    background-color: #ffffff; /* Purple Sidebar */
	color: rgb(23, 22, 22);
	font-weight: bold;
	flex: 1;
	padding: 60px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	animation: fadeInLeft 1s ease-in-out;

}

.left-section-image {
    width: 400px; /* Adjust image width */
	height:300px;
	margin-bottom: 40px; /* Add space below the image */
	border-radius: 10px; /* Slightly rounded corners */
	animation: zoomIn 1.5s ease-in-out;

}

.left-section .section-title {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
	text-align: center;
	animation: fadeInDown 1s ease-in-out;
  }
  
  .left-section .section-description {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: #1a1a1a;
	text-align: center;
	text-align: justify;
    font-weight: normal;
	animation: fadeInUp 1s ease-in-out;
  }

.right-section {
    flex: 2;
	padding:60px;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: fadeInRight 1s ease-in-out;

}

.client-grid {
    display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px; /* Reduced gap between logos */
	width: 100%;

}

.client-card {
    background-color: white;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	transition: transform 0.3s, box-shadow 0.3s;
	animation: fadeIn 0.8s ease-in-out;
	animation-delay: calc(var(--order, 1) * 0.1s); /* Staggered animation */
	animation-fill-mode: both;

}

.client-card img {
    width: 100px; /* Set smaller image width */
	height: 70px; /* Set smaller image height */
	object-fit: contain; /* Ensure images maintain aspect ratio */
}

client-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

/* Keyframes for Animations */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale(0.8);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
  


/* Responsive Design */
@media (max-width: 768px) {
    .clients-section {
        flex-direction: column;
        align-items: center;
        min-height: auto;
        padding: 20px;
    }

    .left-section {
        padding: 30px;
        text-align: center;
        width: 100%;
    }

    .left-section-image {
        width: 100%;
        height: auto;
        max-width: 350px;
    }

    .left-section .section-title {
        font-size: 28px;
    }

    .left-section .section-description {
        font-size: 14px;
        line-height: 1.6;
        text-align: center;
    }

    .right-section {
        padding: 20px;
        width: 100%;
    }

    .client-grid {
        grid-template-columns: repeat(2, 1fr); /* Two columns on mobile */
        gap: 15px;
    }

    .client-card {
        padding: 15px;
    }

    .client-card img {
        width: 100px;
        height: 70px;
    }
}


/* ✅ course page */

.training-banner {
    color: rgb(5, 5, 5);
    padding: 30px 20px;
    text-align: center;
}

.banner-content {
  
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 0px 20px;
    border-radius: 12px;
    margin: 30px auto;
}

/* ✅ Text Wrapper */
.text-wrapper {
    max-width: 1500px;
    margin: auto;
}

/* ✅ Heading */
.text-wrapper h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

/* ✅ Paragraph */
.text-wrapper p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    text-align: center;
    opacity: 0.9;
}

/* ✅ Responsive Design */
@media (max-width: 768px) {
    .banner-content {
        padding: 0px 15px;
    }

    .text-wrapper h1 {
        font-size: 28px;
        text-align: center;
    }

    .text-wrapper p {
        font-size: 16px;
        text-align: justify;
    }
}

/* ✅ Programs Section */
.programs_container {
    text-align: center;
    padding: 10px 20px;
    border-radius: 12px;
    margin: 30px auto;
}

/* ✅ Section Title */
.programs_container h2 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}

/* ✅ Cards Container (One Row Layout) */
.program-list {
    display: flex;
    flex-wrap: nowrap; /* ✅ Keeps cards in one row */
    justify-content: center;
    gap: 20px;
    overflow-x: auto; /* ✅ Enables scrolling if needed */
    padding: 10px;
}

/* ✅ Individual Program Cards */
.program-card-c  {
    background: #f1f1f1;
    color: rgb(0, 0, 0);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 1400px;
    transition: transform 0.3s ease-in-out;
    flex: 1;
}

/* ✅ Hover Effect */
.program-card-c :hover {
    transform: translateY(-5px);
}

/* ✅ Card Title */
.program-card-c h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 40px 0;
}
.program-card-c h3 a {
  text-decoration: none;
  color: inherit;  /* keeps same color as h3 */
  display: block;  /* makes whole text clickable */
}

.program-card-c h3 a:hover {
  color: #007bff; /* change on hover if you like */
}

/* ✅ Responsive Design */
@media (max-width: 768px) {
    .programs_container {
        padding: 30px 15px;
    }

    .program-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* ✅ 2 cards per row */
        gap: 15px;
    }

    .program-card-c  {
        width: 100%;
        max-width: none;
    }

    .programs_container h2 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }

    .program-card-c  h3 {
        font-size: 16px;
        text-align: center;
    }
}


/* ✅ Eligibility Section */
.eligibility_container {
    margin: 10px auto;
    border-radius: 12px;
    text-align: center;
    max-width: 1500px;
}

/* ✅ Section Title */
.eligibility_container h2 {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 30px;
    
}
.eligibility-box {
    background-color: #000000;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
/* ✅ Subtitle */
.eligibility-box h3 {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

/* ✅ Responsive Design */
@media (max-width: 768px) {
    .eligibility_container {
        padding: 10px;
    }

    .eligibility-box {
        padding: 20px;
    }
    
    .eligibility-box h3 {
        font-size: 14px;
        text-align: justify;
        margin-bottom: 20px;
    }
}


/* ✅ Career Section */
.career_container {
    max-width: 1500px;
    margin: 5px auto;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
}

/* ✅ Section Title */
.career_container h2 {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 30px;
}

/* ✅ Career Cards */
.c_career-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
}

/* ✅ Individual Career Card */
.career-card {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 30px;
    width: 1000px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

/* ✅ Hover Effect */
.career-card:hover {
    transform: scale(1.05);
}

/* ✅ Text */
.career-card p {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

/* ✅ Responsive Design */
@media (max-width: 768px) {
    .career_container {
        padding: 10px;
    }

    .c_career-cards {
        flex-direction: column;
        align-items: center;
    }

    .career-card {
        width: 90%;
    }

    .career_container h2 {
        font-size: 28px;
    }

    .career-card p {
        font-size: 16px;
        text-align: center;
    }
}


/* CMC Pages */

.hero-cmc {
    background: #f1f1f1;
    color: rgb(15, 15, 15);
    padding: 10px 0;
    text-align: center;
    animation: fadeIn 1.5s ease-in-out;
}

.hero-overlay {
    padding:10px 0;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.cmc-content-text p1 {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #222;
    animation: slideDown 1s ease-in-out;
}

.cmc-content-text h2 {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #444;
    margin-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
    animation: fadeInUp 1.2s ease-in-out;

}

.cmc-content-text p {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    max-width: 1200px;
    color: #333;
    text-align: justify;
    line-height: 1.5;
    animation: fadeIn 1.2s ease-in-out;

}

.cta-button {
    display: inline-block;
    background:#000000;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    margin-top: 20px;
    transition: background 0.3s ease-in-out;
}

.cta-button:hover {
    background: #000000;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-cmc {
        padding: 10px;
        min-width: 100px;
    }

    .hero-content {
        max-width: 100%;
    }

    .cmc-content-text h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .cmc-content-text p {
        font-size: 14px;
        padding: 0 10px;
        text-align: justify;
    }
    .cta-button {
        font-size: 14px;
        padding: 10px 20px;
    }

}

/* Course Details Section Styling */
.course-details {
    width: 100%;
    padding: 40px 30px;
    background-color: #ffffff;
    text-align: center;
}

.course-title {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    color: #222;
}

.course-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
}

.course-card {
    background-color: #f1f1f1;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    width: 100%;
    max-width: calc(25% - 20px);
    padding: 18px;
    text-align: center;
}

.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card-header {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #000000;
    color: #ffffff;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}

.card-body {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 15px;
    color: #000000;
    text-align: center;
    flex-grow: 1;
}

.card-body p {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    color: #333;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .course-card-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding-bottom: 10px;
    }
    .course-card {
        flex: 0 0 auto;
        max-width: calc(50% - 10px);
        padding: 20px;
		height: 250px;
        text-align: center;
        box-shadow: 0 6px 12px rgba(255, 255, 255, 0.1);
    }
	.course-title{
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 24px;

	}
    .card-header {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 18px;
        padding: 12px;
    }
    .card-body p {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 14px;
        padding: 10px;
        color: #000;
		text-align: justify;
        text-align: center;
    }

}

/* Eligibility Section Styling */
.eligibility-section {
    padding: 30px 20px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 10px;
}

.eligibility-heading {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.e_eligibility-list {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    max-width: 1500px;
    margin: 0 auto;
    text-align: center;
    background: #000000;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .eligibility-heading {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 24px;
        margin-top: -40px;
    }

    .e_eligibility-list {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 14px;
        padding: 15px;
        max-width: 100%;
		height: 250px;
        text-align: justify;
    }

}

/* Study Materials Section Styling */
.study-materials {
    width: 100%;
    padding: 20px 30px;
    text-align: center;
}

.study-title {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.materials-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    background-color: #fff;
}

.material-box {
    background: #f1f1f1;
    padding: 15px;
    color: #000;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    width: calc(50% - 10px);
	margin-top: 20px;
}

.material-box p {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

/* Responsive Design */
@media (max-width: 768px) {
    .materials-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .material-box {
        width: calc(50% - 10px);
    }
	.material-box p {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		color: #000;
		font-size: 14px;
		font-weight: normal;
	}
	.study-title {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 24px;
		text-align: center;
		
	}

}

/* Topics Covered Section Styling */
.topic-covered {
    background-color: #1a1a1a;  /* Dark background */
    color: #fff;
    padding: 40px 0;
    text-align: center;
	margin-bottom: 40px;

}

.section-title {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 50px;
    font-weight: bold;
    letter-spacing: 1px;
}

.topics-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);  /* 4 columns */
    gap: 20px;
    padding: 0 20px;
}

.topic-item {
    background-color: #2b2b2b;  /* Darker background for each card */
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.topic-item:hover {
    transform: translateY(-8px);  /* Lift the card on hover */
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
}

.topic-icon {
    font-size: 25px;
    color: #131413;  /* Green color for the icon */
    margin-bottom: 20px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.topic-item:hover .topic-icon {
    transform: rotate(15deg);  /* Rotate icon on hover */
    color: #fff;  /* Change icon color to white on hover */
}

.topic-item h3 {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.topic-item:hover h3 {
    color: #ffffff;  /* Change title color on hover */
}


/* Responsive Design */
@media (max-width: 768px) {
    .topics-container {
        grid-template-columns: repeat(2, 1fr);  /* 2 columns in mobile */
        gap: 15px;
    }
	.topic-item h3 {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 14px;
        text-align: justify;
        text-align: center;
	}
	.topic-icon {
		font-size:18px;
		color: #131413;  /* Green color for the icon */
	}
	.section-title {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 24px;
	
	}
}

/* Salient Features Section Styling */
.feature {
    display: flex;
    justify-content: center;
    gap: 20px; /* Space between boxes */
    padding: 10px;
    flex-wrap: wrap;
    background-color: #e5e5e5;
    margin-top: -40px;
}

.features-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	grid-row-gap:10px; 
    grid-column-gap: 30px; 
    justify-content: center;
    text-align: center;
    padding: 20px 50px;
}

.features-list p{
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #f1f1f1;
    padding: 30px;
    border-radius: 10px;
    font-size: 15px;
    display: flex;
	color: #000;
    align-items: center;
	text-align: justify;
	text-align: center;
    justify-content: center;
    flex-direction: column;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

h2.section-feature {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px; /* Set font size to 32px */
    color: black; /* Set text color to black */
    text-align: center; /* Center the text */
    margin-bottom: 10px; /* Optional: adds space below the heading */
	font-weight: bold;
    margin-top: 30px;
}

/* Bigger Icons */
.icon {
    font-size: 25px; /* Increase icon size */
    display: block;
    margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 764px) {
    .features-list {
        grid-template-columns: repeat(2, 1fr); /* Ensure two columns in mobile view */
        gap: 15px;
        padding: 10px;
    }
	.features-list p{
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		background: #f1f1f1;
		font-size: 14px;
        text-align: center;
	}
	.icon {
		font-size: 17px; /* Increase icon size */
		display: block;
		margin-bottom: 10px;
	}
	h2.section-feature {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 24px; /* Set font size to 32px */
		color: black; /* Set text color to black */
		text-align: center; /* Center the text */
	
	}
}


/* Form Styling */
form {
	max-width: 1000px;
    margin: 30px auto;
    background-color: #f1f1f1;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* Styling for Book Yourself for Free Demo Class */
.section-demo {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center; 
    color: black; 
    font-size: 32px; 
    margin: 20px 0; 
	font-weight: bold;
}
.limited-spots {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: black;
    font-weight: bold;
	text-align: center;
	font-size: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}
label::after {
    content: " *";
    color: red;
    font-weight: bold;
    font-size: 17px;
}


input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="time"],
select {
    padding: 5px;
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
}

form .form-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 15px;
}

form button[type="submit"] {
    background-color: #141415;
    color: white;
    padding: 7px 1px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    display: block;
    margin: 0 auto;
}

form button[type="submit"]:hover {
    background-color: #131414;
}

/* Responsive Design */
@media (max-width: 768px) {
    form {
        padding: 20px;
        max-width: 90%;
    }

    .section-demo {
        font-size: 22px;
    }

    .limited-spots {
        font-size: 16px;
    }

    form .form-row {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }

    .form-group {
        text-align: left;
        width: 100%;
    }

    input, select {
        font-size: 14px;
        padding: 10px;
    }

    form button[type="submit"] {
        font-size: 14px;
        padding: 14px;
        width: 100%;
    }

    .scroll-container {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        text-align: center;
    }

    .scroll-section {
        font-size: 14px;
        padding: 8px 0;
        animation: scroll-horizontal 20s linear infinite;
    }
}


/* Scroll Section Styling */
.scroll-section {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    animation: scroll-horizontal 70s linear infinite;
    color: #000;
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 10px 0;
    text-align: center;
    visibility: visible;
}

/* Container for Scroll Section */
.scroll-container {
    margin: 40px 0;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
}

@keyframes scroll-horizontal {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.scroll-section.start-animation {
    animation: scroll-horizontal 30s linear infinite;
}







/* ACMC Container Styling */
.acmc-container {
    text-align: center;
    border-radius: 5px;
}

.acmc-header-content {
    padding: 30px;
    border-radius: 10px;
    display: inline-block;
}

.text-box {
	background-color: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: justify;
    max-width: 100%;
    margin: 20px auto;
}

.acmc-title {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 1px;
	text-align: center;
    color: #000;
}

.acmc-text {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000;
	text-align: center;
    
}

.acmc-description {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: justify;
    color: #000;
    max-width: 90%;
    margin: 30px auto;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .acmc-header-content {
        padding: 15px;
        text-align: center;
    }
    .acmc-title {
        font-size: 24px;
        letter-spacing: 0.5px;
        text-align: center;
    }
   
    .text-box {
        padding: 15px;
        text-align: justify;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    .acmc-text {
        font-size: 16px;
        text-align: center;
    }
    .acmc-description {
        font-size: 14px;
        text-align: justify;
        line-height: 1.5;
        width: 100%;
        max-width: 100%;
        margin: 10px auto;
        padding: 5px;
    }
}


/* Training Details Section */
.training-details {
    padding: 10px 30px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: row;
	align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.training-details:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(255, 255, 255, 0.15);
}

.acmc-subtitle {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.acmc-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.acmc-list li {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #444;
    border-style: groove;
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    flex: 1 1 calc(25% - 20px);
    min-width: 220px;
    text-align: center;
	height: 100%;
}

.acmc-list li:hover {
    background-color: #f1f1f1;
    color: #000000;
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(92, 92, 92, 0.15);
}

.acmc-list li strong {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:justify;
    color: #000000;
    font-weight: bold;
	font-size: 20px;
    width: 100%;
    min-height: 40px;
}

.acmc-list li:hover strong {
    color: #0e0d0d;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .training-details {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        padding: 10px 20px;
        flex-direction: column;
    }
    .acmc-subtitle {
        font-size: 24px;
    }
    .acmc-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .acmc-list li {
        font-size: 14px;
		text-align: justify;
        padding: 10px;
        flex: 1 1 auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
	.acmc-list li strong {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		text-align:justify;
		font-size: 18px;
        min-height: 40px;
	
	}
}

/* Eligibility Criteria Section */
.eligibility-criteria {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 5px 30px;
    border-radius: 12px;
    margin: 40px auto;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.eligibility-criteria:hover {
    transform: translateY(-5px);

}

.acmc-ul {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-align: justify;
    line-height: 1.8;
    padding: 30px;
    background-color: #000000;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .eligibility-criteria {
        padding: 1px 20px;
    }
    .acmc-subtitle {
        font-size: 24px;
    }
    .acmc-ul {
        font-size: 14px;
    }
}

/* Study Materials Section */
.materials-section {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 5px 30px;
    border-radius: 12px;
    margin: 40px auto;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.materials-section:hover {
    transform: translateY(-5px);
}

.materials-title {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
   
}

.materials-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.materials-list li {
    font-size: 16px;
	text-align: justify;
	border-style: groove;
    color: #444;
    background-color: #f1f1f1;
    padding: 20px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(244, 243, 243, 0.08);
    text-align: center;
    transition: all 0.3s ease-in-out;
    flex: 1 1 calc(20% - 20px);
    min-width: 150px;
}

.materials-list li:hover {
    background-color: #f1f1f1;
    color: #010101;
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .materials-section {
        padding: 10px 20px;
    }
    .materials-title {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 24px;
    }
    .materials-list {
        flex-direction: column;
        align-items: center;
    }
    .materials-list li {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 14px;
        min-width: unset;
        width: 100%;
    }
}

/* Topics Covered Section */
.covered-topics {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #181818;
    padding: 50px;
    border-radius: 15px;
    margin: 50px auto;
    text-align: center;
}

.topics-title {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 30px;
}

.topics-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
}

.topics-list li {
    background: #292929;
    color: #eaeaea;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: justify;
	text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.topics-list li:hover {
    background: #3a3a3a;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.topics-list li span {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: inline-block;
    background: #efeded;
    color: #ffffff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 15px;
}

.topics-list li p {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    margin: 0;
}



/* Responsive Design */
@media screen and (max-width: 768px) {
    .covered-topics {
        padding: 30px;
    }
    .topics-title {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 24px;
    }
    .topics-list {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .topics-list li {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        padding: 12px;
        font-size: 14px;
        text-align: justify;
    }
	
}

/* Program Features Section */
.program-features {
    padding: 10px;
    border-radius: 12px;
    margin: 50px auto;
    text-align: center;
}

.program-title {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
    display: inline-block;
}

.feature-list {
	list-style: none;
    padding: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    justify-content: center;
}

.feature-item {
    background-color: #f1f1f1;
    color: #333;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
	flex-direction: column;
}

.feature-item:hover {
	background-color: #f1f1f1;
    color: #000000;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.feature-item span {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
}

.feature-item:hover span {
	background-color: #f1f1f1;
    color: #000000;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .program-features {
        padding: 30px;
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
    .program-title {
		
        font-size: 24px;
    }
    .feature-list {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .feature-item {
        padding: 15px;
		font-size: 14px;
		text-align: justify;
        text-align: center;
    }
    .feature-item span {
        width: 30px;
        height: 30px;
        line-height: 40px;
        font-size: 15px;
		margin-bottom: 20px;
    }
}
/* Feature Box Section */
.feature-box_code {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 50px auto;
    text-align: center;
}

.feature-box-title {
    font-size: 32px;
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 8px;
}

.feature-box-container {
    display: flex;
    justify-content: center;
    gap: 20px;
  
}

.feature-text-code {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #f1f1f1;
    color: #333;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    border-style: ridge;
    flex-direction: column;
    align-items: center;
    text-align:justify;
    width: 50%;
	font-size: 16px;
    transition: all 0.3s ease-in-out;
   
}

.feature-text-code:hover {
    color: #000000;
    transform: translateY(-5px);
	background-color: #f1f1f1;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.feature-text-code span {
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}

.feature-text-code:hover span {
    background-color: #f1f1f1;
    color: #ffffff;
}

/* Responsive Design */
@media screen and (max-width: 768px)
 {
    .feature-box-container {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        flex-direction: column;
        align-items: center;
    }
	.feature-box-title {
		text-align: center;
		font-size: 20px;
	}
    .feature-text-code {
		font-size: 12px;
		text-align: justify;
        width: 90%;
        padding: 15px;
    }
    .feature-text-code span {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}


/* CPC  */

.CCS-container {
    margin: 0 auto;
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.CCS-header-content {
    padding: 40px;
    border-radius: 10px;
    display: inline-block;
}

.CCS-text-box {
	background-color: #f1f1f1;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: justify;
    margin: 20px auto;
}

.CCS-p-title {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
	text-align: center;
    color: #000;
}

.CCS-text {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
	text-align: center;
    
}

.CCS-description {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: justify;
    color: #000;
    max-width: 90%;
    margin: 30px auto;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .CCS-header-content {
        padding: 60px 15px;
    }
    .CCS-p-title {
        font-size: 24px;
    }
    .CCS-text-box {
        padding: 15px;
    }
    .CCS-text {
        font-size: 18px;
    }
    .CCS-description {
        font-size: 14px;
    }
}


/*  ccs course Details Section */
.CCS-training-details {
    border-radius: 15px;
    margin: 10px auto;
    text-align: center;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: row;
	align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.CCS-training-details:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(255, 255, 255, 0.15);
}

.CCS-subtitle {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #2c3e50;
    width: 100%;
    text-align: center;
}

.CCS-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.CCS-list li {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #444;
    border-style: groove;
    background-color: #f5f5f5;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    flex: 1 1 calc(25% - 20px);
    min-width: 220px;
    text-align: center;
	height: 100%;
}

.CCS-list li:hover {
    background-color: #f1f1f1;
    color: #000000;
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(92, 92, 92, 0.15);
}

.CCS-list li strong {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    color: #000000;
    font-weight: bold;
	font-size: 20px;
    width: 100%;
    min-height: 50px;
}


.CCS-list li:hover strong {
    color: #0e0d0d;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .CCS-training-details {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        padding: 1px 20px;
        flex-direction: column;
    }
    .CCS-subtitle {
        font-size: 24px;
    }
    .CCS-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .CCS-list li {
        font-size: 14px;
		text-align: justify;
        padding: 10px;
        flex: 1 1 auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
	.CCS-list li strong {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		text-align:justify;
		font-size: 18px;
        min-height: 40px;
	
	}

}

/* Study Materials Section */
.CCS-materials-section {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 20px 30px;
    border-radius: 12px;
    margin: 20px auto;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.CCS-materials-section:hover {
    transform: translateY(-5px);
}

.CCS-materials-title {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
    padding-bottom: 8px;
}

.CCS-materials-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.CCS-materials-list li {
    font-size: 16px;
	border-style: groove;
    color: #444;
    background-color: #f1f1f1;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(244, 243, 243, 0.08);
    text-align: center;
    transition: all 0.3s ease-in-out;
    flex: 1 1 calc(20% - 20px);
    min-width: 150px;
    height: 100px;
}

.CCS-materials-list li:hover {
    background-color: #f1f1f1;
    color: #010101;
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .CCS-materials-section {
        padding: 30px 20px;
    }
    .CCS-materials-title {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 24px;
    }
    .CCS-materials-list {
        flex-direction: column;
        align-items: center;
    }
    .CCS-materials-list li {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 14px;
        min-width: unset;
        width: 100%;
    }
}

/* Topics Covered Section */
.CCS-covered-topics {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #181818;
    padding: 50px;
    border-radius: 15px;
    margin: 30px auto;
    text-align: center;
}

.CCS-topics-title {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 40px;
}

.CCS-topics-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
	grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    justify-content: center;
}

.CCS-topics-list li {
    background: #292929;
    color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: justify;
	text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.CCS-topics-list li:hover {
    background: #3a3a3a;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.CCS-topics-list li span {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: inline-block;
    background: #efeded;
    color: #ffffff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 15px;
}

.CCS-topics-list li  {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: justify;
    text-align: center;
    margin: 0;
}



/* Responsive Design */
@media screen and (max-width: 768px) {
    .CCS-covered-topics {
        padding: 30px;
    }
    .CCS-topics-title {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 24px;
    }
    .CCS-topics-list {
		grid-template-columns: repeat(2, 1fr);
        gap: 15px; /* Adjust spacing */
    }
    .CCS-topics-list li {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        padding: 15px;
        font-size: 14px;
        text-align: justify;
        text-align: center;
    }
	
}

/* Program Features Section */
.CCS-features {
    padding: 10px;
    border-radius: 10px;
    margin: 20px auto;
    text-align: center;

}

.CCS-title {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 30px;
    display: inline-block;
    padding-bottom: 8px;
}

.CCS-feature-list {
	list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
}

.CCS-feature-item {
    background-color: #f1f1f1;
    color: #333;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    text-align: justify;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
	flex-direction: column;
    font-size: 16px;
}

.CCS-feature-item:hover {
	background-color: #f1f1f1;
    color: #000000;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.CCS-feature-item span {
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
}

.CCS-feature-item:hover span {
	background-color: #f1f1f1;
    color: #1e3a8a;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .CCS-program-features {
        padding: 30px;
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		margin-top: -35px;
    }
    .CCS-title{
		
        font-size: 24px;
    }
    .CCS-feature-list {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .CCS-feature-item {
        padding: 15px;
		font-size: 14px;
		text-align: justify;
        text-align: center;
    }
    .CCS-feature-item span {
        width: 30px;
        height: 30px;
        line-height: 40px;
        font-size: 18px;
		margin-bottom: 20px;
    }
}

/* CPC Exam Training Info Box */
.cpc-info-box {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
   background-color: #f1f1f1 ;/* Light grey background */
    border-radius: 12px;
    padding: 20px 30px;
    max-width: 1500px;
    margin: 30px auto;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #ddd;
}

/* Text inside the box */
.cpc-info-box p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
}

/* Mobile View */
@media (max-width: 768px) {
    .cpc-info-box {
        padding: 15px 20px;
        max-width: 100%;
    }

    .cpc-info-box p {
        font-size: 14px;
        text-align: justify;
    }
}

/* Reviews Section */
.CCS-reviews-section {
  padding: 40px 15px;
  text-align: center;
  font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.CCS-reviews-title {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.CCS-reviews-box {
  background: #737272;
  border-radius: 20px;
  border-style: groove;
  padding: 20px;
  max-width: 1500px;
  margin: auto;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.12);
}

/* Horizontal scroll container */
.CCS-reviews-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.CCS-reviews-container::-webkit-scrollbar {
  display: none;
}

/* Review card */
.CCS-review-card {
  flex: 0 0 calc(50% - 10px); /* 2 per view desktop */
  background: #f1f1f1;
  border-radius: 12px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  height: 300px; /* fixed equal height */
  scroll-snap-align: start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.CCS-review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.CCS-review-card img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 4px solid #aeaeae;
  object-fit: cover;
}
.CCS-review-card h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.CCS-review-card p {
  font-size: 15px;
  color: #444;
  text-align: justify;
  line-height: 1.5;
  margin: 0;
  flex-grow: 1;
}

/* Dots */
.dots-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.dot.active {
  background: #fff;
  transform: scale(1.3);
}

/* Mobile view */
@media (max-width: 768px) {
  .CCS-review-card {
    flex: 0 0 90%; /* 1 per slide mobile */
    height: 350px;
  }
  .CCS-review-card img {
    width: 60px;
    height: 60px;
  }
  .CCS-review-card h3 {
    font-size: 16px;
  }
  .CCS-review-card p {
    font-size: 14px;
    line-height: 1.4;
  }
}


/* COC  pages */
.coc-container {
    text-align: center;
    padding: 50px 20px;
    border-radius: 10px;
}

.coc-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}
.coc-description {
    max-width: 1500px;
    margin: auto;
    padding: 30px;
    background: #f1f1f1;
    border-radius: 12px;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.12);
    text-align: center;
}

/* Box Styling */
.coc-box {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    text-align: left;
    position: relative;
    overflow: hidden;
}


/* List */
.coc-list {
    list-style-type: none;
    padding: 0;
}

/* List Items */
.coc-list li {
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 5px solid #939393; /* Left border styling */
    padding-left: 10px;
}
@keyframes scrollText {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.cscrolling-note {
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    width: 100%;
}
.cscrolling-note p {
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    color: #000000;
    background: #f1f1f1;
    border-radius: 10px;
    animation: scrollText 25s linear infinite;
}

@media (max-width: 768px) {
    
    /* Adjusting Container for Mobile */
    .coc-container {
        max-width: 100%;
        padding: 15px;
        margin: 20px auto;
        border-radius: 8px;
    }

    /* Adjust Title for Readability */
    .coc-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    /* Description Box */
    .coc-description {
        max-width: 100%;
        padding: 20px;
        border-radius: 8px;
        box-shadow: none;
        text-align: center;
    }

    /* List Container */
    .coc-box {
        padding: 15px;
        border-radius: 8px;
        text-align: center;
    }

    /* Adjust List Items */
    .coc-list li {
        font-size: 14px;
        padding: 8px;
        border-left: 4px solid #888;
        display: flex;
        align-items: center;
        text-align: justify;
        gap: 5px;
    }

    /* Adjust Scrolling Note */
    .cscrolling-note p {
        font-size: 14px;
        padding: 5px;
        animation: scrollText 20s linear infinite;
    }

    /* 🔹 Mobile Scroll Animation */
    @keyframes scrollText {
        0% { transform: translateX(100%); }
        100% { transform: translateX(-100%); }
    }
}


.coc-exam-pattern {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 40px 30px;
    margin: 5px auto;
    border-radius: 12px;
    text-align: center;
}

/* Title */
.exam-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

/* Box Container */
.exam-details {
    display: flex;
    flex-wrap: nowrap;  /* Keep all boxes in one row */
    justify-content: center;
    gap: 15px;
    overflow-x: auto;  /* Enable scrolling if needed */
    padding: 10px;
}

/* Individual Boxes */
.exam-box {
    flex: 1;
    background: #f1f1f1;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    min-width: 170px;
    max-width: 30%;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; /* Ensures spacing */
    height: 150px; /* Ensures all boxes are of the same height */
}

/* Ensuring Icons are at the Same Level */
.exam-icon {
    font-size: 26px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px; 
    height: 30px;
    border-radius: 50%;
    margin-bottom: 10px;
    flex-shrink: 0; 
}

/* Text Inside Boxes */
.exam-box p {
    font-size: 16px;
    color: #000;
    margin: 0;
    text-align: center;
    max-width: 100%;
}

/* Hover Effect */
.exam-box:hover {
    color: #000000;
    transform: scale(1.05);
}

/* ✅ Mobile-Friendly CSS */
@media (max-width: 768px) {

    /* ✅ Adjusting the Container */
    .exam-title {
        font-size: 24px; /* Smaller title for mobile */
        margin-bottom: 12px;
    }

    .exam-details {
        flex-wrap: wrap; /* Stack boxes on smaller screens */
        gap: 15px;
    }

    .exam-box {
        min-width: 110%; /* Full width for mobile */
        max-width: 100%;
        height: auto; /* Adjust height dynamically */
        padding: 15px;
    }

    .exam-icon {
        font-size: 20px; 
        width: 35px; 
        height: 35px;
    }

    .exam-box p {
        font-size: 14px; /* Smaller text */
    }
}

/* Syllabus Section */
.syllabus-container {
    text-align: center;
    padding: 5px;
    border-radius: 12px;
}

/* Title */
.syllabus-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

/* Syllabus Box */
.syllabus-box {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1800px;
    width: 100%;
    margin: auto;
    text-align: justify;
    margin-top: 30px;
}
.toggle-list:hover {
    background-color:#a3a0a0;
}

/* Syllabus List */
.syllabus-list {
    list-style-type: none;
    padding: 0;
}

.syllabus-list li {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
    padding: 7px;
    line-height: 1.6;
   
}
/* Toggle Symbols */
.syllabus-list .toggle-symbol {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    margin-left: 10px;
   text-align: left;
   position: absolute;
    right: 30px;
}


.syllabus-list li span {
    font-size: 18px;
    color: #aba9a9;
    margin-right: 10px;
}

/* Nested Lists */
.nested-list {
    list-style-type:decimal;
    padding-left:80px;
    font-size: 18px;
    text-align: justify;
    color: #444;
}
.nested-list-li {
    list-style-type:disc;
    padding-left: 50px;
    font-size: 16px;
    text-align: justify;
    color: #444; 

}


/* Responsive Design */
@media (max-width: 768px) {
    .syllabus-container {
        padding: 20px;
        margin-top: 10px;
    }

    .syllabus-title {
        font-size: 24px;
    }

    .syllabus-box {
        width: 100%;
        padding: 15px;
    }

    .syllabus-list li {
        font-size: 14px;
        padding: 3px;
    }

    .nested-list {
        font-size: 14px;
    }
}

/* Scroll Section Styling */
.scroll-section-coc {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    animation: scroll-horizontal 70s linear infinite;
    color: #000000;
	font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    visibility: visible;
}

/* Container for Scroll Section */
.scroll-container-coc {
    margin: 40px 0;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
}

@keyframes scroll-horizontal {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.scroll-section.start-animation {
    animation: scroll-horizontal 30s linear infinite;
}
/* Responsive Design */
@media (max-width: 768px) {
    .scroll-section-coc {
		font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 16px;
        padding: 8px 0;
    }
    .scroll-container-coc {
        width: 100%;
        overflow-x: auto;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }
}


/* CIC Exam Training Styles */
.cic-container {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 5px auto;
    padding: 20px;
    border-radius: 8px;
}

/* Title */
.cic-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
    margin-top: 40px;
}
.cic-description {
    max-width: 1500px;
    margin: auto;
    padding: 10px;
    background: #f1f1f1;
    border-radius: 12px;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.12);
    text-align: center;
}

/* Box Styling */
.cic-box {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}


/* List */
.cic-list {
    list-style-type: none;
    padding: 0;
}

/* List Items */
.cic-list li {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    text-align: justify;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 5px solid #939393; /* Left border styling */
    padding-left: 10px;
}

@media (max-width: 768px) {
    
    /* Adjusting Container for Mobile */
    .cic-container {
        max-width: 100%;
        padding: 15px;
        margin: 20px auto;
        border-radius: 8px;

    }

    /* Adjust Title for Readability */
    .cic-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    /* Description Box */
    .cic-description {
        max-width: 100%;
        padding: 20px;
        border-radius: 8px;
        box-shadow: none;
        text-align: center;
    }

    /* List Container */
    .cic-box {
        padding: 15px;
        border-radius: 8px;
        text-align: center;
    }

    /* Adjust List Items */
    .cic-list li {
        font-size: 14px;
        padding: 8px;
        border-left: 4px solid #888;
        display: flex;
        align-items: center;
        text-align: justify;
        gap: 5px;
    }
}

.exam-container {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 10px auto;
    padding: 30px 0px;
    border-radius: 12px;
    text-align: center;
}

/* Title */
.exam-heading {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

/* Box Wrapper with Blue Background */
.exam-box-wrapper {
    display: flex;
    flex-wrap: wrap; /* Ensures responsiveness */
    justify-content: space-around;
    gap: 15px;
    padding: 20px;
    background: #dedede; /* Blue Background */
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
}

/* Individual Boxes */
.exam-info-box {
    flex: 1;
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    min-width: 180px;
    max-width: 20%;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; /* Ensures spacing */
    height: 190px; 
    margin-bottom:20px;
}

/* Icons */
.exam-icon {
    font-size:24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
    flex-shrink: 0; 
}

/* Text Inside Boxes */
.exam-info-box p {
    font-size: 16px;
    color: #000;
    margin: 0;
    text-align: center;
    flex-grow: 1; /* Ensures equal height for text */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover Effect */
.exam-info-box:hover {
    background: #f1f1f1;
    transform: scale(1.05);
}

/* Exam Description */
.exam-details-text {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-top: 20px;
    text-align: justify;
    text-align: center;
}

/* ✅ Mobile View */
@media (max-width: 768px) {
    .exam-container {
        padding: 20px;

    }

    .exam-heading {
        font-size: 24px;
    }

    .exam-box-wrapper {
        flex-direction: column;
        align-items: center;
        background: #dedede; 
        padding: 15px;
    }

    .exam-info-box {
        width: 100%;
        max-width: 90%;
        height: auto;
    }

    .exam-icon {
        font-size: 20px;
        width: 40px;
        height: 40px;
        text-align: start;
    }

    .exam-info-box p {
        font-size: 14px;
    }
    .exam-details-text {
        font-size: 14px;
        color: #555;
        text-align: justify;
    }
}

.cic-syllabus {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 10px auto;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

/* Title */
.cic-syllabus-title {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    text-align: center;
    margin-bottom: 20px;
}

/* Syllabus Box */
.cic-syllabus-box {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Headings */
.cic-toggle-heading {
    font-size: 16px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: space-between; /* pushes icon to the right */
    padding: 10px;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 5px;
    font-weight: bold;
}
.cic-toggle-heading span {
    font-size: 18px;
    margin-right: 10px;
    color:#767676;
}

.toggle-icon {
    margin-left: auto;
    font-size: 12px; /* smaller size */
    cursor: pointer;
    color: #333; 
  }


/* List Styling */
.cic-syllabus-list {
    list-style-type:square;
    text-align: justify;
    padding-left: 30px;
    font-size: 16px;
    color: #444;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 8px;
    margin: 0;
    display: none; /* Initially Hidden */
    padding-left: 80px;

}

/* Hover Effect */
.cic-toggle-heading:hover {
    background-color: #ddd;
}

/* Scroll Section Styling */
.cic-scroll-section {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    animation: scroll-horizontal 70s linear infinite;
    color: #000;
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-align: center;

}

/* Scroll Container */
.cic-scroll-container {
    margin: 20px 0;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Scroll Animation */
@keyframes scroll-horizontal {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.cic-scroll-section.start-animation {
    animation: scroll-horizontal 30s linear infinite;
}

/* Mobile View */
/* Mobile View */
@media (max-width: 768px) {
    .cic-syllabus {
        margin-bottom: 0;
    padding-bottom: 0;
    }

    /* Title */
    .cic-syllabus-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    /* Syllabus Box */
    .cic-syllabus-box {
        padding: 15px;
        border-radius: 8px;
    }

    /* Headings */
    .cic-toggle-heading {
        font-size: 14px;
        padding: 8px;
    }

    .cic-toggle-heading span {
        font-size: 16px;
        margin-right: 8px;
    }

    .toggle-icon {
        font-size: 10px;
    }

    /* List Styling */
    .cic-syllabus-list {
        font-size: 14px;
        padding-left: 40px;
    }

    /* Scroll Section */
    .cic-scroll-section {
        font-size: 14px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        width: auto;
    }

    /* Adjust scroll speed for smaller screens */
    .cic-scroll-section.start-animation {
        animation: scroll-horizontal 20s linear infinite;
    }
    .cic-scroll-container {
        width: 100%;
        overflow: hidden;
    }
}
body, html {
    overflow-x: hidden;
}

/* online training pages */

.container-online {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 10px auto;
    padding: 20px;

}

/* ✅ Heading */
.o-heading {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

/* ✅ Online Training Section */
.online-training {
    margin: auto;
    padding: 20px;
    background: #ffffff; 
    text-align: center;
    border-radius: 12px;
}

/* ✅ Title */
.online-training-title {
    font-family: 'SF Pro Text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 20px 0;
    padding: 10px;
    line-height: 1.4;
}

/* ✅ Description */
.online-description {
    font-size: 16px;
    color: #444;
    margin-bottom: 25px;
    padding: 0 15px;
}

/* ✅ Card Container */
.online-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 Cards in One Row */
    gap: 20px;
    margin-top: 20px;
}

/* ✅ Individual Cards */
.online-card {
    background-color: #f1f1f1;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
    border: 1px solid #ddd;
    cursor: pointer;
}

/* ✅ Card Content */
.online-card h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.online-card p {
    font-size: 16px;
    font-weight: normal;
    color:#333;
}

/* ✅ Hover Effect */
.online-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
    border-color: #b9b5b5;
}

/* ✅ Tablet View */
@media (max-width: 992px) {
    .online-container {
        grid-template-columns: repeat(2, 1fr); /* 2 Cards Per Row */
        gap: 15px;
    }
}

/* ✅ Mobile View */
@media (max-width: 768px) {
    .container-online {
        padding: 10px;
    }

    .o-heading {
        font-size: 24px;
    }

    .online-training {
        padding: 20px;

    }

    .online-training-title {
        font-size: 20px;
        margin-top: 10px;
    }

    .online-description {
        font-size: 14px;
        text-align: justify;
        color: #000;
    }

    .online-container {
        grid-template-columns: repeat(2, 1fr); /* 2 Cards Per Row */
        gap: 15px;
    }

    .online-card {
        padding: 20px;
    }

    .online-card h3 {
        font-size: 18px;
        
    }

    .online-card p {
        font-size: 14px;
    }
}


/* ✅ Container */
.online-topics-container {
    font-family: 'Arial', sans-serif;
    margin: 50px auto;
    padding: 30px;
    background: #111; /* Dark background */
    color: #fff;
    border-radius: 12px;
    text-align: center;
}

/* ✅ Title */
.online-topics-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* ✅ Grid Layout */
.online-topics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 Cards in a Row */
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

/* ✅ Individual Topic Cards */
.online-topic-card {
    background: #222; /* Slightly lighter than the main background */
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.1);
}

/* ✅ Icon Styling */
.online-icon {
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
}

/* ✅ Text */
.online-topic-card p {
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
    color: #fff;
}

/* ✅ Hover Effect */
.online-topic-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(255, 255, 255, 0.2);
    background: #333;
}

/* ✅ Responsive Design */
@media (max-width: 992px) {
    .online-topics-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 Cards per Row on Tablets */
    }
}

@media (max-width: 600px) {
    .online-topics-grid {
        grid-template-columns: 1fr; /* 1 Card per Row on Mobile */
    }
}


/* ✅ Main Container */

/* ✅ Container Styling */
.test-container, 
.cert-container, 
.online-eligibility-container, 
.online-training-container {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 10px auto;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

/* ✅ Titles */
.test-title, 
.cert-title, 
.online-box-title, 
.online-training-title {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin-bottom: 15px;
    text-align: center;
}

/* ✅ Flexbox for Two Cards Per Row */
.test-box, 
.cert-box, 
.online-training-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* ✅ Individual Card Styles */
.test-card, 
.cert-card, 
.online-training-card {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    flex: 1 1 45%; /* Two items per row */
    min-width: 250px;
}

/* ✅ Hover Effect */
.test-card:hover, 
.cert-card:hover, 
.online-training-card:hover {
    background: #eaebec;
    color: #2b2b2b;
    transition: all 0.3s ease-in-out;
}

/* ✅ Headings Inside Cards */
.test-card h3, 
.cert-card h3, 
.online-training-card h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
}

/* ✅ Paragraph Styling */
.test-card p, 
.cert-card p,
.online-training-card p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: justify;
    text-align: center;
}
.online-full-box p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-align: justify;
    text-align: center;
}

/* ✅ Eligibility Box */
.online-full-box {
    background: #000000;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
   
}

/* ✅ Mobile View (Max Width 768px) */
@media (max-width: 768px) {
    .test-container, 
    .cert-container, 
    .online-eligibility-container, 
    .online-training-container {
        max-width: 100%;
        padding: 20px;
        margin: 10px auto;
        border-radius: 8px;
        text-align: center;
    }

    /* ✅ Titles */
    .test-title, 
    .cert-title, 
    .online-box-title, 
    .online-training-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    /* ✅ Stacking Cards in Single Column */
    .test-box, 
    .cert-box, 
    .online-training-box {
        flex-direction: column;
        align-items: center;
    }

    /* ✅ Individual Card Styles */
    .test-card, 
    .cert-card, 
    .online-training-card {
        width: 100%; /* Adjusted width */
        padding: 15px;
    
        border-radius: 6px;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    }

    /* ✅ Hover Effect (Disabled for Mobile) */
    .test-card:hover, 
    .cert-card:hover, 
    .online-training-card:hover {
        background: #ffffff;
        color: #000000;
    }

    /* ✅ Headings Inside Cards */
    .test-card h3, 
    .cert-card h3, 
    .online-training-card h3 {
        font-size: 18px;
        margin-bottom: 8px;
       
    }

    /* ✅ Paragraph Styling */
    .test-card p, 
    .cert-card p, 
    .online-training-card p {
        font-size: 14px;
        text-align: justify;
        line-height: 1.5;
    }

    /* ✅ Eligibility Box */
    .online-full-box {
        padding: 15px;
        border-radius: 6px;
    }
}


/* ✅ Container Styling */
.online-salient-container {
    margin: 30px auto;
    padding: 5px;
    text-align: center;
}

/* ✅ Title Styling */
.online-salient-title {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin-bottom: 30px;
}

/* ✅ Grid Layout - 3 Cards Per Row */
.online-salient-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 3 Cards per Row */
    gap: 20px;
    justify-content: center;
}

/* ✅ Individual Feature Card */
.online-salient-card {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

/* ✅ Headings Inside Cards */
.online-salient-card h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #ffffff;
}

/* ✅ Paragraph Styling */
.online-salient-card p {
    font-size: 16px;
    color: #444;
    font-weight: normal;
}

/* ✅ Hover Effect */
.online-salient-card:hover {
    transform: translateY(-5px);
    background: #ececec;
    color: black;
}

/* ✅ Responsive Design */
@media (max-width: 992px) {
    .online-salient-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 Cards Per Row on Tablets */
    }
}

@media (max-width: 600px) {
    .online-salient-grid {
        grid-template-columns: 1fr; /* 1 Card Per Row on Small Screens */
    }

    .online-salient-card {
        padding: 15px;
    }

    .online-salient-title {
        font-size: 24px;
    }
}


/* ✅ Enrollment Container */
.online-enroll-container {
    margin: 30px auto;
    text-align: center;
}

/* ✅ Title Styling */
.online-enroll-title {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin-bottom: 30px;
}

/* ✅ Steps Layout */
.online-enroll-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Two Steps per Row */
    gap: 20px;
    justify-content: center;
}

/* ✅ Individual Step Card */
.online-step {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
    position: relative;
}

/* ✅ Step Title */
.online-step h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

/* ✅ Step Content */
.online-step ul li {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    text-align: justify;
}
.online-step ul {
    list-style-type: square;
    padding-left: 20px;
}

/* ✅ Hover Effect */
.online-step:hover {
    transform: translateY(-5px);
    background: #ececec;
    color: black;
}

@media (max-width: 768px) {
    .online-enroll-container {
        margin: 20px auto;
        padding: 10px;
        text-align: center;
    }

    .online-enroll-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .online-enroll-steps {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .online-step {
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
        transition: transform 0.2s ease-in-out;
    }

    .online-step h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .online-step ul {
        padding-left: 15px;
    }

    .online-step ul li {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Hover effect for touch devices */
    .online-step:active {
        transform: translateY(-3px);
        background: #e0e0e0;
    }
}


/* ✅ Study Materials Container */
.online-materials-container {
    max-width: 1500px;
    margin: 50px auto;
    border-radius: 10px;
    text-align: center;
}

/* ✅ Title Styling */
.online-materials-title {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin-bottom: 40px;
}

/* ✅ Grid Layout for Materials */
.online-materials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 3 items per row */
    gap: 20px;
    margin-top: 20px;
}

/* ✅ Individual Card */
.online-material-card {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

/* ✅ Card Hover Effect */
.online-material-card:hover {
    transform: translateY(-5px);
    background: #ececec;
    color: black;
}

/* ✅ Card Text */
.online-material-card p {
    font-size: 16px;
    color: #444;
    font-weight: 500;
}

@media (max-width: 768px) {
    .online-materials-container {
        margin: 30px auto;
        padding: 10px;
        text-align: center;
    }

    .online-materials-title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .online-materials-grid {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .online-material-card {
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
        transition: transform 0.2s ease-in-out;
    }

    .online-material-card p {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Hover effect for touch devices */
    .online-material-card:active {
        transform: translateY(-3px);
        background: #e0e0e0;
    }
}

/* ✅ Medical Coding Section */
.online-coding-container {
    margin: 30px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* ✅ Title Styling */
.online-coding-title {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}

/* ✅ Content Box */
.online-coding-box {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    text-align: justify;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* ✅ Text Styling */
.online-coding-box p {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
}

/* ✅ Mobile View */
@media (max-width: 768px) {
    .online-coding-container {
        padding: 20px;
    }

    .online-coding-title {
        font-size: 24px;
    }

    .online-coding-box p {
        font-size: 14px;
    }
}

/* ✅ Medical Coding Section */
.online-coding-box {
    max-width: 1500px;
    margin: 30px auto;
    padding: 25px;
    background: #f1f1f1;
    border-radius: 10px;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-left: 5px solid #939393;
}

/* ✅ Text Styling */
.online-coding-box p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 15px;
}

/* ✅ Responsive Design for Mobile View */
@media (max-width: 768px) {
    .online-coding-box {
        padding: 20px;
    }

    .online-coding-box p {
        font-size: 14px;
    }
}

/* CPC pages */
.cpc-container {
    margin: 10px auto;
    padding: 10px;
    border-radius: 12px;
}

/* ✅ Main Heading */
.cpc-heading {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    text-align: center;
    margin-bottom: 20px;
}

/* ✅ Section Styling */
.cpc-section {
    margin-bottom: 30px;
    padding: 20px;
    background: #f1f1f1;
    border-radius: 8px;
}


/* ✅ Subtitle */
.cpc-subtitle {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: black;
    margin-bottom: 15px;
}    

/* ✅ Boxed List Items */
.cpc-list-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 2 Columns */
    gap: 20px;
    margin-top: 20px;
}

/* ✅ Individual List Item Box */
.cpc-list-box {
    background: #eaebec;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}

/* ✅ Hover Effect */
.cpc-list-box:hover {
    background: #eaeaea;
    color:black;
    transform: translateY(-5px);
}

/* ✅ Call to Action */
.cpc-cta {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: black;
    padding: 15px;
    border-radius: 8px;
 
}

/* ✅ Responsive Design */
@media (max-width: 768px) {
    .cpc-heading {
        font-size: 24px;
    }

    .cpc-subtitle {
        font-size: 18px;
    }

    .cpc-list-container {
        grid-template-columns: 1fr; /* 1 Column for Small Screens */
    }

    .cpc-list-box {
        padding: 10px;
    }

    .cpc-cta {
        font-size: 14px;
    }
}
/* ✅ General Paragraph Styling */
.cpc-section p {
    font-size: 16px;
    color: #333; 
    line-height: 1.6;  
    margin-bottom: 12px;  
    text-align: justify;
    text-align: center;  
}

/* ✅ CPC List Box - Paragraphs */
.cpc-list-box p {
    font-size: 16px;
    font-weight: normal;
    color: #000;  
    text-align: justify; 
    padding: 12px;
    border-radius: 8px; 
    margin: 8px 0;  
}


/* ✅ Responsive Design */
@media (max-width: 768px) {
    .cpc-section p {
        font-size: 14px;  /* Smaller text for mobile */
        text-align: justify;
    }

    .cpc-list-box p {
        font-size: 14px;
        padding: 10px;
    }
    .cpc-header-content{
        margin-bottom: 50px;
        padding: 20px;
        border-radius: 8px;

       
    }
}
.cpc-header-content{
    margin-bottom: 30px;
    padding: 5px;
    border-radius: 8px;
}
/* CPC Exam Training Info Box */
.cpc-box {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
   background-color: #f1f1f1 ;/* Light grey background */
    border-radius: 12px;
    padding: 30px 30px;
    margin: 30px auto;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #ddd;
}

/* Text inside the box */
.cpc-box p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
}

/* Mobile View */
@media (max-width: 768px) {
    .cpc-box {
        padding: 15px 20px;
        max-width: 100%;
    }

    .cpc-box p {
        font-size: 14px;
    }
}

/* ✅ Scrolling Note Container */
.cpc-scrolling-note {
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

/* ✅ Scrolling Text Animation */
.cpc-scrolling-note p {
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    color: #000000;
    border-radius: 10px;
    animation: scrollText 25s linear infinite;
}

/* ✅ Keyframe Animation */
@keyframes scrollText {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* ✅ Mobile View */
@media (max-width: 768px) {
    .cpc-scrolling-note {
        font-size: 14px;
        padding: 8px;
    }

    .cpc-scrolling-note p {
        animation-duration: 20s; /* Slower animation on mobile */
    }
}



.job_container {
    width: 100%;
    margin: 20px auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* Header */
h1 {
    color: #0099ff;
    text-align: center;
}

h2 {
    color: #333;
}

/* Job Openings Button */
.btn-custom {
    display: inline-block;
    background-color: #0099ff;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    transition: background 0.3s;
}

.btn-custom:hover {
    background-color: #007acc;
}

/* Read More Section */
.hidden-content {
    display: none;
}

.read-more-btn {
    background-color: #ff6600;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
    transition: background 0.3s;
}

.read-more-btn:hover {
    background-color: #cc5200;
}

/* Job Description Section */
.job-description {
    margin-top: 30px;
}

.job-box {
    background: #ffffff;
    padding: 20px;
    border-left: 5px solid #0099ff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.scrolling-note {
    background: #0099ff;
    color: white;
    padding: 15px;
    margin-top: 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .job_container {
        width: 95%;
        padding: 15px;
    }

    .read-more-btn, .btn-custom {
        width: 100%;
        text-align: center;
        padding: 12px;
    }
}








 /*                                                                contact Page Title                                                      */
 .contact-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #333;

    animation: fadeIn 1s ease-in-out;
}
/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.contact-subtitle {
    text-align: center;
    font-size: 20px;
    color: #666;
    margin-bottom: 30px;
}

/* Contact Wrapper */
.contact-wrapper {
    max-width: 1700px;
    margin: auto;
    padding: 10px;
    animation: fadeIn 1.5s ease-in-out;
}

/* Contact Container */
.contact-container {
    display: flex;
    max-width: 1500px;
    margin: auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 40px;
    animation: fadeInUp 1.5s ease-in-out;
}

/* Left Contact Info */
.contact-info {
    width: 40%;
    background: #f1f1f1;
    color: rgb(0, 0, 0);
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Fade-in Up Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-info h2 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    margin-top: -10px;
}

.contact-info p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}

/* Right Contact Form */
.contact-form {
    width: 60%;
    padding: 50px;
    background: white;
    display: flex;
    flex-direction: column;
    animation: slideInRight 1.5s ease-in-out;
}

/* Slide In Right Animation */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.contact-form h2 {
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Form Layout */
.form-row {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    animation: fadeIn 1.5s ease-in-out;
}

/* Labels */
.form-group label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
}

/* Input Fields */
.form-group input, 
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

/* Focus Effect */
.form-group input:focus, 
.form-group textarea:focus {
    border-color: #cecece;
    outline: none;
    box-shadow: 0 0 8px rgba(215, 215, 215, 0.3);
}

/* Placeholder Styling */
::placeholder {
    color: #aaa;
    font-size: 13px;
}
/* Captcha */
.captcha-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

#captchaCanvas {
    border: 2px solid #ddd;
    border-radius: 6px;
    background: #ffffff;
}

/* Updated Submit Button */
button {
    background: rgb(1, 1, 1);  /* Grey background */
    color: white;       /* White text */
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    letter-spacing: 1px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    animation: fadeIn 1.5s ease-in-out;
}

/* Button Hover */
button:hover {
    background: #555; /* Darker grey */
    transform: scale(1.05);
}

/* Button Click */
button:active {
    transform: scale(0.98);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
        padding: 10px;
        margin-top: 20px;
    }

    .contact-info {
        width: 100%;
        text-align: center;
        padding: 25px;
    }
    .contact-form {
        width: 100%;
        text-align: center;
        padding:50px;
        max-width: 1500px;
    }
    .contact-title {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #333;
        margin-top: 40px;
    }

    .contact-info h2 {
        font-size: 18px; /* Further reduced size */
    }

    .contact-info p {
        font-size: 14px; /* Further reduced size */
        font-style: normal;
        text-align: justify;
    }

    .form-row {
        flex-direction: column;
    }

    .contact-form h2 {
        font-size: 24px;
        color: #000;
        text-align: center;
        font-weight: bold;
    }

    .captcha-container {
        flex-direction: column;
        align-items: center;
    }

    button {
        font-size: 14px;
        padding: 8px 14px;
    }

    .form-group label {
        text-align:initial;  /* Align text to start */
        margin-left: 5px;  /* Ensure small left margin */
        font-size: 12px;
    }

    ::placeholder {
        color: #656262;
        font-size: 12px;
    }
}




/* Table Container */
.table-container {
    max-width: 1500px;
    margin: auto;
    padding: 20px;
    border-radius: 12px;
}

/* Table Header */
.table-header {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    color: rgb(0, 0, 0);
    border-radius: 8px 8px 0 0;
}

/* Table */
.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    background-color: #f1f1f1;
}

/* Table Head */
.table th {
    background: #f1f1f1;
    padding: 10px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    
}

/* Table Body */
.table td {
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #000;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 10px;
}

.page-item {
    margin: 0 5px;
    display: inline-block;
}
.page-item a{
    color: #000000;
    font-size: 16px;
}
.page-link {
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    background: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    animation: fadeInUp 1.5s ease-in-out;
}

.page-item.active .page-link {
    background: #000000;
    color: #fff; /* White text */
    font-weight: bold;
}

.page-link:hover {
    background: #a3a0a0; /* Slightly darker hover effect */
    color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .table-container {
        padding: 15px;
    }

    .table th, .table td {
        font-size: 14px;
    }

    .page-link {
        padding: 8px 12px;
        font-size: 16px;
    }

    .page-item a{
        color: #ffffff;
        font-size: 14px;
    }
    .table-header {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }
    /* Adjust pagination */
    .pagination {
        flex-wrap: wrap;
    }

    .page-item {
        margin: 3px;
    }
}




/* Container Styling */
.medical-box {
    max-width: 1500px;
    margin: 30px auto;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    overflow: hidden;
    animation: fadeIn 1.5s ease-in-out;
}
.online {
    max-width: 1500px;
    margin: 30px auto;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: -30px;
}
/* Title Styling */
.medical-title, .online-title {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    text-align: center;
}


/* Text Box Styling */
.text-box {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    line-height: 1.7;
    color: #000000;
    margin-top: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    max-width: 1500px;
    margin: auto; /* Centering */
    text-align: justify;
    animation: fadeIn 1.5s ease-in-out;
}

/* Fade-in Delayed for Smooth Transition */
@keyframes fadeInDelay {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.text-box p {
    font-size: 16px;
    color: #000;
    text-align: justify; /* Proper alignment */
    line-height: 1.8; /* Better readability */
    margin-bottom: 10px;
    padding: 10px; 
    animation: fadeInDelay 2s ease-in-out;
}
.text-box p1 {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

/* Online Training Box */
.online .text-box {
    background: #f1f1f1;
}

/* Map Section */
.map-wrapper {
    margin-top: 10px;
    text-align: center;
    animation: fadeInUp 1.5s ease-in-out;
}

.map-wrapper iframe {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .medical-box, .online {
        padding: 20px;
        margin-top: -5px;
    }

    
    .medical-title, .online-title {
        font-size: 24px;
        margin-top: -20px;
    }

    .text-box {
        font-size: 14px;
        padding: 15px;
        max-width: 95%;
        text-align: center;
        word-wrap: break-word;
    }

    .text-box p {
        font-size: 12px;
        color: #000;
        padding: 10px;
        text-align: justify;
        line-height: 1.5;
        word-wrap: break-word;
    }

    .text-box p1{
        font-size: 12px;
        text-align: justify;
    }

    .map-wrapper iframe {
        height: 200px;
        margin-top: -20px;
    }
}




/*                                                          Testimonials Container                                               */

.testimonials-container {
    text-align: center;
    padding: 40px;
    border-radius: 12px;
    max-width: 1500px;
    margin: auto;

}

.testimonials-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  
    
}

/* Text Box Styling */
.testimonials-text-box {
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: inline-block;
    max-width: 1500px;
    width: 100%;
    margin-top: 20px;
}

/* Subtitle */
.testimonials-subtitle {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 30px;
}

.testimonials-text {
    font-size: 16px;
    text-align: justify;
    color: #000;
    margin-bottom: 20px;
}

/* Testimonial Slider */
.image-slider {
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: inline-block;
    max-width: 1500px;
    width: 100%;
    margin-top: 20px;
}
/* Image Track */
.image-track {
    position: relative;
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -25px;
}
.testimonial-img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: none; /* Initially hide all images */
    transition: opacity 1s ease-in-out;
    border: 3px solid #333;
}

.testimonial-img:first-child {
    display: block; /* Show first image initially */
}
/* Mobile View Adjustments */
@media (max-width: 768px) {
    .testimonials-title {
        font-size: 24px;
    }

    .testimonials-text-box,
    .image-slider {
        width: 100%;
        padding: 12px;
    }

    .testimonials-text {
        font-size: 14px;
    }
    .testimonials-subtitle{
        font-size: 18px;
        text-align: center;
    }

    .testimonial-img {
        max-width: 250px;
        margin-top: -350px;
    }
    .image-slider {
        height: 550px;
    }
}






.placement-container {
    padding: 20px;
    border-radius: 12px;
}

/* Heading Styles */
.placement-container h1, .placement-container h2, .placement-container h4 {
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.placement-container h1 {
    font-size: 32px;
    text-align: center;
}

.placement-container h2 {
    font-size: 24px;
}

.placement-container h4 {
    font-size: 24px;
    text-align: center;
}

.placement-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5px;
    background-color: #eaeaea;
}

/* Left Section - Certificate */
.placement-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.certificate-box {
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    width: 100%;
}

.certificate-box img {
    max-width: 60%;
    height: auto;
    border-radius: 3px;
}

/* Right Section - Placement Details */
.placement-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.placement-card {
    padding: 15px;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}

.placement-card p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    text-align: justify;
}

strong {
    color: #222;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
    .placement-container {
        padding: 10px;
    }

    .placement-container h1 {
        font-size: 24px;
    }

    .placement-container h2, .placement-container h4 {
        font-size: 20px;
    }

    .placement-content {
        flex-direction: column; /* Stack items */
        gap: 10px;
    }

    .certificate-box, .placement-card {
        width: 100%; /* Take full width */
    }

    p {
        font-size: 1px;
        text-align: justify;
    }
}


/* General Styles */


.table-container, .t_table-container {
    margin: auto;
    padding: 10px;
    border-radius: 10px;
}

.header-banner, .t_header-banner {
    padding: 10px;
    color: rgb(0, 0, 0);
    text-align: center;
    border-radius: 10px 10px 0 0;
    font-size: 25px;
    font-weight: bold;
}

.table-wrapper, .t_header-banner {
    max-height: 350px;
    overflow-y: auto;
    display: block;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table th, .table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: center;
}

thead.table-primary th {
    background-color: black !important; /* Black background */
    color: white !important; /* White text */
    font-size: 16px;
    padding: 10px;
    text-align: center;
    border: 1px solid white; /* Optional white border */
}

.table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table tbody tr:hover {
    background-color: #e0e0e0;
}

/* Mobile Responsiveness */
@media screen and (max-width: 768px) {
    .table-container {
        padding: 5px;
    }
    
    .table-wrapper {
        overflow-x: auto; /* Enables horizontal scrolling */
        max-width: 100%;
    }

    .table {
        min-width: 500px; /* Ensures content doesn’t get squished */
    }

    .table th, .table td {
        padding: 8px;
        font-size: 12px; /* Adjust text size for readability */
    }

    .header-banner {
        font-size: 18px;
        padding: 6px;
    }
}


/* General Styles */
.job_container {
    font-family: 'SF Pro Text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: auto;
    padding: 20px;
    max-width: 1600px;
    border-radius: 12px;
}

/* Medical Coding Jobs Header */
h1 {
    text-align: center;
    color: #333;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

p {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

/* Custom Button */
.btn-custom {
    display: block;
    width: fit-content;
    margin: 10px auto;
    background: #333;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.btn-custom:hover {
    background: #333;
    color: white;
}

/* Info Section Styling */
.info-section {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
    margin: auto;
}

.info-section h2 {
    color: #333;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.i_info-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.i_info-section p {
    color: #555;
    line-height: 1.6;
    background: #f1f1f1;
    text-align: justify;
    padding: 5px;
    border-left: 5px solid #777;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 16px;
}
.i_info-section p1 {
    color: #555;
    line-height: 1.6;
    background: #f1f1f1;
    text-align: justify;
    padding: 5px;
    border-left: 5px solid #777;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 16px;
}
/* Hidden Content */
.hidden-content {
    display: none;
    margin-top: 20px;
}


@media screen and (max-width: 768px) {
    .job_container {
        padding: 15px;
        box-shadow: none;
        margin-top: 20px;
    }

    h1 {
        font-size: 24px;
    }

    p {
        font-size: 14px;
    }

    .btn-custom {
        font-size: 14px;
        padding: 6px 12px;
    }

    .info-section {
        padding: 10px;
    }

    .info-section h2 {
        font-size: 24px;
    }

    .i_info-section {
        padding: 10px;
    }

    .i_info-section p {
        font-size: 14px;
        padding: 4px;
    }

}







.t_training_container {
    width: 100%;
    margin: auto;
    padding: 10px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.medical-training {
    background-color: #f8f9fa; /* Light background for a clean look */
    padding: 30px;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    margin: 20px auto;
    text-align: center;
    max-width: 1500px;
}

.t_heading_primary {
    font-size: 32px;
    font-weight: bold;
    color: #333; /* Dark blue-gray */
    margin-bottom: 15px;
}

.t_content_box p {
    font-size: 16px;
    line-height: 1.6;
    color: #333; /* Slightly darker text for readability */
    margin-bottom: 10px;
    text-align: justify;
}



/* Container Styling */
.medica-programs {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1500px;
    margin: 10px auto;
    text-align: center;
}

/* Heading Styling */
.programs-heading {
    font-size: 32px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 15px;
}

/* Paragraph Styling */
.programs-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #2c3e50;
    margin-bottom: 10px;
    text-align: justify;
    text-align: center;
}

/* Program List Layout */
.program-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

/* Program Cards */
.eprogram-card {
     display: block;
  background: #f9f9f9;
  color: #000;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.eprogram-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  color: #007bff; /* link color on hover */
}

.eprogram-card h3 {
    font-size: 16px;
    margin: 0;
  color: inherit;  /* Remove default margin */
    text-align: center; /* Optional: Center align */
}
/* Hover Effect for Cards */
.eprogram-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  background: #f1f1f1;
  color: #007bff; /* text turns blue */
}

.eprogram-card:hover h3 {
  color: #007bff; /* ensure text inside also turns blue */
}


@media screen and (max-width: 768px) {
    .t_training_container, .medical-training, .medica-programs {
        padding: 15px;
        max-width: 100%;
        margin: 5px;
        box-shadow: none;
    }

    .t_heading_primary, .programs-heading {
        font-size: 24px;
    }

    .t_content_box p, .programs-content p {
        font-size: 14px;
        text-align: justify;
    }

    .program-list {
        flex-direction: column;
        gap: 10px;
    }

    .eprogram-card {
        width: 100%;
        padding: 15px;
        font-size: 14px;
        text-align: center;
    border-radius: 10px;
    }

    .eprogram-card h3 {
        font-size: 14px;
    }
}


/* Eligibility Section Container */
.eligible-section {
  
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    text-align: center;
}

/* Heading Styling */
.eligible-heading {
    font-size: 32px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
}

/* Content Box Styling */
.eligible-content {

    padding: 40px;
    border-radius: 8px;
    background: #333;
    max-width: 1500px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}
/* Paragraph Styling */
.eligible-content p {
    font-size: 16px;
    line-height: 1.6;
    color: white;
    text-align: center;
}

/* Mobile View Optimization */
@media screen and (max-width: 768px) {
    .eligible-heading {
        font-size: 24px;
    }

    .eligible-content {
        padding: 20px;
        max-width: 100%;
        margin: 0 auto;
    }

    .eligible-content p {
        font-size: 14px;
        text-align: justify;
    }
}


/* Section Styling */
.training-section {
    padding: 20px;
    border-radius: 12px;
    margin: 10px auto;
    text-align: center;
}

/* Title Styling */
.training-title {
    font-size: 32px;
    font-weight: bold;
    color: #1e3a56;
    text-align: center;
    margin-bottom: 18px;
}

/* Content Box Styling */
.training-container {
    background: #f9f9f9;
    padding: 22px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}

/* Description Styling */
.training-description {
    font-size: 16px;
    font-weight: bold;
    color: #2d475f;
    display: block;
    margin-bottom: 30px;
}

/* List Styling */
.training-list {
    display: flex;
    gap: 20px; /* Space between boxes */
    list-style: none;
    padding: 0;
    justify-content:baseline;
    justify-content: center;
    width: 100%;
   
}

.training-list li {
    flex: 1;
    max-width: 450px;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    min-height: 100px;
    margin-bottom: 30px;
}

.training-list strong {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .training-list li strong {
        text-align: center; /* Ensure it's centered on mobile */
        width: 100%; /* Full width to maintain alignment */
    }
    .training-title {
        font-size: 24px; /* Adjusted heading size */
        margin-bottom: 12px;
    }

    .training-container {
        padding: 10px;
        
    }

    .training-list {
        flex-direction: column; /* Stacks items in a single column */
        gap: 10px;
    }

    .training-list li {
        width: 100%; /* Each box takes full width */
        flex: 1; /* Ensure equal height */
        padding: 15px;
        font-size: 14px;
        min-height: 80px;
        text-align: center;
    }

    .training-description {
        font-size: 14px;
        font-weight: bold;
        color: #2d475f;
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }
}



/* Career Section Styling */
.career-sec {
    padding: 50px;
    text-align: center;
    color: white;
    border-radius: 15px;
    max-width: 1600px;
    margin: auto;
    border: 5px solid white; /* Inner Border */
    position: relative;
}

/* Title Styling */
.career-head {
    font-size: 32px;
    font-weight: bold;
    color: #1d3b60;
    text-align: center;
    margin-bottom: 18px;

}

/* Content Box Styling */
.career-box {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}

/* Paragraph Styling */
.career-txt {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
    padding: 10px;
    border-radius: 5px;
}

/* Mobile View */
@media screen and (max-width: 768px) {
    .career-sec {
        padding: 10px; /* Reduce padding for smaller screens */
        margin: 15px auto;
    }

    .career-head {
        font-size: 24px; /* Reduce heading size for mobile */
        margin-bottom: 12px;
    }

    .career-box {
        padding: 15px;
    }

    .career-txt {
        font-size: 14px;
        line-height: 1.5;
        text-align: justify; /* Keeps text aligned neatly */
    }
}


/* UAE/GULF */

/* Section Styling */
.ugh {
    padding: 3rem 1.5rem;
    max-width: 1700px;
    margin: auto;
    background: linear-gradient(135deg, #ffffff);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  }
  
  /* Title */
  .ugh-title {
    font-size: 32px;
    text-align: center;
    color: #333;
    margin-bottom: 1.5rem;
    font-weight: bold;
  }
  
  /* Description */
  .ugh-description {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    max-width: 1200px;
    margin: 0 auto 2rem auto;
    color: #333;
    line-height: 1.6;
  }
  
  /* Card Container */
  .ugh-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2.5rem;
  }
  
  /* Individual Card */
  .ugh-card {
    background: #f1f1f1;
    border-radius: 12px;
    padding: 2rem;
    width: 400px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e0ecf5;
  }
  
  .ugh-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
  }
  
  .ugh-card h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.75rem;
  }
  
  .ugh-card p {
    font-size:16px;
    color: #333;
    line-height: 1.5;
  }
  
  /* Notes/Extra Info */
  .ugh-note {
    font-size: 16px;
    text-align: center;
    max-width: 1200px;
    margin: 1rem auto;
    color: #333;
    font-weight: bold;
    line-height: 1.6;
  }
  


  @media (max-width: 768px) {
    .ugh {
      padding: 2rem 1rem;
    }
  
    .ugh-title {
      font-size: 24px;
      margin-bottom: 1rem;
    }
  
    .ugh-description {
      font-size: 14px;
      padding: 0 10px;
      margin-bottom: 1.5rem;
    }
  
    .ugh-card-wrapper {
      flex-direction: column;
      gap: 1.5rem;
      align-items: center;
    }
  
    .ugh-card {
      width: 90%;
      padding: 1.5rem;
    }
  
    .ugh-card h3 {
      font-size: 18px;
      margin-bottom: 0.5rem;
    }
  
    .ugh-card p {
      font-size: 14px;
    }
  
    .ugh-note {
      font-size: 14px;
      padding: 0 10px;
      margin-top: 1.5rem;
    }
  }
  

 /* ✅ Container */
.ugf_gulf-container {
    font-family: 'Arial', sans-serif;
    margin: 5px auto;
    padding: 30px;
    background: #111;
    color: #fff;
    border-radius: 12px;
    text-align: center;
}

/* ✅ Title */
.ugf_gulf-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* ✅ Grid Layout */
.ugf_gulf-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

/* ✅ Individual Topic Cards */
.ugf_gulf-card {
    background: #222;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.1);
}

/* ✅ Icon Styling */
.ugf_gulf-icon {
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
}

/* ✅ Text */
.ugf_gulf-card p {
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
    color: #fff;
}


.ugf_gulf-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(255, 255, 255, 0.2);
    background: #333;
}

/* ✅ Responsive Design */
@media (max-width: 992px) {
    .ugf_gulf-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .ugf_gulf-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .ugf_gulf-container {
      padding: 20px 15px;
    }
  
    .ugf_gulf-title {
      font-size: 24px;
      margin-bottom: 16px;
    }
  
    .ugf_gulf-grid {
      grid-template-columns: 1fr; /* Stack columns vertically */
      gap: 15px;
    }
  
    .ugf_gulf-card {
      padding: 15px;
    }
  
    .ugf_gulf-icon {
      font-size: 24px;
      margin-bottom: 8px;
    }
  
    .ugf_gulf-card p {
      font-size: 14px;
      text-align: left;
    }
  }
  

.coding-box {
    max-width: 1700px;
    margin: 30px auto;
    padding: 30px;
    background:  #f1f1f1;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', sans-serif;
    color: #003b5c;
    line-height: 1.8;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease;
  }
  
  .coding-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  }
  
  .coding-box p {
    margin-bottom: 16px;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    .coding-box {
      margin: 20px 10px;
      padding: 20px 15px;
      font-size: 14px;
      text-align: left;
    }
  
    .coding-box p {
      text-align: left;
      margin-bottom: 12px;
    }
  }
  
  


/* careers style pages */
/* Career Section */
.career-section {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 40px 20px;
    background-color: #fff;
    color: black;
}

.career-section h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Career Box */
.career-box {
    max-width: 1500px;
    background: #f1f1f1;
    color: #333;
    margin: 0 auto;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.career-header {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.career-box p {
    font-size: 16px;
    text-align: justify;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 15px;
}

.career-box strong {
    color: #0e0d0d;
    
}

/* Responsive Design */
@media (max-width: 600px) {
    .career-box {
        width: 90%;
        padding: 20px;
    }
    .career-section h1 {
        font-size: 28px;
    }
    .career-box p {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .career-section {
      padding: 30px 15px;
    }
  
    .career-section h1 {
      font-size: 24px;
      margin-bottom: 15px;
    }
  
    .career-box {
      padding: 20px;
      margin: 0 10px;
    }
  
    .career-header {
      font-size: 18px;
      margin-bottom: 12px;
      text-align: center;
    }
  
    .career-box p {
      font-size: 14px;
      text-align: justify;
      line-height: 1.5;
    }
  }


.career_c-container {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: 1500px;
    margin: 0px auto;
    padding: 5px 10px;
    background: #fff;
    border-radius: 10px;
  
  }
  
  /* Title */
  .career_c-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000000;
  }
  
  /* Main Job List */
  .career_c-box {
    background-color: #f1f1f1;
    border-radius: 6px;
    overflow: hidden;
  }
  
  .career_c-list {
    padding: 0;
    margin: 0;
  }
  
  .career_c-toggle {
    background-color: #f1f1f1;
    color: #333;
    font-weight: bold;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .career_c-toggle:hover {
    background: #e0e0e0;
}

    .career_c-symbol {
    font-size: 14px;
    margin-left: 10px;
  }
  
  /* Job Details */
  .career_c-details {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #f9f9f9;
    padding: 20px;
    display: none;
  }
  
  .career_c-sublist {
    padding-left: 0;
    margin: 15px 0;
  }

  .career-sublist {
    padding-left: 60px;
    margin: 15px 0;
  }
  
  .career_c-sublist li {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    padding-left: 0;
    list-style-type: none;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    text-align: justify;
  }
  .career-sublist li {
    font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
    padding-left: 0px;
    list-style-type: decimal;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
  }
  
  .career_c-sublist strong,
  .career-sublist strong {
    color: #000000;
  }
  
@media (max-width: 768px) {
  .career_c-container {
    padding: 10px 15px;
  }

  .career_c-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .career_c-toggle {
    flex-direction: column;
    align-items: flex-start;
    font-size: 15px;
    padding: 12px 15px;
  }

  .career_c-symbol {
    font-size: 12px;
    align-self: flex-end;
    margin-top: 5px;
  }

  .career_c-details {
    padding: 15px;
    font-size: 14px;
  }

  .career_c-sublist li,
  .career-sublist li {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .career-sublist {
    padding-left: 25px;
  }
}



/* Testimonials Container - White and Black Theme */

.as_testimonials_container {
    padding: 80px 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #e9ecef 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: center;
    justify-content: center;
    text-align: center; /* Center all text */
}

.as_content_wrapper {
    max-width: 1500px;
    width: 100%;
    text-align: center;
}

.as_testimonials_title {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.02em;
    text-align: center; /* Center Title */
}

.as_testimonials_text_box {
    max-width: 1200px;
    margin: 0 auto 50px;
    padding: 10px; 
    border-radius: 20px;
    text-align: center; /* Center content */
}

.as_testimonials_text {
    font-size: 18px;
    color: #333333;
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
    text-align: center;
}

.as_testimonials_subtitle {
    font-size: 24px;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 600;
    max-width: 1700px;
    text-align: center; /* Subtitle Centered */
}

/* Image Slider */
.as_image_slider {
    width: 100%;
    text-align: center;
}

/* Image Container with Internal Navigation */
.as_image_container {
    position: relative;
    width: 100%;
    max-width: 700px;
    height: 750px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    border: 1px solid #000000;
}

.as_image_track {
    position: relative;
    width: 100%;
    height: 100%;
}

.as_testimonial_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    background: #ffffff;
    padding: 30px;
}

.as_testimonial_img.as_active {
    opacity: 1;
}

/* Navigation Arrows Inside Container */
.as_slider_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
     font-size: 12px;
}

.as_slider_arrow:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.as_slider_arrow:active {
    transform: translateY(-50%) scale(0.95);
}

.as_slider_arrow_left {
    left: 20px;
}

.as_slider_arrow_right {
    right: 20px;
}

/* Image Counter */
.as_image_counter {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin: 30px 0;
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 30px;
    display: inline-block;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid #000000;
     text-align: center;

}

.as_current_image {
    color: #000000;
}

.as_separator {
    color: #666666;
    margin: 0 8px;
}

.as_total_images {
    color: #666666;
}

/* Responsive Design */
@media (max-width: 768px) {
    .as_testimonials_container {
        padding: 60px 15px;
    }

    .as_testimonials_title {
        font-size: 2.2rem;
    }

    .as_testimonials_text_box {
        margin: 0 10px 40px;
        padding: 25px;
    }

    .as_testimonials_text {
        font-size: 13px;
        text-align: justify;
    }

    .as_testimonials_subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .as_image_container {
        height: 500px;
        max-width: 100%;
    }

    .as_slider_arrow {
        width: 35px;
        height: 35px;
    }

    .as_slider_arrow_left {
        left: 10px;
    }

    .as_slider_arrow_right {
        right: 10px;
    }

    .as_image_counter {
        font-size: 12px;
        padding: 12px 25px;
    }
}

@media (max-width: 480px) {
    .as_testimonials_container {
        padding: 40px 10px;
    }

    .as_testimonials_title {
        font-size: 1.8rem;
    }

    .as_testimonials_text_box {
        padding: 20px;
    }

    .as_testimonials_subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .as_testimonials_text {
        font-size: 13px;
        text-align: justify;
    }

    .as_image_container {
        max-width: 100%;
        height: 400px;
        border-radius: 15px;
    }

    .as_slider_arrow {
        width: 40px;
        height: 40px;
    }

    .as_slider_arrow_left {
        left: 10px;
    }

    .as_slider_arrow_right {
        right: 10px;
    }

    .as_testimonial_img {
        padding: 15px;
    }
}

/* Hover Effects */
.as_image_container:hover .as_slider_arrow {
    opacity: 1;
}

/* Focus States for Accessibility */
.as_slider_arrow:focus {
    outline: 3px solid #000000;
    outline-offset: 2px;
}

/* Loading State */
.as_testimonial_img[src=""] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: as_loading 1.5s infinite;
}

@keyframes as_loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}


.award-section {
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
  padding: 50px 10px;
}

.award-title {
  font-size: 32px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 20px;
  margin-top: -30px;
}

.award-image img {
  max-width: 700px;   /* desktop size */
  width: 90%;
  height: 450px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  animation: floatUpDown 4s ease-in-out infinite; /* 👈 floating animation */
}

/* Hover effect */
.award-image img:hover {
  transform: scale(1.05) rotate(1deg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* Floating animation */
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);   /* normal position */
  }
  50% {
    transform: translateY(-15px); /* move up */
  }
}

/* ✅ Mobile Responsive Styles */
@media (max-width: 768px) {
  .award-title {
    font-size: 24px;
    margin-top: -20px;
  }

  .award-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
}

@media (max-width: 480px) {
  .award-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .award-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }
}


/* Program List Container */
.c-program-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 40px auto;
    padding: 0;
    max-width: 1500px;
}

/* Program Cards */
.c-eprogram-card {
    flex: 1 1 250px;
    background: #ffffff;
    color: #222;
    padding: 15px 20px;   /* reduced padding */
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 60px;         /* fixed smaller height */
    display: flex;
    align-items: center;  /* center text vertically */
    justify-content: center;
    cursor: pointer;
}

/* Title inside card */
.c-eprogram-card h3 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #000;
    line-height: 1.4;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

/* Hover effect */
.c-eprogram-card:hover {
    background: #fff;  
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.c-eprogram-card:hover h3 {
    color: #007BFF;    
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .c-program-list {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }

    .c-eprogram-card {
        height: auto;   /* let it grow naturally on small screens */
        padding: 18px;
    }

    .c-eprogram-card h3 {
        font-size: 14px;
    }
}
