body {
    padding: 0;
    margin: 0;
    /*    font-family: "Yrsa", serif;*/
    font-family: "Yantramanav", sans-serif;
    font-size: 1rem;
    color: #000000;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    /*  line-height: 1.8rem;*/
    font-weight: 400;
}
body.full-page {
    overflow: hidden !important;
}
html {
    font-size: 16px;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}
input:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1 {
    font-size: 3.75rem;
    font-family: "Yrsa", serif
}
h2 {
    font-size: 3.5rem;
    font-family: "Yrsa", serif
}
h3 {
    font-size: 1.675rem;
    font-family: "Yrsa", serif
}
h4 {
    font-size: 1.25rem;
    font-family: "Yrsa", serif
}
h5 {
    font-size: 1rem;
    font-family: "Yrsa", serif
}
h6 {
    font-size: 0.875rem;
    font-family: "Yrsa", serif
}
p {
    font-size: 15px;
}
p.title {
    font-size: 1rem;
}
.block {
    display: block;
}
.italic {
    font-style: italic;
}
button {
    line-height: 1;
}
/*common font family*/
p, .heading-title > span, .process-wrapp li > .pro-step, .progress-bars .progress p, .progress-bars .progress .progress-bar span, .approach-table .ammount .dur, .pagination li > a, .counters .count_nums, .approach-table .ammount h2, .approach-table ul li, .webcats li a > span, .getin_form .form-control {
    /*    font-family: 'Optima';*/
}
/*fontAwesome*/
.zeus.tparrows.tp-rightarrow::before, .zeus.tparrows.tp-leftarrow::before, .approach-table ul li > span::before, .testimonial-quote h3::before, .testimonial-quote h3::after, blockquote.blockquote::before {
    font-family: 'FontAwesome';
}
/* Helper Classes & Shorcodes */
.padLeft {
    padding-left: 0px !important;
}
.padRight {
    padding-right: 0px !important;
}
.padding {
    padding: 7.5rem 0;
}
.padding_top {
    padding-top: 7.5rem;
}
.padding_bottom {
    padding-bottom: 7.5rem;
}
.margin_bottom {
    margin-bottom: 7.5rem;
}
.margin_top {
    margin-top: 7.5rem;
}
.padding_half {
    padding: 4.375rem 0;
}
.padding_bottom_half {
    padding-bottom: 4.375rem;
}
.margin_bottom_half {
    margin-bottom: 4.375rem;
}
.padding_top_half {
    padding-top: 4.375rem;
}
.heading_space {
    margin-bottom: 4.125rem;
}
.bottom5 {
    margin-bottom: 5px;
}
.bottom10 {
    margin-bottom: 10px;
}
.top10 {
    margin-top: 10px;
}
.bottom15 {
    margin-bottom: 15px;
}
.top15 {
    margin-top: 15px;
}
.top20 {
    margin-top: 20px;
}
.bottom20 {
    margin-bottom: 20px;
}
.bottom25 {
    margin-bottom: 25px;
}
.top25 {
    margin-top: 25px;
}
.bottom30 {
    margin-bottom: 30px;
}
.top30 {
    margin-top: 30px;
}
.bottom35 {
    margin-bottom: 35px;
}
.top40 {
    margin-top: 40px;
}
.bottom40 {
    margin-bottom: 40px;
}
.bottom45 {
    margin-bottom: 45px;
}
.top50 {
    margin-top: 50px;
}
.top60 {
    margin-top: 60px;
}
.bottom60 {
    margin-bottom: 60px;
}
.bottom0 {
    margin-bottom: 0;
}
.nomargin {
    margin: 0;
}
.nopadding {
    padding: 0;
}
.fontbold {
    font-weight: bold;
}
.fontmedium {
    font-weight: 500;
}
.font-light {
    font-weight: 300;
}
.font-xlight {
    font-weight: 200;
}
.bglight {
    background: #f5f7f7;
}
.bgdefault {
    background: #353584;
}
.whitecolor {
    color: #ffffff;
}
.darkcolor {
    color: #000000;
}
.skybluebg {
    background: #00afe5
}
.extradark-color {
    color: #212331;
}
.defaultcolor {
    color: #353584;
}
section {
    position: relative;
}
.center-justified {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.container-padding {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
/*heading Titles */
.heading-title > span {
    font-size: 1.25rem;
    display: block;
    text-transform: capitalize;
    color: #353584;
}
.whitecolor.heading-title > span {
    color: #fff;
}
.heading-title h2 {
    font-weight: 400;
}
.heading-title h3 {
    font-weight: 700;
    font-size: 36px
}
.heading-title h3 span {
    color: #44c1e2;
    font-weight: 600;
}
/*img wrap*/
.image {
    overflow: hidden;
}
a.image {
    display: block;
}
.image img {
    width: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
/*hover on images*/
.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/*to align elements center*/
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*Back To Top*/
.back-top {
    color: #fff;
    right: 25px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 40px;
    background: #f63d3d;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 40px;
    border: 2px solid #ffffff;
    width: 40px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.back-top::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    background: #f63d3d;
}
.back-top:hover::before, .back-top:focus::before {
    opacity: 1;
    visibility: visible;
}
.back-top:hover, .back-top:focus {
    color: #fff;
}
/* transitions common*/
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
i::before, i::after {
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}
.navbar-brand {
    /*  margin: 8px 0;*/
    /*  padding: 10px 0px;*/
    position: relative;
}
.navbar-brand > img {
    max-width: 100% !important;
}
.navbar.fixedmenu .logo-default, .navbar .logo-scrolled {
    display: none;
}
.navbar.fixedmenu .logo-scrolled, .navbar .logo-default {
    display: inline-block;
}
/*-------------------------------*/
/*header*/
/*-------------------------------*/
#yellow-patch {
    padding: 0px;
    position: relative;
    margin: 0px;
    /*	background: #000;*/
}
.ylowrap {
    position: relative;
    padding: 0 100px;
}
.ylowrap .knowmore {
    font-size: .95rem;
    line-height: 1.2;
    color: #000;
    padding-top: 15px;
    padding-left: 15px;
    text-align: right;
    font-weight: 600;
}
.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.navbar-custom {
    padding: 1px 5px;
    -moz-box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .3);
    box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .3);
    background: #fff;
    /*  border-bottom: solid 5px #0096d6;*/
}
.navbar-custom.top-nav-collapse {
    -moz-box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .3);
    box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .3);
    background: #fff;
    padding: 2px 5px;
    height: 75px;
}
.navbar-custom.top-nav-collapse img {
    width: 135px;
    transition: 1s all;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #2A5993;
    font-weight: 600;
    /*  background: #e3140c;*/
    /*  border-bottom: solid 1px #00529f;*/
    padding: 7px 10px;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
    color: #2A5993;
    font-weight: 700;
    padding: 7px 10px;
    /*    font-family: 'Optima';*/
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #2A5993;
}
.navbar-dark .navbar-nav .nav-link {
    color: #2A5993;
    font-size: 1.2rem;
    padding: 7px 10px;
    font-weight: 400;
    margin: 0 5px;
    /*    font-family: 'Optima';*/
}
.dropdown-menu {
    background-color: #f8c737;
    color: #fff !important;
    font-size: 1rem;
}
.navbar-dark .navbar-nav .btn-danger1 {
    background: #3f7da8;
    color: #fff !important;
    border-radius: 20px;
    font-weight: 600;
    padding: 5px 13px 7px 13px;
    margin-top: 3px;
    transition: 1s all;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-dark .navbar-nav .btn-danger1:hover {
    background: #d76462;
    color: #fff;
    font-weight: 600;
    padding: 5px 13px 7px 13px;
}
.logo img {
    width: 150px;
    /*  margin-top: 30px;*/
}
header {
    z-index: 100;
    position: relative;
    background: url("../images/banner.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px 0;
    min-height: 650px;
    height: 100%;
    margin-top: 80px;
}
header .header-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*    font-family: "Ramabhadra", sans-serif;*/
    padding: 150px 0;
    position: relative;
}
header .header-text p {
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: block;
}
header .header-text h1 {
    color: #fff;
    /*    text-transform: uppercase;*/
    font-size: 5rem;
    line-height: 1;
    font-weight: normal;
    margin: 0px;
    padding: 20px 0 0 0;
    text-align: center;
}
header .header-text h1 span {
    color: #e5322e;
    display: block;
}
header .header-text h2 {
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.1;
    font-weight: 500;
    margin: 35px 0 0 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
header .header-text::before {
    content: '';
    position: absolute;
    background: #fff;
    height: 1px;
    width: 40%;
    margin-top: 15px;
}
header .header-text h3 {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.1;
    font-weight: normal;
    margin: 35px 0 0 0px;
    padding: 0px;
    text-align: center;
    /*    font-family: 'Optima';*/
}
header .header-text h3 span {
    display: block;
}
header .header-text .bg-danger1 {
    background: #d76462;
    color: #fff;
    /*    font-family: 'Optima';*/
    border-radius: 20px;
    font-weight: bold;
    padding: 10px 45px;
    margin-top: 15px;
    display: inline-block;
    transition: 1s all;
    font-size: 1rem;
}
header .header-text .bg-danger1:hover {
    background: #3f7da8;
}
header .header-text a.btn-apply {
    /*  width: 100%;*/
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 1.3rem;
    background: #fff;
    color: #3F7DA8;
    display: inline-block;
    /*    font-family: 'Optima';*/
    /*
    top: 50px;
    position: relative;
*/
}
header .header-text a.btn-apply:hover {
    background: #d76462;
    color: #fff;
}
#about {
    position: relative;
    padding: 150px 0px 50px 0px;
    background: #fff;
    /*  background: #f2f2f2 url("../images/repair_bg.jpg") top/cover no-repeat;*/
}
#about .abtwrp {
    padding: 0px 0px 0px 0px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
#about .abtwrp img {
    box-shadow: -14px 9px 22px rgba(0, 0, 0, 0.25);
    border-radius: 19px;
    display: block;
}
#about .abtwrp .rightbox {
    position: relative;
    background: #fff;
    padding: 30px;
}
#about .abtwrp .rightbox p {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: normal;
    color: #9A9595;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
#about .abtwrp .rightbox h2 {
    font-size: 4rem;
    margin: 0;
    line-height: 1;
    color: #2D333A;
    text-align: left;
    font-weight: 400;
    padding: 10px 0 0 0px;
}
#about .abtwrp .rightbox h2 span {
    color: #074385;
    display: block;
    font-style: italic;
}
#about .abtwrp .rightbox .abt {
    position: relative;
    display: block;
    margin-top: 60px;
}
#about .abtwrp .rightbox .abt p.para {
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
#about .abtwrp .rightbox .abt p.para span {
    font-family: "Yrsa", serif;
    color: #2A5993;
    font-style: italic;
}
#about .abtwrp .rightbox .abt a.btn-apply {
    /*  width: 100%;*/
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 1.3rem;
    background: #2A5993;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
}
#about .abtwrp .rightbox .abt a.btn-apply:hover {
    background: #d76462;
    color: #fff;
}
#yaleglobal {
    position: relative;
    padding: 30px 0px 30px 0px;
    background: #fff;
    /*  background: #f2f2f2 url("../images/repair_bg.jpg") top/cover no-repeat;*/
}
#yaleglobal .yalewrap {
    padding: 0px 0px 0px 0px;
}
#yaleglobal .yalewrap .yaletitle {
    position: relative;
    text-align: center;
    padding: 0px;
}
#yaleglobal .yalewrap .yaletitle p {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}
#yaleglobal .yalewrap .yaletitle p span {
    color: #074385;
}
#yaleglobal .yalewrap .yaletitle h2 {
    font-size: 3rem;
    margin: 0;
    line-height: 1;
    color: #2D333A;
    text-align: center;
    font-weight: 400;
    padding: 10px 0 0 0px;
}
#yaleglobal .yalewrap .yaletitle h2 span.block1 {
    display: block;
}
#yaleglobal .yalewrap .yaletitle h2 span {
    color: #2A5993;
}
#yaleglobal .yalewrap .yaletitle p.graytxt {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 500;
    color: #9A9595;
    margin: 0px;
    padding: 10px 0 0 0;
    text-transform: uppercase;
}
#yaleglobal .yalewrap .leftdiv {
    position: relative;
    padding: 0px;
    display: block;
}
#yaleglobal .yalewrap .leftdiv h2 {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.3;
    color: #2A5993;
    text-align: left;
    font-weight: 500;
    padding: 0px 0 30px 0px;
    display: block;
}
#yaleglobal .yalewrap .leftdiv h2 span {
    font-family: "Yantramanav", sans-serif;
    color: #000;
    display: block;
    font-weight: 400;
    font-size: 1.3rem;
}
#yaleglobal .yalewrap .leftdiv h2 ul {
    list-style: disc;
    list-style-position: outside;
    margin: 0 0 0 20px;
    padding: 0px;
}
#yaleglobal .yalewrap .leftdiv h2 ul li {
    font-size: 1.3rem;
    margin: 0px;
    font-family: "Yantramanav", sans-serif;
    font-weight: 400;
    color: #000;
}
#yaleglobal .yalewrap .righdiv {
    position: relative;
    padding: 0px;
    display: block;
}
#yaleglobal .yalewrap .righdiv h3 {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.3;
    color: #2A5993;
    text-align: left;
    font-weight: 500;
    padding: 0px 0 0px 0px;
    display: block;
}
#yaleglobal .yalewrap .righdiv p {
    font-size: 1.3rem;
    margin: 0;
    line-height: 1.5;
    color: #000;
    text-align: left;
    font-weight: 400;
    padding: 0px 0 20px 0px;
    display: block;
}
#yaleglobal .yalewrap .righdiv p.linepara {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.5;
    color: #000;
    text-align: left;
    font-weight: 400;
    padding: 0px 0 30px 20px;
}
#yaleglobal .yalewrap .righdiv p.linepara span {
    display: block;
}
#yaleglobal .yalewrap .righdiv p.linepara::before {
    content: '';
    height: 50px;
    width: 3px;
    background: #074385;
    position: absolute;
    left: 0;
}
#whatyou {
    position: relative;
    padding: 20px 0px 50px 0px;
    background: #fff;
    /*  background: #f2f2f2 url("../images/repair_bg.jpg") top/cover no-repeat;*/
}
#whatyou .whtwrap {
    padding: 0px 0px 0px 0px;
}
#whatyou .whtwrap .sectiontitle {
    position: relative;
    padding: 0px 0px;
}
#whatyou .whtwrap .sectiontitle h2 {
    font-size: 3rem;
    margin: 0;
    line-height: 1;
    color: #2D333A;
    text-align: left;
    font-weight: 400;
    padding: 10px 0 0 0px;
}
#whatyou .whtwrap .sectiontitle h2 span {
    color: #2A5993;
    display: block;
    font-style: italic;
}
#whatyou .whtwrap .sectiontitle p {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 500;
    color: #9A9595;
    text-align: left;
    margin: 0px;
    padding: 15px 0px 10px 0px;
}
#whatyou .whtwrap .whitebox {
    position: relative;
    background: #fff;
    /*    border: 1px solid #D1D1D1;*/
    /*    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    transition: 1s;
    border: 1px solid #fff;
}
#whatyou .whtwrap .whitebox p {
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: normal;
    color: #000;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
#whatyou .whtwrap .whitebox:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
}
#whatyou .whtwrap .whitebox h3 {
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.3;
    color: #2A5993;
    text-align: left;
    font-weight: 500;
    padding: 10px 0 0px 0px;
    display: block;
}
#whatyou .whtwrap .whitebox img {
    width: 60px;
    display: block;
    position: relative;
}
#invest {
    position: relative;
    padding: 20px 0px 50px 0px;
    background: #fff;
    /*  background: #f2f2f2 url("../images/repair_bg.jpg") top/cover no-repeat;*/
}
#invest .invwrap {
    padding: 0px 0px 0px 0px;
}
#invest .invwrap .sectiontitle {
    position: relative;
    padding: 0px 0px;
}
#invest .invwrap .sectiontitle h2 {
    font-size: 3rem;
    margin: 0;
    line-height: 1;
    color: #2D333A;
    text-align: left;
    font-weight: 400;
    padding: 10px 0 0 0px;
}
#invest .invwrap .sectiontitle h2 span {
    color: #2A5993;
    display: block;
    font-style: italic;
}
#invest .invwrap .sectiontitle p {
    font-size: 1.4rem;
    line-height: 1.1;
    font-weight: 500;
    color: #9A9595;
    text-align: left;
    margin: 0px;
    padding: 15px 0px 25px 0px;
}
#invest .invwrap .sectiontitle p span {
    font-family: "Yrsa", serif;
    color: #2A5993;
    font-size: 1.5rem;
    font-style: italic;
}
#invest .invwrap .whitebox {
    position: relative;
    background: #fff;
    border: 1px solid #9A9595;
    box-shadow: -2px -2px 20px rgba(0, 0, 0, 0.11), 2px 2px 20px rgba(0, 0, 0, 0.1);
    transition: 1s;
    padding: 30px;
}
#invest .invwrap .whitebox:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
}
#invest .invwrap .whitebox p {
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: normal;
    color: #000;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
#invest .invwrap .whitebox p span {
    display: block;
    font-size: 1.3rem;
}
#invest .invwrap .whitebox h3 {
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.3;
    color: #2A5993;
    text-align: left;
    font-weight: 500;
    padding: 10px 0 0px 0px;
    display: block;
}
#invest .invwrap .whitebox img {
    width: 50px;
    display: block;
    position: relative;
}
#invest .invwrap .whitebox img.grpimg {
    width: 80px;
}
#invest .invwrap .box {
    position: relative;
    background: #fff;
    border: 1px solid #9A9595;
    box-shadow: -2px -2px 20px rgba(0, 0, 0, 0.11), 2px 2px 20px rgba(0, 0, 0, 0.1);
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
}
#invest .invwrap .box h2 {
    font-size: 1.7rem;
    margin: 0;
    line-height: 1.3;
    color: #2A5993;
    padding: 0px 0px;
    text-align: center;
}
#invest .invwrap .box .subbox {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#invest .invwrap .box .whiteboxblue {
    background: #85aac7 !important;
}
#invest .invwrap .box .whiteboxblue h3, #invest .invwrap .box .whiteboxblue p {
    color: #fff !important;
}
#invest .invwrap .box .whitebox1 {
    position: relative;
    background: #fff;
    border: 1px solid #9A9595;
    box-shadow: -2px -2px 20px rgba(0, 0, 0, 0.11), 2px 2px 20px rgba(0, 0, 0, 0.1);
    transition: 1s;
    padding: 30px 30px;
    text-align: center;
}
#invest .invwrap .box .whitebox1 .blue {
    padding: 5px 15px;
    font-size: 1rem;
    color: #fff;
    background: #2a5993;
    font-family: "Yantramanav", sans-serif;
    display: inline-block;
}
#invest .invwrap .box .whitebox1 h3 {
    font-size: 4rem;
    margin: 0;
    line-height: 1.3;
    color: #000;
    font-weight: 500;
    padding: 10px 0 0px 0px;
    display: block;
}
#invest .invwrap .box .whitebox1 p {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
    margin: 0px;
    padding: 0px;
}
#invest .invwrap .box .whitebox1 h4 {
    font-size: 1.7rem;
    margin: 0;
    line-height: 1.3;
    color: #2A5993;
    text-align: left;
    font-weight: 500;
    padding: 5px 0 10px 0px;
    display: block;
}
#invest .invwrap .box .whitebox1 ul.tick {
    list-style-type: none;
    padding: 0;
    text-align: left;
}
#invest .invwrap .box .whitebox1 ul.tick li {
    position: relative;
    padding-left: 30px; /* Space for the image */
    margin-bottom: 10px;
}
#invest .invwrap .box .whitebox1 ul.tick li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url('../images/tick.png'); /* Replace with your tick image path */
    background-size: contain;
    background-repeat: no-repeat;
}
#invest .invwrap .box .whitebox1 ul.cross {
    list-style-type: none;
    padding: 0;
    text-align: left;
}
#invest .invwrap .box .whitebox1 ul.cross li {
    position: relative;
    padding-left: 30px; /* Space for the image */
    margin-bottom: 10px;
}
#invest .invwrap .box .whitebox1 ul.cross li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url('../images/wrong.png'); /* Replace with your tick image path */
    background-size: contain;
    background-repeat: no-repeat;
}
#invest .invwrap .box a.btn-apply {
    /*  width: 100%;*/
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 2.1rem;
    background: #2A5993;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
}
#invest .invwrap .box a.btn-apply:hover {
    background: #d76462;
    color: #fff;
}
#invest .invwrap .box .whitebox1:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
}
#days {
    position: relative;
    padding: 30px 0px 50px 0px;
    background: #fff;
    /*  background: #f2f2f2 url("../images/repair_bg.jpg") top/cover no-repeat;*/
}
#days .daywrap {
    padding: 0px 0px 0px 0px;
}
#days .daywrap .sectiontitle {
    position: relative;
    padding: 0px 0px;
}
#days .daywrap .sectiontitle h2 {
    font-size: 3rem;
    margin: 0;
    line-height: 1;
    color: #2D333A;
    text-align: center;
    font-weight: 400;
    padding: 10px 0 0 0px;
}
#days .daywrap .sectiontitle h2 span {
    color: #2A5993;
    display: block;
    font-style: italic;
}
#days .daywrap .sectiontitle p {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
    color: #9A9595;
    text-align: center;
    margin: 0px;
    padding: 15px 0px 10px 0px;
}
/*
#days .daywrap .schedule-container {
      max-width: 600px;
      margin: 40px auto;
    }
*/
#days .daywrap .daytop {
    display: flex;
    justify-content: space-between;
    position: relative;
}
#days .daywrap .daytop::after {
    content: '';
    position: absolute;
    background: #9A9595;
    height: 1px;
    width: 78%;
    margin: 0 auto;
    display: flex;
    left: 71px;
    top: 16px;
}
#days .daywrap .daytop h5 {
    font-size: 1.8rem;
    margin: 0;
    line-height: 1;
    color: #2A5993 !important;
}
#days .daywrap .daytop p {
    font-weight: 500;
    font-size: 1.4rem;
    color: #2D333A;
}
#days .daywrap .day-card {
    background: #fff;
    border-radius: 0px;
    padding: 25px;
    border: 1px solid #9A9595;
    box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.11), 2px 2px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
}
#days .daywrap .day-card img {
    width: 65px;
    height: auto;
    display: block;
    position: relative;
    vertical-align: middle;
}
#days .daywrap .day-card .time {
    font-size: 1.2rem;
    color: #2A5993;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
}
#days .daywrap .day-card .daytitle {
    color: #2D333A;
    font-weight: 500;
    font-size: 1.4rem;
    margin: 0px;
    padding: 0px;
}
#days .daywrap .scroll-days {
    max-height: 85vh;
    overflow-y: auto;
    padding-right: 10px;
}
/* Custom blue scrollbar */
#days .daywrap .scroll-days::-webkit-scrollbar {
    width: 8px;
    height: 100%;
    background: #074385;
    border-radius: 10px;
}
#days .daywrap .scroll-days::-webkit-scrollbar-thumb {
    background-color: #90CFFA;
    border-radius: 10px;
}
#outing {
    position: relative;
    padding: 20px 0px 50px 0px;
    background: #fff;
    /*  background: #f2f2f2 url("../images/repair_bg.jpg") top/cover no-repeat;*/
}
#outing .outwrap {
    padding: 0px 0px 0px 0px;
}
#outing .outwrap .sectiontitle {
    position: relative;
    padding: 0px 0px;
}
#outing .outwrap .sectiontitle h2 {
    font-size: 3rem;
    margin: 0;
    line-height: 1;
    color: #2D333A;
    text-align: left;
    font-weight: 400;
    padding: 10px 0 0 0px;
}
#outing .outwrap .sectiontitle h2 span {
    color: #2A5993;
    display: block;
    font-style: italic;
}
#outing .outwrap .sectiontitle p {
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 500;
    color: #9A9595;
    text-align: left;
    margin: 0px;
    padding: 15px 0px 10px 0px;
}
#outing .outwrap .timeline {
    position: relative;
    padding-left: 30px;
    border-left: 1px solid #555;
}
#outing .outwrap .timeline-dot {
    width: 14px;
    height: 14px;
    background-color: #2A5993;
    border-radius: 50%;
    position: absolute;
    left: -38px;
    top: 0px;
}
#outing .outwrap .timeline-item {
    position: relative;
    margin-bottom: 30px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #9A9595;
    box-shadow: -2px -2px 20px rgba(0, 0, 0, 0.11), 2px 2px 20px rgba(0, 0, 0, 0.1);
    transition: 1s all;
    padding: 30px;
}
#outing .outwrap .timeline-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
}
#outing .outwrap .timeline-item img {
    max-width: 100%;
    border-radius: 4px;
}
#outing .outwrap .timeline-item .textdata {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    padding-left: 15px;
}
#outing .outwrap .timeline-item .textdata h5 {
    font-weight: 700;
    color: #2A5993;
    font-size: 2rem;
}
#outing .outwrap .timeline-item .textdata p {
    margin: 0;
    font-size: 1.3rem;
    color: #000;
    position: relative;
    padding-top: 3px;
}
#meetmentor {
    position: relative;
    padding: 20px 0px 50px 0px;
    background: #fff;
    /*  background: #f2f2f2 url("../images/repair_bg.jpg") top/cover no-repeat;*/
}
#meetmentor .meetwrap {
    padding: 0px 0px 0px 0px;
}
#meetmentor .meetwrap .sectiontitle {
    position: relative;
    padding: 0px 0px;
}
#meetmentor .meetwrap .sectiontitle h2 {
    font-size: 3rem;
    margin: 0;
    line-height: 1;
    color: #2D333A;
    text-align: left;
    font-weight: 400;
    padding: 10px 0 0 0px;
}
#meetmentor .meetwrap .sectiontitle h2 span {
    color: #2A5993;
    display: block;
    font-style: italic;
}
#meetmentor .meetwrap .sectiontitle p {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
    color: #9A9595;
    text-align: left;
    margin: 0px;
    padding: 15px 0px 10px 0px;
}
#meetmentor .meetwrap .timeline-item {
    position: relative;
    margin-bottom: 0px;
    /*    border-radius: 8px !important;*/
    background: #fff;
    /*    border: 1px solid #9A9595;*/
    /*    box-shadow: -2px -2px 20px rgba(0, 0, 0, 0.11), 2px 2px 20px rgba(0, 0, 0, 0.1);*/
    transition: 1s all;
    padding: 0px;
    /*	min-height: 200px;*/
    height: 100%;
    z-index: 1;
}
#meetmentor .meetwrap .bluecard {
    background: #2A5993;
}
#meetmentor::before {
    content: '';
    position: absolute;
    width: 100%;
    background: #2A5993;
    height: 368px;
    top: 152px;
}
#meetmentor::after {
    content: '';
    position: absolute;
    width: 100%;
    background: #2A5993;
    height: 363px;
    bottom: 414px;
    z-index: 0;
}
#meetmentor .meetwrap .bluecard .textdata h5, #meetmentor .meetwrap .bluecard .textdata p {
    color: #fff !important;
    padding-left: 30px !important;
}
#meetmentor .meetwrap .timeline-item:hover {
    /*    transform: translateY(-5px);*/
    /*    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);*/
}
#meetmentor .meetwrap .timeline-item img {
    max-width: 350px;
    width: 100%;
}
#meetmentor .meetwrap .timeline-item .textdata {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    /*    padding: 10px 40px;*/
    padding: 10px;
}
#meetmentor .meetwrap .timeline-item .textdata h5 {
    font-weight: 600;
    color: #074385;
    font-size: 1.8rem;
    padding-bottom: 10px;
}
#meetmentor .meetwrap .timeline-item .textdata p {
    margin: 0;
    font-weight: 400;
    font-size: 1.3rem;
    color: #000;
}
#faq {
    position: relative;
    padding: 20px 0px 50px 0px;
    background: #fff;
    /*  background: #f2f2f2 url("../images/repair_bg.jpg") top/cover no-repeat;*/
}
#faq .faqwrap {
    padding: 0px 0px 0px 0px;
}
#faq .faqwrap .sectiontitle {
    position: relative;
    padding: 0px 0px;
}
#faq .faqwrap .sectiontitle h2 {
    font-size: 3rem;
    margin: 0;
    line-height: 1;
    color: #2D333A;
    text-align: left;
    font-weight: 400;
    padding: 10px 0 20px 0px;
}
#faq .faqwrap .sectiontitle h2 span {
    color: #2A5993;
    display: block;
    font-style: italic;
}
#faq .faqwrap .sectiontitle p {
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 500;
    color: #9A9595;
    text-align: left;
    margin: 0px;
    padding: 15px 0px 10px 0px;
}
#faq .faqwrap .accordion-button {
    font-weight: 400;
    font-size: 1.3rem;
    background: #FAFAFA;
    color: #000000;
    font-family: "Yantramanav", sans-serif;
    line-height: 1.3;
}
#faq .faqwrap .accordion-body {
    color: #2A5993;
    font-size: 1.3rem;
    line-height: 1.6;
    background: #FAFAFA;
    padding: 1rem;
}
#faq .faqwrap .accordion-item {
    border: none;
    border-bottom: 1px solid #333;
    background: #FAFAFA;
    padding: 10px 10px;
}
#faq .faqwrap .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232A5993'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(0deg);
}
#faq .faqwrap .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}
#faq .faqwrap .accordion-button:not(.collapsed) {
    /*    color: #0c63e4;*/
    /*    background-color: #e7f1ff;*/
    box-shadow: none;
}
#cont {
    position: relative;
    padding: 50px 0px 50px 0px;
    background: #f2f2f2 url("../images/contact-bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}
#cont .contwrap {
    position: relative;
    padding: 10px 0px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
#cont .contwrap .lwlogo {
    width: 120px;
    position: relative;
    display: block;
}
#cont .contwrap h2 {
    font-size: 4rem;
    margin: 40px 0 0px 0px;
    line-height: 1;
    color: #fff;
    text-align: left;
    position: relative;
    padding: 0px;
    display: block;
    font-weight: 600;
    /*	font-family: "Yrsa", serif*/
}
#cont .contwrap p {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin: 0px;
    padding: 0px;
    /*	 font-family: "Yantramanav", sans-serif;*/
}
#cont .contwrap a.btn-apply {
    /*    width: 100%;*/
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 1.5rem;
    background: #fff;
    color: #2A5993;
    display: inline-block;
    margin-top: 20px;
}
#cont .contwrap a.btn-apply:hover {
    background: #d76462;
    color: #fff;
}
/*-------------------------------*/
/* Footer ends*/
/*-------------------------------*/
@media (max-width: 1367px) {
    html, body {
        overflow-x: hidden
    }
    #invest .invwrap .box a.btn-apply {
        /*    padding: 10px 5px;*/
        font-size: 1.6rem;
    }
    #days .daywrap .daytop::after {
        width: 75%;
    }
}
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {}
/*Large devices (desktops, less than 1025px)*/
@media (max-width: 1025px) {
    html {
        font-size: 15px;
    }
    .ylowrap {
        position: relative;
        padding: 0px 50px;
    }
}
/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
    html {
        font-size: 14px;
    }
    h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.125rem;
    }
    p {
        font-size: 14px;
    }
    .heading-title > span {
        font-size: 1rem;
    }
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
    html {
        overflow-x: hidden;
    }
    .logo img {
        width: 110px;
    }
    .navbar-custom.top-nav-collapse img {
        width: 100px;
        transition: 1s all;
    }
    #about .abtwrp .rightbox {
        padding: 10px;
    }
    .navbar-brand {
        margin: 5px 0;
    }
    .navbar-custom.top-nav-collapse {
        background: #fff;
        height: auto;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(63, 125, 168, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        border: solid 2px #3F7DA8;
        margin-right: 4px;
    }
    #about {
        padding: 100px 0px 50px 0px;
    }
    #yaleglobal .yalewrap .righdiv p.linepara span {
        display: inline;
    }
    #whatyou {
        padding: 5px 0px 20px 0px;
    }
    #days {
        padding: 30px 0px 50px 0px;
    }
    #days .daywrap .daytop::after {
        width: 100%;
        left: 0;
        top: 34px;
    }
    #cont .contwrap h2 {
        font-size: 3rem;
    }
}
@media (max-width: 576px) {
    #about {
        padding: 90px 0px 50px 0px;
    }
    #outing .outwrap .timeline {
        margin-left: 8px;
    }
    #outing {
        padding: 20px 0px 30px 0px;
    }
    #meetmentor {
        padding: 20px 0px;
    }
    #meetmentor .meetwrap .bluecard .textdata h5, #meetmentor .meetwrap .bluecard .textdata p {
        padding-left: 10px !important;
    }
    .mob-col-revers {
        flex-direction: column-reverse;
    }
    #invest .invwrap .box {
        padding: 10px;
    }
    #days {
        padding: 30px 0px 10px 0px;
    }
    #yaleglobal .yalewrap .yaletitle h2 span.block1 {
        display: inline;
    }
}
@media (max-width: 426px) {
    #yaleglobal {
        padding: 40px 0px 0px 0px;
    }
    #invest .invwrap .box .subbox {
        flex-direction: column;
    }
    #invest .invwrap .box .whitebox1 {
        padding: 30px 20px;
    }
    #outing .outwrap .timeline-item {
        padding: 20px;
    }
    #cont .contwrap h2 {
        font-size: 2.2rem;
    }
    #cont .contwrap p {
        font-size: 1.6rem;
    }
}
/*@media (max-width: 376px) {}*/
/*@media (max-width: 361px) {}*/

/* Full width section */
.letter-section {
  background-color: #0f4c81; /* Yale blue tone */
  color: #fff;
  padding: 60px 20px;
  width: 100%;
  box-sizing: border-box;
}

/* Content container */
.letter-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

/* Left text block */
.letter-content {
  flex: 2;
}

.letter-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.letter-text {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 400;
}

.letter-text strong {
  color: #cce6ff; /* light blue highlight */
  font-weight: 600;
}

/* Signature */
.signature {
  margin-top: 25px;
}

.signature-img {
  max-width: 150px;
  margin-bottom: 10px;
}

.author {
  font-size: 1.3rem;
  line-height: 1.5;
}

/* Right side logo */
.letter-logo img {
  max-width: 150px;
  height: auto;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .letter-container {
    flex-direction: column;
    text-align: center;
  }

  .letter-logo {
    margin-top: 30px;
  }
}





/* Section base */
.beyond-classroom {
  background: #0f4c81;
  color: #fff;
  padding: 60px 20px;
  width: 100%;
  box-sizing: border-box;
}

.beyond-classroom .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Title & text */
.section-title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title span {
  color: #cce6ff;
}

.subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.intro {
  font-size: 1.3rem;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* Experience grid */
.experience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

/* Card layout with icon left, text right */
.experience-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.experience-card .icon {
  flex-shrink: 0;
}

.experience-card .icon img {
  width: 45px;
  height: 45px;
}

.experience-card .content h3 {
  /* font-size: 18px; */
  margin-bottom: 8px;
  font-weight: 600;
}

.experience-card .content p {
  /* font-size: 14px; */
  line-height: 1.6;
}

/* Footer */
.camp-footer {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.camp-footer p {
  /* font-size: 14px; */
  margin-bottom: 10px;
  line-height: 1.6;
}

.camp-footer h3 {
  /* font-size: 16px; */
  font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience-card {
    flex-direction: row;
    text-align: left;
  }

  .section-title {
    font-size: 22px;
  }

  .subtitle {
    font-size: 16px;
  }

  .intro {
    font-size: 14px;
  }
}

/* Full-width background section */
.terms-section {
  width: 100%;
  background: #fff;   /* white background */
  padding: 60px 20px;
  box-sizing: border-box;
}

/* Content wrapper centered */
.terms-wrapper {
  max-width: 1100px;   /* keeps text readable */
  margin: 0 auto;
}

/* Title */
.terms-title {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 25px;
  text-transform: capitalize;
  position: relative;
}

.terms-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #1fb6ff; /* blue underline */
  margin-top: 6px;
}

/* Content styles */
.terms-content h4 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 6px;
  color: #000;
}

.terms-content p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #000;
}

/* Responsive: tablets */
@media (max-width: 992px) {
  .terms-title {
    font-size: 24px;
  }

  .terms-content h4 {
    font-size: 16px;
  }

  .terms-content p {
    font-size: 14px;
  }
}

/* Responsive: mobiles */
@media (max-width: 600px) {
  .terms-section {
    padding: 40px 15px;
  }

  .terms-title {
    font-size: 22px;
  }

  .terms-content h4 {
    font-size: 15px;
  }

  .terms-content p {
    font-size: 13px;
  }
}

/* Section */
.curriculum-section {
  width: 100%;
  background: #fff;
  padding: 60px 20px;
  box-sizing: border-box;
}

/* Container */
.curriculum-section .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

/* Titles */
.section-title {
  
  font-weight: 400;

  margin-bottom: 10px;
}

.section-subtitle {
  /* font-size: 16px; */
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  position: relative;
}

.section-subtitle::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: #1fb6ff;
  margin-top: 6px;
}

.section-intro {
  font-size: 1.2rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* Curriculum Cards */
.curriculum-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.curriculum-card {
  flex: 1;
  min-width: 280px;
  background: #48b2e8;
  color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
}

.curriculum-card .icon img {
  width: 40px;
  margin-bottom: 15px;
}

.curriculum-card h3 {
 color: #003366;
  font-weight: 700;
  margin-bottom: 10px;
}

.curriculum-card p {
  /* font-size: 14px; */
  line-height: 1.6;
  color:black;
}

/* Footer text */
.section-footer {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.6;
  color: #222;
  text-align: left;
}

/* Responsive */
@media (max-width: 992px) {
  .curriculum-cards {
    flex-direction: column;
  }
}



/* About YIRA Section */
.about-yira-section {
  width: 100%;
  background: #fff;
  padding: 60px 20px;
  box-sizing: border-box;
}

.about-yira-section .container {
  max-width: 900px;
  margin: 0 auto;
}

/* Subtitle */
.about-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #444;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* Title */
.about-title {
  font-size: 42px;
  font-weight: 800;
  color: #004080; /* Dark Yale blue */
  margin: 0 0 10px;
}

/* Heading */
.about-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
}

/* Underline */
.underline {
  width: 90px;
  height: 4px;
  background: #1fb6ff; /* Light blue underline */
  margin: 10px 0 20px;
}

/* Paragraphs */
.about-yira-section p {
  font-size: 1.3rem !important;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .about-title {
    font-size: 32px;
  }
  .about-heading {
    font-size: 18px;
  }
  .about-yira-section p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .about-title {
    font-size: 28px;
  }
  .underline {
    width: 70px;
    height: 3px;
  }
}



/* Full Width About Section */
.about-yira-section {
  width: 100%;
  background: #fff;  /* White background full width */
  padding: 60px 20px;
  box-sizing: border-box;
}

/* Inner Container (controls text max width but still centered) */
.about-yira-container {
  max-width: 1200px; /* keeps text readable */
  margin: 0 auto;
  width: 100%;
}

/* Subtitle */
.about-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #444;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* Title */
.about-title {
  font-size: 48px;
  font-weight: 800;
  color: #004080; /* Yale Blue */
  margin: 0 0 10px;
}

/* Heading */
.about-heading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
}

/* Underline */
.underline {
  width: 100px;
  height: 4px;
  background: #1fb6ff; /* Light blue underline */
  margin: 10px 0 25px;
}

/* Paragraphs */
.about-yira-section p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 18px;
  max-width: 100%;
}

/* Responsive */
@media (max-width: 992px) {
  .about-title {
    font-size: 36px;
  }
  .about-heading {
    font-size: 18px;
  }
  .about-yira-section p {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .about-title {
    font-size: 28px;
  }
  .underline {
    width: 70px;
    height: 3px;
  }
}


/* Limited Seats Section */
.limited-seats {
  width: 100%;
  text-align: center;   /* Center the text */
  margin: 10px auto;
  padding: 15px 20px;
  box-sizing: border-box;
}

.limited-seats p {
  font-size: 18px;
  line-height: 1.6;
  color: #222;          /* Dark text for readability */
  max-width: 900px;     /* Keeps text in nice readable width */
  margin: 0 auto;       /* Center horizontally */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .limited-seats p {
    font-size: 16px;
    max-width: 95%;     /* Allow more width on tablets */
  }
}

@media (max-width: 480px) {
  .limited-seats p {
    font-size: 14px;
    max-width: 100%;    /* Full width on mobile */
  }
}
