@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

body {
    font-family: "Poppins", sans-serif;
}

.dancing-font {
    font-family: "Dancing Script", cursive;
}

nav .container-fluid,
section .container-fluid,
footer .container-fluid {
    width: 95%;
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

.py-70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.form-check-input:checked {
    background-color: #26477d;
    border-color: #26477d;
    box-shadow: none;
}

.main-btn,
.secondary-btn {
    background-color: #d06f1a;
    font-size: 14px;
    border-radius: 3px;
    padding: 8px 40px;
    font-weight: 500;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    width: max-content;
    transition: .3s;
}

.secondary-btn {
    background-color: #d3d3d3;
    color: #333;
}

.navbar {
    background-color: transparent;
    padding: 0;
    padding-top: 20px;
    width: 100%;
    z-index: 223;
    position: absolute;
    top: 0;
}

.navbar.shrink {
    position: fixed;
    background-color: #26477d;
    padding-top: 0;
}

.navbar.shrink .navbar-brand img {
    width: 180px;
}

.navbar.shrink .container-fluid {
    padding: 10px 0;
}

.navbar li a.nav-link {
    color: #fff;
    font-size: 14px;
    padding: 0 15px !important;
    font-weight: 400;
}

.nav-link.show,
.nav-link.active {
    color: #d06f1a !important;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-toggle i {
    font-size: 10px;
}

.navbar .dropdown-menu {
    background-color: #fff;
    padding: 0;
    border-radius: 2px;
    width: max-content;
    top: 40px;
}

.navbar .dropdown-menu li {
    border-bottom: 2px solid #26477d;
}

.navbar .dropdown-menu li:last-child {
    border: none;
}

.navbar .dropdown-menu li a {
    color: #111;
    font-size: 14px;
    padding: 8px;
    padding-right: 20px;
    display: block;
    transition: .3s;
}

.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a:active {
    background-color: #d06f1a;
    color: #fff;
}

.hero-banner {
    position: relative;
    text-align: center;
}

.hero-banner .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 222;
    width: 80%;
}

.hero-banner .owl-carousel img {
    max-height: 650px;
    min-height: 650px;
    object-fit: cover;
}

.hero-banner h1 {
    font-size: 100px;
    font-weight: 900;
    background: -webkit-linear-gradient(bottom, #ffffff, #ff7700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-banner h4 {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    padding-bottom: 30px;
}

.hero-banner h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.first-signature {
    background-image: url(../images/logo-background.jpg);
    background-size: cover;
    background-position: right;
    padding-top: 70px;
}

.first-signature h2 {
    color: #26477e;
    font-size: 40px;
    font-weight: 600;
}

.first-signature h2 span {
    color: #d06f1a;
}

.first-signature p {
    font-size: 14px;
    padding: 20px 0;
}

.first-signature a {
    margin: 0 auto;
}

.convenient-locations .title h1 {
    font-size: 50px;
    font-weight: 400;
    color: #26477e;
}

.convenient-locations .title h1:last-child {
    color: #d06f1a;
    padding-left: 100px;
}

.convenient-locations .title h1 span {
    font-size: 80px;
}

.convenient-locations .title h1:first-child span {
    background-image: url(../images/two.png);
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.convenient-locations .title h1:last-child span {
    background-image: url(../images/one.png);
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.location-card {
    position: relative;
}

.location-card .location-card-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.location-card .location-card-footer .location-card-footer-left h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.location-card .location-card-footer .location-card-footer-left h4 span {
    font-weight: 500;
    display: block;
}

.location-card .location-card-footer .location-card-footer-right {
    display: flex;
    gap: 8px;
}

.our-promises h5 {
    color: #26477e;
    font-weight: 400;
    font-size: 24px;
}

.our-promises h3 {
    color: #26477e;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
}

.our-promises h2 {
    text-transform: uppercase;
    color: #d06f1a;
    font-weight: 700;
    font-size: 72px;
}

.our-promises .promises-card {
    background-image: url(../images/box-bg.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 30px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.our-promises .promises-card h3 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
}

.mcallen-leader {
    background-image: url(../images/logo-background2.jpg);
    background-size: cover;
}

.mcallen-leader h2 {
    color: #26477e;
    font-size: 50px;
    font-weight: 600;
}

.mcallen-leader h2 span {
    color: #d06f1a;
}

.mcallen-leader .box {
    padding: 80px 100px;
    margin-top: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    background-color: rgba(233, 233, 233, .8);
}

.mcallen-leader .box p {
    text-align: justify;
    font-size: 18px;
    font-weight: 500;
}

.personalized-services h3 {
    color: #d06f1a;
    font-size: 85px;
}

.personalized-services h2 {
    font-size: 48px;
    color: #26477e;
    font-weight: 700;
}

.personalized-services .services-card {
    text-align: center;
    background-image: url(../images/box-bg.png);
    border: 2px solid #26477e;
    min-height: 200px;
    padding: 40px 20px;
    border-radius: 10px;
    background-size: cover;
}

.personalized-services .services-card img {
    height: 50px;
}

.personalized-services .services-card h4 {
    padding-top: 20px;
    font-weight: 700;
    font-size: 20px;
}

.learn-more-form {
    background-image: url(../images/bg2.jpg);
    background-size: cover;
}

.learn-more-form fieldset {
    display: block;
    margin: 20px auto;
    padding: 80px;
    padding-top: 0;
    border-radius: 15px;
    border: 2px solid #fff;
    width: 100%;
}

.learn-more-form fieldset legend {
    display: table;
    min-width: 0px;
    max-width: 80%;
    color: #d06f1a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    position: relative;
    margin: auto;
    line-height: 1;
    padding: 5px 10px;
    text-align: center;
    float: none;
}

.learn-more-form p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
}

.learn-more-form input,
.learn-more-form textarea {
    border-radius: 2px;
    padding: 15px;
    background-color: rgba(255, 255, 255, .1) !important;
    border: none;
    box-shadow: none !important;
    color: #fff !important;
}

.learn-more-form input::placeholder,
.learn-more-form textarea::placeholder {
    color: #999;
}

footer {
    background-color: #1f1f1f;
    position: relative;
    overflow: hidden;
}

footer .footer-shape {
    position: absolute;
    width: 800px;
    bottom: 0;
    left: 0;
}

footer p {
    color: #fff;
    font-weight: 200;
    padding: 20px 0;
}

footer ul {
    display: flex;
    justify-content: center;
    gap: 30px;
}

footer ul li a {
    color: #fff;
    font-size: 14px;
}

footer ul li a i {
    color: #d06f1a;
    margin-right: 5px;
}

.inner-banner {
    background-image: url(../images/inner-banner.jpg);
    background-size: cover;
    text-align: center;
    padding: 150px 0 100px;
}

.inner-banner h2 {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 48px;
}

.contact-form fieldset {
    display: block;
    margin: 20px auto;
    padding: 50px 80px;
    padding-top: 0;
    border-radius: 15px;
    border: 2px solid #ccc;
    width: 100%;
    background-image: url(../images/logo-shape.png);
    background-size: 500px;
    background-repeat: no-repeat;
}

.contact-form fieldset legend {
    display: block;
    margin: 0 auto;
    min-width: 0px;
    max-width: max-content;
    color: #26477e;
    font-weight: 600;
    font-size: 48px;
    position: relative;
    line-height: 1;
    padding: 5px 20px;
    text-align: center;
    float: none;
}

.contact-form p {
    color: #111;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    border-radius: 2px;
    padding: 15px;
    background-color: rgba(255, 255, 255, .1) !important;
    border: 1px solid #ccc;
    box-shadow: none !important;
    color: #333 !important;
}

.contact-locations .location-card-footer {
    align-items: center;
}

.contact-locations .location-card-footer-left li:first-child {
    margin-bottom: 15px;
}

.contact-locations .location-card-footer-left li a {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 10px;
}

.contact-locations .location-card-footer-left li a i {
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 50px;
    background-color: #d06f1a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-locations .location-card-footer-right {
    flex-direction: column;
    gap: 5px;
}

.contact-locations .location-card-footer-right a {
    width: 100%;
}

.title-services-container .nav {
    display: flex;
    flex-direction: column;
    background-color: #e5e9ec;
}

.title-services-container .nav li {
    width: 100%;
}

.title-services-container .nav li button {
    width: 100%;
    text-align: left;
    border-radius: 0;
    padding: 20px 30px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #fff;
}

.title-services-container .nav li button.active {
    background-color: #d06f1a;
    color: #fff !important;
}

.title-services-container .tab-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.title-services-container .tab-content .logo-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: .1;
}

.title-services-container .tab-content .tab-pane {
    width: 80%;
    position: relative;
}

.title-services-container .tab-content .tab-pane h3 {
    color: #26477e;
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;
}

.title-services-container .tab-content .tab-pane p {
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
}

.we-offer-services {
    background-image: url(../images/hero-bg2.jpg);
    background-size: cover;
    background-position: center;
}

.we-offer-services .section {
    background-color: #fff;
    padding: 50px;
    padding-top: 0;
    border-radius: 10px;
    text-align: center;
    margin-top: 50px;
}

.we-offer-services .section img {
    margin-top: -50px;
}

.we-offer-services .section h2 {
    color: #d06f1a;
    font-size: 90px;
}

.we-offer-services .section h4 {
    font-weight: 600;
}

.we-offer-services .section a {
    margin: 0 auto;
    margin-top: 20px;
}

.office-container img {
    height: 100%;
    object-fit: cover;
}

.office-container .office-details {
    background-color: #282828;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.office-container .office-details h2 {
    color: #fff;
    text-align: left;
    font-size: 48px;
    color: #d06f1a;
    font-weight: 400;
    padding-bottom: 10px;
}

.office-container .office-details h2 span {
    color: #fff;
}

.office-container .office-details li:first-child {
    margin-bottom: 15px;
}

.office-container .office-details li a {
    display: flex;
    color: #fff;
    align-items: start;
    gap: 10px;
    font-weight: 300;
}

.office-container .office-details li a i {
    width: 25px;
    min-width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 50px;
    background-color: #d06f1a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teams-card {
    background-color: #efefef;
    padding: 15px;
    border-radius: 5px;
}

.teams-card .teams-details {
    padding: 10px;
}

.teams-card .teams-details h2 {
    color: #26477e;
    font-size: 24px;
}

.teams-card .teams-details h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding-bottom: 10px;
}

.teams-card .teams-details li a {
    display: flex;
    color: #333;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 14px;
}

.teams-card .teams-details li a i {
    min-width: 20px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    border-radius: 50px;
    background-color: #d06f1a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teams-card .teams-details li:first-child {
    margin-bottom: 10px;
}

.teams-container.with-bg {
    background-color: #e1e1e1;
}

.divider {
    width: 700px;
    margin: 50px auto;
    display: block;
}

.seller-information-container .information-section {
    padding-bottom: 50px;
}

.seller-information-container h3 {
    color: #d06f1a;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.seller-information-container label {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}

.seller-information-container span {
    display: block;
    font-size: 10px;
    color: #555;
}

.seller-information-container .rc-group {
    padding-top: 5px;
}

.seller-information-container .rc-group label {
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 0;
}

.seller-information-container h4 {
    padding-bottom: 10px;
    padding-top: 20px;
    font-weight: 600;
}

.seller-information-container .marital-status {
    display: flex;
    align-items: center;
    gap: 15px;
}

.seller-information-container .marital-status .status-content p {
    display: flex;
    align-items: center;
    gap: 15px;
}

.seller-information-container .marital-status div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.seller-information-container .marital-status select {
    max-width: 200px;
}

.seller-information-container .marital-status input {
    width: 100px;
}

.seller-information-container .signature-pad {
    width: 100%;
    height: 200px;
    border: 1px solid #e8eaec;
}

.seller-information-container h5 {
    font-size: 24px;
}

.seller-information-container h5 span {
    display: inline-block;
    color: #26477e;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 15px;
}

.seller-information-container input,
.seller-information-container select,
.seller-information-container textarea {
    padding: 10px;
    border-radius: 0;
    box-shadow: none !important;
}

.seller-information-container .form-select {
    background-image: url(../images/select-arrow.png);
    background-position: right center;
    background-size: 45px 45px;
}

.calculator-box .calculator-row {
    background-color: #e4e4e4;
    display: flex;
    padding: 8px;
    align-items: center;
    justify-content: space-between;
}

.calculator-box .calculator-row:nth-child(even) {
    background-color: #f6f6f6;
}

.calculator-box .calculator-row .row-text {
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.calculator-box .calculator-row .row-input {
    width: 200px;
    display: flex;
    gap: 3px;
}

.calculator-box .calculator-row:last-child {
    background-color: #202020;
}

.calculator-box .calculator-row:last-child .row-text {
    font-weight: 400;
    color: #fff;
}

.calculator-box .calculator-row .row-input input[type="text"] {
    text-align: center;
    border: none;
    color: #000;
    font-size: 18px;
    border-radius: 2px;
}

.calculator-box .calculator-row:last-child input[type="text"] {
    background: #d06f1a;
    color: #fff;
}

.calculator-box .input-group .input-group-text {
    padding: 0;
    background: #fff;
    border-radius: 0;
    border: none;
    margin: 0;
    padding-right: 10px;
    color: #000;
    font-size: 18px;
}

.calculator-actions {
    display: flex;
    gap: 5px;
    margin-top: 20px;
}

.calculator-actions a {
    color: #fff;
    font-size: 14px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #959aa0;
    width: 100%;
    justify-content: center;
}

.calculator-actions a:nth-child(2) {
    background-color: #26477d;
}

.calculator-actions a:nth-child(3) {
    background-color: #d06f1a;
}

.profile-box {
    background-color: #26477d;
    padding: 10px;
}

.profile-box label {
    font-size: 14px;
    color: #fff;
}

.profile-box input {
    border-radius: 2px;
    box-shadow: none !important;
}

.modal .btn-close {
    position: absolute;
    right: 5px;
    top: 10px;
    color: #111;
    z-index: 8888;
    font-size: 18px;
    opacity: 1;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.modal .modal-content {
    position: relative;
}

.modal .modal-content .logo-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    opacity: .05;
}

.modal h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
}

.title-calculator {
    display: flex;
    text-align: center;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.title-calculator .section {
    width: 100%;
}

.title-calculator .section label {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.title-calculator .section input {
    padding: 10px;
    font-size: 36px;
    border-radius: 5px;
    box-shadow: none !important;
}

.title-calculator .section input:disabled {
    background-color: #66a261;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 36px;
}

.sellersCount {
    background-color: #26477d;
    display: flex;
    align-items: center;
    padding: 30px;
    border-radius: 5px;
    gap: 10px;
    width: fit-content;
    margin-bottom: 30px;
}

.sellersCount div {
    background-color: #fff;
    padding: 8px 40px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.sellersCount div.active {
    background-color: #d06f1a;
    color: #fff;
}

.sellersCount h5 {
    color: #fff;
    font-weight: 400;
    margin-right: 20px;
}

.seller-information-container .seller-two-container {
    background-color: #f7f7f7;
    padding: 30px;
    margin-bottom: 30px;
}

.orderTitleModal label {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}

.orderTitleModal input,
.orderTitleModal textarea,
.orderTitleModal select {
    border-radius: 2px;
    padding: 10px;
    box-shadow: none !important;
}

.hidden-row h4 {
    font-weight: 600;
    text-transform: uppercase;
}

footer h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

footer h4 a {
    color: transparent;
    font-weight: 600;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(45deg, #d06f1a, #fff);
    background-size: 400% 400%;
    animation: gradient 20s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.sticky-footer {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.sticky-footer .sticky-form {
    background-color: #f4f4f4;
    padding: 15px 10px;
    text-align: center;
    width: 300px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: none;
}

.sticky-footer .sticky-form h4 {
    color: #0081ff;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
}

.sticky-footer .sticky-form p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;
}

.sticky-footer .sticky-form input,
.sticky-footer .sticky-form textarea {
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    margin: 5px 0;
    border: 1px solid #ccc;
}

.sticky-footer .sticky-form .main-btn {
    padding: 5px;
    font-size: 14px;
}
