/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



h3.tittle-form.text-start.mb-0 {
    font-family: 'Sharp Grotesk', sans-serif;
}

.badge-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px; /* Adjust spacing between badges */
  width: 100%;
  max-width: 100%;
  justify-items: center;
  align-items: center;
}

.applications-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 20px 0;
  gap: 20px;
}

.program-badges {
    width: 600px;
    height: auto;
    /* max-width: 156px; */
    margin-top: 2rem;
}

.blueText {
    color: #0074C8;
    font-weight: 700;
}
.color-bullets li {
    line-height: 29px;
    margin-bottom: 15px;
}
.listStyled li::marker {
    font-size: 15px;
    color: #000 !important;
}
.listStyled li {
    line-height: 30px;
}
.listStyled.blueDot li::marker{
    color: #0074C8 !important;
}
.NumberParagraph a {
    color: #000000;
}
.NumberParagraph .numberedItem p, .NumberParagraph .numberedItem a {
    margin-bottom: 0;
}

.NumberParagraph .title-section {
    font-family: "Sharp Grotesk", Sans-serif;
}

span.olHeading {
    margin: 10px 0;
    display: block;
}
.numberedItem h3.title-section {
    margin-top: 0;
    margin-bottom: 0;
}
.numberedItem .py-3 {
    padding-top: 10px !important;
    padding-bottom: 0!important;
}
.textHyperLink a {
    color: #fff;
    text-decoration: underline;
}
.PageTable table tbody>tr:nth-child(odd) > td {
    background-color: #fff;
}
.PageTable .tableHeader td {
    background-color: #023A70 !important;
}
.usdForm select option {
    font-weight: 600;
}
.formDivider span.elementor-divider-separator {
    display: block;
    background-color: #8EBDE7;
    height: 3.8px;
}
.contactContent a {
    color: #000;
    text-decoration: underline;
}

@media (max-width: 768px) {
	
  .badge-container {
    grid-template-columns: repeat(5, 1fr);
  }
	
	    .banner-logos img {
        width: 100% !important;
        height: fit-content;
        max-width: 150px;
    }
	
	
	.banner-program-AI, .banner-program-DS, .banner-program-CSE, .banner-program-CS {
    min-height: 450px !important;
}
	
	.badge-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2px;
    width: 100%;
    max-width: 100%;
    justify-items: center;
    align-items: center;
}
    .program-badges {
        width: 261px;
        height: auto;
        margin-top: 1rem;
    }
    .mblSpace {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
