.Section-Title h2 {
    margin: 0px;
    font-weight: 400;
    line-height: 70px;
    font-size: 44px;
    color: #1D3353;
    letter-spacing: -1.8px;
}

.Site-Container {
    width: 100%;
    max-width: 1250px;
    margin-inline: auto;
    padding: 0px 10px;
}

.Site-Common-Btn-Root-Primary {
    padding: 13.33px 35px;
    color: #1D3353;
    border-radius: 200px;
    background-color: #D4AF37;
    display: inline-block;
    text-transform: capitalize;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    border: 0px;
    outline: 0px;
    box-shadow: 0px 4px 14px rgba(213, 168, 52, 0.35);
}

.Site-Common-Btn-Root-Secondary {
    border-radius: 200px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    padding: 11.67px 40px;
    line-height: 28px;
    font-size: 18px;
    color: #1D3353;
    background-color: transparent;
    border: 0px;
    outline: 0px;
    border: 2px solid #1D3353;
}

.Font-Size {
    font-size: 18px;
    line-height: 28px;
    padding: 11.67px 40px;

}

.Header-Action {
    text-align: end;
}

.Header-Root {
    display: grid;
    grid-template-columns: 200px 1fr 200px;
    align-items: center;
    justify-content: space-between;
}

.Header-Nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 32px;
    justify-content: center;
}

.Header-Nav ul li a {
    color: #414141;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
}

.Header-Logo a img {
    max-width: 150px;
    width: 100%;
}

.Site-Header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 12;
    top: 0;
    background-color: transparent;
    padding: 16px 0px;
}

.Hero-Section {
    background-color: #FFFBF1;
    padding-bottom: 130px;
    padding-top: 228px;
}

.Hero-Grid {
    display: grid;
    grid-template-columns: 53% 40%;
    gap: 87px;
    align-items: center;
}

.Hero-Grid .Hero-Title h1 {
    font-size: 57px;
    line-height: 80px;
    color: #1D3353;
    margin: 0px;
    font-weight: 400;
    padding-bottom: 6px;
}

.Hero-Grid .Image-Root {
    display: grid;
    margin-bottom: 22px;
    gap: 22px;
    grid-template-columns: 1fr 1fr;
}

.Hero-Grid .Image-Root img,
.Hero-Grid .End-Image-Root img {
    width: 100%;
    max-width: 100%;
}

.Hero-Grid .Right-Grid {
    padding-left: 20px;
}

.Highlight-Text span {
    line-height: 32px;
    color: #D4AF37;
    display: block;
    padding-bottom: 13px;
    letter-spacing: 0.6px;
    font-size: 20px;
}

.Description-Hero p {
    font-size: 18px;
    line-height: 28px;
    color: #414141;
    margin-bottom: 30px;
    font-weight: 300;
}

.Hero-Grid .Action-Btn {
    display: flex;
    align-items: center;
    gap: 24px;
}

.Hero-Grid .Action-Btn a:first-child {
    font-size: 18px;
    padding: 11.67px 40px;
    line-height: 28px;
}

.Hero-Section {
    position: relative;
}

.Hero-Section::before {
    height: 350px;
    width: 350px;
    position: absolute;
    content: '';
    background-image: url(../images/Overlay+Blur\ \(2\).png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
}


.Hero-Section::after {
    height: 350px;
    width: 350px;
    position: absolute;
    content: '';
    background-image: url(../images/Overlay+Blur\ \(3\).png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
}

.Who-We-Are {
    padding: 150px 0px;
}

.Who-We-Are-Grid {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 140px;
}

.Who-We-Are-Grid .Left-Column {
    position: relative;
    z-index: 12;
    padding-left: 40px;
}

.Who-We-Are-Grid .Left-Column::after {
    position: absolute;
    content: '';
    height: 450px;
    width: 15%;
    z-index: -1;
    left: 0;
    top: 31px;
    background-color: #1D3353;
}

.Who-We-Are-Grid .Left-Column img {
    width: 100%;
    max-width: 100%;
}

.Who-We-Are-Grid .Left-Column .Section-Title {
    margin-bottom: 10px;
}

.Who-We-Are-Grid .Right-Column p {
    color: #414141;
    font-size: 16px;
    line-height: 29.3px;
    font-weight: 400;
    margin-bottom: 9px;
}

.Who-We-Are-Grid .Right-Column p+p {
    margin: 0px;
}

.Section-List {
    display: grid;
    grid-template-columns: 159px 159px 217px;
    gap: 8px;
    margin-top: 22px;
    margin-bottom: 30px;
}


.Section-List .Main-List-Box {
    height: 49px;
    display: flex;
    border-radius: 200px;
    align-items: center;

    border: 1px solid #1d345310;
    justify-content: center;
    gap: 12px;
    background-color: #FFFFFF;
}

.Section-List .Text-Block span {
    color: #1D3353;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;

}

.Our-Services .Section-Head p {
    color: #414141;
    margin: 0px;
    font-size: 18px;
}

.Services-Grid {
    display: grid;
    gap: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
    grid-template-columns: 1fr 1fr;
}

.Services-Grid .Services-Card {
    padding: 39px;
    border-radius: 20px;
    display: grid;
    border: 1px solid #D1D6DA;
    background-color: #F7F7F7;
    grid-template-columns: 56px 1fr;
    gap: 20px;
}

.Services-Grid .Services-Card .Icon img {
    width: 100%;
    max-width: 24px;
}

.Services-Grid .Services-Card .Icon {
    height: 56px;
    width: 56px;
    border-radius: 100px;
    display: grid;
    place-content: center;
    background-color: #1D3353;
}

.Services-Grid .Card-Text-Block h4 {
    font-size: 24px;
    color: #000;
    margin: 0px;
    line-height: 32px;
    letter-spacing: -0.6px;
    font-weight: 600;
}

.Services-Grid .Card-Text-Block ul {
    margin: 16px 0px 0px 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 9.7px;
    list-style: none;
}

.Services-Grid .Card-Text-Block li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #414141;
    position: relative;
    padding-left: 21px;
}

.Services-Grid .Card-Text-Block ul li::before {
    background-color: #D4AF37;
    height: 6px;
    width: 6px;
    border-radius: 100px;
    position: absolute;
    content: '';
    top: 9px;
    left: 1px;
}

.Tag-Line p {
    margin: 0px;
    line-height: 20px;
    font-size: 14px;
    color: #6A737C;
    font-weight: 400;
    text-align: center;
}

.Licensed-Section {
    padding: 150px 0px;
}

.Licensed-Section .Licensed-Grid {
    background-color: #F7F7F7;
    margin-top: 20px;
    border-radius: 20px;
    border: 1px solid #D1D6DA;
    padding: 40px;
    display: grid;
    padding-bottom: 50px;
    grid-template-columns: 195px 1fr;
    gap: 32px;
}

.Licensed-Section .Licensed-Grid .Click-View-Card {
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    background-color: #fff;
    border: 2px solid #E9EBEE;
    padding: 16px;
}


.Licensed-Section .Licensed-Grid .Click-View-Card .Icon img {
    width: 100%;
    max-width: 48px;
    margin-bottom: 8px;
}

.Licensed-Section .Licensed-Grid .Card-Text h5 {
    color: #1D3353;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    margin: 0px;
}

.Licensed-Section .Licensed-Grid .Card-Text span {
    font-size: 12px;
    color: #414141;
    display: block;
    line-height: 15px;
    text-align: center;
    margin-top: 5px;
}

.Card-Block-End p {
    margin: 0px;
    text-align: center;
    padding-top: 8px;
    font-size: 14px;
    color: #414141;
}

.Right-Details-Bx .Section-Head-Root h4 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    line-height: 32px;
    color: #1D3353;
    margin-bottom: 16px;
}

.Description-Root span {
    color: #000;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 12px;
    display: block;

}

.Main-Root-Card .City-Root p {
    margin: 0px;
    border-radius: 12px;
    display: flex;
    color: #000;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #E0E4E6;
    margin-bottom: 12px;
    width: max-content;
    min-height: 36px;
    font-weight: 400;
    padding: 0px 15px;
    line-height: 20px;
}

.Main-Root-Card .Inner-City-Root {
    display: flex;
    margin-bottom: 24px;
    gap: 16px;
    align-items: center;
}

.Main-Root-Card .Inner-City-Root p:first-child {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    height: 32px;
    padding: 0px 12px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    margin-bottom: 0px;
    background: #F2EAD4;

}



.Main-Root-Card .Inner-City-Root p:last-child {



    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    height: 32px;
    padding: 0px 12px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    background-color: #D0DFF2;
    margin-bottom: 0px;

}


.Section-End-Block p {
    margin: 0px;
    line-height: 26px;
    font-size: 16px;
    color: #414141;
}


.Interested-Grid {
    display: grid;
    grid-template-columns: 658px 1fr;
    gap: 71px;
    align-items: center;
}

.Interested-Grid .Left-Grid-Column .Image-Root-Block img {
    width: 100%;
    max-width: 100%;
    padding-right: 40px;
}

.Interested-Grid .Left-Grid-Column .Image-Root-Block {
    position: relative;
}

.Interested-Grid .Left-Grid-Column .Image-Root-Block::before {
    position: absolute;
    content: '';
    height: 405px;
    width: 15%;
    z-index: -1;
    right: 0;
    top: 37px;
    background-color: #1D3353;
}

.Interested-Grid .Left-Grid-Column .Section-Title h2 {
    margin-bottom: 5px;
}

.Interested-Grid .Left-Grid-Column p {
    font-size: 18px;
    color: #414141;
    line-height: 28px;
    margin-bottom: 20px;
}

.Left-Grid-Description h4 {
    margin: 0px;
    padding: 0px;
    letter-spacing: -0.5px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #D4AF37;

}

.Left-Grid-Description {
    margin-top: 20px;
    margin-bottom: 38px;
}

.Left-Main-Grid ul {
    padding: 0px;
    gap: 12px;
    margin: 0px;
    margin-bottom: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
}

.Left-Main-Grid ul li:first-child {
    grid-column: 1/3;
    width: 100%;
}

.Left-Main-Grid ul li {
    padding: 24px 15.67px;
    display: flex;
    gap: 12px;
    align-items: center;
    white-space: nowrap;
    background-color: #F8F8F8;
    font-size: 15px;
    color: #414141;
    border-radius: 16px;
}

.Services-Form-Section {
    padding: 150px 0px;
}

.Services-Form-Section .Section-Head p {
    margin: 0px;
    padding-bottom: 30px;
    line-height: 24px;
    color: #414141;
}

.Services-Form-Section .Form-Grid {
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #E2E5E8;
    width: 100%;
    max-width: 672px;
    box-shadow: 0px 4px 24px rgba(29, 52, 83, 0.12);

    margin-inline: auto;
}

.Main-Inner-Grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    row-gap: 20px;
    column-gap: 20px;
    margin-bottom: 24px;
}

.Main-Inner-Grid .Input-Group label {
    text-transform: capitalize;
    color: #000;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.Main-Inner-Grid .Input-Group input {
    width: 100%;
    max-width: 100%;
    border-radius: 200px;
    outline: 0px;
    height: 48px;
    border: 1px solid #EAEAEA;
}

.Form-Center-Grid .Form-Title h2 {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #000;
}

/* .Form-Center-Grid .Center-Grid {
    display: flex;
    column-gap: 20px;
    grid-row: 15px;
} */

.Form-Center-Grid .Center-Grid label {
    line-height: 20px;
    font-size: 14px;
    color: #414141;
}

.Form-Center-Grid .Center-Grid .Input-Group input {
    height: 15px;
    width: 15px;
}

.Form-Center-Grid .Center-Grid .Input-Group {
    display: flex;
    align-items: center;
    gap: 8px;
}


.Form-Center-Grid .Center-Grid {
    display: grid;
    column-gap: 20px;
    row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 24px;
}


.Form-End .Form-End-Grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    row-gap: 20px;
    column-gap: 20px;
    margin-bottom: 24px;
}

.Form-End .Form-End-Grid textarea {
    border-radius: 10px;
    height: 120px;
    border: 1px solid #EAEAEA;
    width: 100%;
    max-width: 100%;
}

.Form-End .Form-End-Grid input {
    width: 100%;
    max-width: 100%;
    border-radius: 200px;
    outline: 0px;
    height: 48px;
    border: 1px solid #EAEAEA;
}

.Form-End .Form-End-Grid label {
    text-transform: capitalize;
    color: #000;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}


.Form-End .Form-End-Grid .Input-Group {
    width: 100%;
    grid-column: 1/3;

}

.Form-Btm-Root {
    margin-bottom: 0px;
}

.Form-Btm-Root button {
    width: 100%;
    max-width: 100%;

}

.Outer-Text-Block p {
    margin-top: 24px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
}

.Outer-Text-Block span {
    color: #6A737C;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    display: block;
    margin-top: 24px;
    border-top: 1px solid #c6ccd257;
    padding-top: 16px;
}

.Our-Commitment .Section-Head::before {
    position: absolute;
    content: '';
    height: 300px;
    width: 300px;
    background-image: url(../images/Overlay+Blur\ \(4\).png);
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.Our-Commitment .Section-Head::after {
    position: absolute;
    content: '';
    height: 300px;
    width: 300px;
    background-image: url(../images/Overlay+Blur\ \(5\).png);
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;


}

.Our-Commitment .Site-Common-Btn-Root-Primary img {
    max-width: 22px;
}

.Our-Commitment .Site-Common-Btn-Root-Primary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: auto;
    gap: 14px;
}

.Our-Commitment .Section-Head {
    position: relative;
    background-color: #F7F2E8;
    padding-top: 69px;
    padding-bottom: 80px;
    overflow: hidden;
    border-radius: 40px;
}

.Our-Commitment .Section-Head p {
    margin: 0px;
    padding: 10px 0px 20px 0px;
    line-height: 25px;
    font-size: 16px;
    width: 100%;
    max-width: 685px;
    margin-inline: auto;
    color: #414141;
}

footer {
    padding: 150px 0px 0px 0px;
}

.Footer-Container {
    display: grid;
    grid-template-columns: 250px 1fr 400px;
}

.Footer-Container .Footer-Center {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
}

.Footer-Container ul li {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #414141;
    font-size: 16px;
    line-height: 24px;
}

.Footer-Container ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    gap: 12px;
    display: flex;
    flex-direction: column;

}

.Footer-Logo a img {
    width: 100%;
    max-width: 165.72px;
}

.Footer-Title h3 {
    font-weight: 500;
    line-height: 24px;
    font-size: 22px;
    margin-bottom: 18px;
}

.Footer-License {
    width: 100%;
    max-width: 305px;
    margin-left: auto;
}

.Texas-Info-Root {
    padding: 16px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 20px;
    background-color: #F8F8F8;
}

.Texas-Info-Root span:first-child {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.Texas-Info-Root span:nth-last-child(2) {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #D4AF37;
}

.Texas-Info-Root span:last-child {
    color: #414141;
    font-size: 14px;
    line-height: 20px;
}

.Copy-Right p {
    margin-top: 38px;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 22px;
    font-size: 14px;
    color: #414141;
    padding-bottom: 22px;
    border-top: 1px solid #E7E7E7;
    line-height: 20px;
}













































































.cs-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 9999;
}

.cs-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.cs-modal {
    background: #fff;
    box-shadow: 0px 4px 24px rgba(29, 52, 83, 0.12);

    width: 100%;
    max-width: 672px;
    padding: 32px;
    border-radius: 20px;
    position: relative;
    transform: translateY(-25px);
    transition: 0.3s ease;
    overflow-y: scroll;
    height: calc(100vh - 30px);
}


.form-disclaimer p {
    margin-top: 24px;
    margin-bottom: 0px;
    text-align: center;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
}

.cs-modal-overlay.active .cs-modal {
    transform: translateY(0);
}

.cs-close {
    position: absolute;
    top: -5px;
    right: 10px;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
}

.cs-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.cs-form button {
    width: 100%;
    padding: 12px;
    background: #0b5ed7;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}


.form-header .section-title h2 {
    font-size: 40px;
    margin-bottom: 12px;
    text-align: center;
    color: #1D3353;
}

.form-header p {
    font-size: 16px;
    color: #414141;
    text-align: center;
    margin-bottom: 23px;
}

.form-grid {
    display: grid;
    row-gap: 24px;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 24px;
}


.form-grid .form-field label {
    margin-bottom: 12px;
    color: #000;
    text-transform: capitalize;
    line-height: 14px;
    font-size: 14px;
}

.form-grid .form-field input {
    width: 100%;
    outline: 0px;
    max-width: 100%;
    height: 48px;
    border-radius: 200px;
    border: 1px solid #EAEAEA;
}

.form-section h3 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 16px;
}

.form-section2 {
    margin-bottom: 24px;
}

.option-group {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 24px;
}

.option-group .option-item input {
    height: 16px;
    width: 16px;
    border-color: #000;
}

.option-group .option-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.option-group label {
    font-size: 14px;
    line-height: 14px;
    color: #414141;
}

.form-footer-fields .form-field label {
    margin-bottom: 12px;
    color: #000;
    text-transform: capitalize;
    line-height: 14px;
    font-size: 14px;
}

.form-footer-fields .form-field input {
    width: 100%;
    outline: 0px;
    max-width: 100%;
    height: 48px;
    border-radius: 200px;
    border: 1px solid #EAEAEA;
}

.History-Block {
    margin-top: 29px;
    margin-bottom: 24px;
}

.History-Block textarea {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    height: 120px;

}

.form-action button img {
    width: 100%;
    max-width: 25px;
}

.form-action button {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    gap: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;

}


.cs-modal::-webkit-scrollbar {
    width: 10px;
}

.cs-modal::-webkit-scrollbar-track {
    border-radius: 8px;
}

/* Scrollbar Thumb */
.cs-modal::-webkit-scrollbar-thumb {
    background: #D4AF37;
    border-radius: 8px;
    border: 2px solid #f0f0f0;
}

.cs-modal::-webkit-scrollbar-thumb:hover {
    background: #D4AF37;
}

.cs-modal {
    scrollbar-width: thin;
    scrollbar-color: #D4AF37 #fff;
}

.mobile-menu {
    display: none;
}
.side-slider{
    display: none;
}