@font-face {
    font-family: Gilroy-Light;
    src: url("../fonts/gilroy/Gilroy-Thin.woff");
}

@font-face {
    font-family: Gilroy-Medium;
    src: url("../fonts/gilroy/Gilroy-Medium.woff");
}

@font-face {
    font-family: Gilroy-SemiBold;
    src: url("../fonts/gilroy/Gilroy-SemiBold.woff");
}

@font-face {
    font-family: rufina-regular;
    src: url("../fonts/rufina/Rufina-Regular.ttf");
}

@font-face {
    font-family: rubik-bold;
    src: url('../fonts/Rubik/static/Rubik-Bold.ttf');
}

@font-face {
    font-family: rubik-semibold;
    src: url('../fonts/Rubik/static/Rubik-SemiBold.ttf');
}

@font-face {
    font-family: rubik-regular;
    src: url('../fonts/Rubik/static/Rubik-Regular.ttf');
}

@font-face {
    font-family: rufina-bold;
    src: url('../fonts/rufina/Rufina-Bold.ttf');
}

@font-face {
    font-family: rufina-regular;
    src: url('../fonts/rufina/Rufina-Regular.ttf');
}

:root {
    --white: #fff;
    --black: #000;
    --primary-color: #0367c5;
    --secondary-color: rgb(252, 180, 85);
    --light-bg: #f4f6f2;
    --gilroy-bold: gilroy-bold;
    --gilroy-semi-bold: gilroy-semi-bold;
    --gilroy-medium: gilroy-medium;
    --gilroy-light: gilroy-light;
    --rubik-bold: rubik-bold;
    --rubik-semibold: rubik-semibold;
    --rubik-regular: rubik-regular;
    --rufina-bold: rufina-bold;
    --rufina-regular: rufina-regular;
    --text-size: 18px !important;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: var(--gilroy-medium);
}

.each-section {
    margin-top: 60px;
}

a {
    text-decoration: none !important;
}

img {
    width: 100%;
}

.top-bar {
    background-color: var(--secondary-color);
}

.top-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px;
}

.top-bar p {
    margin-bottom: 0rem !important;
    color: var(--white);
    font-size: 0.9rem !important;
    display: flex;
    align-items: center;
}

.top-bar p span:last-child {
    margin-left: 5px;
}

.navbar-brand img {
    width: 60px;
}

video {
    width: 100%;
    height: 83vh;
    object-fit: cover;
    line-height: 0 !important;
    display: block;
}

.home-about-us {
    border-top: 5px solid var(--secondary-color);
}

.home-about-us {
    display: grid;
    grid-template-columns: 50% 50%;
}

.home-about-us .home-about-col:last-child {
    padding: 20px;
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
}

.home-about-us .home-about-col:last-child h2 {
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 15px;
    color: var(--white);
}

.home-about-us .home-about-col:last-child p {
    padding-top: 10px;
    color: var(--white);
}


/* Footer section start */
footer {
    background-color: rgb(252, 180, 85, 0.2);
}

footer img {
    width: 70px;
}

footer ul {
    padding-left: 0rem !important;
    list-style: none;
}

footer ul li {
    margin-top: 10px;
}

footer ul li a {
    color: var(--text-color);
    display: flex;
    align-items: center;
}

footer ul li a span:last-child {
    margin-left: 10px;
}

.copy-right-mc {
    background-color: var(--secondary-color);
    padding: 8px 0px;
}

.copy-right-mc p {
    margin-bottom: 0px !important;
    color: var(--white);
}
.row-focus-points
{
    display: grid;
    gap: 15px;
    grid-template-columns: 20% 20% 20% 20% 20% ;
}

/* Footer section End */
.each-section h1 {
    text-align: center;
    font-family: var(--rufina-regular);
}

.learn-card div {
    padding: 10px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.2);
    min-height: 250px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-items: start;
}
.learn-card div h3 {
    font-size: 1.1rem !important;
    font-weight: 600;
}



.focus-points-card focus-points-card {
    padding: 10px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.2);
    min-height: 280px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-items: start;
}
.focus-points-card div h3 {
    font-size: 1.1rem !important;
    font-weight: 600;
}


.broadcasting-services img {
    height: 100%;
    object-fit: cover;
}

.broadcasting-services .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.broadcasting-services .owl-nav button.owl-prev {
    left: 0;
}

.broadcasting-services .owl-nav button.owl-next {
    right: 0;
}

.broadcasting-services .owl-dots {
    text-align: center;
    padding-top: 15px;
}

.broadcasting-services .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.broadcasting-services .owl-dots button.owl-dot.active {
    background-color: var(--secondary-color);
}

.broadcasting-services .owl-dots button.owl-dot:focus {
    outline: none;
}

.broadcasting-services .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.broadcasting-services span {
    position: relative;
    top: -5px;
}

.broadcasting-services svg {
    width: 15px;
}

.broadcasting-services .owl-carousel .owl-nav button.owl-next {
    display: none !important;
}

.broadcasting-services .owl-carousel .owl-nav button.owl-next,
.broadcasting-services .owl-carousel .owl-nav button.owl-prev {
    padding: 30px 5px !important;
    background: rgb(174, 251, 251, 0.7) !important;
}

.broadcasting-services .owl-nav button:focus {
    outline: none;
}

.broadcasting-services .owl-item {
    display: flex;
}

.broadcasting-services .item {
    width: 100%;
}

.broadcasting-services .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.broadcasting-services ul {
    list-style: none;
    padding-left: 0;
}

.broadcasting-services ul li {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.broadcasting-services ul li span:first-child {
    color: var(--primary-color);
    margin-right: 10px;
    font-weight: bold;
}

.p-btn-small {
    background-color: var(--secondary-color);
    color: var(--white);
    border: 1px solid var(--secondary-color);
    padding: 7px 20px;
    font-size: 0.9rem !important;
    box-shadow: 0px 2px 15px -3px rgb(223, 145, 0, 0.4);
}

.s-btn {
    background-color: transparent;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    padding: 5px 30px;
}

.s-btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.service-card
{
    padding: 10px;
    box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}
.service-card img
{
    border-radius: 15px;
}
.service-card div{
    padding: 10px;
    min-height: 220px;
}
.service-card div h3 {
    font-size: 1.1rem !important;
    font-weight: 600;
}
.index-section {
    margin-top: 120px;
}
.index-about {
    background-color: rgb(214, 166, 83, 0.1);
    padding: 15px;
    border-radius: 15px;
}
.index-about img {
    width: 100%;
    border-radius: 15px;
}
.custom-video {
    height: 300px; /* Adjust height as needed */
        width: 100%;  /* Ensures responsiveness */
        object-fit: cover; /* Ensures video fills the space */
        border-radius: 15px; /* Rounded corners */
        overflow: hidden; /* Ensures rounded edges apply properly */
}
.col-focus-points
{
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 10px;
}
.index-about p
{
    margin-bottom: 8px !important;
}
.index-about ul{
    padding-left: 1rem !important;
}
.index-about ul li{
    font-size: 0.8rem !important;
}
/* about us start*/

.about-section {
    background: url('./images/home-about.webp') no-repeat center center/cover;
    color: #fff;
}



.our-mission2{
    background-color: #fff !important;
    text-align: center;
    padding: 30px 0px;
}

.full-width-image img {
    margin-top: 30px !important;
    width: 100%;
    height: auto !important;
    max-height: 500px !important;
    display: block;
    object-fit: cover;
 }
.our-mission, .our-values, .team {
    padding: 50px 20px;
    text-align: center;
    background: #f8f9fa;
}

.our-mission h2, .our-values h2, .team h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
}

.our-mission p, .team p {
    font-size: 1.1rem;
    max-width: 750px;
    margin: 0 auto;
    color: #555;
}

.our-values ul {
    list-style: none;
    padding: 0;
    max-width: 700px;
    margin: 0 auto;
}
.our-values li {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border-left: 5px solid var(--secondary-color);
    font-size: 1.1rem;
    color: #444;
    text-align: left;
}

.team {
    background: #007bff;
    color: white;
}

.team h2 {
    color: white;
}
.team-members {
    display: flex;
    justify-content: center;
    gap: 20px;
    text-align: center;
    margin-top: 30px;
 }
 
 .team-member {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 300px;
 }
 
 .team-member img {
    width: 200px !important;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 15px;
 }
 
 .team-member h3 {
    font-size: 1.5rem;
    margin: 10px 0;
    color: #333;
 }
 
 .team-member .designation {
    font-weight: bold;
    color: #007BFF;
 }
 
 .team-member p {
    font-size: 1rem;
    color: #666;
 }
/* about us end */


/* contact_us start */
.contact-section {
    padding: 50px 20px;
    background: #f9f9f9;
 }
 
 .contact-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
    /* padding: 0px !important; */
 }
 
 .contact-form {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 500px;
 }
 
 .form-group {
    margin-bottom: 15px;
 }
 
 .form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
 }
 
 .form-group input,
 .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
 }
 
 .btn {
    display: inline-block;
    background: #007BFF !important;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
 }
 
 .btn:hover {
    background: #0056b3;
 }
 
 .contact-map {
    flex: 1;
    min-width: 300px;
 }
 .contact-map iframe{
    margin-top: 20px !important;
    height: 500px !important;
 }
 .contact_heading{
    padding: 30px 5px !important;
    text-align: center;
    background-color: #fff !important;
 }
/* contact_us end */








@media only screen and (max-width: 767px) {
    .home-about-us {
        grid-template-columns: 100%;
    }

    h2,
    h3,
    p {
        text-align: center;
    }

    .top-bar .container {
        padding: 5px 5px;
    }

    footer ul li {
        text-align: center !important;
    }

    footer ul li a {
        justify-content: center;
    }

    .copy-right-mc p {
        font-size: 0.8rem !important;
    }

    .btn-cover {
        display: flex;
        justify-content: center;
    }
    .row-focus-points
    {
        grid-template-columns: 100% !important;
    }
    .team-members {
        flex-direction: column; 
        align-items: center; 
        gap: 15px; 
     }
    
     .team-member {
        max-width: 90%; 
        padding: 15px;
     }
    
     .team-member h3 {
        font-size: 1.3rem; 
     }
    
     .team-member p {
        font-size: 0.95rem; 
     }
     .contact-wrapper {
        flex-direction: column;
        align-items: center;
     }
    
     .contact-form {
        width: 100%;
     }
     .contact-map {
        flex: 1;
        width: 100% !important;
     }
     .contact-map iframe {
        height: 300px !important;
     }
     .contact-section {
        padding: 50px 0px;
        background: #f9f9f9;
     }

}