@import url("../fonts/font.css");

:root {
    --primary-color: #0078b5;
    --primary-dark:#003b64;
    --primary800:#0079b6;
    --primary700:#5db4cf;
    --primary600:#5eb4cf;    
    --blue500:#9dc4ca;
    --blue600:#e7f1ee;
    --secondary-color: #323d49;
    --black: #000000;
    --grey:#333e48;
    --grey800:#758393;
    --grey700:#9aa2ae;
    --white: #FFFFFF;
    --white800: #f8f8f9;
    --white700:#e4e5e6;
    --red:#e52822;
    --yellow:#ffc855;
    --orange:#f79525;
    --beige:#f5e6c0;    
    --greenmint:#a3b359;
    --green-dark:#5b8328;
    --dm-sans-font: 'DM Sans', sans-serif;
    --roboto-regular: 'Roboto Condensed Regular';
    --roboto-bold: 'Roboto Condensed Bold';
}
body {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: var(--dm-sans-font);
    font-weight: 400;
    font-size: 18px;
    /* overflow-x: hidden; */
}
ul, ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
::marker {
    color: var(--primary-color);
}
a{
    text-decoration: none;
    color: inherit;
}
h1{
    font-size: 42px;
    line-height: 1.0;
    font-family:var(--roboto-bold);
    color: var(--primary-color);
    margin: 0;
}
h2{
    font-size: 32px;
    line-height: 1.0;
    font-family:var(--roboto-bold);
    color: var(--secondary-color);
    margin: 0;
}
h3{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0.2rem;
    font-family:var(--dm-sans-font);
font-weight:700;
}
p{
    font-size: 18px;
    line-height: 1.4;
    font-family: var(--dm-sans-font);
    font-weight: 400;
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
}
/* Custom scrollbar */
#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: unset;
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: unset;
	background-color: #9CC3CA;
}

/* Header-Footer CSS */
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.navbar{
    justify-content: end;
    padding: 1rem;
    
}
.head-logo{
    height: 40px;
}
.tophead{
    background: var(--primary800);
}
.tophead .navbar{
    justify-content: space-between;
}
.offcanvas.offcanvas-end {
    width: 300px;
    background: var(--primary800);
}
.offcanvas-header {
    position: absolute;
    left: -44px;
    top: 8px;
    padding: 0;
    background: var(--primary800);
}
.offcanvas-header .btn-close{
    margin: 0;
    border-radius: 0;
    filter: invert(1);
    border: 0;
    opacity: 1;
    padding: 0.8rem;
}
.offcanvas-body{
    padding: 0;
}
.offcanvas-body ul li a {
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 1rem 1.5rem 1rem 2rem;
    color: var(--white);
    border-bottom: 1px solid #ffffff2b;
}
.offcanvas-body ul li a:hover{
    background: var(--primary-color);
    color: var(--blue600);
}
/* Megamenu */
.accordion_container .accordion_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #ffffff2b;
    color: var(--white);
    cursor: pointer;
    text-transform: capitalize;
    font-size: 18px;
}
.accordion_head.active{
    background: var(--primary-color);
    color: var(--white);
}
.accordion_container .plusminus svg {
    width: 1rem;
    height: 1rem;
    transition: all 0.5s;
}


footer{
    background:url("../images/footer_banner.png") no-repeat center center;
    background-size: cover;
    padding: 5rem 0;
    text-align: center;
}
footer h4{
    font-size: 18px;
    line-height: 1.4;
    font-family: var(--roboto-regular);
    color: var(--primary700);
    margin: 4rem 0;
}
footer ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1rem;
}
footer ul li a{
    font-size: 18px;
    line-height: 1.0;
    font-family: var(--roboto-regular);
    color: var(--white);
    text-transform: uppercase;
    padding: 0.4rem 1.3rem;
    border-radius: 30px;
}
footer ul li a:hover{
    background: var(--black);
    color: var(--beige);
}
/* Common CSS */
#secspace{
    padding: 2.5rem;
}
.heading{
    position: relative;
    display: block;
}
.heading::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 100%;
    background: var(--yellow);
    position: absolute;
}
.heading h2, .heading h1{
    padding-left: 2.5rem;
    line-height: 1.0;
    font-size: 42px;
    font-family:var(--roboto-bold);
    color: var(--primary-color);
    margin: 0;
    display: block;
    width: 100%;
    word-break: break-word;
}
.heading b{
    color: var(--orange);
    display: inline-block;
}
.card{
    border: none;
    border-radius: unset;
    text-align: center;
}
.card img {
    height: calc(150px - 0px);
    object-fit: cover;
}
.shield_blog img{
    height: 100%;
}
.card-body h6{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--black);
    margin-bottom: 0.3rem;
}
.card-body span{
    font-size: 16px;
    line-height: 1.2;
    color: var(--primary800);
    margin-bottom: 0;
}
.card-body h5{
    font-size: 18px;
    line-height: 1.2;
    font-family:var(--dm-sans-font);
    font-weight:700;
    color: var(--primary800);
    text-transform: uppercase;
    margin-bottom: 0;
}
.ad_sec{
    background: var(--greenmint);
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: flex-start;
    word-break: break-word;
}
.ad_sec img{
    height: 100%;
    width: 235px;
    object-fit: fill;
    object-position: left;
}
.ad_sec h4{
    font-size: 28px;
    line-height: 1.2;
    font-family:var(--dm-sans-font);
    font-weight:300;;
    color: var(--white);
    margin-bottom: 0;
    padding: 1.5rem;
}
.ad_sec h2{
    font-size: 32px;
    line-height: 1.2;
    color: var(--white);
    display: block;
    margin-bottom: 1rem;
}
.ad_sec h3{
    font-size: 28px;
    line-height: 1.2;
    font-family:var(--dm-sans-font);
    font-weight:300;
    color: var(--white);
    margin-bottom: 0;
}
.callus{
    font-size: 28px;
    line-height: 1.0;
    font-family: var(--dm-sans-font);
    font-weight: 400;
    color: var(--secondary-color);
}
.callus a{
    font-size: 28px;
    line-height: 1.0;
    font-family:var(--dm-sans-font);
    font-weight:700;
    background: var(--greenmint);
    color: var(--white);
    padding: 0.2rem 1rem;
}
.list-content{
    list-style:disc;
    padding-left: 1rem;
}
.list-content p{
    margin: 0;
}
.getlink{
    font-size: 20px;
    color: var(--primary-color);
    text-decoration: underline;
}
.btn-common{
    background: var(--primary700);
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    padding: 10px 30px;
    display: inline-block;
    border: 1px solid var(--primary700);
    border-radius: 10px;
}
.btn-common:hover{
    background: var(--white);
    color: var(--primary700);
    border: 1px solid var(--primary700);
}
.buy-btn{
    background: #003A63;
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #003A63;
    border-radius: 8px;
}
.buy-btn:hover{
    background: var(--white);
    color: #003A63;
    border: 1px solid #003A63;
}
.tooltip-btn{
    border: 0;
    padding: 0;
    line-height: normal;
    background: transparent;
}
.tooltip-btn img{
    width: 12px;
    height: 12px;
}
/* Home page CSS */
#banner{
    background-size: cover !important;
    height: 420px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 3rem 0;
}
.baseball-banner{
    background: url("../images/baseball_banner.png") no-repeat center right;
}
.softball-banner{
    background: url("../images/softball_banner.png") no-repeat center right;
}
.basketball-banner{
    background: url("../images/basketball_banner.png") no-repeat center right;
}
.vollyball-banner{
    background: url("../images/vollyball_banner.png") no-repeat center right;
}
.league-group-banner{
    background: url("../images/league_group_banner.png") no-repeat center right;
}
.tournament-banner{
    background: url("../images/tournament_banner.png") no-repeat center right;
}
/* Right section CSS */
.program_list{
    list-style: none;
    margin: 3rem 0 0;
    padding: 0;
}
.program_list li{
    margin-bottom: 2rem;
    position: relative;
    word-break: break-word;
}
.program_list li::before{
    content: "";
    display: block;
    width: 0.5rem;
    height: 100%;
    background: var(--beige);
    position: absolute;
    left: 0;
}
.program_list li > *{
    font-size: 18px;
    padding-left: 1.5rem;
    color: var(--secondary-color);
}
.program_list li h3 a{
    font-size: 18px;
    line-height: 1.2;
    color: var(--primary800);
    text-decoration: none;
    font-weight: 400;
}
.inqury_sec{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    
}
.inqury_sec h2:first-child{
    font-size: 27px;
    line-height: 1.0;
    font-family: var(--roboto-bold);
    color: var(--white);
    margin: 0;
    padding: 1rem;
    background: var(--orange);
}
.inqury_sec h2:last-child{
    font-size: 27px;
    line-height: 1.0;
    font-family: var(--roboto-bold);
    color: var(--black);
    margin: 0;
    text-decoration: none;
    padding: 1rem;
    background: var(--beige);
}
/* left section CSS */
.login-blog{
   background: linear-gradient(90deg, #E7F1EE 0%, #FFFFFF 100%);
   border-radius: 6px;
   padding: 1rem;
}
.login-blog .form-group{
    position: relative;
    margin-bottom: 0.5rem;
}
.login-blog .icon{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 18px;
    height: 18px;
    margin: auto 0.5rem;
}
.login-blog .form-control{
    font-size: 16px;
    color: var(--black);
    padding: 0.5rem 0.5rem 0.5rem 2.2rem;
    border: 0;
    border-radius: 10px; 
}
.login-blog p{
    font-size: 16px;
    line-height: 1.5;
    color: var(--secondary-color);
}
.login-btn, .login-btn:hover{
    width: 100%;
    background: var(--red);
    font-size: 16px;
    text-align: left;
    color: var(--white);
    border-radius: 10px;
    padding: 0.5rem 0.5rem 0.5rem 2.2rem;
    
    cursor: pointer;
    display: block;
}
.login-blog a{
    color: var(--primary-color);
}
/* accordion CSS */
#accordionFlushExample{
    margin: 3rem 0;
    border-top: 1px solid var(--grey);
}
#accordionFlushExample .accordion-button{
    font-size: 16px;
    line-height: 1.0;
    color: var(--secondary-color);
    border-bottom: 1px solid var(--grey);
    padding: 0.8rem 1rem;
}
#accordionFlushExample .accordion-button::after{
    display: none;
}
#accordionFlushExample .accordion-button:not(.collapsed), #accordionFlushExample .accordion-button:focus{
    color: var(--white);
    background: var(--red);
    box-shadow: unset;
}
#accordionFlushExample .accordion-body{
    border-bottom: 1px solid var(--grey);
    background: var(--blue600);
    padding: 0;
}
#accordionFlushExample .accordion-body li a{
    font-size: 16px;
    line-height: 1.0;
    color: var(--primary800);
    display: block;
    border-bottom: 1px solid var(--white);
    padding: 0.8rem 1.5rem;
    line-height: normal;
}
#accordionFlushExample .accordion-body li:last-child a{
    border-bottom: none;
}
.accordion-body .active{
    background: var(--primary700);
    color: var(--white) !important;
}

/* responsive login modal */
.modal-btn {
    border: none;
    width: 100%;
    background: var(--red);
    font-size: 16px;
    text-align: left;
    color: var(--white);
    border-radius: 10px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.modal-dialog {
    height: calc(100vh - 16px);
    display: flex;
    align-items: center;
}
.modal-header {
    background: var(--primary-dark);
}
.modal-header .btn-close {
    filter: invert(1);
    opacity: 1;
}
.modal-title {
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--dm-sans-font);
    font-weight: 700;
    color: var(--white);
    letter-spacing: 1px;
}
/* buy insurance CSS */
.buy-adsec{
    background: transparent;
}
.buy-adsec:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 100%;
    background: var(--yellow);
    position: absolute;
}
.ad_sec_inner{
    margin-left: 2.5rem;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: flex-start;
    word-break: break-word;
}
.ad_sec_inner h4{
    background: var(--greenmint);
}
.ad_sec_inner img{
    width: 150px;
    height: 120px;
    background: var(--white);
    object-fit: contain;
    object-position: center;
    margin-right: 1.5rem;
}
.insurance-form .form-group{
    margin-bottom: 1rem;
}
.insurance-form  label{
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 5px;
}
.insurance-form .form-control, .insurance-form .form-select{
    font-size: 14px;
    font-weight: 300;
    color: var(--secondary-color);
    padding: 10px 15px;
    border-radius: 10px;
    line-height: 1.5;
}
.form-check{
    display: flex;
    align-items: center;
    padding: 0;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"] + label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    color: var(--secondary-color);
    margin: 0;
    gap: 10px;
}
[type="radio"] + label:before {
    content: '';
    position: relative;
    width: 14px;
    height: 14px;
    border: 1.5px solid #ccc;
    border-radius: 100%;
    background: var(--white);
}
[type="radio"]:checked + label:before {
    content: "";
    background: var(--primary800);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/* Table CSS */
.custom-table {
    background: #FAFAFA;
    padding-bottom: 1rem;
    max-height: calc(300px - 10px);
    height: 100%;
    padding-right: 5px;
}
.table-title {
    background: var(--greenmint);
    font-size: 26px;
    color: var(--white);
    display: block;
    padding: 12px 15px;
    margin-bottom: 0;
}
.custom-table ul {
    padding: 12px 15px 0;
}
.custom-table ul li p {
    font-size: 16px;
    margin-bottom: 0;
}
.custom-table small {
    font-size: 12px;
    padding: 10px 15px;
    color: var(--secondary-color);
    display: block;
}
.table {
    border-top: 1px solid #9CC3CA;
    border-bottom: 1px solid #9CC3CA;
}
.table th{
    font-size: 20px;
}
.table td{
    font-size: 16px;
}
/* Faq CSS */
.faqad-blog{
    background: #FAFAFA;
    border-bottom: 1.5px solid var(--primary700);
}
.faqad-head{
    border-left: 20px solid var(--yellow);
    background: var(--greenmint);
    padding: 20px;
    height: 60px;
    position: relative;
}
.faqad-head img{
    width: 100px;
    height: 80px;
    object-fit: contain;
    position: absolute;
    top: -28px;
}
.faqad-blog p{
    font-size: 16px;
    font-weight: 400;
    color: var(--secondary-color);
    padding: 20px;
    display: block;
    margin-bottom: 0;
}
.faq-content{
    border-bottom: 1.5px solid var(--primary700);
}
.faq-content h3{
    font-size: 30px;
    font-weight: 300;
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
}
.faq-content p{
    font-size: 16px;
    color: var(--secondary-color);
    margin-bottom: 0;
}
.faq-content ul li{
    margin-bottom: 10px;
}
.faq-content ul li:last-child{margin: 0;}
/* brochure CSS */
.brochure-blog {
    background: #FAFAFA;
    padding: 20px;
    text-align: center;
    box-shadow: 5px 5px 0px #cccccc4a;
}
.brochure-blog h3:first-child{
    font-weight: 700;
}
.brochure-blog h3{
    font-size: 26px;
    line-height: 1.4;
    font-weight: 300;
    color: var(--secondary-color);
    margin-bottom: 1rem;
    text-transform: capitalize;
}
.brochure-blog h3:last-child{
    margin-bottom: 0;
}
.brochure-blog ul li{
    display: grid;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 18px;
}
/* .brochure-blog ul li b{
    color: var(--primary-color);
} */
.brochure-blog ul li:last-child{
    margin-bottom: 0;
}
.purchase-blog{
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: calc(214px - 0px);
    margin: 15px 0 0;
}