/*
Theme Name: kingsfordlk
Author: Sithara
Author URI: 
Version: 1.0
 */



/* Global Styles  */
html, body {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; 
}


 body{
    overflow:none;
    margin:0;
    font-family: Georgia, "Times New Roman", serif;
}

.section-title {
    margin-bottom: 10px;
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    color: #0b1e37;
}

.section-desc {
   font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.blue-btn {
    background: #0b1e37;
    color: #fff;
    outline: 1px solid #0b1e37;
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    font-family: Georgia, "Times New Roman", serif;
    box-shadow: 0 14px 30px rgba(5, 31, 62, 0.18);
}

.blue-btn:hover {
    background: #c0a34d;
    outline: 1px solid #c0a34d;
    color: #fff;
    transition: background 1s ease;
}

.gold-btn {
   background: #c0a34d;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
    font-family: Georgia, "Times New Roman", serif;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    border: 2px solid #c0a34d;
}

.gold-btn:hover {
    background: transparent;
     border: 2px solid #c0a34d;
    color: #c0a34d;
    transition: background 1s ease;
}

.gray-btn{
    background: transparent;
    color: #0b1e37;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
    font-family: Georgia, "Times New Roman", serif;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    border: 2px solid #0015302e;
}

.gray-btn:hover {
    background: #c0a34d;
    color: #fff;
    transition: background 1s ease;
}

.white-btn {
   background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
    font-family: Georgia, "Times New Roman", serif;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    border: 2px solid #fff;
}

.white-btn:hover {
    background: #fff;
    color: #0b1e37;
    transition: background 1s ease;
}

.text-gold{
    color: #c0a34d;
}

h1, h2 {
    margin: 0;
}


@media (max-width: 991px) {
.section-title {
    font-size: 35px;
}
}

@media (max-width: 767px) {
.section-title {
    font-size: 28px;
}

}