﻿body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    background-color: #FAFAFA;
}

.content {
    padding-top: 110px;
}
body.modal-open .page1 {
    filter: blur(1px);
}
.nav-tabs .nav-link.active {
    background-color: #06B21714;
    color: #171D25;
    border-color: #fff;
    font-weight:600;
}
.nav-tabs li:not(:first-child) {
    margin-left:30px;
}
.about-ws h3, .about-ws p {
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    line-height:27px;
    color:#413D3D;
}
.about-ws h3 {
     color:#363636;
     font-size: 24px;
     font-weight:700;
}
.text-justify {
    text-align:justify;
}
.reg-closed-info {
    text-align:center;
    font-size:14px;
    font-family: "Raleway", sans-serif;
}
.w-500 {
    --bs-modal-width: 575px;
   
}
/* Home Page 
============================================ */
/*.navbar-brand img {
    display: block;
}

.navbar-brand img {
    width: 145px;
}

    .navbar-brand img:nth-child(1) {
        border-bottom: 1px solid #ffff;
        padding-bottom: 5px;
    }

    .navbar-brand img:nth-child(2) {
        padding-top: 5px;
    }*/

.masonry img {
    margin-bottom: 1.4rem;
}

a.nav-link {
    font-size: 20px;
    font-family: "Raleway", sans-serif;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.5);
}

.navbar-inner {
    background-color: #363636;
}

.carousel-item img {
    height: 480px; /* Fixed carousel image height */
    width: 100%;
    object-fit: cover; /* Keeps aspect ratio while filling area */
}

a.btn-register:hover,
a.btn-contact:hover {
    color: #fff !important;
}

.calws-card {
    transition: all .5s ease-in-out;
}

    .calws-card:hover {
        transform: scale(1.05);
    }
    .workshop-detail .calws-card:hover {
        transform: scale(1);
    }
    .group span { margin-left: 0!important; }
.about-cep {
    margin-bottom: 50px;
}

    .about-cep h6 {
        font-weight: 400;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        color: #FF482A;
        letter-spacing: 4px;
    }

    .about-cep h1 {
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        font-size: 48px;
    }

    .about-cep p {
        font-weight: 400;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-family: "Raleway", sans-serif;
        color: #1C1C1C;
    }

.btn-contact {
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}
/*.btn-contact:hover {
	background-color: #e0a800;
	color: #fff;
} */
.cal-ws-cards .col-sm-4 {
    margin-bottom: 25px;
}

.calws-basic-info {
    padding: 20px 8px 0;
}

.calws-card {
    font-family: "Raleway", sans-serif;
}

    .calws-card .ws-title {
        font-weight: 600;
        font-size: 24px;
        color: #363636;
        line-height: 27px;
        height: 50px;
    }

    .calws-card .fac-name {
        font-weight: 500;
        font-size: 20px;
        color: #363636;
        line-height: 27px;
    }

    .calws-card .status, .calws-card .seats, .calws-card .seats-available {
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 80px;
    }

    .calws-card .status {
        background-color: #DFE5FF;
        color: #0F226D;
    }

    .calws-card .seats {
        background-color: #F1F1F1;
        color: #7E7E7E;
    }

    .calws-card .intake {
        margin-left: 10px;
        font-size: 16px;
    }

    .calws-card .seats-available {
        font-family: "Montserrat", sans-serif;
        background-color: #DFE5FF;
        color: #0F226D;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }
    .calws-card .seats-available, .calws-card .reg-closed {
        
        background-color: #FFE3DE;
        color: #AF250E;
        
    }
    .calws-card .short-desc {
        color: #737373;
        font-size: 18px;
        font-weight: 400;
        margin: 7px 0 15px;
    }

    .calws-card .date-venue {
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #454545;
    }

.date-venue .fa-solid {
    color: #FF482A;
    color: linear-gradient(90deg,rgba(255, 72, 42, 1) 0%, rgba(255, 0, 99, 1) 50%);
    margin-right: 10px;
}

/* Registration Form
============================================ */
.required-field::after {
    content: " *"; /* Adds a space and an asterisk */
    color: red; /* Styles the asterisk in red */
    margin-left: -5px; /* Adjust spacing as needed */
    font-size: 22px;
    position: relative;
    top: 5px;
}

.registration-form .card-body {
    padding: 30px !important;
}

.registration-form h2, .registration-form h4, .registration-form h6 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.registration-form h6 {
    color: #FF482A;
    letter-spacing: 4px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}

.registration-form h5 {
    color: #73787E;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #73787E;
}

.registration-form h4 {
    color: #1C1C1C;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 50px;
}

.registration-form h2 {
    color: #000;
    font-weight: 600;
    font-size: 48px;
}

.registration-form .col-sm-4, .registration-form .col-sm-6 {
    margin-bottom: 25px;
}

.registration-form label {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #4D4646;
    /*margin-bottom:10px;*/
}

.registration-form .form-control, .registration-form .form-select {
    padding: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    background-color: #F5F5F5;
    border-color: #F5F5F5;
    color: #000;
}

.terms {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

    .terms span {
        font-weight: 600;
        color: #FF482A;
    }

.fees h4 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 0;
    color: #413D3D;
    font-weight: 600;
}

.fees span {
    font-size: 20px;
    text-align: left;
    margin-left: 30px;
    color: #413D3D;
    font-weight: 600;
}

.payment-details h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: left;
}

.payment-details h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px;
}
.fa-circle-check {
    font-size:48px;
    color:#06B217;
}
.payment-details li {
    margin-bottom: 15px;
}

    .payment-details li span:nth-child(1) {
        width: 300px;
        display: inline-block;
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        font-size: 16px;
    }

    .payment-details li span:nth-child(2) {
        display: inline-block;
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        font-size: 16px;
    }


.terms span:hover {
    cursor:pointer;
}
#termsModal .modal-dialog {
    overflow-y: initial !important;
}
#termsModal .modal-header {
   border-bottom:none;
}
#termsModal .modal-body {
    height: 80vh;
    overflow-y: auto;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
#termsModal .modal-body p, #termsModal .modal-body li {
    margin:0;
    padding:0;
    margin-bottom:10px;
}
#termsModal .modal-title {
    color: #FF482A;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 24px;
}

#termsModal h4 {
    color: ##353535;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

/* Workshop Detail
============================================ */
.download {
    top: 15px;
    right: 30px;
    position: absolute;
    z-index: 500;
    border-radius: 8px;
    background-color: rgba(255,255,255,0.5);
    font-size: 14px;
        color: #fff !important;
        line-height: 40px;
        border:1px solid #fff;
    width:120px;
}

    .download i, .download a {
         color: #fff !important;
        text-decoration:none;
    }

.fees {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #1C1C1C;
}

    .fees label {
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        color: #707070;
    }

h3.calws-ws-title {
    color: #363636;
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
}
a.btn-register-now:hover {
    color:#fff;
}
/* Common
============================================ */
.container-fluid {
    max-width: 1280px;
}

.bg-blue-gradient {
    background: #2A56FF;
    background: -webkit-linear-gradient(left, rgba(42, 86, 255, 1) 0%, rgba(0, 39, 187, 1) 50%);
    background: -o-linear-gradient(left, rgba(42, 86, 255, 1) 0%, rgba(0, 39, 187, 1) 50%);
    background: linear-gradient(to right, rgba(42, 86, 255, 1) 0%, rgba(0, 39, 187, 1) 50%);
}

.btn {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    text-align: center;
}
body.modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}
.subscribe .form-control {
    background-color:#F5F5F5;
    border-radius:5px!important;
}
/* Footer
========================================================= */
.footer {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 25px 0;
}

.footer-details {
    border-bottom: 1px solid rgba(222, 220, 222, 0.3) !important;
    padding-bottom: 30px;
}

.social-media {
    margin-top: 20px;
}

    .social-media i {
        color: #fff;
    }

    .social-media span {
        width: 36px;
        height: 36px;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 4px 6px;
    }

.footer-details h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.quick-links {
    margin-top: 0px;
}

    .quick-links a {
        font-weight: 400;
        font-size: 16px;
        color: #ffffff;
        text-decoration: none;
    }

.get-in-touch li span {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.get-in-touch i {
    display: inline-block;
    width: 30px;
    text-align: left;
    vertical-align: top;
}

.get-in-touch span {
    display: inline-block;
}

.stay-ahead p {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.copyright-text p {
    padding-top: 15px;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.copyright-text span {
    font-family: "Montserrat", sans-serif;
}

.border-bottom-opacity-25 {
    border-bottom-color: hsla(222 226 230, 0.2) !important;
}
