*{
     box-sizing: border-box;
     font-family: 'Outfit';
}
 html, body, button, a{
     font-family: "Outfit", sans-serif;
     padding: 0px;
     margin: 0px;
}
 .clear{
     clear: both;
}
 .headr {
     width: 100%;
     background: #fff;
     box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
 .headr .headr-container {
     max-width: 100%;
     margin: 0 auto;
     padding: 13px 4%;
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 .headr .logo {
     display: flex;
     align-items: center;
     gap: 8px;
}
 .headr .logo img {
     height: 42px;
     width: auto;
}
 .headr .logo span {
     font-size: 18px;
     font-weight: 600;
     color: #222;
}
 .headr .nav-links {
     display: flex;
     gap: 40px;
}
 .headr .nav-links a {
     text-decoration: none;
     color: #1a1a1a;
     font-weight: 500;
     transition: color 0.2s;
}
 .headr .nav-links a:hover {
     color: #1c7d32;
}
 .headr .right-actions {
     display: flex;
     align-items: center;
     gap: 20px;
     position: relative;
}
 .headr .list-company {
     background: #333;
     color: #fff;
     border: none;
     padding: 10px 18px;
     border-radius: 30px;
     font-weight: 500;
     cursor: pointer;
     transition: opacity 0.2s;
}
 .headr .list-company:hover {
     opacity: 0.85;
}
 .headr .dropdown {
     position: relative;
}
 .headr .dropdown-toggle {
     background: #fff;
     border: none;
     padding: 10px 16px;
     border-radius: 30px;
     cursor: pointer;
     font-weight: 500;
     display: flex;
     align-items: center;
     gap: 6px;
     border: 1px solid #d6d6d6;
}
 .headr .dropdown-toggle .arrow {
     display: inline-block;
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-top: 6px solid #000;
     transition: transform 0.2s;
}
 .headr .dropdown.active .dropdown-toggle .arrow {
     transform: rotate(180deg);
}
 .headr .dropdown-menu {
     display: none;
     position: absolute;
     right: 0;
     top: 110%;
     background: #fff;
     border-radius: 10px;
     box-shadow: 0px 0px;
     overflow: hidden;
     width: 210px;
     z-index: 100;
     border: 1px solid #cfcfcf;
     padding: 10px 7px;
}
 .headr .dropdown-menu a {
     display: block;
     padding: 8px 18px;
     text-decoration: none;
     color: #222;
     font-weight: 400;
     transition: background 0.2s;
     font-size: 14px;
     border-radius: 5px;
}
 .headr .dropdown-menu a:hover {
     background: #f4f4f4;
}
 .headr .dropdown.active .dropdown-menu {
     display: block;
}
 .headr svg {
     width: 1rem;
     height: 1rem;
}
 .dropdown-menu svg {
     margin-top: 0px;
     float: left;
     margin-right: 4px;
}
 .slider_main .owl-carousel .item img {
     width: 100%;
     height: auto;
     display: block;
}
 .slider_main{
     float: left;
     width: 92%;
     margin-left: 4%;
     height: 500px;
     margin-top: 25px;
     overflow: hidden;
     border-radius: 20px;
     position: relative;
}
 .slider_main .owl-carousel, .slider_main .owl-carousel img{
     height: 500px !important;
}
 .slider_main .owl-carousel img{
     object-fit: cover;
}
 .owl-carousel{
     position: absolute;
     z-index: 8;
     left: 0;
     top: 0;
}
 .slider_text{
     background: #0000009e;
     text-align: center;
     color:#fff;
     position: absolute;
     z-index: 9;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
}
 a{
     text-decoration: none;
}
 .slider_text_1{
     float: left;
     width: 100%;
     font-size: 3.75rem;
     line-height: 1;
     font-weight: 600;
     margin-top: 70px;
}
 
 .slider_text_2 {
    font-size: 1.5rem;
    line-height: 2rem;
    float: left;
    width: 100%;
    margin-top: 12px;
    font-weight: 400;
    margin-bottom: 0px;
}

 .slider_text_3{
     float: left;
     width: 100%;
     text-align: center;
     margin-top: 30px;
}
 .indx_butn_1 {
     display: inline-block;
     background: #cfff7f;
     font-size: 1.125rem;
     line-height: 1.75rem;
     font-weight: 600;
     padding: 0.75rem 2rem;
     border-radius: 100px;
     color: #0c2e16;
     margin-left: 7px;
     margin-right: 7px;
}
 .indx_butn_2{
     background: #0c2e16;
     color: #fff;
}
 .slider_text_4{
     float: left;
     width: 60%;
     margin-left: 20%;
     margin-right: 20%;
     margin-top: 30px;
}
 .search_br{
     float: left;
     width: 100%;
     padding: 18px 20px;
     font-size: 16px;
     font-family: 'Outfit';
     border-radius: 100px;
     border: 0px solid red;
     background: #e9e8eb;
}
 .search_br::placeholder{
     color:#333;
}
 .serc_box{
     float: right;
     background: #0c2e16;
     color: #fff;
     margin-top: -51px;
     margin-right: 10px;
     padding: 12px 20px;
     border-radius: 100px;
     color: #cfff7f;
}
 .serc_box svg{
     width: 18px;
     height: 18px;
     float: left;
     margin-right: 5px;
     margin-top: 2px;
}
 .slider_text_5{
     float: left;
     width: 100%;
     font-size: 20px;
     font-weight: 500;
     margin-top: 30px;
}
 .slider_text_5 span{
     color: #cfff7f;
}
 .index_sec2 {
     background: rgb(249 250 251 / var(--tw-bg-opacity, 1));
     padding: 60px 00px;
     color: #1c1c1c;
}
 .index_sec2 .container {
     max-width: 100%;
     margin: 0 auto;
     text-align: center;
     padding: 0px 4%;
}
 .index_sec2 h2 {
     font-weight: 600;
     color: #10361d;
     font-size: 2.35rem;
     line-height: 2.5rem;
     margin-bottom: 20px;
}
 .index_sec2 .subtitle {
     font-size: 20px;
     color: #444;
     margin: 02px 0 40px;
}
 .index_sec2 .search-filter {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 12px;
     background: #fff;
     border-radius: 10px;
     padding: 16px 16px;
     box-shadow: 0 0 4px 0px rgb(0 0 0 / 15%);
     max-width: 100%;
     margin: 0 auto 25px;
}
 .index_sec2 .search-box {
     flex: 1;
     display: flex;
     align-items: center;
     background: #fff;
     border: 1px solid #e0e0e0;
     border-radius: 10px;
     padding: 10px 14px;
}
 .index_sec2 .search-box i.icon-search::before {
     content: "ðŸ”";
     margin-right: 10px;
     font-size: 16px;
}
 .index_sec2 .search-box input {
     border: none;
     outline: none;
     flex: 1;
     font-size: 15px;
     color: #333;
}
 .index_sec2 .filter-btn {
     display: flex;
     align-items: center;
     gap: 6px;
     background: #fff;
     border: 1px solid #e0e0e0;
     border-radius: 10px;
     padding: 10px 16px;
     font-weight: 600;
     cursor: pointer;
     transition: background 0.2s;
}
 .index_sec2 .filter-btn:hover {
     background: #f4f4f4;
}
 .index_sec2 .filter-btn i.icon-filter::before {
     content: "âš™ï¸";
     font-size: 16px;
}
 .index_sec2 .result-count {
     font-size: 15px;
     color: #444;
     margin: 12px 0 20px;
     text-align: left;
}
 .index_sec2 .tradeshow-table {
     background: #fff;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
 .index_sec2 .table-header, .index_sec2 .table-row {
     display: grid;
     grid-template-columns: 3fr 1fr 1fr 2fr 2fr;
     align-items: center;
     padding: 16px 20px;
}
 .index_sec2 .table-header {
     font-weight: 500;
     color: #444;
     background: #f0f0f0;
     border-bottom: 1px solid #f0f0f0;
}
 .index_sec2 .table-row {
     border-top: 1px solid #f1f1f1;
     transition: background 0.2s;
}
 .index_sec2 .table-row:hover {
     background: #f9f9f9;
}
 .index_sec2 .col {
     display: flex;
     align-items: center;
     gap: 10px;
     text-align: left;
     font-size: 15px;
}
 .index_sec2 .col-name img {
     border-radius: 6px;
}
 .index_sec2 .col-name .info h3 {
     font-size: 16px;
     font-weight: 600;
     color: #111;
     margin-bottom: 0px;
}
 .index_sec2 .col-name .info p {
     font-size: 14px;
     color: #777;
     margin-top: 2px;
}
 .index_sec2 .badge.green {
     background: #d6ff6b;
     padding: 6px 10px;
     border-radius: 8px;
     font-weight: 500;
     color: #111;
}
 .index_sec2 .tag {
     background: #18212d;
     color: #fff;
     border-radius: 50px;
     padding: 4px 11px;
     font-size: 13px;
     font-weight: 400;
     display: inline-block;
     line-height: 16px;
}
 .index_sec2 .tag.light {
     background: #fff;
     color: #111;
     border: 1px solid #ccc;
}
/* Overlay */
 .index_sec2 .filter-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.5);
     opacity: 0;
     visibility: hidden;
     transition: opacity 0.3s ease;
     z-index: 9999;
}
/* Panel slides from right */
 .index_sec2 .filter-panel {
     position: fixed;
     top: 0;
     right: -420px;
    /* start offscreen */
     width: 380px;
     height: 100%;
     background: #fff;
     box-shadow: -4px 0 15px rgba(0,0,0,0.1);
     z-index: 9999;
     padding: 25px;
     overflow-y: auto;
     transition: right 0.4s ease;
     padding-top: 10px;
}
 .index_sec2 .filter-panel.active {
     right: 0;
}
/* Overlay visible when active */
 .index_sec2 .filter-overlay.active {
     opacity: 1;
     visibility: visible;
}
/* Panel header */
 .index_sec2 .filter-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
}
 .index_sec2 .filter-header h3 {
     font-size: 22px;
     font-weight: 600;
     color: #10361d;
     margin-bottom: 0px;
}
 .index_sec2 .close-filter {
     background: none;
     border: none;
     font-size: 26px;
     cursor: pointer;
     color: #444;
}
/* Subtitle */
 .index_sec2 .filter-subtitle {
     color: #555;
     font-size: 14px;
     margin: 4px 0 20px;
}
/* Filter sections */
 .index_sec2 .filter-section {
     margin-bottom: 25px;
     text-align: left;
}
 .index_sec2 .filter-section h4 {
     font-size: 15px;
     font-weight: 500;
     margin-bottom: 10px;
     color: #000;
}
/* Scrollable box */
 .index_sec2 .filter-box {
     background: #fff;
     border-radius: 10px;
     border: 1px solid #eaeaea;
     padding: 10px 14px;
}
 .index_sec2 .filter-box.scrollable {
     max-height: 200px;
     overflow-y: auto;
}
 .index_sec2 .filter-box label {
     display: block;
     font-size: 14px;
     color: #222;
     margin: 8px 0;
}
 .index_sec2 .filter-box input {
     margin-right: 8px;
}
/* Inputs and selects */
 .index_sec2 select, .index_sec2 input[type="range"] {
     width: 100%;
     padding: 10px 12px;
     border-radius: 6px;
     border: 1px solid #e0e0e0;
     font-size: 14px;
     color: #333;
     background: #fff;
     cursor: pointer;
}
/* Dual input row */
 .index_sec2 .dual-input {
     display: flex;
     gap: 8px;
     margin-bottom: 6px;
}
 .index_sec2 .dual-input select {
     flex: 0 0 30%;
     padding: 10px;
     border: 1px solid #e0e0e0;
     border-radius: 6px;
     background: #fff;
     font-size: 14px;
}
 .index_sec2 .dual-input input {
     flex: 1;
     padding: 10px 12px;
     border: 1px solid #e0e0e0;
     border-radius: 10px;
     font-size: 14px;
     color: #333;
}
/* Hint text under fields */
 .index_sec2 .filter-section .hint {
     font-size: 13px;
     color: #777;
     margin-top: 4px;
}
/* Clear button */
 .index_sec2 .clear-filters {
     width: 100%;
     background: #fff;
     border: 1px solid #e0e0e0;
     border-radius: 10px;
     padding: 12px;
     font-weight: 500;
     font-size: 15px;
     cursor: pointer;
     color: #111;
     transition: background 0.2s;
     margin-top: 10px;
}
 .index_sec2 .clear-filters:hover {
     background: #f2f2f2;
}
 .tradeshow-table .col.col-name img{
     width: 60px;
     height: 60px;
     object-fit: contain;
     background: #f0f0f0;
}
 .search-filter svg {
     width: 18px;
     height: 18px;
     margin-right: 6px;
}
 .index_sec3 {
     background: #fff;
     padding: 40px 00px;
     text-align: center;
}
 .index_sec3 .container {
    /* max-width: 1200px;
     */
     margin: 0 auto;
     padding: 0px 5%;
}
 .index_sec3 h2 {
     font-size: 34px;
     color: #10361d;
     font-weight: 600;
     font-size: 2.35rem;
     line-height: 2.5rem;
     margin-bottom: 00px;
}
 .index_sec3 .subtitle {
     color: #444;
     font-size: 20px;
     margin-top: 10px;
     margin-bottom: 60px;
     display: inline-block;
     width: 100%;
     float: left;
     text-align: center;
     max-width: 100%;
}
 .index_sec3 .steps {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     gap: 40px;
     flex-wrap: wrap;
     width: 100%;
}
 .index_sec3 .step {
     flex: 1;
     min-width: 260px;
     max-width: 380px;
     position: relative;
     padding-top: 30px;
}
 .index_sec3 .circle-num {
     position: absolute;
     top: 0;
     left: 0;
     transform: translateX(-50%);
     background: #cfff7f;
     color: #10361d;
     font-weight: 600;
     border-radius: 50%;
     width: 32px;
     height: 32px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 15px;
}
 .index_sec3 .icon-wrap {
     width: 90px;
     height: 90px;
     border-radius: 50%;
     margin: 0 auto 25px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: -30px;
}
 .index_sec3 .icon-wrap.dark {
     background: #0b2d19;
     color: #cfff7f;
}
 .index_sec3 .icon-wrap.light {
     background: #cfff7f;
     color: #0b2d19;
}
 .index_sec3 .icon {
     font-size: 42px;
     line-height: 1;
}
 .index_sec3 h3 {
     font-size: 24px;
     font-weight: 600;
     color: #10361d;
     margin-bottom: 14px;
}
 .index_sec3 p {
     color: #475467;
     font-size: 17px;
     line-height: 1.4;
     max-width: 96%;
     margin: 0 auto;
}
 .index_sec3 .icon svg{
     width: 40px;
     height: 40px;
     margin-top: 4px;
     stroke-width: 1.5px;
}
 .index_sec4 {
     background: #f3fcf6;
     padding: 70px 00px;
}
 .index_sec4 .container {
     max-width: 100%;
     margin-top: 0px 0px;
     margin: 0 auto;
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     gap: 20px;
     padding: 0px 4%;
}
 .index_sec4 .left {
     flex: 1;
}
 .index_sec4 h2 {
     font-size: 36px;
     font-weight: 600;
     color: #10361d;
     margin-bottom: 40px;
     line-height: 1.3;
     margin-bottom: 20px;
     font-size: 2.35rem;
     line-height: 2.8rem;
     margin-top: 0px;
}
 .index_sec4 .feature {
     display: flex;
     align-items: flex-start;
     gap: 16px;
     margin-bottom: 18px;
}
 .index_sec4 .icon {
     background: #cfff7f;
     color: #0b2d19;
     font-size: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 44px;
     height: 44px;
     border-radius: 8px;
     flex-shrink: 0;
}
 .index_sec4 .feature h3 {
     font-size: 20px;
     font-weight: 600;
     color: #10361d;
     margin-bottom: 0px;
     margin-top: 0px;
}
 .index_sec4 .feature p {
     font-size: 16px;
     color: #475467;
     line-height: 1.3;
     margin-top: 4px;
}
 .index_sec4 .right {
     flex: 1;
     display: flex;
     justify-content: flex-end;
}
 .index_sec4 .form-card {
     background: #fff;
     border-radius: 16px;
     box-shadow: 0 8px 20px rgba(0,0,0,0.1);
     padding: 40px 35px;
     max-width: 600px;
     width: 100%;
}
 .index_sec4 .form-card h3 {
     text-align: center;
     font-size: 22px;
     font-weight: 600;
     color: #10361d;
     margin-bottom: 10px;
     margin-top: 0px;
     margin-bottom: 7px;
}
 .index_sec4 .form-card p {
     text-align: center;
     color: #777;
     font-size: 16px;
     margin-bottom: 20px;
     margin-top: 0px;
}
 .index_sec4 form input, .index_sec4 form select {
     width: 100%;
     padding: 12px 14px;
     border: 1px solid #e5e7eb;
     border-radius: 8px;
     font-size: 15px;
     color: #333;
     margin-bottom: 14px;
     outline: none;
     font-family: 'Outfit';
}
 input{
     font-family: 'Outfit';
}
 .index_sec4 form select {
     cursor: pointer;
}
 .index_sec4 .phone-field {
     display: flex;
     gap: 8px;
}
 .index_sec4 .phone-field select {
     flex: 0 0 30%;
}
 .index_sec4 .phone-field input {
     flex: 1;
}
 .index_sec4 form button {
     background: #cfff7f;
     border: none;
     color: #10361d;
     font-weight: 600;
     font-size: 18px;
     padding: 14px;
     border-radius: 8px;
     cursor: pointer;
     transition: background 0.2s;
     width: 100%;
     margin-top: 10px;
}
 .index_sec4 form button:hover {
     background: #c9f45e;
}
 .index_sec4 .note {
     text-align: center;
     font-size: 13px;
     color: #667085;
     margin-top: 16px;
}
 .index_sec4 .footnote {
     text-align: center;
     color: #10361d;
     font-weight: 500;
     margin-top: 8px;
     font-size: 14px;
}
 .index_sec4 .feature i svg{
     margin-top: 4px;
}
 .footnote svg{
     display: inline-block;
     width: 16px;
     height: 16px;
     margin-right: 10px;
}
 .index_sec4 .form-card p.note {
     margin-top: 20px;
     margin-bottom: 20px;
     font-size: 14px;
     color: #777;
}
 .index_sec5 {
     padding: 70px 00px;
     background: #fff;
     text-align: center;
}
 .index_sec5 .container {
     max-width:100%;
     margin: 0 auto;
     padding: 0px 4%;
}
 .index_sec5 h2 {
     color: #10361d;
     font-weight: 600;
     margin-bottom: 15px;
     font-size: 2.35rem;
     line-height: 2.8rem;
}
 .index_sec5 .subtitle {
     font-size: 20px;
     color: #475467;
     margin-bottom: 60px;
     line-height: 1.6;
}
 .index_sec5 .partners-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
     gap: 30px;
     justify-content: center;
}
 .index_sec5 .partner-card {
     background: #fff;
     border: 1px solid #e5e7eb;
     border-radius: 20px;
     padding: 25px;
     text-align: center;
     box-shadow: 0 4px 10px rgba(0,0,0,0.05);
     transition: all 0.25s ease;
     padding-bottom: 20px;
     padding-top: 15px;
}
 .index_sec5 .partner-card:hover {
     transform: translateY(-6px);
     box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
 .index_sec5 .partner-card img {
     width: 60px;
     height: 60px;
     object-fit: contain;
     margin-bottom: 10px;
}
 .index_sec5 .badge {
     background: #dcfce7;
     color: #507f61;
     padding: 4px 16px;
     border-radius: 20px;
     font-size: 13px;
     display: inline-block;
     font-weight: 500;
     margin-bottom: 7px;
}
 .index_sec5 .partner-card h3 {
     font-size: 20px;
     font-weight: 600;
     color: #10361d;
     margin-bottom: 10px;
     margin-top: 0px;
}
 .index_sec5 .info {
     text-align: left;
     font-size: 15px;
     color: #475467;
     line-height: 1.6;
     margin-bottom: 11px;
}
 .index_sec5 .info i {
     margin-right: 6px;
}
 .index_sec5 .footer {
     display: flex;
     justify-content: space-between;
     align-items: center;
     border-top: 1px solid #e5e7eb;
     padding-top: 10px;
     font-size: 15px;
     color: #10361d;
     font-weight: 600;
}
 .index_sec5 .rating {
     color: #f6b100;
}
 .index_sec5 .years {
     color: #475467;
     font-weight: 500;
}
 .index_sec5 .info i svg{
     width: 18px;
     height: 20px;
     float: left;
     margin-top: 0px;
}
 .index_sec5 .info p{
     display: inline-block;
     width: 100%;
     display: flex;
     font-size: 14px;
     line-height: 20px;
     max-height: 40px;
     overflow: hidden;
     margin-top: 8px;
     margin-bottom: 8px;
}
 .index_sec5 .rating svg{
     width: 19px;
     height: 20px;
     float: right;
     margin-top: -1px;
     margin-left: 5px;
}
 .index_sec5 .years svg{
     float: left;
     width: 19px;
     margin-top: -3px;
     margin-right: 5px;
}
 .view_al_bldrs{
     float: left;
     width: 100%;
     text-align: center;
     margin-top: 50px;
     margin-bottom: 50px;
}
 .view_al_bldrs a{
     background: #111;
     color:#fff;
     padding: 11px 20px;
     border-radius: 100px;
     text-transform: capitalize;
     font-size: 15px;
}
 .index_sec6 {
     background: #fff;
     padding: 70px 20px;
     text-align: center;
}
 .index_sec6 .container {
     max-width: 70%;
     margin: 0 auto;
}
 .index_sec6 h2 {
     color: #10361d;
     font-weight: 600;
     margin-bottom: 10px;
     font-size: 2.35rem;
     line-height: 2.8rem;
}
 .index_sec6 .subtitle {
     font-size: 20px;
     color: #475467;
     margin-bottom: 50px;
     margin-top: 0px;
}
/* Owl Carousel structure */
 .clien_slid .client-card {
     background: #fff;
     border: 1px solid #e5e7eb;
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 40px 50px;
     text-align: left;
     min-height: 280px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
     */
}
 .clien_slid .left {
     flex: 0 0 240px;
}
 .clien_slid .avatar {
     background: #0b2d19;
     color: #fff;
     font-size: 26px;
     font-weight: 600;
     border-radius: 50%;
     width: 90px;
     height: 90px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 15px;
}
 .clien_slid h3 {
     font-size: 20px;
     font-weight: 600;
     color: #10361d;
     margin-bottom: 4px;
     margin-top: 10px;
}
 .clien_slid .position {
     color: #475467;
     font-size: 18px;
     margin-bottom: 4px;
     margin-top: 8px;
}
 .clien_slid .company {
     color: #10361d;
     font-size: 14px;
     margin-bottom: 8px;
     margin-top: 5px;
}
 .clien_slid .stars {
     color: #f6b100;
     font-size: 16px;
}
 .clien_slid .right {
     flex: 1;
     padding-left: 40px;
     position: relative;
}
 .clien_slid .quote {
     font-style: italic;
     color: #10361d;
     font-size: 20px;
     line-height: 1.4;
     position: relative;
}
 .clien_slid .quote::after {
     /*content: 'â€';*/
     position: absolute;
     right: -20px;
     top: -20px;
     font-size: 80px;
     color: #f2f8eb;
     z-index: 0;
}
/* Owl dots and nav */
 .index_sec6 .owl-dots {
     margin-top: -32px;
     text-align: center;
}
 .index_sec6 .owl-dot span {
     width: 10px;
     height: 10px;
     margin: 5px 6px;
     background: #d1d5db;
     border-radius: 50%;
     display: block;
     transition: background 0.3s;
}
 .index_sec6 .owl-dot.active span {
     background: #10361d;
}
 .index_sec6 .owl-nav {
     display: flex;
     justify-content: center;
     gap: 120px;
     margin-top: 25px;
}
 .index_sec6 .owl-nav button {
     background: #f2f2f2 !important;
     border: 2px solid #e5e7eb !important;
     color: #10361d !important;
     font-size: 17px !important;
     border-radius: 50%;
     width: 45px;
     height: 45px;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all 0.2s ease;
}
 .index_sec6 .owl-nav button:hover {
     border-color: #10361d;
     background: #f4fff6;
}
 .index_sec7 {
     background: #f9fafb;
     padding: 70px 0px;
     text-align: center;
}
 .index_sec7 .container {
     max-width: 60%;
     margin: 0 auto;
}
 .index_sec7 h2 {
     color: #10361d;
     font-weight: 600;
     margin-bottom: 10px;
     font-size: 2.35rem;
     line-height: 2.8rem;
     margin-top: 0px;
}
 .index_sec7 .subtitle {
     font-size: 20px;
     color: #475467;
     margin-bottom: 30px;
     margin-top: 0px;
}
 .faq_wrapper {
     text-align: left;
}
 .faq_item {
     background: #fff;
     border: 1px solid #e5e7eb;
     border-radius: 12px;
     margin-bottom: 15px;
     overflow: hidden;
     transition: all 0.3s ease;
}
 .faq_item.active {
     border-color: #f0f0f0;
}
 .faq_question {
     width: 100%;
     background: transparent;
     border: none;
     outline: none;
     font-size: 18px;
     font-weight: 600;
     color: #10361d;
     text-align: left;
     padding: 22px 25px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     cursor: pointer;
     transition: background 0.2s;
}
 .faq_question:hover {
     background: #f0f0f0;
}
 .faq_question .icon {
     font-size: 20px;
     transform: rotate(0);
     transition: transform 0.3s ease;
     font-size: 24px;
}
 .faq_item.active .faq_question .icon {
     transform: rotate(180deg);
}
 .faq_answer {
     display: none;
     padding: 0 25px 25px;
     font-size: 16px;
     color: #475467;
     line-height: 1.6;
     padding-bottom: 10px;
}
 .faq_item.active .faq_answer {
     display: block;
}
 .index_sec8 {
     background: #f9fafb;
     padding: 10px 20px;
     text-align: center;
     padding-bottom: 80px;
}
 .index_sec8 .container {
     max-width: 100%;
     margin: 0 4%;
}
 .index_sec8 h2 {
     color: #10361d;
     font-weight: 600;
     margin-bottom: 10px;
     font-size: 2.35rem;
     line-height: 2.8rem;
     margin-top: 20px;
}
 .index_sec8 .subtitle {
     font-size: 20px;
     color: #475467;
     margin-bottom: 40px;
}
 .index8_grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 40px;
     text-align: left;
}
 .index8_col .index8_title {
     display: flex;
     align-items: center;
     gap: 10px;
     margin-bottom: 00px;
}
 .index8_col .index8_title .icon {
     font-size: 20px;
     color: #10361d;
}
 .index8_col h3 {
     font-size: 20px;
     font-weight: 600;
     color: #10361d;
}
 .index8_tags {
     display: flex;
     flex-wrap: wrap;
     gap: 5px;
     list-style: none;
     padding: 0;
     margin: 0;
}
 .index8_tags li {
     border: 1px solid #e5e5e5;
     border-radius: 20px;
     padding: 7px 10px;
     font-size: 12px;
     color: #10361d;
     transition: all 0.3s ease;
     cursor: pointer;
     font-weight: 600;
}
 .index8_tags li:hover {
     border-color: #b8ec81;
     background: #f4fff4;
}
 .index8_col .icon svg {
     stroke-width: 1.5px;
     width: 22px;
     height: 22px;
     float: left;
}
 .footer_m {
     background: #0c1623;
     color: #e2e8f0;
     padding: 70px 20px 30px;
}
 .footer_m .container {
     max-width: 100%;
     margin: 0 4%;
}
 .footer_grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 50px;
     margin-bottom: 40px;
}
 .footer_col h3, .footer_col h4 {
     font-weight: 600;
     color: #fff;
     margin-bottom: 18px;
}
 .footer_col p {
     color: #cbd5e1;
     font-size: 15px;
     line-height: 1.5;
}
 .footer_col ul {
     list-style: none;
     padding: 0;
     margin: 0;
}
 .footer_col ul li {
     margin-bottom: 10px;
}
 .footer_col ul li a {
     color: #cbd5e1;
     text-decoration: none;
     font-size: 15px;
     transition: color 0.3s ease;
}
 .footer_col ul li a:hover {
     color: #b8ec81;
}
 .footer_col a {
     color: #b8ec81;
     text-decoration: none;
}
 .footer_col a:hover {
     text-decoration: underline;
}
 .footer_bottom {
     border-top: 1px solid rgba(255, 255, 255, 0.1);
     padding-top: 20px;
     text-align: center;
}
 .footer_bottom p {
     font-size: 16px;
     color: #94a3b8;
}
 .quote_btn_left {
     position: fixed;
     top: 50%;
     left: 0;
     transform: translateY(-50%) rotate(-90deg);
     transform-origin: left top;
     background-color: #0a3d1c;
     color: #c5f55b;
     padding: 12px 30px;
     border-radius: 0 0 12px 12px;
     font-size: 16px;
     font-weight: 500;
     text-decoration: none;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
     transition: all 0.3s ease;
     z-index: 9999;
     margin-top: 50px;
     padding-top: 10px;
     padding-bottom: 17px;
     zoom: 0.9;
}
 .quote_btn_left:hover {
     background-color: #052912;
     color: #ffffff;
     transform: translateY(-50%) rotate(-90deg) scale(1.05);
}
 a{
     transition: all 0.2s ease;
}
 a:hover {
     transform:scale(1.05);
}
 .headr .nav-links a:focus-visible{
     outline: none;
}
/* =========================== GLOBAL STYLES =========================== */
 body {
     background: #f9fafb;
}
 .get_quotes {
     width: 100%;
     max-width: 900px;
     margin: 0 auto;
     padding: 40px 20px;
}
/* =========================== FORM LAYOUT =========================== */
 .quote_form {
     background: #fff;
     padding: 40px 35px;
     border-radius: 12px;
     box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}
 .quote_form h2 {
     text-align: center;
     font-size: 26px;
     font-weight: 650;
     color: #0a3d1c;
     margin-bottom: 25px;
     margin-top: 0px;
}
 .form_grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
     gap: 18px 25px;
     margin-bottom: 25px;
}
 .form_field label {
     display: block;
     font-weight: 500;
     font-size: 15px;
     color: #0f172a;
     margin-bottom: 6px;
}
 .form_field span {
     color: #dc2626;
}
 .form_field input, .form_field select, .form_field textarea {
     width: 100%;
     border-radius: 6px;
     border: 1px solid #cbd5e1;
     padding: 10px 12px;
     font-size: 15px;
     outline: none;
     transition: all 0.3s ease;
     background: #fff;
}
 .form_field input:focus, .form_field select:focus, .form_field textarea:focus {
     border-color: #0a3d1c;
     box-shadow: 0 0 0 3px rgba(10, 61, 28, 0.1);
}
 .input_icon {
     position: relative;
}
 .input_icon input {
     padding-right: 35px;
}
 .input_icon .calendar_icon {
     position: absolute;
     right: 10px;
     top: 50%;
     transform: translateY(-50%);
     color: #475569;
     font-size: 18px;
}
/* =========================== SERVICES SECTION =========================== */
 .services_section h3 {
     font-size: 18px;
     color: #0a3d1c;
     font-weight: 600;
     margin-bottom: 15px;
}
 .services_card {
     background: #f9fafb;
     border-radius: 12px;
     padding: 25px;
     border: 1px solid #e2e8f0;
     margin-bottom: 30px;
}
 .services_header_row {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 20px;
}
 .services_header_row h4 {
     font-size: 18px;
     font-weight: 600;
     color: #0f172a;
     margin-bottom: 0px;
     margin-top: 0px;
}
 .services_header_row h4 span {
     font-weight: 500;
     color: #475569;
     font-size: 16px;
}
 .select_all_btn {
     border: 1.5px solid #0a3d1c;
     background: transparent;
     color: #0a3d1c;
     font-weight: 500;
     padding: 6px 16px;
     border-radius: 6px;
     cursor: pointer;
     transition: all 0.3s ease;
}
 .select_all_btn:hover {
     background: #0a3d1c;
     color: #fff;
}
 .services_grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(31%, 1fr));
     gap: 18px;
}
 .service_box {
     border: 1px solid #dfe5ea;
     border-radius: 7px;
     padding: 10px 15px;
     background: #fff;
     transition: all 0.3s ease;
}
 .service_box:hover, .service_box.selected {
     border-color: #bcc6ce;
     box-shadow: 0 3px 10px rgba(10, 61, 28, 0.1);
}
 .service_box .icon {
     font-size: 22px;
     margin-bottom: 00px;
}
 .service_box h5 {
     font-size: 15px;
     font-weight: 600;
     margin-bottom: 0px;
     color: #444;
     margin-top: 00px;
}
 .service_box p {
     font-size: 12px;
     color: #475569;
     line-height: 1.3;
     margin-top: 6px;
}
/* =========================== BUDGET SECTION =========================== */
 .budget_section {
     margin-top: 25px;
}
 .budget_label {
     display: block;
     font-weight: 500;
     font-size: 18px;
     color: #0f172a;
     margin-bottom: 20px;
}
 .budget_options {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
     gap: 10px 20px;
}
 .budget_options label {
     font-size: 15px;
     color: #334155;
     display: flex;
     align-items: center;
     gap: 8px;
}
 .budget_options input[type="radio"] {
     accent-color: #0a3d1c;
}
/* =========================== FILE UPLOAD BOX =========================== */
 .file_upload_section {
     margin-top: 25px;
}
 .file_upload_box {
     border: 2px dashed #cbd5e1;
     border-radius: 12px;
     padding: 20px 20px;
     text-align: center;
     background: #ffffff;
     transition: all 0.3s ease;
     margin-top: 12px;
}
 .file_upload_box:hover {
     border-color: #0a3d1c;
}
 .upload_icon {
     font-size: 35px;
     margin-bottom: 10px;
}
 .upload_icon svg{
     width: 40px;
     height: 40px;
     stroke-width: 1.5;
     color:#444;
}
 .upload_text {
     color: #0a3d1c;
     font-weight: 600;
}
 .file_upload_box p {
     margin: 0;
     font-size: 15px;
     color: #475569;
}
 .file_upload_box small {
     display: block;
     margin-top: 6px;
     font-size: 13px;
     color: #64748b;
}
/* =========================== COMMENTS TEXTAREA =========================== */
 .comments_section {
     margin-top: 25px;
}
 .comments_section textarea {
     width: 100%;
     border-radius: 8px;
     border: 1px solid #cbd5e1;
     padding: 12px 14px;
     font-size: 15px;
     min-height: 90px;
     resize: vertical;
     outline: none;
     transition: all 0.3s ease;
}
 .comments_section textarea:focus {
     border-color: #0a3d1c;
     box-shadow: 0 0 0 3px rgba(10,61,28,0.1);
}
/* =========================== BUTTONS =========================== */
 .btn_group {
     margin-top: 30px;
}
 button.next_btn {
     background: #333;
     color: #fff;
     font-size: 20px;
     font-weight: 500;
     border: none;
     width: 100%;
     padding: 20px 14px;
     border-radius: 8px;
     cursor: pointer;
     transition: all 0.3s ease;
}
 button.next_btn:hover {
     background: #111111;
}
/* =========================== RESPONSIVE DESIGN =========================== */
 @media (max-width: 768px) {
     .services_grid {
         grid-template-columns: 1fr;
    }
     .services_header_row {
         flex-direction: column;
         align-items: flex-start;
         gap: 10px;
    }
     .select_all_btn {
         align-self: flex-end;
    }
     .form_grid {
         grid-template-columns: 1fr;
    }
     .quote_form {
         padding: 25px 20px;
    }
}
/* =========================== TAB NAVIGATION =========================== */
 .tabs_wrapper {
     display: flex;
     justify-content: space-between;
     align-items: center;
     border-bottom: 2px solid #e2e8f0;
     margin-bottom: 25px;
     overflow-x: auto;
     scrollbar-width: none;
}
 .tabs_wrapper::-webkit-scrollbar {
     display: none;
}
 .tab_item {
     flex: 1;
     text-align: center;
     position: relative;
     padding: 20px 0;
     cursor: pointer;
     transition: all 0.3s ease;
}
 .tab_item span {
     display: block;
     font-size: 15px;
     color: #334155;
     font-weight: 500;
}
 .tab_item::before {
     content: '';
     position: absolute;
     bottom: -2px;
     left: 0;
     height: 3px;
     width: 0;
     background: #0a3d1c;
     transition: all 0.3s ease;
     border-radius: 2px;
}
 .tab_item.active span {
     color: #0a3d1c;
     font-weight: 600;
}
 .tab_item.active::before {
     width: 100%;
}
/* Step Circle (if you want visual indicators above text) */
 .tab_item::after {
     content: '';
     width: 22px;
     height: 22px;
     border: 2px solid #cbd5e1;
     border-radius: 50%;
     position: absolute;
     top: 6px;
     left: 50%;
     transform: translateX(-50%);
     background: #fff;
     transition: all 0.3s ease;
}
 .tab_item.active::after {
     border-color: #0a3d1c;
     background: #0a3d1c;
}
/* =========================== TAB CONTENT =========================== */
 .tab_content {
     display: none;
}
 .tab_content.active {
     display: block;
}
/* =========================== RESPONSIVE TABS =========================== */
 @media (max-width: 768px) {
     .tab_item span {
         font-size: 14px;
    }
     .tab_item::after {
         width: 18px;
         height: 18px;
         top: 8px;
    }
}
/* =========================== PROGRESS TABS (Top Bar) =========================== */
 .progress_tabs {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     position: relative;
     max-width: 600px;
     margin: 30px auto 40px;
     padding: 0 10px;
}
 .progress_tabs::before {
     content: "";
     position: absolute;
     top: 11px;
     left: 0;
     right: 0;
     height: 2px;
     background-color: #e2e8f0;
     z-index: 0;
     float: left;
     width: 76%;
     margin-left: 12%;
}
 .progress_step {
     display: flex;
     flex-direction: column;
     align-items: center;
     position: relative;
     z-index: 1;
     flex: 1;
     text-align: center;
}
 .progress_step .circle {
     width: 24px;
     height: 24px;
     border-radius: 50%;
     border: 2px solid #cbd5e1;
     background-color: #fff;
     position: relative;
     transition: all 0.3s ease;
}
 .progress_step.active .circle {
     border-color: #0a3d1c;
}
 .progress_step.active .circle::after {
     content: "";
     position: absolute;
     width: 10px;
     height: 10px;
     background-color: #0a3d1c;
     border-radius: 50%;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}
 .progress_step span {
     margin-top: 8px;
     font-size: 15px;
     color: #334155;
     font-weight: 500;
}
 .progress_step.active span {
     color: #0a3d1c;
     font-weight: 600;
}
/* =========================== RESPONSIVE =========================== */
 @media (max-width: 600px) {
     .progress_tabs {
         flex-direction: column;
         align-items: flex-start;
         gap: 20px;
    }
     .progress_tabs::before {
         display: none;
    }
     .progress_step {
         flex-direction: row;
         align-items: center;
         gap: 10px;
    }
     .progress_step span {
         font-size: 14px;
    }
}
 .comments_section label{
     font-size: 18px;
     font-weight: 500;
     color: #0f172a;
     margin-bottom: 10px;
     display: inline-block;
}
 .file_upload_section label{
     font-size: 18px;
     font-weight: 500;
     color: #0f172a;
     margin-bottom: -20px;
     display: inline-block;
     margin-top: 10px;
}
 .service_box .icon svg{
     color: #555;
     stroke-width: 1.5px;
     width: 25px;
     height: 25px;
}
 .revw_reqst {
     float: left;
     width: 100%;
     text-align: center;
     margin-top: -20px;
     margin-bottom: 40px;
     font-size: 16px;
     color:#888;
}
/* =========================== REVIEW TAB (Tab 2) =========================== */
 .review_section {
     background: #fff;
     padding: 40px 30px;
     border-radius: 12px;
     box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}
 .review_section h2 {
     text-align: center;
     font-size: 26px;
     font-weight: 600;
     color: #0a3d1c;
     margin-bottom: 6px;
     margin-top: 0px;
}
 .review_section p {
     text-align: center;
     color: #475569;
     margin-bottom: 15px;
     font-size: 15px;
     text-align: left;
     margin-top: 0px;
     font-size: 16px;
     color: #0f172a;
     font-weight: 500;
}
/* =========================== REVIEW CARDS =========================== */
 .review_card {
     border: 1px solid #e2e8f0;
     border-radius: 10px;
     padding: 20px 25px;
     margin-bottom: 25px;
     background-color: #fff;
}
 .review_header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 05px;
}
 .review_header h3 {
     font-size: 18px;
     font-weight: 500;
     color: #0f172a;
     display: flex;
     align-items: center;
     gap: 8px;
}
 .edit_btn {
     border: none;
     background: none;
     color: #777;
     font-size: 15px;
     font-weight: 500;
     cursor: pointer;
     display: flex;
     align-items: center;
     gap: 6px;
     transition: 0.3s ease;
}
 .edit_btn:hover {
     color: #111111;
}
/* =========================== CONTENT GRID =========================== */
 .review_grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(46%, 1fr));
     gap: 10px;
}
 .review_item label {
     display: block;
     color: #777;
     font-size: 14px;
     margin-bottom: 3px;
}
 .review_item p {
     font-size: 16px;
     color: #0f172a;
     font-weight: 500;
     text-align: left;
     margin-top: 0px;
     margin-bottom: 10px;
}
 .review_item i {
     color: #0a3d1c;
     margin-right: 6px;
}
 .review_item_full {
     margin-bottom: 15px;
}
 .review_item_full label {
     display: block;
     color: #64748b;
     font-size: 14px;
     margin-bottom: 6px;
}
/* =========================== TAG STYLES =========================== */
 .tag_list {
     display: flex;
     flex-wrap: wrap;
     gap: 8px;
}
 .tag_list span {
     background-color: #fff;
     border: 1px solid #cbd5e1;
     border-radius: 20px;
     padding: 6px 8px;
     font-size: 12px;
     color: #0f172a;
     font-weight: 500;
     transition: 0.3s ease;
}
 .tag_list span:hover {
     background: #0a3d1c;
     color: #fff;
     border-color: #0a3d1c;
}
/* =========================== BUTTONS =========================== */
 .review_btn_group {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-top: 30px;
     gap: 15px;
}
 .back_btn {
     background: #fff;
     color: #333;
     font-size: 15px;
     font-weight: 600;
     border: 1.5px solid #333;
     padding: 12px 28px;
     border-radius: 8px;
     cursor: pointer;
     transition: 0.3s ease;
}
 .back_btn:hover {
     background: #333;
     color: #fff;
}
 .continue_btn {
     background: #333;
     color: #fff;
     font-size: 16px;
     font-weight: 500;
     border: none;
     padding: 12px 28px;
     border-radius: 8px;
     cursor: pointer;
     transition: 0.3s ease;
}
 .continue_btn:hover {
     background: #111;
}
 .review_item{
     text-align: left;
}
 .rev_p{
     text-align: center !important;
     color: #475569 !important;
     font-size: 15px !important;
}
/* =========================== FINALIZING TAB (Tab 3) =========================== */
 .finalizing_section {
     background: #fff;
     border-radius: 16px;
     box-shadow: 0 4px 15px rgba(0,0,0,0.05);
     padding: 60px 40px;
     max-width: 900px;
     margin: 50px auto;
     text-align: center;
     margin-top: 40px;
}
 .finalizing_section h2 {
     color: #0a3d1c;
     font-size: 27px;
     font-weight: 600;
     margin-bottom: 12px;
}
 .finalizing_section .subtext {
     color: #475569;
     font-size: 20px;
     font-weight: 400;
     margin-bottom: 6px;
     margin-top: 10px;
}
 .finalizing_section .note {
     color: #64748b;
     font-size: 15px;
     margin-bottom: 40px;
     margin-top: 0px;
}
/* =========================== LOADING SPINNER =========================== */
 .loading_spinner {
     width: 36px;
     height: 36px;
     border: 3px solid rgba(13, 148, 66, 0.2);
     border-top-color: #0a3d1c;
     border-radius: 50%;
     margin: 0 auto;
     animation: spin 1s linear infinite;
}
 @keyframes spin {
     to {
         transform: rotate(360deg);
    }
}
 .thnks_tb_4 {
     display: inline-block;
     width: 100%;
     text-align: center !important;
     font-size: 20px !important;
}
 .login_pop {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.4);
     display: flex;
     justify-content: center;
     align-items: center;
     opacity: 0;
     visibility: hidden;
     transition: opacity 0.3s ease;
     z-index: 999;
}
 .login_pop.show {
     opacity: 1;
     visibility: visible;
}
 .login_pop_content {
     background: #fff;
     border-radius: 12px;
     padding: 35px 40px;
     text-align: center;
     width: 480px;
     max-width: 90%;
     box-shadow: 0 4px 25px rgba(0,0,0,0.15);
     animation: fadeIn 0.3s ease;
}
 @keyframes fadeIn {
     from {
         transform: translateY(-10px);
         opacity: 0;
    }
     to {
         transform: translateY(0);
         opacity: 1;
    }
}
 .login_pop_content h2 {
     font-size: 24px;
     font-weight: 600;
     color: #333;
     margin-bottom: 5px;
}
 .login_pop_content p {
     color: #555;
     font-size: 16px;
     margin-bottom: 25px;
     margin-top: 00px;
}
 .login_option {
     text-align: left;
}
 .login_item {
     border: 2px solid #e0e0e0;
     border-radius: 10px;
     padding: 20px 15px;
     margin-bottom: 22px;
     display: flex;
     align-items: center;
     cursor: pointer;
     transition: background 0.2s ease, border-color 0.2s ease;
}
 .login_item:hover {
     border-color: #888;
     background: #fff;
     transition: all 0.2s ease;
     transform: scale(1.04);
}
 .icon_wrap {
     width: 50px;
     height: 50px;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-right: 15px;
     flex-shrink: 0;
}
 .icon_admin {
     background: #fdecec;
     color: #d44;
}
 .icon_exhibitor {
     background: #e9f1ff;
     color: #007bff;
}
 .icon_builder {
     background: #e9f9ef;
     color: #007f4f;
}
 .login_item h3 {
     margin: 0;
     font-size: 18px;
     font-weight: 600;
     color: #333;
}
 .login_item p {
     margin: 3px 0 0;
     font-size: 15px;
     color: #555;
     margin-top: 0px;
}
 .login_cancel {
     margin-top: 10px;
     background: none;
     border: none;
     color: #555;
     cursor: pointer;
     font-size: 19px;
}
 .auth_admin {
     background: linear-gradient(135deg, rgba(12, 46, 22, 0.75) 0%, rgba(12, 46, 22, 0.65) 50%, rgba(207, 255, 127, 0.05) 100%);
     min-height: 100vh;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     padding: 40px 0;
}
 .auth_box {
     display: flex;
     justify-content: center;
     align-items: stretch;
     gap: 30px;
     flex-wrap: wrap;
     margin: 0 auto;
     max-width: 1100px;
     width: 90%;
}
 .auth_left, .auth_right {
     flex: 1 1 450px;
     background: #fff;
     border-radius: 12px;
     padding: 40px 50px;
     box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}
 .auth_tag {
     display: inline-block;
     background: #333;
     color: #fff;
     font-size: 12px;
     padding: 5px 10px;
     border-radius: 20px;
     font-weight: 500;
     margin-bottom: 10px;
}
 .auth_left h1, .auth_right h1 {
     color: #333;
     font-size: 28px;
     font-weight: 600;
     margin-bottom: 00px;
     margin-top: 0px;
}
 .auth_subtext {
     color: #888;
     font-size: 15px;
     margin-bottom: 25px;
     margin-top: 5px;
}
 .auth_features {
     display: flex;
     flex-direction: column;
     gap: 15px;
     margin-bottom: 25px;
}
 .auth_feature {
     display: flex;
     align-items: flex-start;
     gap: 15px;
     display: inline-block;
     margin-bottom: 5px;
}
 .icon_box {
     width: 40px;
     height: 40px;
     border-radius: 7px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 20px;
     display: inline-block;
     float: left;
     margin-right: 12px;
     text-align: center;
     padding-top: 10px;
}
 .icon_box.green {
     background: #cfff7f;
     color: #063;
}
 .auth_feature h3 {
     margin: 0;
     font-size: 16px;
     color: #333;
     font-weight: 500;
}
 .auth_feature p {
     margin: 3px 0 0;
     font-size: 14px;
     color: #777;
     margin-top: 1px;
     line-height: 16px;
}
 .google_btn {
     width: 100%;
     background: #333;
     color: #fff;
     font-size: 18px;
     font-weight: 500;
     border: none;
     border-radius: 8px;
     padding: 14px;
     cursor: pointer;
     display: inline-block;
     text-align: center;
}
 .google_btn:hover {
     background: #052e1f;
}
 .auth_note {
     font-size: 13px;
     color: #999;
     margin-top: 10px;
     text-align: center;
}
 .auth_badge {
     display: inline-block;
     background: #cfff7f;
     color: #555;
     font-size: 12px;
     padding: 5px 10px;
     border-radius: 20px;
     font-weight: 500;
     margin-bottom: 10px;
}
 .auth_benefits {
     background: #f3fff3;
     border-radius: 10px;
     padding: 15px 20px;
     margin: 20px 0;
}
 .auth_benefits h4 {
     font-size: 15px;
     color: #333;
     margin-bottom: 10px;
}
 .auth_benefits ul {
     list-style: none;
     padding: 0;
     margin: 0;
     display: inline-block;
}
 .auth_benefits li {
     color: #333 !important;
     font-size: 14px;
     margin-bottom: 6px;
     float: left;
     width: 100%;
}
 .create_btn {
     width: 100%;
     background: #caff78;
     color: #0c2e16;
     font-weight: 600;
     font-size: 18px;
     border: none;
     border-radius: 8px;
     padding: 14px;
     cursor: pointer;
     display: inline-block;
     text-align: center;
}
 .create_btn:hover {
     background: #b7f36e;
}
 .auth_footer {
     font-size: 12px;
     color: #666;
     margin-top: 15px;
     line-height: 1.5;
     text-align: center;
}
 .auth_footer a {
     color: #063;
     text-decoration: none;
     font-weight: 500;
}
 .auth_footer_bottom {
     text-align: center;
     font-size: 14px;
     color: #ffffffd9;
     margin-top: 30px;
     display: flex;
     justify-content: center;
     gap: 30px;
     flex-wrap: wrap;
     font-weight: 300;
}
 .icon_box.green svg {
     width: 20px;
     height: 20px;
     color: #555 !important;
}
 .auth_benefits li svg{
     display: inline-block;
     width: 15px;
     margin-top: -3px;
     float: left;
     margin-right: 9px;
     color: #333 !important;
}
 .auth_footer_bottom span svg {
     display: inline-block;
     width: 15px;
     height: 15px;
     float: left;
     margin-top: 2px;
     margin-right: 8px;
     color: #caff78 !important;
}
 .auth_landing_a{
     display: inline-block;
     float: left;
}
 a.auth_landing_a:hover {
     transform: scale(1);
}
 .auth_landing_a img{
     float: left;
     width: 110px;
     margin-left: 1%;
     margin-top: -10px;
     margin-bottom: -20px;
}
 .login_bk {
     background: #f3f6fb;
     display: flex;
     justify-content: center;
     align-items: center;
     min-height: 100vh;
     margin: 0;
}
 .auth_container {
     background: #fff;
     border-radius: 16px;
     box-shadow: 0 4px 25px rgba(0,0,0,0.1);
     padding: 30px 50px;
     width: 420px;
     max-width: 90%;
     text-align: center;
}
 .auth_logo {
     width: 80px;
     height: 80px;
     background: #d7ff6b;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     font-weight: 700;
     color: #000;
     margin: 0 auto 20px;
     font-size: 20px;
     box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
 h2 {
     font-size: 22px;
     color: #0c1633;
     margin-bottom: 5px;
}
 p.subtitle {
     color: #6b7280;
     font-size: 14px;
     margin-bottom: 25px;
}
 .form_group {
     text-align: left;
     margin-bottom: 15px;
}
 .form_group label {
     display: block;
     font-size: 14px;
     color: #111827;
     margin-bottom: 6px;
}
 .form_group input {
     width: 100%;
     padding: 12px 15px;
     border-radius: 8px;
     border: 1px solid #d1d5db;
     background: #f9fbff;
     font-size: 14px;
     outline: none;
}
 .form_group input:focus {
     border-color: #0055ff;
}
 button.auth_btn {
     width: 100%;
     background: #0c1633;
     color: #fff;
     border: none;
     border-radius: 8px;
     padding: 12px;
     font-size: 15px;
     font-weight: 600;
     cursor: pointer;
     margin-top: 10px;
     transition: background 0.3s ease;
}
 button.auth_btn:hover {
     background: #071024;
}
 .auth_links {
     display: flex;
     justify-content: space-between;
     margin-top: 12px;
     font-size: 13px;
}
 .auth_links a {
     color: #0c1633;
     text-decoration: none;
     font-weight: 400;
     font-size: 15px;
}
 .auth_links a:hover {
     text-decoration: underline;
}
/* Hide and show forms */
 .form_wrapper {
     display: none;
}
 .form_wrapper.active {
     display: block;
}
 .alrerd_ac{
     display: inline-block;
     width: 100%;
     text-align: center;
}
/* ======================== MAIN CONTAINER ======================== */
 .trad_sho_detl1 {
     width: 100%;
     background: url('../img/back_detl.avif') center/cover no-repeat;
     position: relative;
     padding: 80px 4%;
     display: flex;
     align-items: center;
     justify-content: space-between;
     color: #063;
}
/* Background fade like screenshot */
 .trad_sho_detl1::before {
     content: "";
     position: absolute;
     inset: 0;
     background: rgba(255,255,255,0.75);
     background: linear-gradient(to right, #fffffff5, #ffffffc4, #ffffff38);
    /* Red to Blue, left to right */
}
/* ======================== CONTENT BOX ======================== */
 .trad_sho_detl1 .left-box {
     position: relative;
     max-width: 55%;
     z-index: 2;
}
 .trad_sho_detl1 h1 {
     font-size: 40px;
     color: #003b2e;
     margin-bottom: 0px;
     font-weight: 600;
}
 .trad_sho_detl1 h2 {
     font-size: 22px;
     font-weight: 500;
     color: #003b2e;
     margin-bottom: 20px;
     margin-top: 10px;
     margin-bottom: 00px;
}
 .trad_sho_detl1 p {
     font-size: 16px;
     line-height: 1.5;
     color: #003b2e;
     margin-bottom: 32px;
     width: 80%;
}
/* Buttons */
 .trad_sho_detl1 .btns {
     display: flex;
     gap: 20px;
}
 .trad_sho_detl1 .btn {
     background: #0c2e16;
     color: #fff;
     padding: 10px 22px 12px 22px;
     border-radius: 50px;
     font-size: 16px;
     cursor: pointer;
     border: none;
}
 .trad_sho_detl1 .btn2 {
     background: #fff;
     color: #0c2e16;
     border: 2px solid #0c2e16;
}
/* ======================== COUNTDOWN BOX ======================== */
 .trad_sho_detl1 .count-wrapper {
     position: relative;
     width: 380px;
     background: #1c2330;
     color: white;
     padding: 10px 20px 25px 20px;
     border-radius: 20px;
     z-index: 2;
}
 .trad_sho_detl1 .count-header {
     display: flex;
     align-items: center;
     font-size: 14px;
     letter-spacing: 1px;
     margin-bottom: 10px;
     text-align: center;
     display: inline-block;
     width: 100%;
}
 .trad_sho_detl1 .count-header::before {
     content: "•";
     font-size: 22px;
     margin-right: 10px;
     color: rgb(255, 83, 83);
}
 .trad_sho_detl1 .timer-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 10px;
}
 .trad_sho_detl1 .tbox {
     background: #323945;
     padding: 8px 3px;
     border-radius: 10px;
     text-align: center;
}
 .trad_sho_detl1 .tbox .num {
     font-size: 29px;
     font-weight: 700;
}
 .trad_sho_detl1 .tbox .lbl {
     font-size: 13px;
     margin-top: 0px;
     opacity: 0.65;
}
/* Responsive */
 @media (max-width: 1100px) {
     .trad_sho_detl1 {
         flex-direction: column;
         text-align: left;
         gap: 40px;
    }
     .trad_sho_detl1 .left-box {
         max-width: 100%;
    }
}
 a:focus{
     outline: none;
}
/* ----------- MAIN WRAPPER ----------- */
 .trad_sho_detl2 {
     width: 100%;
     padding: 40px 3%;
     display: flex;
     align-items: flex-start;
     justify-content: center;
     gap: 40px;
     background: #fcfcfd;
}
/* ----------- LEFT CONTENT ----------- */
 .trad_sho_detl2 .event-tags {
     display: flex;
     gap: 18px;
     margin-bottom: 30px;
}
 .trad_sho_detl2 .tag-box {
     background: #cfff7f;
     color: #003b2e;
     border-radius: 30px;
     padding: 14px 20px;
     font-weight: 600;
     display: flex;
     align-items: center;
     gap: 10px;
     border-radius: 100px;
     box-shadow: 0px 2px 5px #33333314;
     font-size: 16px;
     line-height: 19px;
}
/* Subhead sections */
 .trad_sho_detl2 h3 {
     margin-top: 25px;
     margin-bottom: 10px;
     font-size: 22px;
}
/* Bullet lists */
 .trad_sho_detl2 ul {
     margin-left: 00px;
     margin-bottom: 20px;
     padding-left: 25px;
     line-height: 1.60;
}
 .trad_sho_detl2 li {
     margin-bottom: 6px;
}
/* ----------- RIGHT SIDEBAR ----------- */
 .trad_sho_detl2 .right {
     width: 30%;
     /*position: sticky;*/
     top: 30px;
}
/* FORM BOX */
 .trad_sho_detl2 .form-box {
     background: #fff;
     padding: 25px;
     border-radius: 10px;
     box-shadow: 0 2px 10px rgba(0,0,0,0.06);
     margin-bottom: 30px;
     border: 1px solid #e3e3e3;
}
 .trad_sho_detl2 .form-box h4 {
     margin-bottom: 20px;
     font-size: 20px;
     text-align: center;
     font-weight: 600;
     margin-top: 0px;
}
 .trad_sho_detl2 input {
     width: 100%;
     padding: 12px 14px;
     border-radius: 6px;
     border: 1px solid #ccc;
     margin-bottom: 16px;
     font-size: 14px;
}
 .trad_sho_detl2 .green-btn {
     width: 100%;
     background: #cfff7f;
     color: #333;
     padding: 11px 16px 13px 16px;
     border: none;
     border-radius: 8px;
     cursor: pointer;
     font-size: 19px;
     margin-top: 10px;
     font-weight: 600;
}
/* CUSTOM BOOTH IMAGE CARD */
 .trad_sho_detl2 .image-card {
     background: #fff;
     padding-bottom: 20px;
     border-radius: 10px;
     box-shadow: 0 2px 10px rgba(0,0,0,0.05);
     margin-bottom: 30px;
     border: 1px solid #e3e3e3;
}
 .trad_sho_detl2 .image-card img {
     width: 100%;
     border-radius: 10px 10px 0 0;
}
 .trad_sho_detl2 .image-card button {
     width: 90%;
     margin: 15px auto;
     display: block;
     padding: 11px 14px 13px 14px;
     border-radius: 8px;
     border: 1px solid #333;
     background: #fff;
     color: #333;
     cursor: pointer;
     font-size: 16px;
}
/* PARTNER CARDS */
 .trad_sho_detl2 .partner-card {
     background: linear-gradient(135deg, #81c2ff, #518dff);
     padding: 25px;
     border-radius: 14px;
     color: #fff;
     margin-bottom: 20px;
     box-shadow: 0 2px 10px rgba(0,0,0,0.05);
     position: relative;
}
 .trad_sho_detl2 .partner-card.pink {
     background: linear-gradient(135deg, #ff8dcc, #ff63a6);
}
 .trad_sho_detl2 .partner-card.blue {
     background: linear-gradient(135deg, #6dd8f7, #527dff);
}
/* Partner content */
 .trad_sho_detl2 .partner-card .text {
     font-size: 18px;
     font-weight: 600;
}
 .trad_sho_detl2 .partner-card .rating {
     margin-top: 8px;
     font-size: 15px;
}
/* View All Button */
 .trad_sho_detl2 .view-all-btn {
     display: block;
     text-align: center;
     background: #fff;
     border: 1px solid #003b2e;
     color: #003b2e;
     padding: 15px;
     border-radius: 8px;
     margin-top: 15px;
     cursor: pointer;
     display: inline-block;
     width: 100%;
     font-size: 16px;
}
/* ----------- RESPONSIVE ----------- */
 @media (max-width: 1100px) {
     .trad_sho_detl2 {
         flex-direction: column;
    }
     .trad_sho_detl2 .left, .trad_sho_detl2 .right {
         width: 100%;
    }
}
 .trs_detl_logo{
     float: left;
     width: 170px;
     margin-top: -30px;
     margin-bottom: 20px;
}
 .detl_main_h2{
     font-size: 36px;
     margin-bottom: 10px;
     margin-top: 00px;
}
 .left p{
     font-size: 18px;
     display: inline-block;
     width: 100%;
     color: #374151;
     line-height: 1.60;
}
 .detl_main_h3{
     font-size: 30px;
}
 .pd_right{
     margin-top: 20px;
     padding-left: 30px;
     line-height: 1.70;
     font-size: 18px;
     color: #444;
}
 .ul_li_titl{
}
 .left ul{
     /*list-style-type: none;*/
}
 .left ul li{
     font-size: 18px;
}
 ul.bld_ul{
     font-size: 18px;
}
 ul.bld_ul li{
     margin-bottom: 10px;
}
 ul.bld_ul li strong{
     font-weight: 600;
}
 .right_sid_img_1{
}
 .detl_main_h2_main {
     margin-bottom: 30px;
     margin-top: 10px;
}
 ul li strong{
     font-weight: 600;
}
 .card_til_1{
     float: left;
     width: 100%;
     text-align: center;
     font-size: 18px;
     margin-top: 20px;
     font-weight: 600;
}
 .card_til_2{
     float: left;
     width: 100%;
     text-align: center;
     font-size: 14px;
     color: #555;
     margin-top: 7px;
}
 .card_til_2_2{
     margin-bottom: 20px;
}
 .form-box input:focus{
     outline: none;
}
 .card_til_1_2{
     margin-top: 10px;
}
 .box_right_side{
}
 .card_blue {
     width: 100%;
     background: linear-gradient(135deg, rgb(102, 126, 234) 0%, rgb(118, 75, 162) 100%);
     border-radius: 22px;
     padding: 25px;
     color: #ffffff;
     font-family: "Inter", sans-serif;
     position: relative;
     overflow: hidden;
     box-shadow: 0 4px 12px rgba(0,0,0,0.15);
     margin-bottom: 30px;
}
/* Preferred badge */
 .card_blue .badge {
     position: absolute;
     top: 13px;
     right: 13px;
     background: #ffffff;
     color: #111;
     padding: 5px 12px;
     border-radius: 20px;
     font-size: 12px;
     font-weight: 500;
}
/* Center logo */
 .card_blue .logo-box {
     width: 105px;
     height: 105px;
     border-radius: 10px;
     background: #ffffff;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 30px auto 18px;
     margin-top: 0px;
     margin-bottom: 9px;
}
 .card_blue .logo-box img {
     width: 90%;
}
/* Company Name */
 .card_blue .title {
     text-align: center;
     font-size: 22px;
     font-weight: 500;
     margin-bottom: 3px;
}
/* Location row */
 .card_blue .location {
     text-align: center;
     font-size: 15px;
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 6px;
     opacity: 0.9;
     margin-bottom: 10px;
}
/* Bottom bar */
 .card_blue .bottom {
     background: rgba(0,0,0,0.15);
     padding: 18px 18px;
     border-radius: 0 0 18px 18px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin: 0 -25px -25px;
}
 .card_blue .stat {
     font-size: 15px;
}
 .card_blue .stat strong {
     font-weight: 700;
}
/* star */
 .card_blue .star {
     font-size: 15px;
}
 .card_blue .location span svg {
     width: 17px;
     height: 17px;
     display: inline-block;
     margin-top: 3px;
}
 .card_blue .star svg {
     width: 15px;
     height: 15px;
     display: inline-block;
     margin-top: 0px;
     fill: #fde047;
     stroke-width: 0px;
}
 .card_pink{
     background: linear-gradient(135deg, rgb(240, 147, 251) 0%, rgb(245, 87, 108) 100%);
}
 .card_blue_light{
     background: linear-gradient(135deg, rgb(79, 172, 254) 0%, rgb(0, 242, 254) 100%);
}
 .trad_sho_detl2 .left {
     width: 65%;
}
 .Left_inner{
     background: #fff;
     padding: 40px;
     border-radius: 12px;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
 .reled_trade {
     width: 100%;
     padding: 60px 40px;
     text-align: center;
     color: #003b2e;
     background: #fff;
     padding: 40px;
     border-radius: 12px;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
     background: #fff;
     margin-top: 50px;
}
/* Title */
 .reled_trade .title {
     font-size: 38px;
     font-weight: 600;
     margin-bottom: 8px;
}
/* Subtitle */
 .reled_trade .subtitle {
     font-size: 18px;
     opacity: 0.75;
     margin-bottom: 45px;
}
/* CARD LAYOUT */
 .reled_trade .cards {
     display: flex;
     justify-content: center;
     gap: 25px;
     flex-wrap: wrap;
}
/* CARD */
 .reled_trade .card {
     width: 30%;
     background: #ffffff;
     border-radius: 14px;
     border: 1px solid #e8e8e8;
     overflow: hidden;
     box-shadow: 0 3px 7px rgba(0,0,0,0.03);
     text-align: left;
}
/* LOGO BOX */
 .reled_trade .card .logo-box {
     width: 100%;
     height: 150px;
     background: #f9fafb;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .reled_trade .card .logo-box img {
     width: 110px;
     height: auto;
}
/* CARD CONTENT */
 .reled_trade .card .content {
     padding: 10px 15px;
}
/* Name */
 .reled_trade .card .name {
     font-size: 20px;
     font-weight: 600;
     margin-bottom: 6px;
}
/* Location */
 .reled_trade .card .location {
     display: flex;
     align-items: center;
     gap: 2px;
     font-size: 14px;
     opacity: 0.9;
     margin-bottom: 10px;
     margin-top: 7px;
}
/* Rating */
 .reled_trade .rating {
     display: flex;
     align-items: center;
     font-size: 15px;
     margin-bottom: 15px;
     gap: 4px;
}
 .reled_trade .rating .star {
     color: #FFD643;
     font-size: 16px;
}
/* TAGS */
 .reled_trade .tags {
     display: flex;
     gap: 8px;
     flex-wrap: wrap;
     margin-bottom: 15px;
}
 .reled_trade .tags .tag {
     font-size: 12px;
     background: #f2f2f2;
     padding: 7px 12px;
     border-radius: 100px;
     color: #333;
}
/* BUTTON */
 .reled_trade .btn {
     width: 100%;
     background: #0c2e16;
     color: #fff;
     padding: 8px 0 10px 0;
     text-align: center;
     border-radius: 40px;
     font-size: 16px;
     cursor: pointer;
     display: block;
     margin-top: 0px;
     margin-bottom: 20px;
}
/* VIEW ALL BUTTON */
 .reled_trade .view-all {
     margin-top: 40px;
}
 .reled_trade .view-all button {
     background: #fff;
     border: 2px solid #003b2e;
     border-radius: 40px;
     padding: 12px 24px 13px 24px;
     font-size: 15px;
     cursor: pointer;
     color: #003b2e;
}
 .reled_trade .rating .star i{
     font-size: 10px;
     float: left;
     margin-left: 2px;
}
 .reled_trade .card .location svg{
     width: 16px;
     height: 16px;
}
 .detl_faq {
     width: 100%;
     max-width: 1000px;
     margin: 60px auto;
     padding: 0 20px;
     color: #003b2e;
     text-align: center;
     background: #fff;
     padding: 40px;
     border-radius: 12px;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
     background: #fff;
     margin-top: 50px;
     margin-bottom: 0px;
}
/* Title */
 .detl_faq .faq_title {
     font-size: 38px;
     font-weight: 600;
     margin-bottom: 10px;
}
/* Accordion Container */
 .detl_faq .faq_box {
     text-align: left;
     margin-top: 40px;
}
/* Single FAQ */
 .detl_faq .faq_item {
     background: #fff;
     border-radius: 12px;
     padding: 19px 20px;
     margin-bottom: 15px;
     border: 1px solid #e7e7e7;
     cursor: pointer;
     transition: background 0.2s ease;
}
 .detl_faq .faq_item:hover {
     background: #f9fafb;
}
/* Question Row */
 .detl_faq .faq_q {
     display: flex;
     justify-content: space-between;
     align-items: center;
     font-size: 20px;
     font-weight: 600;
}
/* Arrow */
 .detl_faq .faq_icon {
     font-size: 16px;
     transition: transform 0.3s ease;
     color: #777;
}
/* Rotate when active */
 .detl_faq .faq_item.active .faq_icon {
     transform: rotate(180deg);
}
/* Answer Content (hidden by default) */
 .detl_faq .faq_a {
     max-height: 0;
     overflow: hidden;
     opacity: 0;
     margin-top: 0;
     transition: max-height 0.35s ease, opacity 0.3s ease, margin-top 0.3s ease;
     font-size: 16px;
     line-height: 1.6;
}
/* When open */
 .detl_faq .faq_item.active .faq_a {
     max-height: 600px;
     opacity: 1;
     margin-top: 14px;
}
 .story_wrp{
     float: left;
     width: 100%;
     margin-left: 0%;
     background: #fff;
     padding: 0px 4%;
     padding-bottom:80px;
}
 .faq_title_2{
     text-align: left;
     font-size: 38px;
     font-weight: 600;
     margin-bottom: 30px;
     margin-top: 60px;
}
 .story_detl {
     width: 100%;
     margin: 0px;
     padding: 0px;
}
/* Single Story Box */
 .story_detl .story_box {
     display: flex;
     align-items: flex-start;
     gap: 20px;
     padding: 26px 30px;
     border: 2px solid #cfff7f;
     border-radius: 7px;
     margin-bottom: 35px;
     border-left: 4px solid #cfff7f;
     background: #f9fafb;
}
/* Plus Icon Circle */
 .story_detl .plus_icon {
     width: 46px;
     height: 46px;
     border-radius: 50%;
     border: 3px solid #333;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 36px;
     color: #333;
     flex-shrink: 0;
     font-weight: 600;
     line-height: 22px;
     padding-bottom: 3px;
}
/* Stars */
 .story_detl .stars {
     margin-bottom: 10px;
}
 .story_detl .stars span {
     color: #FFD643;
     font-size: 22px;
}
/* Quote */
 .story_detl .quote {
     font-size: 18px;
     font-style: italic;
     margin-bottom: 16px;
     color: #003b2e;
}
/* Name */
 .story_detl .name {
     font-size: 18px;
     font-weight: 600;
     margin-bottom: 4px;
     color: #003b2e;
}
/* Company */
 .story_detl .company {
     font-size: 15px;
     opacity: 0.65;
}
/* Text content wrapper */
 .story_detl .story_text {
     flex: 1;
}
 .footer_last {
     width: 100%;
     background: #032f1c;
    /* deep green */
     padding: 70px 20px;
     text-align: center;
     color: #ffffff;
     margin-bottom: 50px;
}
/* Heading */
 .footer_last h2 {
     font-size: 40px;
     font-weight: 600;
     margin-bottom: 18px;
     color: #fff;
     margin-top: 0px;
     margin-bottom: 10px;
}
/* Subtitle */
 .footer_last p {
     font-size: 20px;
     line-height: 1.6;
     max-width: 950px;
     margin: 0 auto 40px;
     color: #fff;
     margin-bottom: 20px;
}
/* Button */
 .footer_last .cta_btn {
     background: #c8ff70;
     color: #003b2e;
     font-size: 18px;
     font-weight: 700;
     padding: 14px 45px;
     border-radius: 50px;
     border: none;
     cursor: pointer;
     display: inline-block;
     transition: 0.2s ease;
}
 .footer_last .cta_btn:hover {
     background: #d9ff8a;
}
 .trad_list_1 {
     width: 100%;
     padding: 50px 20px 50px;
     text-align: center;
     color: #003b2e;
     background: #fff;
}
/* Title */
 .trad_list_1 h1 {
     font-size: 46px;
     font-weight: 600;
     margin-bottom: 15px;
     margin-top: 0px;
}
/* Subtitle */
 .trad_list_1 p {
     font-size: 18px;
     max-width: 950px;
     margin: 0 auto 45px;
     line-height: 1.5;
     color: #555;
     margin-bottom: 25px;
}
/* Search Box */
 .trad_list_1 .search_wrap {
     display: flex;
     justify-content: center;
}
 .trad_list_1 .search_box {
     width: 650px;
     max-width: 90%;
     background: #fff;
     border: 1px solid #e7e7e7;
     border-radius: 10px;
     padding: 13px 20px;
     display: flex;
     align-items: center;
}
 .trad_list_1 .search_box i {
     font-size: 20px;
     opacity: 0.5;
     margin-right: 12px;
}
 .trad_list_1 .search_box input {
     border: none;
     outline: none;
     width: 100%;
     font-size: 16px;
     color: #003b2e;
     font-family: inherit;
     margin-top: -4px;
}
 .trad_list_1 .search_box input::placeholder {
     color: #8a8a8a;
}
 .trad_sho_2 .wrapper {
     display: flex;
     padding: 30px;
     gap: 25px;
}
/* ------------------------------------------------ SIDEBAR ------------------------------------------------ */
 .trad_sho_2 .sidebar {
     width: 260px;
}
 .trad_sho_2 .box {
     background: #fff;
     padding: 12px;
     border-radius: 12px;
     border: 1px solid #dcdcdc;
     margin-bottom: 20px;
}
 .trad_sho_2 .box h4 {
     margin: 0 0 12px;
     font-size: 14px;
     font-weight: 500;
     color: #444;
}
/* Buttons */
 .trad_sho_2 .viewBtns, .trad_sho_2 .sortBtns {
     display: flex;
     gap: 10px;
}
 .trad_sho_2 .viewBtns button, .trad_sho_2 .sortBtns button {
     flex: 1;
     padding: 8px 10px;
     border-radius: 8px;
     border: 1px solid #ccc;
     background: #fff;
     cursor: pointer;
     text-align: left;
}
 .trad_sho_2 .viewBtns button.active, .trad_sho_2 .sortBtns button.active {
     background: #333;
     color: #fff;
     border-color: #333;
}
/* Inputs */
 .trad_sho_2 .box select, .trad_sho_2 .box input[type="text"] {
     width: 100%;
     padding: 7px 10px;
     border-radius: 8px;
     border: 1px solid #ccc;
     font-size: 13px;
}
/* Checkbox list */
 .trad_sho_2 .location_list {
     max-height: 150px;
     overflow-y: auto;
     display: flex;
     flex-direction: column;
     gap: 6px;
     font-size: 14px;
     color: #444;
     border: 1px solid #c0c0c0;
     padding: 10px;
     border-radius: 10px;
}
/* Range */
 .trad_sho_2 .range_value {
     margin-top: 10px;
     font-size: 14px;
}
/* ------------------------------------------------ CONTENT AREA ------------------------------------------------ */
 .trad_sho_2 .content {
     flex: 1;
}
 .trad_sho_2 .results {
     font-size: 15px;
     margin-bottom: 15px;
}
/* ------------------------------------------------ GRID VIEW ------------------------------------------------ */
 .trad_sho_2 .grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 22px;
}
 .trad_sho_2 .card {
     background: #fff;
     border: 1px solid #ddd;
     border-radius: 12px;
     padding: 18px;
}
 .trad_sho_2 .card .logo {
     width: 80px;
     height: 80px;
     object-fit: contain;
     background: #f3f4f6;
     border-radius: 10px;
     padding: 5px;
     border: 1px solid #dee1e8;
     float: left;
     margin-bottom: 12px;
}
 .trad_sho_2 .card h3 {
     font-size: 18px;
     margin: 12px 0 8px;
     margin-top: 5px;
     font-weight: 600;
     float: left;
     margin-top: 27px;
     margin-left: 11px;
}
 .trad_sho_2 .info {
     font-size: 14px;
     margin-bottom: 9px;
     float: left;
     width: 100%;
     color: #555;
}
 .trad_sho_2 .info svg{
     width: 15px;
     float: left;
     height: 15px;
     margin-top: 1px;
     margin-right: 6px;
}
 .trad_sho_2 .stats {
     display: flex;
     justify-content: space-between;
     font-size: 13px;
     margin-top: 6px;
     float: left;
     width: 100%;
     color: #000;
}
 .trad_sho_2 .btnDetails {
     width: 100%;
     padding: 10px;
     background: #fff;
     border: 1px solid #b7ee87;
     border-radius: 8px;
     cursor: pointer;
     margin-top: 15px;
     display: inline-block;
     text-align: center;
     color: #333;
     font-size: 15px;
}
/* ------------------------------------------------ LIST VIEW ------------------------------------------------ */
 .trad_sho_2 .list {
     display: none;
     flex-direction: column;
     gap: 20px;
}
 .trad_sho_2 .list_item {
     background: #fff;
     border: 1px solid #ddd;
     border-radius: 12px;
     padding: 20px;
     display: flex;
     align-items: center;
     gap: 20px;
}
 .trad_sho_2 .logo_list {
     width: 90px;
     height: 90px;
     object-fit: contain;
     background: #f3f4f6;
     border-radius: 10px;
     padding: 5px;
     border: 1px solid #dee1e8;
}
 .trad_sho_2 .list_item .mid {
     flex: 1;
}
 .trad_sho_2 .list_item h3 {
     font-size: 20px;
     margin-top: 0px;
}
 .trad_sho_2 .list_meta {
     display: flex;
     gap: 40px;
     margin-top: -14px;
}
/* Utility */
 .trad_sho_2 .hidden {
     display: none !important;
}
 .stats svg{
     float: left;
     width: 15px;
     float: left;
     height: 15px;
     margin-top: 1px;
     margin-right: 6px;
}
 .list_meta span{
     font-size: 14px;
     color: #555;
}
 .list_meta span svg{
     float: left;
     width: 15px;
     height: 15px;
     margin-top: 1px;
     margin-right: 7px;
}
 #sortSelect{
     margin-bottom: 15px;
}
 .viewBtns button svg{
     display: inline-block;
     width: 16px;
     height: 16px;
     float: left;
     margin-left: 19%;
     margin-right: 7%;
     margin-top: 1px;
}


.sortBtns button{
    text-align: center !important;
}





/*_________________________Form_2_CSS___________________________*/




/* scope everything to this form */
.form_2 *,
.form_2 *::before,
.form_2 *::after {
  box-sizing: border-box;
}

.form_2 {
  max-width: 100%;
  margin: 0 auto;
  color: #111;
}

.form_2 .quote-form {
  padding: 20px 18px 30px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
}

.form_2 .form-title {
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 600;
}

.form_2 .form-subtitle {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.3;
  color: #666;
}

/* layout rows */
.form_2 .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form_2 .form-group {
  margin-bottom: 8px;
  width: 100%;
}

.form_2 .form-row .form-group {
  flex: 1 1 calc(50% - 5px);
}

/* inputs */
.form_2 .form-control {
  width: 100%;
  padding: 13px 11px;
  font-size: 15px;
  border-radius: 9px;
  border: 1px solid #ddd;
  outline: none;
  background-color: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form_2 .form-control:focus {
  border-color: #000;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.form_2 .textarea {
  resize: vertical;
  min-height: 90px;
}

/* phone number combo */
.form_2 .phone-group {
  display: flex;
  gap: 6px;
}

.form_2 .country-code {
  max-width: 80px;
  padding-right: 24px;
  background-image: linear-gradient(45deg, transparent 50%, #555 50%),
    linear-gradient(135deg, #555 50%, transparent 50%);
  background-position: calc(100% - 14px) 50%, calc(100% - 9px) 50%;
  background-size: 5px 5px;
  background-repeat: no-repeat;
  appearance: none;
  height: 45px;
}

.form_2 .phone-input {
  flex: 1;
}

/* select dropdown arrow */
.form_2 select.form-control {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #555 50%),
    linear-gradient(135deg, #555 50%, transparent 50%);
  background-position: calc(100% - 14px) 50%, calc(100% - 9px) 50%;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}

/* small help text */
.form_2 .small-text {
  margin: 4px 0 6px;
  font-size: 11px;
  color: #555;
}

/* file input */
.form_2 .file-group .file-input {
  font-size: 12px;
}

/* checkbox */
.form_2 .checkbox-group label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  color: #333;
}

.form_2 .checkbox-group input[type="checkbox"] {
  margin-top: 2px;
  width: 10px;
}

/* reCAPTCHA placeholder */
.form_2 .recaptcha-placeholder {
  width: 100%;
  max-width: 100%;
  height: 78px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background: #f9f9f9;
}

.form_2 .recaptcha-error {
  margin: 6px 0 0;
  font-size: 11px;
  color: #c00;
}

/* submit button */
.form_2 .btn-submit {
  width: 100%;
  padding: 11px 10px;
  border-radius: 23px;
  border: none;
  background: #000;
  color: #f9dc3b;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: background 0.15s ease, transform 0.1s ease;
  background: #cfff7f;
  color: #333;
  padding: 11px 16px 13px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 19px;
  margin-top: 10px;
  font-weight: 600;
}

.form_2 .btn-submit:hover {
  transform: translateY(-1px);
}

.form_2 .btn-submit:active {
  transform: translateY(0);
}

/* basic responsive tweak */
@media (max-width: 480px) {
  .form_2 {
    max-width: 100%;
  }

  .form_2 .quote-form {
    padding: 16px 12px 24px;
  }
}



.get_quotes .form_grid .form_field{
        position: relative;
}

 

.get_quotes .form_grid .form_field .event_suggestion_list, .venue_suggestion_list, .suggestion-list {
    background: #f0f0f0;
    margin: 0px;
    color: #fff;
    padding: 10px 29px;
    margin-top: 0px;
    border-radius: 0px;
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0px;
    list-style-type: none;
}

.get_quotes .form_grid .form_field .event_suggestion_list li, .venue_suggestion_list li, .suggestion-list li {
    margin-top: 6px;
    margin-bottom: 5px;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 13px;
    background: #fff;
    width: 90%;
    color: #333;
    padding: 5px 10px;
    border-radius: 5px;
}

.event_suggestion_list li:hover, .venue_suggestion_list li:hover, .suggestion-list li:hover{
    background:#e2dede;
    color:#000;
}

 .company_profile_wrp {
     /*float: left;*/
     width: 100%;
     background-image: linear-gradient(to right, #affa9a, #9de08b, #affa9a);
}
 .company_profile{
     max-width:1100px;
     margin:40px auto;
     padding:0 20px;
     margin-top: 0px;
}
 .company_profile__header{
     text-align:center;
     padding-top: 30px;
}
 .company_profile__header p{
     margin-top: 10px;
}
 .company_profile__header h1{
     margin-bottom: 0px;
}
 .company_profile__steps{
     display:flex;
     justify-content:space-between;
     margin:30px 0;
}
 .company_profile__step{
     flex:1;
     text-align:center;
     cursor:pointer;
}
 .company_profile__step span{
     display:inline-block;
     width: 54px;
     height: 54px;
     line-height: 52px;
     border-radius:50%;
     background:#fff;
     border:2px solid #ccc;
     font-size: 20px;
     margin-bottom: 6px;
}
 .company_profile__step.active span{
     background:#000;
     color:#fff;
     border-color: #000;
}
/* ===== PANELS ===== */
 .company_profile__panel{
     display:none;
     background:#fff;
     padding:30px;
     border-radius: 20px;
     box-shadow: 0px 0px 10px #33333329;
}
 .company_profile__panel.active{
     display:block;
}
/* ===== FORM ===== */
 .company_profile_wrp .form_group{
     margin-bottom:18px;
}
 .company_profile_wrp .form_group label{
     display:block;
     margin-bottom:6px;
     font-weight:600;
}
 .company_profile_wrp .form_group span{
     color:red;
}
 .company_profile_wrp .form_group input, .company_profile_wrp .form_group textarea, .company_profile_wrp .form_group select{
     width:100%;
     padding:12px;
     border-radius:8px;
     border:1px solid #ddd;
     background:#fff;
}
 .company_profile_wrp .form_group input:focus, .company_profile_wrp .form_group textarea:focus, .company_profile_wrp .form_group select:focus{
     outline: none;
}
 .company_profile_wrp textarea{
     min-height:90px;
     resize:vertical;
}
 .company_profile_wrp .form_row{
     display:flex;
     gap:20px;
}
 .company_profile_wrp .form_row .form_group{
     flex:1;
}
 .company_profile_wrp .form_checkbox{
     display:flex;
     align-items:center;
     gap:10px;
     margin:20px 0;
}
/* ===== LOCATIONS ===== */
 .company_profile_wrp .location_row{
     display:flex;
     gap:10px;
     margin-bottom:10px;
}
 .company_profile_wrp .location_row input{
     flex:1;
}
 .company_profile_wrp .location_row button{
     border:none;
     background:none;
     font-size:18px;
     color:red;
     cursor:pointer;
}
 .company_profile_wrp .add_location{
     padding:8px 14px;
     border:1px dashed #ccc;
     border-radius:6px;
     background:#f5f5f5;
     cursor:pointer;
}
/* ===== ACTION ===== */
 .company_profile_wrp .form_action{
     text-align:right;
     margin-top:30px;
}
 .company_profile_wrp .form_action button{
     background: #0c1623;
     color:#fff;
     padding:12px 28px;
     border:none;
     border-radius:8px;
     cursor:pointer;
     font-size: 20px;
}
/* ===== POPUP ===== */
 .company_profile_wrp .popup_overlay{
     position:fixed;
     inset:0;
     background:rgba(0,0,0,.6);
     display:none;
     align-items:center;
     justify-content:center;
     z-index:999;
}
 .company_profile_wrp .popup_overlay.active{
     display:flex;
}
 .company_profile_wrp .popup_box{
     background:#fff;
     padding:30px;
     border-radius:12px;
     width:90%;
     max-width:420px;
     text-align:center;
     position:relative;
}
 .company_profile_wrp .popup_close{
     position:absolute;
     top:12px;
     right:14px;
     font-size:20px;
     cursor:pointer;
}
 .basic_detls{
     float: left;
     width: 100%;
     margin-top: 0px;
     font-size: 15px;
     color: #6d6d6d;
}
 .rvw_titl{
     font-size: 18px;
     font-weight: 500;
}
 .line_as {
     float: left;
     width: 80%;
     height: 1px;
     background: #fff;
     margin-top: -101px;
     margin-left: 10%;
}
 .compny_infoa{
     float: left;
     margin-left: 14px;
}
 .logo_main_form{
     float: left;
     width: 90px;
     margin-top: 9px;
}
 .compny_infoa h2{
     margin-top: -4px;
}
 .compny_infoa p{
     color: #777;
     float: left;
     width: 100%;
     margin-top: -7px;
}
 .registr_panl {
     background: #f9fafb;
     padding: 20px 20px;
     border-radius: 14px;
     border: 1px solid #ececec;
}
 .add_location_wrp{
     float: right;
     margin-top: -30px;
     margin-bottom: 20px;
}
/* ===== PANEL WRAPPER ===== */
 .services_panel{
     background:#fff;
     padding:30px;
     border-radius:12px;
}
/* ===== BLOCK COMMON ===== */
 .services_panel > div{
     margin-bottom:30px;
}
/* ===== HEADER ===== */
 .services_block__header, .industries_block__header{
     display:flex;
     justify-content:space-between;
     align-items:center;
     margin-bottom:16px;
}
 .services_block__header > p, .industries_block__header > p{
     font-size: 20px;
     font-weight: 600;
     margin:0;
}
 .services_block__header > button, .industries_block__header > button{
     padding:6px 14px;
     border:1px solid #0b3d1f;
     background:#fff;
     border-radius:6px;
     cursor:pointer;
     font-size: 16px;
}
/* ===== TAG LIST ===== */
 .services_block__list, .industries_block__list{
     display:flex;
     flex-wrap:wrap;
     gap: 10px;
     margin-bottom:12px;
}
 .services_block__list > span, .industries_block__list > span{
     padding: 9px 15px;
     border:1px solid #d0d7de;
     border-radius:20px;
     font-size: 13px;
     cursor:pointer;
     background:#fff;
     font-weight: 500;
}
/* ===== INFO TEXT ===== */
 .services_block__info, .industries_block__info{
     font-size:13px;
     color:#555;
     margin-bottom:10px;
}
 .services_block__info > span, .industries_block__info > span{
     font-weight:600;
}
/* ===== NOTE ===== */
 .services_block__note, .industries_block__note{
     background:#fff4dd;
     padding:12px 14px;
     border-radius:6px;
}
 .services_block__note > p, .industries_block__note > p{
     margin:0;
     font-size:13px;
     color:#a05a00;
}
/* ===== ACTIONS ===== */
 .panel_actions{
     display:flex;
     justify-content:space-between;
     align-items:center;
     margin-top:30px;
}
 .panel_actions__back{
     padding: 12px 28px;
     border:1px solid #ccc;
     background:#fff;
     border-radius:6px;
     cursor:pointer;
     font-size: 20px;
}
 .panel_actions__right{
     display:flex;
     gap:14px;
}
 .panel_actions__skip{
     background:none;
     border:none;
     cursor:pointer;
     font-size: 18px;
}
 .panel_actions__continue{
     background: #0c1623;
     color:#fff;
     padding: 12px 28px;
     border:none;
     border-radius:8px;
     cursor:pointer;
     font-size: 20px;
}
 .services_block{
     background: #f9fafb;
     border-radius: 10px;
     padding: 20px;
     border: 1px solid #dadada;
}
 .services_block_1{
     margin-top: -50px 
}
 #confirmNext{
     padding: 10px 20px;
     font-size: 18px;
     border-radius: 10px;
     border: 0px;
     background: #05090e;
     color: #fff;
}
/* ===== PANEL WRAPPER ===== */
 .panl_fo_3{
     background:#fff;
     padding:30px;
     border-radius:12px;
}
/* ===== SECTION ===== */
 .panl_fo_3 > .panl_fo_3__section{
     border:1px solid #e6e9ee;
     border-radius:10px;
     padding:20px;
     margin-bottom:24px;
     background: #f9fafb;
}
/* ===== HEADER ===== */
 .panl_fo_3__section > .panl_fo_3__header{
     margin-bottom:18px;
}
 .panl_fo_3__header > .panl_fo_3__title{
     font-size: 20px;
     font-weight: 600;
     margin:0 0 4px 0;
}
 .panl_fo_3__header > .panl_fo_3__subtitle{
     font-size:13px;
     color:#666;
     margin:0;
}
 .required{
     color:red;
}
/* ===== FIELD ===== */
 .panl_fo_3__section > .panl_fo_3__field{
     margin-bottom:16px;
}
 .panl_fo_3__field > .panl_fo_3__label{
     display:block;
     margin-bottom:6px;
     font-weight: 500;
}
 .panl_fo_3__field > .panl_fo_3__input{
     width:100%;
     padding:12px;
     border-radius:8px;
     border:1px solid #ddd;
}
/* ===== PHONE ===== */
 .panl_fo_3__field > .panl_fo_3__phone{
     display:flex;
     gap:12px;
}
 .panl_fo_3__phone > .panl_fo_3__select{
     width:110px;
     padding:12px;
     border-radius:8px;
     border:1px solid #ddd;
}
 .panl_fo_3__phone > .panl_fo_3__input{
     flex:1;
     border: 1px solid #d6d6d6;
     padding: 10px;
     border-radius: 5px;
}
/* ===== EMAIL BADGE ===== */
 .panl_fo_3__emailrow{
     display:flex;
     gap:12px;
     align-items:flex-end;
}
 .panl_fo_3__emailrow > .panl_fo_3__badge{
     background:#eef1f5;
     padding:8px 12px;
     border-radius:6px;
     font-size:12px;
}
/* ===== ADDITIONAL CARD ===== */
 .panl_fo_3__card{
     border:1px solid #e6e9ee;
     border-radius:10px;
     padding:20px;
     background: #fff;
}
 .panl_fo_3__card > .panl_fo_3__card_header{
     display:flex;
     justify-content:space-between;
     margin-bottom:14px;
}
 .panl_fo_3__card_header > .panl_fo_3__card_title{
     font-weight:700;
     margin:0;
}
 .panl_fo_3__card_header > .panl_fo_3__remove{
     color:red;
     cursor:pointer;
     font-size:18px;
}
/* ===== ADD BUTTON ===== */
 .panl_fo_3__header_flex{
     display:flex;
     justify-content:space-between;
     align-items:center;
}
 .panl_fo_3__addbtn{
     padding:8px 14px;
     border:1px solid #ccc;
     background:#fff;
     border-radius:6px;
     cursor:pointer;
}
/* ===== ACTIONS ===== */
 .panl_fo_3__actions{
     display:flex;
     justify-content:space-between;
     margin-top:30px;
}
 .panl_fo_3__actions > button{
     padding: 12px 28px;
     border-radius:8px;
     cursor:pointer;
     font-size: 20px;
}
 .panl_fo_3__back{
     border:1px solid #ccc;
     background:#fff;
}
 .panl_fo_3__continue{
     background: #0c1623;
     color:#fff;
     border:none;
}
 .panl_fo_3__card .panl_fo_3__field{
     margin-bottom: 20px;
}
 .company_profile h3{
     font-weight: 600;
}
 .panl_fo_3__emailwrap .panl_fo_3__input{
     font-size: 15px;
     display: inline-block;
     background: #fff;
     border: 1px solid #ccc;
     padding: 8px 8px;
     border-radius: 8px;
}
 input:focus{
     outline: none;
}
 .tab_form_4{
     background:#fff;
     padding:30px;
     border-radius:12px;
}
/* HEADER */
 .tab_form_4 > .tab_form_4__header{
     text-align:center;
     margin-bottom:30px;
}
 .tab_form_4__header > .tab_form_4__title{
     font-size: 28px;
     font-weight: 600;
     margin-bottom:6px;
}
 .tab_form_4__header > .tab_form_4__subtitle{
     font-size: 18px;
     color:#666;
     margin-top: 0px;
}
/* CARD */
 .tab_form_4 > .tab_form_4__card{
     border:1px solid #e6e9ee;
     border-radius:10px;
     padding:24px;
     margin-bottom:24px;
}
 .tab_form_4__card > .tab_form_4__card_header{
     display:flex;
     justify-content:space-between;
     margin-bottom: 5px;
}
 .tab_form_4__card_header > .tab_form_4__card_title{
     font-weight: 600;
     font-size: 24px;
     margin-top: 10px;
     margin-bottom: 10px;
}
 .tab_form_4__edit{
     background:none;
     border:none;
     cursor:pointer;
     font-size: 20px;
}
/* GRID */
 .tab_form_4__grid{
     display:grid;
     grid-template-columns:repeat(2,1fr);
     gap: 5px;
}
 .tab_form_4__item_full{
     margin-top:16px;
}
/* TEXT */
 .tab_form_4__label{
     font-size: 16px;
     color:#777;
     display:block;
}
 .tab_form_4__value{
     font-weight:600;
     margin-top: 5px;
     font-size: 18px;
}
 .tab_form_4__muted{
     color:#888;
     font-style:italic;
}
/* TAG */
 .tab_form_4__tag{
     display:inline-block;
     background:#eef1f5;
     padding:6px 14px;
     border-radius:20px;
     margin-top:6px;
}
 .tab_form_4__tag.active{
     background:#0b3d1f;
     color:#fff;
}
/* DIVIDER */
 .tab_form_4__divider{
     margin:20px 0;
     border:none;
     border-top:1px solid #eee;
}
/* TERMS */
 .tab_form_4 > .tab_form_4__terms{
     border:1px solid #e6e9ee;
     border-radius:10px;
     padding:20px;
     margin-bottom:24px;
}
 .tab_form_4__checkbox{
     display:flex;
     gap:10px;
     margin-bottom:14px;
}
/* ACTIONS */
 .tab_form_4 > .tab_form_4__actions{
     display:flex;
     justify-content:space-between;
}
 .tab_form_4__submit{
     background: #0c1623;
     color:#fff;
     border:none;
     padding: 15px 24px;
     border-radius:8px;
     font-size: 20px;
}
 .tab_form_4__actions .tab_form_4__back{
     background: #efefef;
     border: 0px;
     padding: 15px 24px;
     height: auto;
     font-size: 20px;
     border-radius: 10px;
}
 .tab_form_4__section_title{
     display: inline-block;
     width: 100%;
     font-size: 21px;
}
/*Find builders 4 feb*/

/*________________________________________________4_FEB_______________________________________________________*/
 .buldrs_1 {
     background: #fff;
     padding: 0px;
     margin: 0px;
}
 .buldrs_1 .container {
     max-width: 100%;
     margin: 0 auto;
     text-align: center;
     padding: 0px 0%;
}
 .buldrs_1 .search-filter {
     box-shadow: 0 0 0px 0px rgb(0 0 0 / 0%);
     padding: 20px 4%;
}
 .buld_nav_1{
     background:#1b2533;
     padding: 50px 4%;
}
 .buld_nav_til_1{
     font-size: 46px;
     font-weight: 600;
     color: #fff;
}
 .buld_nav_til_2{
     font-size: 20px;
     color: #d1d9e6;
     margin-top: 10px;
}
 .shown_rslt {
     float: left;
     font-size: 14px;
     color: #444;
}
 .selec_buldr:focus{
     outline: none;
}
 .selec_buldr{
     width: 240px !important;
}
 .buldr_list_wrp{
}
 .buld_singl {
     background: #fff;
     border-radius: 14px;
     padding: 25px;
     max-width: 1250px;
     margin: 0 auto 40px auto;
     box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}
 .buld_singl_header {
     display: flex;
     gap: 20px;
     align-items: center;
     margin-bottom: 15px;
     position: relative;
}
 .buld_singl_header img.logo {
     width: 85px;
     height: 85px;
     border-radius: 10px;
     object-fit: contain;
     background: #f9fafb;
     padding: 6px;
     border-radius: 7px;
     border: 1px solid #eeeeee;
}
 .buld_singl_header h2 {
     margin: 0;
     font-size: 23px;
     font-weight: 600;
     margin-top: 9px;
}
 .buld_singl .badge {
     background: #d8f5d8;
     color: #06640b;
     padding: 4px 12px;
     border-radius: 40px;
     margin-left: 10px;
     font-size: 14px;
     display: inline-block;
     font-weight: 400;
}
 .buld_singl .info_row {
     display: flex;
     gap: 20px;
     margin: 5px 0 15px 0;
     flex-wrap: wrap;
     margin-top: 8px;
}
 .buld_singl .info_row div {
     display: flex;
     align-items: center;
     gap: 6px;
     color: #777;
}
/* Tags */
 .buld_singl .tag_row {
     margin: 10px 0 20px 0;
     display: flex;
     flex-wrap: wrap;
     gap: 6px;
}
 .buld_singl .tag {
     background: #f7f7f7;
     padding: 4px 10px;
     border-radius: 40px;
     font-size: 13px;
     border: 1px solid #e0e0e0;
}
/* Image Grid */
 .buld_singl .img_grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 12px;
     margin-bottom: 0px;
}
 .buld_singl .img_grid img {
     width: 100%;
     border-radius: 10px;
     height: 220px;
     object-fit: cover;
     cursor: pointer;
     transition: .2s;
}
 .buld_singl .img_grid img:hover {
     transform: scale(1.02);
}
/* Pricing table */
 .buld_singl .price_table {
     background: #fff;
     border: 1px solid #e5e5e5;
     border-radius: 12px;
     padding: 15px;
     width: 20%;
}
 .buld_singl .price_table table {
     width: 100%;
     border-collapse: collapse;
}
 .buld_singl .price_table th {
     text-align: left;
     padding-bottom: 10px;
     font-size: 15px;
}
 .buld_singl .price_table td {
     padding: 8px 0;
     font-size: 14px;
}
 .buld_singl .price_green {
     color: #0a8c32;
     font-weight: 500;
}
/* Buttons */
 .buld_singl .footer_btns {
     margin-top: 25px;
     display: flex;
     gap: 15px;
     display: inline-block;
     width: 100%;
}
 .buld_singl .btn_green {
     background: #252525;
     color: #fff;
     padding: 11px 26px;
     border-radius: 8px;
     font-size: 16px;
     border: none;
     cursor: pointer;
     float: right;
}
 .buld_singl .btn_more {
     background: #fff;
     border-radius: 8px;
     padding: 9px 26px;
     cursor: pointer;
     border: none;
     border: 1px solid #333;
     font-size: 17px;
     float: right;
     margin-left: 12px;
}
/* Hidden More Section */
 .buld_singl .hidden_section {
     display: none;
     margin-top: 20px;
     background: #fff;
     padding: 0px;
     border-radius: 0px;
     border-top: 1px solid #ccc;
     padding-top: 10px;
}
/* Portfolio Grid */
 .buld_singl .port_grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 25px;
}
 .buld_singl .port_card {
     background: #fff;
     border-radius: 12px;
}
 .buld_singl .port_card img {
     width: 100%;
     height: 240px;
     object-fit: cover;
     border-radius: 12px;
}
 .buld_singl .port_card_title {
     text-align: center;
     font-size: 15px;
     font-weight: bold;
     padding: 12px 0;
}
/* Popup Slider */
 .popup_bg {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.85);
     display: none;
     align-items: center;
     justify-content: center;
     z-index: 99999;
}
 .popup_box {
     width: 80%;
     max-width: 900px;
     position: relative;
}
 .popup_box img {
     width: 100%;
     border-radius: 10px;
}
 .popup_bg .arrow {
     position: absolute;
     top: 50%;
     color: #fff;
     font-size: 40px;
     cursor: pointer;
     transform: translateY(-50%);
     padding: 10px;
}
 .popup_bg .arrow.left {
     left: -50px;
}
 .popup_bg .arrow.right {
     right: -50px;
}
 .popup_bg .close_btn {
     position: absolute;
     top: -55px;
     right: 0;
     background: #ff000066;
     color: #fff;
     font-size: 35px;
     cursor: pointer;
     width: 40px;
     height: 40px;
     border-radius: 101px;
     text-align: center;
     padding-bottom: 12px;
     line-height: 39px;
}
 .info_row div svg{
     float: left;
     width: 16px;
     height: 16px;
     stroke-width: 2px;
     color: #777;
}
 .rat_5 {
     position: absolute;
     right: 0;
     font-weight: 600;
     color: #000 !important;
}
 .rat_5 i{
     color: #ebb338;
}
 .buld_singl .btn_more i{
     float: right;
     font-size: 16px;
     margin-top: 6px;
     margin-left: 4px;
     margin-right: -4px;
}
 .btn_green i {
     float: right;
     font-size: 14px;
     margin-top: 3px;
     margin-left: 6px;
     margin-right: -4px;
}
 .buld_detl {
     max-width: 100%;
     margin: auto;
     padding: 0px 0%;
}
/* BACK LINK */
 .back_link {
     margin: 20px 0;
     cursor: pointer;
     font-size: 16px;
     color:#fff !important;
}
/* =========================== HEADER BANNER =========================== */
 .buld_detl > .header_wrap {
     background: url('../img/slider_1.jpg') center/cover no-repeat;
     padding: 100px 40px;
     position: relative;
     color: #fff;
}
 .buld_detl > .header_wrap > .overlay {
     position:absolute;
     inset:0;
     background:rgba(0,0,0,0.55);
     border-radius: 0px;
}
 .buld_detl > .header_wrap > .header_content {
     position:relative;
     z-index:2;
     display:flex;
     gap:25px;
     align-items:center;
}
 .buld_detl > .header_wrap > .header_content > .logo_box {
     width:140px;
     height:140px;
     background:#fff;
     display:flex;
     align-items:center;
     justify-content:center;
     border-radius:12px;
}
 .buld_detl > .header_wrap > .header_content > .logo_box img {
     width:80%;
}
 .buld_detl > .header_wrap > .header_content > .title_box h1 {
     font-size:40px;
     margin:0;
}
 .buld_detl > .header_wrap > .header_content > .title_box .preferred {
     background:#1ec567;
     padding:6px 12px;
     border-radius:20px;
     font-size:14px;
}
 .buld_detl > .header_wrap > .header_content > .title_box .details_row {
     margin-top:10px;
     display:flex;
     gap:18px;
}
 .buld_detl > .header_wrap > .header_content > .title_box .tag_row {
     margin-top:15px;
     display:flex;
     flex-wrap:wrap;
     gap:10px;
}
 .buld_detl > .header_wrap > .header_content > .title_box .tag_row .tag {
     background:#fff;
     padding:6px 12px;
     border-radius:20px;
     color:#333;
     font-size:14px;
}
/* =========================== TAB BAR =========================== */
 .buld_detl > .tab_bar {
     margin-top:20px;
     display:flex;
     gap:40px;
     background:#fff;
     padding: 24px 30px;
     border-radius:12px;
     border:1px solid #eee;
     position:sticky;
     top:0;
     z-index:20;
     margin: 0px 4%;
     margin-top: 30px;
}
 .buld_detl > .tab_bar > div {
     cursor:pointer;
     font-weight: 500;
     font-size: 18px;
}
/* TWO COLUMN LAYOUT */
 .buld_detl > .main_two_col {
     display:flex;
     gap:25px;
     margin: 0px 4%;
     margin-top:30px;
}
 .buld_detl > .main_two_col > .left_area {
     flex:1;
}
 .buld_detl > .main_two_col > .right_area {
     width:320px;
}
/* RIGHT BOX */
 .buld_detl > .main_two_col > .right_area > .contact_box {
     background:#fff;
     padding:20px;
     border:1px solid #eee;
     border-radius:12px;
}
 .contact_box h3{
     font-weight: 500;
     font-size: 19px;
     display: inline-block;
     text-align: center;
     width: 100%;
     margin-top: 0px;
     margin-bottom: 10px;
}
 .contact_box button{
}
 .contact_box button svg {
     display: inline-block;
     width: 20px;
     height: 20px;
     margin-bottom: -5px;
}
 .buld_detl > .main_two_col > .right_area > .contact_box button {
     width:100%;
     padding:14px 0;
     background:#333;
     border:none;
     border-radius:8px;
     color:#fff;
     cursor:pointer;
     font-size:16px;
}
/* SECTION TITLES */
 .buld_detl > .main_two_col > .left_area > section h2 {
     font-size:28px;
     margin-bottom:10px;
     margin-top: 0px;
}
/* =========================== PORTFOLIO GALLERY GRID =========================== */
 .buld_detl > .main_two_col > .left_area > #gallery_section > .grid_wrap {
     background:#fff;
     padding:25px;
     border-radius:12px;
     border:1px solid #e8e8e8;
}
 .buld_detl > .main_two_col > .left_area > #gallery_section > .grid_wrap > .grid_title {
     font-size: 28px;
     font-weight: 600;
     margin-bottom:20px;
     display:flex;
     align-items:center;
     gap:10px;
}
 .buld_detl > .main_two_col > .left_area > #gallery_section > .grid_wrap > .grid {
     display:grid;
     grid-template-columns: repeat(4,1fr);
     gap: 19px;
}
 .buld_detl > .main_two_col > .left_area > #gallery_section > .grid_wrap > .grid .item img {
     width:100%;
     height:220px;
     border-radius:12px;
     object-fit:cover;
     cursor:pointer;
}
 .buld_detl > .main_two_col > .left_area > #gallery_section > .grid_wrap > .grid .item .cap {
     margin-top: 0px;
     font-weight: 500;
     text-align: center;
     font-size: 17px;
     margin-bottom: 10px;
}
 .buld_detl > .main_two_col > .left_area > #gallery_section > .grid_wrap > .grid .item .cap span {
     color:#1a73e8;
}
/* =========================== POPUP WITH SHARE =========================== */
 #popup_bg {
     position:fixed;
     inset:0;
     background:rgba(0,0,0,0.85);
     display:none;
     justify-content:center;
     align-items:center;
     z-index:9999;
}
 #popup_box {
     width: 100%;
     position:relative;
     height: 100%;
}
 #popup_box img {
     width: 70%;
     border-radius:12px;
     margin-left: 5%;
     margin-top: 5%;
     height: 80%;
     object-fit: cover;
}
 #popup_close {
     position:absolute;
     top: 30px;
     right:0;
     color:#fff;
     font-size:32px;
     cursor:pointer;
     margin-right: 386px;
     background: #00000069;
     width: 40px;
     height: 40px;
     text-align: center;
     border-radius: 100px;
}
 .popup_nav {
     position:absolute;
     top:50%;
     color:#fff;
     font-size:40px;
     transform:translateY(-50%);
     cursor:pointer;
}
 #popup_prev {
     left: 0px;
}
 #popup_next {
     right: 340px;
}
/* Share button */
 #share_box {
     margin-top:15px;
     text-align:right;
     float: right;
     z-index: 99999;
     position: relative;
     margin-right: 290px;
}
 #share_btn {
     background:#fff;
     padding:8px 14px;
     border-radius:8px;
     cursor:pointer;
}
/* ================================ OVERVIEW SECTION ================================ */
 .overview_wrap {
     background: #fff;
     padding: 25px;
     border-radius: 12px;
     border: 1px solid #e8e8e8;
     margin-bottom: 40px;
}
 .ov_title {
     font-size: 28px;
     font-weight: 600;
     margin-bottom: 12px;
}
 .ov_desc {
     font-size: 16px;
     line-height: 1.6;
     margin-bottom: 25px;
     color: #333;
}
 .overview_wrap > .ov_services_title {
     font-size: 20px;
     font-weight: 700;
     display: flex;
     align-items: center;
     gap: 8px;
     margin-bottom: 15px;
}
 .overview_wrap > .ov_services_grid {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 12px 40px;
     margin-bottom: 30px;
}
 .ov_services_grid > .ov_item {
     font-size: 16px;
     display: flex;
     align-items: center;
     gap: 8px;
}
 .ov_services_grid > .ov_item > .ov_tick {
     color: #21c46c;
     font-size: 18px;
     font-weight: 700;
}
 .overview_wrap > .ov_price_box {
     background: #f7f8fa;
     padding: 20px;
     border-radius: 12px;
}
 .ov_price_box > .ov_price_title {
     font-size: 18px;
     font-weight: 700;
     margin-bottom: 8px;
}
 .ov_price_box > .ov_price_value {
     font-size: 30px;
     font-weight: 600;
     color: #0a0a0a;
     margin-left: 23px;
}
 .details_row span i, .details_row span svg{
     float: left;
     width: 16px;
     height: 16px;
     margin-top: 2px;
     margin-left: 2px;
     margin-right: 8px;
}
 #overview_section{
     margin-top: 40px;
}
 .review_wrap {
     background: #fff;
     padding: 25px;
     border-radius: 12px;
     border: 1px solid #e8e8e8;
     margin-bottom: 40px;
}
 .review_wrap > .rev_title {
     font-size: 28px;
     font-weight: 600;
     margin-bottom: 25px;
}
 .review_wrap > .rev_summary {
     display: flex;
     gap: 40px;
     align-items: flex-start;
     margin-bottom: 25px;
}
 .rev_summary > .rev_left {
     width: 200px;
     text-align: center;
}
 .review_wrap > .rev_summary > .rev_left > .rev_score {
     font-size: 55px;
     font-weight: 700;
}
 .buld_detl > .main_two_col > .left_area > .review_wrap > .rev_summary > .rev_left > .rev_stars {
     font-size: 22px;
     margin-top: -5px;
}
 .buld_detl > .main_two_col > .left_area > .review_wrap > .rev_summary > .rev_left > .rev_count {
     font-size: 14px;
     color: #666;
}
 .rev_summary > .rev_right {
     flex: 1;
}
 .rev_right > .rev_bar_row {
     display: grid;
     grid-template-columns: 60px 1fr 50px;
     gap: 10px;
     align-items: center;
     margin-bottom: 10px;
}
 .rev_summary > .rev_right > .rev_bar_row > .bar {
     background: #e5e5e5;
     height: 14px;
     border-radius: 20px;
     overflow: hidden;
}
 .rev_bar_row > .bar > .fill {
     background: #ff9900;
     height: 100%;
}
/* Divider */
 .review_wrap > .rev_line {
     border: none;
     border-top: 1px solid #e6e6e6;
     margin: 25px 0;
}
/* Review Items */
 .review_wrap > .rev_item {
     display: flex;
     gap: 20px;
     margin-bottom: 25px;
     display: inline-block;
}
 .rev_item > .rev_user_icon {
     width: 65px;
     height: 65px;
     background: #f2f2f2;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 20px;
     float: left;
}
 .review_wrap > .rev_item > div > .rev_user {
     font-size: 16px;
     font-weight: 700;
     margin-bottom: 4px;
}
 .review_wrap > .rev_item > div > .rev_user_stars {
     font-size: 15px;
     font-weight: 700;
     margin-bottom: 6px;
}
 .rev_item > div > .rev_user_stars > .rev_user_title {
     color: #000;
}
 .rev_item > div > .rev_text {
     font-size: 15px;
     line-height: 1.6;
     margin: 0;
     color: #444;
}
 .clients_wrap {
     background: #fff;
     padding: 25px;
     border: 1px solid #e8e8e8;
     border-radius: 12px;
     margin-bottom: 40px;
}
 .clients_wrap > .cl_title {
     font-size: 26px;
     font-weight: 600;
     margin-bottom: 25px;
     color: #0d3b2e;
}
 .clients_wrap > .cl_logo_row {
     display: flex;
     gap: 30px;
     align-items: center;
     flex-wrap: wrap;
     margin-top: 20px;
     margin-bottom: 20px;
}
 .cl_logo_row > img {
     width: 160px;
     height: auto;
     object-fit: contain;
     filter: brightness(0.95);
     border-radius: 20px;
}
 .rev_user_icon{
}
 .nam_ar{
     float: left;
     width: 90%;
     margin-left: 2%;
}
 .rev_user_icon svg {
     width: 40px;
     height: 40px;
     stroke-width: 1.5;
     color: #555;
}
 


 .detil_right_side{
    
position: absolute;
    
right: 0;
    
background: #fff;
    
width: 280px;
    
height: 100%;
    
top: 0;
    
z-index: 99;
    
/* margin-right: -312px; */
    
border-radius: 00px;
 }




 .detl_po {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 25px; 
    overflow-y: scroll;
    height: 100vh;
}

/* TITLE */
.detl_po > h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    line-height: 26px;
}

/* SECTION WRAPPER */
.detl_po > .blk {
    margin-top: 25px;
}

/* LABEL */
.detl_po > .blk > .lbl {
    font-size: 12px;
    letter-spacing: 1px;
    color: #7a7a7a;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* VALUE */
.detl_po > .blk > .val {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

/* ICON STYLE */
.detl_po svg {
    width: 16px;
    height: 16px;
    stroke: #7a7a7a;
}