.stats{
    display: flex;
   align-items: center;
}
.plus{
    font-size: 35px;
    font-weight: 800;
    color: white;
}
.num{
    color: white;
}
.inline-facts i{
    font-size: 30px;

}
.bg-color1{
    background: linear-gradient(to top, #f39c12, #f39c12, #d35400, #8e44ad);
}
.design{
    padding-left: 60px;
    padding-right: 60px;
}
.text-justify{
    text-align: justify;
}
.contacts-card-item{
    height: 160px;
}
.contacts-card-item p {
   font-size: 17px;
   
}
.contacts-card-item a{
    font-size: 17px;
}
.contacts-card-item a{
    font-size: 20px;
}
.boxed-content-title h3{
    font-size: 20px;
}
.custom-form textarea, .custom-form input[type="text"], .custom-form input[type=email], .custom-form input[type=password], .custom-form input[type=button], .listsearch-input-item input[type="text"]{
    font-size: 17px;
}

.sec-title {
    text-align: center;
    margin-bottom: 40px;
}

.sec-title h2 {
    font-size: 36px;
    margin-bottom: 10px;
}
.text-center{
    text-align: center;
}

.separator {
    width: 50px;
    height: 2px;
    background-color: green;
    margin: 0 auto 20px;
}

.text-content p {
    font-size: 17px;
    line-height: 1.5;
}

/* Content Box Styles */
.content-box {
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
}

.row1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Content Column */
.content-column {
    flex: 1;
}

.inner-box .text-content {
    font-size: 18px;
}

.content-column p {
    font-size: 17px;
    line-height: 1.6;
}

/* Image Column */
.image-column {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sliderFrame {
    width: 100%;
    max-width: 500px;
    /* height: 300px; */
}

#slider img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive Styles for Mobile */
@media (max-width: 768px) {
    .sec-title h2 {
        font-size: 28px;
    }

    .content-column {
        flex: 100%;
    }

    .image-column {
        flex: 100%;
        margin-top: 20px;
    }

    .content-column p {
        font-size: 15px;
    }

    .image-column #sliderFrame {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .sec-title h2 {
        font-size: 25px;
    }

    .content-box {
        padding: 10px;
    }

    .content-column p {
        font-size: 13px;
    }

    #slider img {
        max-width: 100%;
    }
}
/* Image Column */
.image-column {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

#sliderFrame {
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    position: relative;
}

#slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-img {
    width: 100%;
    height: auto;
    display: block;
}

.slider-dots {
    text-align: center;
    margin-top: 10px;
}

.slider-dots .dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.slider-dots .dot.active {
    background-color: #717171;
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
    .image-column {
        flex: 100%;
    }

    #sliderFrame {
        max-width: 100%;
    }

    .slider-dots {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .image-column {
        margin-top: 20px;
    }
}
/* Section Styling */
.geospatial-table {
    padding: 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.geospatial-table h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
}

/* Table Container */
.table-container {
    overflow-x: auto; /* Enable horizontal scrolling */
    margin: 0 auto;
    max-width: 100%;
}

/* Table Styling */
table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 20px 0;
}

table th, table td {
    padding: 15px;
    border: 1px solid  gray;
    font-size: 17px;
}

table th {
    background-color: #f39c12;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

table td {
    color: black;
    vertical-align: top;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* Responsive Styling */
@media (max-width: 768px) {
    table th, table td {
        font-size: 15px;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .geospatial-table h2 {
        font-size: 1.5em;
    }

    table th, table td {
        font-size: 13px;
        padding: 8px;
    }
}
/* General Reset */


.section-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: orange;
}

.advancements-list {
    list-style: none;
    padding: 0;
}

.advancements-list li {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    background: linear-gradient(to top, #f39c12, #f39c12, #d35400, #8e44ad);;
    transition: all 0.3s ease;
}

.advancements-list li:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.advancements-list h3 {
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}

.advancements-list p {
    font-size: 17px;
    color: white;
    line-height: 1.5;
    text-align: center;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .section-title {
        font-size: 20px;
    }

    .advancements-list h3 {
        font-size: 17px;
    }

    .advancements-list p {
        font-size: 14px;
    }
}

.single-gallery-filters{
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxed-content-title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-filters a.gallery-filter-active{
    color: white;
    background-color: orange;
}
.gallery-filters a{
    font-size: 17px;
    text-transform: capitalize;
    border: 1px solid gray;
}
.faq-nav li a{
    font-size: 16px;
    text-align: justify;
    
}
.faq-nav li a:before{
     font-size: 25px;
}
.accordion a.toggle.act-accordion i{
    font-size: 20px;
}
.help-item-wrap .accordion a.toggle{
    font-size: 19px;
    color: green;
}
.act-scrlink, .faq-nav li a:hover{
    background-color: whitesmoke;

}
.help-item-wrap .accordion a.toggle.act-accordion{
    font-size: 19px;
    font-weight: 600;
}
.pricing-content li{
    font-size: 17px;
}
.help-item-title{
    font-size: 22px;
    background-color: #f39c12;
    color: white;
}
.boxed-content-title h3{
    font-size: 22px;
}
.help-item-wrap{
    padding: 25px;
   
}

.sec-title{
    margin-bottom: 0px;
}
.boxed-container{
    padding: 15px;
}
.help-item-wrap .accordion a.toggle.act-accordion i{
    background-color: white;
}
.pricing-content h4{
    font-size: 20px;
    text-align: start;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
}
.pricing-content li:before{
    background-color: #f39c12;
    color: white;
    padding: 3px;
}
.pricing-content li{
    padding-left: 30px;
}
.pb-30{
    padding-bottom: 30px;
}
.gallery-item img{
    height: 300px;
}


