* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1.6;
    background-color: white;
}
.header{
    background-color: #273597;
}img.tribe-logo {
    width: 100%;
    max-width: 170px;
    filter: brightness(0) invert(1);
}


.middel {
    justify-content: space-between;
    display: flex;
padding:0px 20px;
align-items:center;
}

.section{
    padding: 50px 0px;
}
.section-1{
    padding: 50px 0px 10px;
}
.promo-section {
    background: #273597;
   
    color: #fff;
}
.warn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-12.col-md-6.light {
    display: flex
;
    justify-content: end;
}

.wallet-icon {
    width: 100%;
    max-width: 210px;

}

.promo-1 h1 {
    font-size: 40px;

    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

.promo-1 p {
    font-size: 24px;
    font-weight: 600;
    color: #FDD538;
}


.col-lg-6.col-sm-12.promo-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .col-lg-6.col-sm-12.promo-1 {
        display: flex
    ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .promo-1 h1{
        text-align: center;
    }
}



/* price */

.pricing-card {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    height: 280px;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease-in-out;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}
.pricing-card .hidden {
    display: none;
}

.pricing-card .visible {
    display: block;
}

.pricing-card .price {
    font-size: 2.7rem;
    font-weight: 500;
    color: #333;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: -10px;
}
p.panel-p {
    font-size: 12px;
}
a.btn.btn-primary.blue{
    background: #295ae6;
    color: white;
    border: 1px solid #295ae6;
}
.btn-primary:hover{
    background-color: rgb(240, 72, 62);
}
a.btn.btn-primary {
    background: white;
    color: rgb(240, 72, 62);
    border: 1px solid rgb(240, 72, 62);
}
.pricing-card .currency {
    font-size: 1.2rem;
    font-weight: 400;
    vertical-align: top;
    padding-top: 16px;
    padding-right: 2px;
}
.pricing-card .title {
    font-weight: 600;

    color: #333;
    font-size: 18px;
}

p.panel-li {
    margin-bottom: -15px;
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    color: black;
}
.pricing-card .btn {
    margin-top: 5px;
    padding: 5px 41px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

.most-popular {
    border: 1px solid black;
    position: relative;
    background: #fffde6;
    border: 1px solid #e5b810;
}

.most-popular::before {
    content: "MOST POPULAR";
    position: absolute;
    top: 8px;
    right: 85px;
    background-color: rgb(255, 222, 89);
    color: white;
    padding: 2px 7px;
    font-size: 0.6rem;
    font-weight: 500;
    border-radius: 5px;
}

.toggle-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.toggle-btn button {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 25px;
    margin: 0 5px;
}

.toggle-btn .active {
    background-color: #007bff;
    color: #fff;
}


.tab-div {
    display: flex
;
    justify-content: center;
    align-items: center;
    
}
.tabs {
    box-shadow: 0 0.5rem 0.8rem #00000080;
    position: absolute;
    background: white;
    border-radius: 50px;
    padding: 5px;
}


.tab {
    cursor: pointer;
    padding: 5px 10px;
    margin: 0 2px;
    background: white;
    display: inline-block;
    color: black;
    border-radius: 38px;
    font-size: 12px;
    text-align: center;
}
.tab.active {
    background: #000;
    color: #fff;
}
  .warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.panels {
    width: 100%;
    max-width: 1107px;
    border-radius: 3px;
    overflow: hidden;
    /* padding: 20px; */
}

.panel-1 {
    display: none;
    animation: fadein 0.8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.radio {
    display: none;
}

#monthly:checked ~ .panels #monthly-panel,
#yearly:checked ~ .panels #yearly-panel {
    display: block;
}

#monthly:checked ~ .tabs #monthly-tab,
#yearly:checked ~ .tabs #yearly-tab {
    background: #fff;
    color: #000;
    border-top: 3px solid #000;
}
p.panel-para {
    display: flex
;
    justify-content: end;
    font-size: 12px;
    font-weight: 500;
}
/* Responsive Design */
@media (max-width: 768px) {
    .pricing-card {
        margin-bottom: 20px;
    }

    .tab {
        padding: 8px 12px;
        font-size: 0.9rem;
    }

    .panels {
        padding: 10px;
    }
}
























.table {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1100px;
 
  }
  
  .table-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: calc(25% - 1px); /* Adjust width for 4 columns */
    padding: 15px;
    overflow: hidden;
    list-style-type: none;
    outline: 1px solid ;
    text-align: center;
    font-weight: 300;
    margin-top: 1px;
    margin-left: 1px;
  }
  
  
  p.price-p {
    font-size: 29px;
    font-weight: 800;
    margin-bottom: -2px;
}

a.btn.btn-primary-p {
    border: 1px solid #f0483e;
    color: #f0483e;
}
  .table-cell > h3 {
    font-weight: 800;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 1rem;
}

  
  .table-cell.cell-feature {
    text-align: left;
    font-size: 18px;
  }
  
  


  
  a.btn {
    border: 2px solid;
    padding: 0.6rem 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    border-radius: 0.3rem;
  }
  .panel-group {
     margin-bottom: 0px; 
    width: 100%;
}       .accordion-section {
    width: 100%;
    padding: 20px;
}



/* Table Styles */


.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid rgba(128, 128, 128, 0.568);
    font-size: 12px;
    padding: 15px;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
}


tr {
    border: 1px solid;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}
.checkmark {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #28a745; /* Green color */
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}.month {
    width: 100%;
    max-width: 200px;

}.montly{
    display: flex;
    justify-content: center;
    align-items: center;
}


.col-12.col-md-6.light {
    display: flex
;
    justify-content: end;
}

.fl-table td {
    width: 200px;
    word-wrap: break-word; /* Breaks long words */
    word-break: break-word; /* Ensures text breaks within words */
    white-space: normal;    /* Allows text to wrap */
    text-align: left;       /* Aligns text to the left */
  }




.footer-one {
	padding-top: 100px;
	background-color: var(--digihub-primary, #1a1a1a);
}

@media (max-width: 575px) {
	.footer-one {
		padding-top: 80px;
	}
}

.footer-one__logo-box {
	margin-bottom: 27px;
}

.footer-one__about-text {
	color: var(--digihub-white, #ffffff);
	margin-bottom: 30px;
}

.footer-one__social {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 20px;
}

.footer-one__social-link {
	font-size: 15px;
	color: var(--digihub-white, #ffffff);
	transition: all 0s ease-in-out;
}

.footer-one__social-link:hover {
	color: var(--digihub-special, #0090d3);
}

.footer-one__link-box-one {
	padding-left: 67px;
}

@media (max-width: 1399px) {
	.footer-one__link-box-one {
		padding-left: 50px;
	}
}

@media (max-width: 991px) {
	.footer-one__link-box-one {
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.footer-one__link-box-one {
		padding-left: 0;
	}
}

.footer-one__link-box-two {
	padding-left: 74px;
}

@media (max-width: 1399px) {
	.footer-one__link-box-two {
		padding-left: 60px;
	}
}

@media (max-width: 991px) {
	.footer-one__link-box-two {
		padding-left: 40px;
	}
}

@media (max-width: 767px) {
	.footer-one__link-box-two {
		padding-left: 0;
	}
}

.footer-one__title {
	font-size: var(--digihub-size-3xl);
	color: var(--digihub-white, #ffffff);
	line-height: 1.272;
	margin-bottom: 35px;
	letter-spacing: 0.1px;
}

@media (max-width: 767px) {
	.footer-one__title {
		margin-bottom: 20px;
	}
}

.footer-one__link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-one__link-item:not(:last-child) {
	margin-bottom: 7px;
}

.footer-one__link {
	font-family: var(--digihub-font, "Poppins", sans-serif);
	font-size: var(--digihub-size-md);
	font-weight: 400;
	color: var(--digihub-white, #ffffff);
	line-height: 1;
	letter-spacing: 0.1px;
}

.footer-one__link:hover {
	color: var(--digihub-special, #0090d3);
}

.footer-one__newsletter-form {
	display: flex;
	align-items: center;
	padding-right: 5px;
	height: 62px;
	background-color: var(--digihub-black, #313131);
}

.footer-one__newsletter-input {
	border: 0;
	outline: 0;
	width: calc(100% - 133px);
	height: 52px;
	font-size: var(--digihub-size-md);
	color: var(--digihub-white, #ffffff);
	line-height: 1;
	background-color: var(--digihub-black, #313131);
	padding-left: 18px;
	letter-spacing: 0.1px;
}

.footer-one__newsletter-input::placeholder {
	font-size: var(--digihub-size-md);
	color: var(--digihub-white, #ffffff);
	line-height: 1;
}

@media (max-width: 425px) {
	.footer-one__newsletter-input {
		width: calc(100% - 70px);
	}
}

.footer-one__newsletter-btn {
	border: 0;
	outline: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 133px;
	height: 52px;
	background-color: var(--digihub-special, #0090d3);
}

.footer-one__newsletter-btn span {
	background-color: var(--digihub-base, #f5821f);
}

.footer-one__checkbox {
	margin-top: 20px;
}

.footer-one__checkbox .footer-one__checkbox-input:checked+.footer-one__checkbox-text::after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 6px;
	width: 4px;
	height: 8px;
	border: solid var(--digihub-white, #ffffff);
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.footer-one__checkbox .footer-one__checkbox-input:checked+.footer-one__checkbox-text::before {
	content: "";
	background-color: var(--digihub-special, #0090d3);
	border-color: var(--digihub-special, #0090d3);
}

.footer-one__checkbox-input {
	padding: 0;
	height: initial;
	width: initial;
	display: none;
	cursor: pointer;
}

.footer-one__checkbox-text {
	position: relative;
	cursor: pointer;
	font-family: var(--digihub-font, "Poppins", sans-serif);
	font-size: var(--digihub-size-xl);
	font-weight: 400;
	color: var(--digihub-white, #ffffff);
	line-height: 1.588;
	letter-spacing: 0.1px;
}

.footer-one__checkbox-text::before {
	content: "";
	background-color: transparent;
	border: 1px solid var(--digihub-special, #0090d3);
	padding: 7px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-top: -3px;
	margin-right: 12px;
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.footer-one__bottom {
	margin-top: 78px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid rgba(var(--digihub-white2-rgb, 233, 233, 233), 0.2);
}

@media (max-width: 575px) {
	.footer-one__bottom {
		margin-top: 65px;
	}
}

@media (max-width: 991px) {
	.footer-one__bottom-col-one {
		order: 1;
	}
}

@media (max-width: 991px) {
	.footer-one__bottom-col-two {
		order: 0;
	}
}

.footer-one__copyright {
	text-align: left;
}

@media (max-width: 991px) {
	.footer-one__copyright {
		text-align: center;
	}
}

.footer-one__copyright-text {
	color: var(--digihub-white, #ffffff);
	margin-bottom: 0;
}

.footer-one__bottom-link-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 30px;
}

@media (max-width: 991px) {
	.footer-one__bottom-link-box {
		justify-content: center;
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.footer-one__bottom-link-box {
		gap: 10px;
	}
}

.footer-one__bottom-link {
	font-family: var(--digihub-font, "Poppins", sans-serif);
	font-size: var(--digihub-size-xl);
	font-weight: 400;
	color: var(--digihub-white, #ffffff);
	line-height: 1.588;
	letter-spacing: 0.1px;
}

.footer-one__bottom-link:hover {
	color: var(--digihub-special, #0090d3);
}

/*-------------------------------------
# Footer Two
-------------------------------------*/
.footer-two {
	padding-top: 100px;
	background-color: var(--digihub-primary, #1a1a1a);
}

@media (max-width: 575px) {
	.footer-two {
		padding-top: 80px;
	}
}

.footer-two__logo-box {
	margin-bottom: 41px;
}

.footer-two__about-text {
	color: var(--digihub-white, #ffffff);
}

.footer-two__phone-box {
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 190px;
	padding: 6.5px;
	background-color: rgba(var(--digihub-white-rgb, 255, 255, 255), 0.1);
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer-two__phone {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 37px;
	background-color: var(--digihub-white, #ffffff);
	transition: all 400ms ease-in-out;
}

.footer-two__phone i {
	font-size: 16px;
	color: var(--digihub-base, #f5821f);
}

.footer-two__phone-text {
	font-family: var(--digihub-font, "Poppins", sans-serif);
	font-size: var(--digihub-size-xl);
	font-weight: 400;
	color: var(--digihub-white, #ffffff);
	line-height: 1.588;
	letter-spacing: 0.1px;
	margin-bottom: 0;
}

.footer-two__phone-text:hover {
	color: var(--digihub-base, #f5821f);
}

.footer-two__phone-box:hover .footer-two__phone {
	background-color: var(--digihub-base, #f5821f);
}

.footer-two__phone-box:hover .footer-two__phone i {
	font-size: 16px;
	color: var(--digihub-white, #ffffff);
}

.footer-two__about-info {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-two__about-info li {
	display: inline-block;
}

.footer-two__about-info li i {
	font-size: 16px;
	color: var(--digihub-base, #f5821f);
}

.footer-two__about-info li a {
	font-family: var(--digihub-font, "Poppins", sans-serif);
	font-size: var(--digihub-size-xl);
	font-weight: 400;
	color: var(--digihub-white, #ffffff);
	line-height: 1.588;
	letter-spacing: 0.1px;
	margin-left: 7px;
}

.footer-two__about-info li a:hover {
	color: var(--digihub-base, #f5821f);
}

.footer-two__title {
	font-size: var(--digihub-size-3xl);
	color: var(--digihub-white, #ffffff);
	line-height: 1.272;
	margin-bottom: 50px;
	letter-spacing: 0.1px;
}

@media (max-width: 767px) {
	.footer-two__title {
		margin-bottom: 20px;
	}
}

.footer-two__link-box {
	padding-left: 68px;
}

@media (max-width: 1399px) {
	.footer-two__link-box {
		padding-left: 35px;
	}
}

@media (max-width: 1199px) {
	.footer-two__link-box {
		padding-left: 60px;
	}
}

@media (max-width: 991px) {
	.footer-two__link-box {
		padding-left: 0;
	}
}

.footer-two__link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-two__link-item:not(:last-child) {
	margin-bottom: 10px;
}

.footer-two__link {
	font-family: var(--digihub-font, "Poppins", sans-serif);
	font-size: var(--digihub-size-xl);
	font-weight: 400;
	color: var(--digihub-white, #ffffff);
	line-height: 1.588;
	letter-spacing: 0.1px;
}

.footer-two__link:hover {
	color: var(--digihub-base, #f5821f);
}

.footer-two__info-box {
	padding-left: 43px;
}

@media (max-width: 1399px) {
	.footer-two__info-box {
		padding-left: 20px;
	}
}

@media (max-width: 1199px) {
	.footer-two__info-box {
		padding-left: 30px;
	}
}

@media (max-width: 991px) {
	.footer-two__info-box {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.footer-two__info-box {
		padding-left: 20px;
	}
}

@media (max-width: 575px) {
	.footer-two__info-box {
		padding-left: 0;
	}
}

.footer-two__info {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}

.footer-two__info-item {
	display: flex;
}

.footer-two__info-item:not(:last-child) {
	margin-bottom: 15px;
}

.footer-two__info-item i {
	font-size: 16px;
	color: var(--digihub-base, #f5821f);
	margin-top: 5px;
	margin-right: 15px;
}

.footer-two__info-text {
	font-family: var(--digihub-font, "Poppins", sans-serif);
	font-size: var(--digihub-size-xl);
	font-weight: 400;
	color: var(--digihub-white, #ffffff);
	line-height: 1.588;
	letter-spacing: 0.1px;
	margin-bottom: 0;
}

.footer-two__info-phone-text:hover {
	color: var(--digihub-base, #f5821f);
}

.footer-two__office-info {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-two__office-title {
	margin-bottom: 10px;
}

.footer-two__office-text {
	font-family: var(--digihub-font, "Poppins", sans-serif);
	font-size: var(--digihub-size-xl);
	font-weight: 400;
	color: var(--digihub-white, #ffffff);
	line-height: 1.588;
	letter-spacing: 0.1px;
}

.footer-two__office-text:not(:last-child) {
	margin-bottom: 5px;
}

.footer-two__article {
	display: grid;
	grid-template-columns: 80px 1fr;
	align-items: start;
	grid-gap: 20px;
}

.footer-two__article:not(:last-child) {
	margin-bottom: 20px;
}

.footer-two__article-img-box {
	width: 80px;
	position: relative;
	overflow: hidden;
}

.footer-two__article-img-box::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(var(--digihub-primary-rgb, 26, 26, 26), 0.7);
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transform: translateY(-30%);
	transition: opacity 500ms ease, transform 500ms ease;
	z-index: 1;
}

.footer-two__article-img {
	display: block;
	width: 100%;
}

.footer-two__plus {
	font-size: 18px;
	color: var(--digihub-white, #ffffff);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 100%);
	opacity: 0;
	z-index: 11;
	transition: opacity 500ms ease, transform 500ms ease;
}

.footer-two__article:hover .footer-two__article-img-box::after {
	opacity: 1;
	transform: translateY(0%);
}

.footer-two__article:hover .footer-two__plus {
	transform: translate(-50%, -50%);
	opacity: 1;
}

.footer-two__article-title {
	display: block;
	font-family: var(--digihub-font, "Poppins", sans-serif);
	font-size: var(--digihub-size-xl);
	font-weight: 400;
	color: var(--digihub-white, #ffffff);
	line-height: 1.588;
	letter-spacing: 0.1px;
	margin-bottom: 10px;
}

.footer-two__article-title:hover {
	color: var(--digihub-base, #f5821f);
}

.footer-two__article-date-box {
	display: flex;
	align-items: center;
}

.footer-two__article-date-box i {
	font-size: 12px;
	color: var(--digihub-base, #f5821f);
	margin-right: 5px;
}

.footer-two__article-date-text {
	font-size: var(--digihub-size-md);
	color: var(--digihub-white, #ffffff);
	line-height: 1;
	letter-spacing: 0.1px;
	margin-bottom: 0;
}

/*-------------------------------------
# Footer Three
-------------------------------------*/
.footer-three {
	padding-top: 100px;
	background-color: var(--digihub-white, #ffffff);
}

@media (max-width: 575px) {
	.footer-three {
		padding-top: 80px;
	}
}

.footer-three--one {
	background-color: var(--digihub-white3, #f6f6f6);
}

.footer-three__logo-box {
	margin-bottom: 34px;
}

.footer-three__about-box {
	width: 100%;
	max-width: 300px;
}

@media (max-width: 1199px) {
	.footer-three__about-box {
		max-width: 50%;
	}
}

@media (max-width: 991px) {
	.footer-three__about-box {
		max-width: 70%;
	}
}

@media (max-width: 767px) {
	.footer-three__about-box {
		max-width: 100%;
	}
}

.footer-three__about-text {
	margin-bottom: 0px;
}

.footer-three__title {
	font-size: var(--digihub-size-3xl);
	color: var(--digihub-primary, #1a1a1a);
	line-height: 1.272;
	margin-bottom: 24px;
	letter-spacing: 0.1px;
}

@media (max-width: 767px) {
	.footer-three__title {
		margin-bottom: 20px;
	}
}

.footer-three__link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-three__link-item:not(:last-child) {
	margin-bottom: 8px;
}
.footer-three__link , a.footer-three__info-text.footer-three__info-mail-text{
    color:#656565 !important ;
}
.footer-three__link {
	font-family: var(--digihub-font, "Poppins", sans-serif);
	font-size: var(--digihub-size-xl);
	font-weight: 400;
	color: var(--digihub-secondary, #656565);
	line-height: 1.588;
	letter-spacing: 0.1px;
}

.footer-three__link:hover {
	color: var(--digihub-base, #f5821f);
}

.footer-three__info-box {
	padding-left: 13px;
}

@media (max-width: 1399px) {
	.footer-three__info-box {
		padding-left: 40px;
	}
}

@media (max-width: 991px) {
	.footer-three__info-box {
		padding-left: 0px;
	}
}

.footer-three__info {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 27px;
}

.footer-three__info-item {
	display: flex;
}

.footer-three__info-item:not(:last-child) {
	margin-bottom: 19px;
}

.footer-three__info-item i {
	font-size: 14px;
	color: var(--digihub-base, #f5821f);
	margin-top: 6px;
	margin-right: 8px;
}

.footer-three__info-text {
	font-family: var(--digihub-font, "Poppins", sans-serif);
	font-size: var(--digihub-size-xl);
	font-weight: 400;
	color: var(--digihub-secondary, #656565);
	line-height: 1.588;
	letter-spacing: 0.1px;
	margin-bottom: 0;
}

.footer-three__info-mail-text:hover {
	color: var(--digihub-base, #f5821f);
}

.footer-three__social {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 20px;
}

.footer-three__social-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border: 1px solid var(--digihub-white2, #e9e9e9);
	background-color: var(--digihub-base, #f5821f);
	box-shadow: inset 0 0 0 50px var(--digihub-white3, #f6f6f6);
	transition: ease-out 0.4s;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
}

.footer-three__social-link i {
	font-size: var(--digihub-size-md);
	color: var(--digihub-base, #f5821f);
}

.footer-three__social-link:hover {
	box-shadow: inset 0 0 0 0 var(--digihub-white3, #f6f6f6);
}

.footer-three__social-link:hover i {
	color: var(--digihub-white, #ffffff);
}

.footer-three .footer-one__bottom {
	border-color: rgba(var(--digihub-primary-rgb, 26, 26, 26), 0.2);
}

.footer-three .footer-one__copyright-text {
	color: var(--digihub-primary, #1a1a1a);
}
.footer-three .footer-one__bottom-link,a.footer-three__info-text.footer-three__info-mail-text{
    color:#1a1a1a !important ;
}
.footer-three .footer-one__bottom-link {
	color: var(--digihub-primary, #1a1a1a);
}

.footer-three .footer-one__bottom-link:hover {
	color: var(--digihub-base, #f5821f);
}
.scroll-container {
    width: 100%; /* Full width of the parent container */
  
    white-space: nowrap; /* Prevent wrapping of child elements */
    border: 1px solid #ccc; /* Optional: for visual clarity */
    display: flex;
}


@media (max-width: 768px) {
    .scroll-container  {
  flex-direction: column;
    }
    .table-cell{
        width: 100%;
    }
}