:root {
    --navy: #002147;
    --gold: #c5a059;
    --slate: #708090;
    --light-grey: #f8f9fa;
}

body { font-family: 'Inter', sans-serif; color: #333; overflow-x: hidden; }

.border-top{
    border-top: solid;
}
.list-unstyled{
    text-align: center;
}

html {
  /* This creates an offset so sections stop below the fixed navbar */
  scroll-padding-top: 100px; 
  scroll-behavior: smooth;
}

/* Navigation */
.navbar { background: white; border-bottom: 3px solid var(--gold); }
.nav-link { 
    font-weight: normal;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 0.80rem;
    margin: 2px;
    border-radius: 3px;
    transition: .5s;
}
.nav-link:hover, .nav-link.active{
    background: #ececec;
}
.logo{ width: 190px; }

/* Hero */
.hero { 
    background: linear-gradient(rgba(0,33,71,0.85), rgba(0,33,71,0.85)), url('https://images.unsplash.com/photo-1507679799987-c73779587ccf?auto=format&fit=crop&q=80&w=1471') center/cover;
    color: white; padding: 100px 0; text-align: center;
}

/* Section Styling */
.section-padding { padding: 80px 0; }
.bg-navy { background-color: var(--navy); color: white; }
.title-underline { width: 60px; height: 3px; background: var(--gold); margin: 20px auto; }

/* Service Lists */
.service-list { list-style: none; padding-left: 0; }
.service-list li { margin-bottom: 10px; font-size: 0.95rem; display: flex; align-items: start;}

/*.service-list li { 
    margin-bottom: 10px;
    font-size: 0.95rem;
    display: flex;
    align-items: start;
    background: #f3f7fc;
    padding: 10px 5px;
    border-bottom: 1px solid #b9c3d0;
}*/

.service-list.quickservices li{
    margin-bottom: 10px; font-size: 0.80rem; display: inline-block; align-items: start; border: 1px solid #094183; border-radius: 5px; background: #0a2d56;  padding: 7px 15px; margin-left: 5px; color: #ffc107;
}
.service-list.quickservices li a{
    color: #ffc107;
}


.service-list li i { color: var(--gold); margin-right: 12px; margin-top: 5px; font-size: 0.8rem; }

.service-card { 
    background: white; border-radius: 12px; 
    padding: 15px; height: 100%; transition: 0.3s; 
}
.service-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.1); border-color: var(--gold); }

.cat-title { color: var(--navy); font-weight: 700; margin-bottom: 25px; border-bottom: 1px solid #eee; padding-bottom: 10px; }

/* Court Sub-Sections */
.court-box { background: var(--light-grey); padding: 20px; border-radius: 8px; margin-bottom: 20px; border-left: 4px solid var(--gold); }
.court-name { font-weight: 700; color: var(--navy); margin-bottom: 15px; display: block; text-transform: uppercase; font-size: 0.9rem; }

.footer { background: #00152e; color: #adb5bd; padding: 60px 0 20px; }



 .team-img {
    border-radius: 5px;
    width: 100%;            
    object-fit: cover;
}

.btn-green{
    background: #25d366;
    color: #fff;
}
.btn-green:hover{
    background: #075E54;
    color: #fff;
}



#msme-services{
    background: #f8f9fa;
}

/* Base */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .5s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .5s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 85px;
    background-color: #00d4ff;
}

.btn-floating.phone:hover {
    background-color: #c03421;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 25px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}

.text-white-50{
    color: #c5a059 !important;
}

.modal-bg{
    background-color: #3d6490;
    color: #fff;
    position: inherit;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .5s;
    padding: 7px 15px;
}
.modal-bg-1{
    background-color: #34af23;
    color: #fff;
    position: inherit;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .5s;
    padding: 7px 15px;
    margin-left: 10px;
}
.tracking-wider{
    font-size: 21px;
    font-weight: 100;
    background: #043f97 !important;
    color: #fff7d0;
}
#ca-services .service-list.quickservices li{
    background: transparent;
    border: transparent;
}

#testimonialSlider .profilePic{
    width: 75px;
    border: 2px solid #333;
}
@media (max-width: 767px){
    .service-list.quickservices{
        width: 100%;
    }
    .service-list.quickservices li{
        display: inline-flex;
        width: 47.5%;
        min-height: 87px;
        content: "";
        vertical-align: top;
        align-items: center;
        justify-content: center;
    }
    #ca-services .service-list.quickservices li a{
        display: block;
        width: 100%;
    }
}

@media (min-width: 61px) and (max-width: 361px){
    .service-list.quickservices li{
        width: 100%;
        min-height: auto;
    }
}