@import url("https://fonts.cdnfonts.com/css/times-cg");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
    margin: 0;
    padding: 0;
    font-family: "CG Times";
}
:root {
    --white: #ffffff;
    --bgRed: rgba(170, 30, 35, 0.3);
    --gray: #58585a;
    --red: #aa1e23;
}
.color-white {
    color: var(--white) !important;
}
.fw-400 {
    font-weight: 400;
}
.fw-600 {
    font-weight: 600;
}
.fontSize16 {
    font-size: 16px;
}
.fontSize18 {
    font-size: 18px;
    font-weight: 400;
}
.fontSize22 {
    font-size: 22px;
}
.fontSize52 {
    font-size: 52px;
    line-height: 62.41px;
}
.color-gray {
    color: var(--gray);
}
.main-heading {
    font-size: 40px;
    color: var(--red);
}
.line-height {
    line-height: 47px !important;
}
a {
    text-decoration: none;
}
ul li {
    list-style: none;
}
/* header css start */
nav {
    position: relative;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
}
.navbar-link {
    color: var(--gray);
    padding: 0px 30px;
    font-size: 16px;
}
.navbar-link:hover {
    color: var(--red);
}
.navbar-link.active {
    color: var(--red);
}
.main-btn-nav {
    padding: 15px 27px;
    border-radius: 12px;
    font-size: 20px;
}
.navbar-button1 {
    border: 1px solid var(--red);
    margin-right: 20px;
    padding: 15px 27px;
    color: var(--red) !important;
}
.navbar-button2 {
    background: var(--red);
    padding: 15px 20px;
    color: var(--white) !important;
}
#nav-toggle {
    position: absolute;
    top: -100px;
}
nav .icon-burger {
    display: none;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
nav .icon-burger .line {
    width: 30px;
    height: 5px;
    background-color: var(--red);
    margin: 5px;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
}
.dropdown-user-link::after {
    color: #000;
}
.avatar_ img {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
    border: 1px solid #ddd;
}
.dropdown-user .dropdown-menu {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 10px;
    margin-top: 10px;
    box-shadow: 0px 4px 14px 0px #aa1e234d;
    min-width: 200px;
    font-size: 16px;
}

/* banner top bar */
.fontSize16.active {
    border-bottom: 1px solid #fff;
}
.banner-topbar {
    background: var(--red);
}
.topbar-heading {
    padding: 16px 0px;
    color: var(--white);
}
.topbar-heading .fontSize16 {
    color: #fff;
}
.heading-line {
    padding: 0px 27px;
    color: #c66464;
}
/* banner Section */
section.banner-section {
    background: url(/images/bannerImg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 134px 0px;
}
.banner-text {
    background-color: var(--bgRed);
    color: var(--white);
    padding: 0 15px 76px 20px;
    width: 80%;
}
.banner-heading {
    position: relative;
    top: -34px;
}
.banneer-line-text {
    font-family: "Inter", sans-serif;
    flex-wrap: wrap;
    margin-top: -37px;
}
.signUpLeft {
    margin-right: 35px;
}
.signUpLeft p {
    font-size: 20px;
    color: var(--white);
    margin-bottom: 0;
}
.signUpLeft h3 {
    font-size: 42px;
    color: var(--white);
    margin-bottom: 0;
}
.signUpCon {
    background: var(--red);
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 33px;
    padding-block: 28px;
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 450px;
    margin-top: 47px;
}
.backBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* well Mapping */
.wellMapping-section {
    margin: 120px 0px;
}
.fontSize32 {
    font-size: 32px;
    line-height: 40.99px;
    color: var(--gray);
}
.fontSize28 {
    font-size: 28px;
}
.wellmaping-img {
    position: absolute;
    right: 55px;
    top: 10px;
    width: 350px;
    height: 350px;
}
/* production section */
.production-section {
    margin: 120px 0px;
}
.production-content {
    margin-bottom: 48px;
}
.color-red {
    color: var(--red);
}
.production-card {
    box-shadow: 0px 4px 14px 0px #aa1e234d;
    padding: 30px;
    border-radius: 12px;
}
.para-production {
    line-height: 26px !important;
}
/* prospect section */
.prospect-section {
    background: #aa1e23;
    padding: 100px 30px;
}
/* historical data base css start */
.historical-well-database {
    margin: 120px 0px;
}
/* unity state */
.unity-state-section {
    margin: 120px 0px;
}
.unity-content .active {
    box-shadow: 0px 4px 22px 0px #0000001a;
    border-radius: 8px;
}
.unity-img-area {
    padding-left: 40px;
}
.unity-left {
    position: absolute;
    left: -1%;
    top: 0;
    width: 326px;
    height: 375px;
}
.unity-bottom {
    position: absolute;
    right: 7%;
    bottom: -16%;
    height: 263px;
    width: 359px;
}
/* order application section */
.conservation-section {
    margin: 120px 0px;
}
.order-content .active {
    box-shadow: 0px 4px 22px 0px #0000001a;
    border-radius: 8px;
    width: 70%;
}
.infomationImg {
    position: absolute;
    right: 24%;
    top: 10%;
    width: 532px;
    height: 400px;
}
.infomation-bg {
    width: 720px;
    height: 688px;
}
.docketimg {
    position: absolute;
    left: 24%;
    top: 73px;
    width: 332px;
    height: 384px;
}
/* well information database */
.infomationImg {
    position: absolute;
    right: 21%;
    top: 8%;
    width: 532px;
    height: 400px;
}
/* Geological Exhibits css start */
.geologicalExhibits {
    background: #ffeeef;
    padding: 100px;
}
.geological-text {
    width: 100%;
    max-width: 996px;
    margin: 0px auto;
    color: var(--gray);
    line-height: 34px;
}
.main-button {
    background: var(--red);
    color: var(--white) !important;
    padding: 20px 60px;
    border-radius: 8px;
    box-shadow: 0px 6px 25px 0px var(--bgRed);
    font-size: 20px;
    margin-top: 40px;
    display: inline-block;
    border: none;
}
/* footer section css start */
section.footer-section {
    background: url(/images/footerImg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    padding-top: 100px;
}
.medium-text {
    color: var(--white) !important;
    font-size: 19px;
    line-height: 29px;
    margin-top: 24px;
}
.footer-list {
    margin-top: 30px;
}
.footer-heading {
    color: var(--white);
    margin: 0px !important;
    text-transform: uppercase;
}
.medium-text i {
    padding: 0px 35px 0px 0px;
}
.footer-last {
    background: #ffffff21;
    color: var(--white);
    padding: 23px;
    margin-top: 60px;
}
/* Apps & Order page css start */
.appOrder-banner {
    background: url(/images/appOrder-banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: var(--white);
    height: 372px;
    padding-top: 92px;
}
.appsOrder-tabs {
    margin-top: -155px;
    margin-bottom: 80px;
}
.main-tab-section {
    box-shadow: 0px -9px 30px 0px #aa1e2333;
}
.main-content-section {
    background: var(--white);
    padding: 30px 89px 30px 30px;
}
.tab-btn {
    background: #ffffffd6;
    margin-right: 5px;
    padding: 15px 30px;
    cursor: pointer;
}
.tabs-heading {
    display: flex;
    align-items: center;
}
.active.tab-btn {
    background: var(--gray);
    color: var(--white);
}
/* select oprion */
.custom-select {
    position: relative;
}
.custom-select select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 1.15rem;
    padding: 18px;
    background-color: var(--white);
    border: 1px solid #58585a26;
    color: var(--gray);
    cursor: pointer;
    outline: none;
    border-radius: 14px;
}
.custom-select:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    right: 30px;
    top: 14px;
    color: var(--gray);
    font-size: 20px;
}
/* checkbox csss */
.custom-select .form-group {
    display: block;
    margin-bottom: 15px;
}
.tabs-feild .form-group input {
    display: none;
    cursor: pointer;
}
.tabs-feild .form-group label {
    position: relative;
    cursor: pointer;
}
.tabs-feild .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #e6e6e6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 8px;
}
.tabs-feild .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 7px;
    height: 13px;
    border: solid #aa1e23;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.tabs-feild .form-feild {
    margin-top: 20px;
}
.input-feild {
    border: 1px solid #58585a26;
    padding: 20px;
    border-radius: 12px;
    outline: none;
    width: 100%;
    margin-top: 10px;
}
.iti.iti--allow-dropdown:has(.input-feild) {
    margin-top: 10px;
    width: 100%;
}
.iti.iti--allow-dropdown:has(.input-feild) .iti__selected-flag {
    border-radius: 0;
    background: #0000 !important;
    border-right: 1px solid #58585a26;
    overflow: hidden;
}
.meridian_Radio {
    font-size: inherit;
    width: 20px;
    height: 20px;
    accent-color: #aa1e23;
}
.country-box .custom-select:after {
    top: 52px;
}
/* well info */
.wellInfo-banner {
    background: url(/images/wellInfo-banner.png);
}
/* production css */
.production-banner {
    background: url(/images/productionImg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: var(--white);
    height: 372px;
    padding-top: 92px;
}
.oklahoma {
    text-decoration-color: #58585a !important;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.production_year {
    padding: 10px 16px;
    max-width: 68px;
    width: 100%;
    border-radius: 6px;
    color: var(--red) !important;
    border: 1px solid var(--red);
    margin-right: 20px;
    margin-bottom: 20px;
}
.active_Year {
    background: var(--red);
    color: var(--white) !important;
}
.tax-btn {
    background: #58585a3d;
}
/* contact us */
.contact-section {
    background: url(/images/contact-banner.png) !important;
    background-position: center !important;
}
.contact-form {
    box-shadow: 0px 0px 20px #aa1e2338;
    padding: 30px;
    border-radius: 10px;
}
.input-heading {
    font-size: 18px;
    color: gray;
    font-weight: 400;
    margin-bottom: 10px;
}
.input-box {
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 2px solid #7a7a7a4a;
}
.contact-heading {
    margin-bottom: 20px;
    color: #aa1e23;
    font-weight: 700;
}
.submit-btn {
    background: #aa1e23;
    display: inline-block;
    border: none;
    padding: 16px 19px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    width: 100%;
    max-width: 140px;
    margin-left: 20px;
    border-radius: 10px;
}
.information-text {
    display: flex;
    align-items: flex-start;
    margin-bottom: 29px;
}
.icon-info {
    background: #aa1e23;
    color: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-top: 2px;
}
.info-textArea {
    padding-left: 20px;
}
.info-parah {
    font-size: 18px;
    color: #7a7a7a;
}
/* about us */
.about-section {
    background: url(/images/about-banner.png);
    background-size: cover;
    height: 372px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-position: right;
    color: #fff;
}
.about-img {
    border-radius: 12px;
}
.about-heading {
    color: var(--red);
    margin-bottom: 20px;
}
.About-section {
    margin: 80px 0px !important;
}
/*table css  */
.file-data {
    display: flex;
    align-items: flex-start;
}
.file-data img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
h2.data-number {
    margin: 0;
    font-size: 25px;
}
.file-text-data {
    padding-left: 11px;
    border-bottom: 1px solid #7a7a7a;
    width: 100%;
    padding-bottom: 19px;
}
p.feild {
    margin: 0;
    font-size: 18px;
    margin-top: 7px;
}
.main-form-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-form-div .form-group {
    width: 48%;
}
.noRecordFound {
    margin-bottom: 20px;
    color: #aa1e23;
    font-weight: 700;
}
.avatar-status-online.navbar-link {
    padding: 0px;
}
.profile-image-wrapper img {
    object-fit: cover;
}
.edit-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #00000099;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.edit-btn:hover {
    background: #007bff;
}
/* profile image */
.profileImageContainer {
    position: relative;
    width: 150px;
    height: 150px;
}
.profileImageContainer img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    object-fit: cover;
    border: 1px solid #7a7a7a;
}
.profileImageContainer input[type="file"] {
    display: none;
}
.profileImageContainer button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: var(--red);
    cursor: pointer;
    font-size: 19px;
    outline: none;
    box-shadow: 0px 0px 10px #aa1e2338;
}
