/*
 * A Design based on GraphBerry's work
 * Author: Samuel
 * GraphBerry's URL: http://graphberry.com
 * GraphBerry's License: http://graphberry.com/pages/license
 */

/* Table of content
1. General - This is created general styles and overide some bootstrap classes.
2. Layout
 2.1 Buttons
 2.2 Social icons -style for social icons list
3. Sections - definition for section and subsection
 3.1 Intro Carousel
 3.2 About Our Courses
 3.3 Our Courses
 3.4 Ending Download
 3.5 About SM
 3.6 Contact Us
4. Responsive
**********************************************************************/

/*
1. General
**********************************************************************/
body {
    font-family:'Roboto', sans-serif;
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
}
a {
    color:#181A1C;
    text-decoration: none;
}
a:hover {
    color: #CCDDF0;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
p {
    font-size: 1.5rem;
    font-weight: 100;
}
.navbar {
    background: #181A1C;
    margin-bottom:0;
    min-height:70px;
}

.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
}
.navbar-inner {
    background: #181A1C;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar .brand img {
    width:240px;
    height:40px;
}
.navbar-nav > li > a {
    text-transform: uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #181A1C;
    box-shadow: none;
    font-size:15px;
    text-shadow: none;
    color: #fff!important;
    transition: border-color 1s ease;
}
.nav-item:hover> a, .nav-item > .active > a, .nav-item > .active > a:hover, .nav-item > .active > a:focus {
    border: 1px solid #F0EAD1;
    color: #fff;
    background-color: #181A1C;
    transition: border-color 1s ease;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #181A1C;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#CCDDF0;
    color: #000;
}

.navbar .btn-navbar{
    margin-top: 0.7rem;
}
/******
2. Layout
**********************************************************************/
/* .centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
} */
/* Use this class if you want center element with span* class */
/* .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #181A1C;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
} */

/*
2.1 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#181A1C;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#CCDDF0;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#CCDDF0;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#CCDDF0;
}
.button-ps:hover, .button-ps:active {
    background-color:#CCDDF0;
    color:#181A1C;
}
/*
2.2 Social icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #CCDDF0;
}
.social li a:hover {
    color:#181A1C;
}
.social-navbar{
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 30px;
}
.social-navbar-mobile{
    display: none;
}
/*
3. Sections 
***************************************************************************/
.container{
    position: relative;
}
.section {
    padding-bottom: 50px;
}
.section .container {
    padding-top:50px;
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}
.section .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}
.primary-section {
    background:#181A1C;
}
.primary-section .triangle {
    border-top: 40px solid #CCDDF0;
}
.primary-section .title {
    border-bottom: 1px solid #FFF;
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #CCDDF0;
}
.primary-section h1 {
    color:#FFF;
}
.secondary-section {
    background:#CCDDF0;
}
.secondary-section .title {
    border-bottom: 1px solid #181A1C;
}
.secondary-section h1, .secondary-section .title p {
    color: #181A1C;
}

/*
3.1 Intro Carousel
********************************************************************/
.intro-carousel {
    height: 70vh;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 50px 0px #000000;
}

.intro-carousel .satori-slide img {
    height: 70vh;
    object-fit: cover;
    filter: brightness(100%);
}

.intro-carousel img {
    height: 70vh;
    object-fit: cover;
    filter: brightness(75%);
}

.intro-carousel .satori-slide .carousel-caption {
    max-width: 100%;
    text-align: center;
}

.intro-carousel .carousel-caption {
    /* height: fit-content; */
    max-width: 35%;
    text-align: start;
}

.intro-carousel .carousel-caption h1 {
    font-size: 3rem;
    font-weight: bold;
}

/*
3.2 About Our Courses
********************************************************************/
.about-our-courses {
    padding: 100px 0px;
    height: fit-content;
    background-image: url(../images/about_our_courses_images/about_our_courses.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 50px 0px #000000;
}

.about-our-courses .container {
    max-width: 85vw;
    padding: 50px;
    background-color: #FFFFFF90;
    backdrop-filter: blur(10px);
}

.about-our-courses .row {
    min-height: 200px; /* Adjust this value as needed */
}

.about-courses-title {
    text-align: center;
    align-self: center;
}

.about-courses-caption {
    background-color: #FFFFFF50;
}

.about-courses-img {
    object-position: center;
    object-fit: cover;
}

.about-courses-img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

/*
3.3 Our Courses
********************************************************************/
/* Our Courses V2 */
.our-courses {
    padding: 100px 0px 100px 0px;
    background-color: #F6F6F6;
}

.our-courses .container {
    max-width: 100%;
}

.filter-btn {
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border: 1px solid #C8C8C8;
    border-radius: 15px;
    background-color: #FFFFFF;
    color: #495057;
    font-weight: 500;
    display: inline-block;
}

.filter-btn:hover {
    background-color: #f8f9fa;
    border-color: #0d6efd;
    color: #0d6efd;
}

.filter-btn.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

.filter-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 30px;
}

.search-bar-container {
    position: relative;
    margin: 25px 0px 25px 0px;
}

.course-search-input {
    padding: 10px 40px 10px 15px;
    border: 2px solid #dee2e6;
    border-radius: 25px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.course-search-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    outline: none;
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1.2rem;
    pointer-events: none;
}

.our-courses .card {
    /* border: none; */
    border-radius: 25px;
    border-width: 2px;
}

.course-card {
    justify-content: center;
    min-height: 500px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    /* border-radius: 25px; */
}

.course-card img {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.course-card h5 {
    font-size: 1.5rem;
}

/* .card-img-col {
    align-self: center;
}

.card-img-col img {
    padding: 15px;
    object-fit: contain;
}

.card-text-col {
    align-self: center;
} */

#loading-spinner {
    display: none;
}

.duration-badge {
    background-color: #0d6efd;
}

/*
3.4 Ending Download
********************************************************************/
.ending-download {
    padding: 100px 0px;
    /* background: linear-gradient(
        to bottom,
        #FFF 0%,
        #FFF 50%,
        #181A1C 50%,
        #181A1C 100%
    ); */
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ending-download .card {
    width: 75%;
    padding: 100px;
    /* background-color: #CCDDF0; */
    background-image: url("../images/Download\ our\ brochure.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50px;
    border: none;
}

.ending-download h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #FFF;
}

.ending-download p {
    /* font-size: 2rem; */
    color: #FFF;
}

.ending-download .brochure-button {
    font-size: 1.5rem;
    font-weight: bold;
}

/*
3.5 About SM
********************************************************************/
.about-sm {
    padding: 100px 0px 100px 0px;
}

.about-sm .container {
    padding: 15px;
}

.about-sm-title h1 {
    font-size: 3rem;
    /* margin-bottom: 50px; */
}

.about-sm-cover {
    text-align: end;
    align-content: center;
}

.about-sm-cover img {
    height: 100%;
    width: 75%;
    object-fit: cover;
    border-radius: 25px;
}

.about-sm-details div {
    padding: 15px 0px 15px 0px;
    align-items: center;
}

.about-sm-details img {
    height: 50px;
    width: auto;
}

.sm-link {
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: bold;
}

/*
3.6 Contact Us
********************************************************************/

.contact-us {
    background-color: #181A1C;
    padding-bottom: 50px;
}

.contact-us img{
    width: 100%;
}

/* 
Modal Design
********************************************************************/

.course-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1050;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  opacity: 1;
  transition: all 0.3s ease;
}

.course-modal-close:hover {
  background-color: white;
  transform: rotate(90deg);
}

.course-modal-header {
  position: relative;
  margin-bottom: 50px;
}

.course-modal-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(8px);
  transform: scale(1.1);
}

.course-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  z-index: 1;
}

.course-modal-header-content {
  position: absolute;
  bottom: 30px;
  left: 40px;
  right: 40px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* .course-modal-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  background-color: white;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
} */

.course-modal-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.course-modal-title {
  color: #181A1C;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.course-modal-badge {
  background-color: rgba(13, 110, 253, 0.9);
  padding: 8px 16px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 20px;
}

.course-modal-body {
  padding: 30px;
}

.course-modal-content {
  margin-bottom: 30px;
}

.course-modal-content-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #0D6EFD;
}

.course-modal-content-header i {
  font-size: 1.5rem;
}

.course-modal-content-header h5 {
  margin: 0;
  font-weight: bold;
  font-size: 1.5rem;
  color: #181A1C;
}

/* Modal Footer */
.course-modal-footer {
  padding: 25px 40px;
  background-color: white;
  border: none;
}

.course-modal-apply-btn {
    width: 100%;
    transition: all 0.3s ease;
}

.course-modal-apply-btn:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .course-modal-header {
    height: 250px;
  }
  
  .course-modal-header-content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  
  .course-modal-icon {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  
  .course-modal-title {
    font-size: 1.5rem;
  }
  
  .course-modal-body {
    padding: 30px 20px;
  }
  
  .course-modal-footer {
    padding: 20px;
    flex-direction: column;
    gap: 10px;
  }
  
  .course-modal-footer .btn {
    width: 100%;
  }
}

/*
4 Responsive
********************************************************************/
 /* @media screen and (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
}
@media screen and (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .nav-item {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
    .social-navbar{
        display: none;
    }
    .social-navbar-mobile{
        display: inline-flex;
        color: white;
    }
    .social-navbar-mobile a{
        font-size: 30px!important;
    }
}
@media screen and (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
} */
