
:root {
    /*these are defined in style.css*/
    /*--vgeo-red: #f93043;*/

}

.contact .text-accent{
    color: var(--vgeo-red);
    font-weight: 600;
}


.btn-main {
    color: #fff;
    background: var(--vgeo-red);
    font-weight: 600;
    /*font-weight: 600;*/
}

/*.hero .btn-main {*/
/*    color: #fff;*/
/*    background: var(--vgeo-red);*/
/*}*/

.btn-main:hover {
    color: var(--vgeo-red);
    font-weight: 600; /*Defines from thin to thick characters. 400 is the same as normal, and 700 is the same as bold* In increments of 100 from 100-900*/
    /*opacity: 0.5;*/
    /*background: var(--source-off-white2);*/
    /*background: #fff;*/
    /*border-radius: 4px;*/
    border: 2px solid var(--vgeo-red);
}

.btn-red-white {
    color: #fff;
    background: var(--vgeo-red);
    /*font-weight: 600;*/
}

.btn-red-white:hover {
    color: var(--vgeo-red);
    font-weight: 600; /*Defines from thin to thick characters. 400 is the same as normal, and 700 is the same as bold* In increments of 100 from 100-900*/
    background: var(--source-off-white2);
    border: 2px solid var(--vgeo-red);
}



.button-center {
    margin: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}







/*This deals with the strange case of very narrow screen size, probably not a realistic scenario*/
@media (max-width: 575px) {
    #header .btn-main {
        /*width: 50%;*/
        font-size: 80%;

    }
}

@media (max-width: 400px) {
    #header .btn-main {
        /*width: 50%;*/
        font-size: 70%;

    }
}
@media (max-width: 250px) {
    #header .btn-main {
        /*width: 50%;*/
        font-size: 50%;

    }
}

.btn-red-light {
    color: #fff;
    background: var(--vgeo-red-light2);
    /*background: linear-gradient(45deg, rgba(158,113,244,0.8) 20%, rgba(249,48,67,0.8) 80%);*/
}

.btn-red-light:hover  {
    color: var(--vgeo-red-light2);;
    background: #fff;
    font-weight: 600;
    border: -px solid var(--vgeo-red);
}


.btn-orange {
    color: #fff;
    background: var(--vgeo-orange);
}

.btn-green {
    color: #fff;
    background: var(--vgeo-green);
}

.btn-green:hover {
    color: var(--vgeo-green2);
    background: #fff;
    font-weight: 600;
    border: 2px solid var(--vgeo-green);
}

.btn-purple {
    color: #fff;
    font-weight: 600;
    background: var(--vgeo-purple);
}

.btn-purple:hover {
    /*color: var(--vgeo-purple);*/
    font-weight: 600; /*Defines from thin to thick characters. 400 is the same as normal, and 700 is the same as bold* In increments of 100 from 100-900*/
}

.btn-blue {
    color: #fff;
    background: var(--vgeo-blue);
}

.btn-blue:hover {
    color: var(--vgeo-purple);
    font-weight: 600; /*Defines from thin to thick characters. 400 is the same as normal, and 700 is the same as bold* In increments of 100 from 100-900*/
}

.btn-orange:hover {
    background: var(--vgeo-orange-light);
}

.btn-rounded {
    /*border-radius: 50px;*/
}

.btn-info{
    color: var(--vgeo-green);
    background: var(--vgeo-green-light);

}
.btn-info:hover {
    color: var(--vgeo-red);
}

.background-blue {
    background: var(--vgeo-blue);
}

.background-gradient1 {
    /*background: linear-gradient(45deg, rgba(158,113,244,0.8) 0%, rgba(249,48,67,0.8) 90%);*/
    background: linear-gradient(45deg, rgba(158,113,244,0.8) 20%, rgba(249,48,67,0.8) 80%);
}

.img-sm {
    max-height: 10em;
    width: auto;
}

.img-responsive-software {
    /*width: auto;*/
    /*height: 100px;*/
    position: center;
}

.img-responsive-svg {
    width: 100%;
    /*height: 100px;*/
    position: center;
}

.img-background-carto {
    /*position: center;*/
    left: 0;
    top: 0;
    width: 100%; /*Do NOT update these to the image size, must be percent based to scale with the div*/
    height: 100%;
    /*background-position: 20% 10%; !*this is what determins where it is resized from*!*/
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%), url('../img/adobe/layers2_plain.svg');
    /*background-color: transparent;*/
    /*background-position: 0% 0%, 0% 0%;*/
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.img-background-city{
    left: 0;
    top: 0;
    width: 100%; /*Do NOT update these to the image size, must be percent based to scale with the div*/
    height: 100%;
    background-size: cover;
    background-image: url('../img/city_3_small.jpg'),linear-gradient(to right, #fff 100%, #fff 100%);
}

.img-background-colab{
    left: 0;
    top: 0;
    width: 100%; /*Do NOT update these to the image size, must be percent based to scale with the div*/
    height: 100%;
    background-size: cover;
    background-image: url('../img/hero_1.png'),linear-gradient(to right, #fff 100%, #fff 100%);
}

.img-background-topo1{
    left: 0;
    top: 0;
    width: 100%; /*Do NOT update these to the image size, must be percent based to scale with the div*/
    height: 100%;
    background-size: cover;
    background-image: url('../img/adobe/adobe_gis_topo.jpeg');
    background-position: 50% 50%; /*this is what determines where it is resized from*/
}

.img-background-thank-you{
    left: 0;
    top: 0;
    width: 100%; /*Do NOT update these to the image size, must be percent based to scale with the div*/
    height: 100%;
    background: linear-gradient(45deg, rgba(158,113,244,0.8) 20%, rgba(249,48,67,0.8) 80%);
    background-size: cover;
    /*background-image: url('../img/adobe/adobe_gis_topo.jpeg');*/
    /*background-position: 50% 50%; !*this is what determines where it is resized from*!*/
}

.img-background-gis-blue1{
    left: 0;
    top: 50%;
    width: 100%; /*Do NOT update these to the image size, must be percent based to scale with the div*/
    height: 100%;
    background-size: cover;
    background-image: url('../img/adobe/adobe_gis_blue.jpeg'),linear-gradient(to right, #fff 100%, #fff 100%);
}

.background-transparent {
    /*width: 100%;*/
    /*border-top: 3px solid #eb5d1e;*/
    /*border-bottom: 3px solid #eb5d1e;*/
    border-radius: 5%;
    margin-top: 25px;
    padding-top: 50px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.about .text-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 40px 25px 40px 25px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid;
    border-color: #fff;
}

.about .text-box:hover {
    transform: translateY(-5px);
    border-color: var(--vgeo-red-light);
}

.text-box1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%; /* Adjust this width as needed */
    padding: 30px;

    overflow: hidden;
    margin: 40px 25px 40px 25px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff;
}

.text-box1:hover {
    /*transform: translateY(-5px);*/
    border-color: var(--vgeo-red-light);
}


.text-box-hero{
    background-color: rgba(254, 248, 245, 0.8);
    border-radius: 20px;
    padding: 30px;
    box-shadow: inset 0 0 10px var(--vgeo-purple);
}

.text-box-hero-slogan{
    background-color: rgba(254, 248, 245, 0.8);
    /*background-color: rgba(254, 248, 245, 0.8);*/
    border-radius: 20px;
    /*padding: 30px;*/
    box-shadow: inset 0 0 10px var(--source-off-white2);

}

.text-box-accent1{
    background-color: rgba(254, 248, 245, 0.8);
    border-radius: 10px;
    padding: 30px;
    box-shadow: inset 0 0 10px var(--vgeo-purple);
}

.text-box-accent2 {
    /*background-color: rgba(254, 248, 245, 0.8);*/
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 20px;
    margin: 0 0 0 0;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    /*box-shadow: 0 10px 29px 0 rgba(158, 113, 244, 0.2);*/

}


.text-box-section-header{
    background-color: rgba(254, 248, 245, 0.8);
    border-radius: 10px;
    padding: 15px;
    /*box-shadow: inset 0 0 10px var(--source-off-white2);*/
    /*box-shadow: inset 0 0 30px var(--source-off-white2);*/
    box-shadow: 0px 0px 25px 25px var(--source-off-white2);
    box-shadow: inset 0px 0px 25px 25px var(--source-off-white2);
}


.box-fade {
    /*width: 200px;*/
    /*height: 100px;*/
    box-sizing:border-box;
    /*color:var(--source-off-white2);*/
    --i:254, 248, 245;
    --c:rgba(var(--i),1) , rgba(var(--i), 0);
    --d:60px;
    padding:var(--d);
    background-image:
            linear-gradient(rgba(var(--i), 1),rgba(var(--i), 0.8)),
            radial-gradient(circle at bottom left, var(--c)  70%),
            radial-gradient(circle at bottom right, var(--c) 70%),
            radial-gradient(circle at top right, var(--c) 70%),
            radial-gradient(circle at top left, var(--c) 70%),

            linear-gradient(to right, var(--c)),
            linear-gradient(to left, var(--c)),
            linear-gradient(to top, var(--c)),
            linear-gradient(to bottom, var(--c));

    background-size:
            calc(100% - 2*var(--d)) calc(100% - 2*var(--d)),

            var(--d) var(--d),var(--d) var(--d),var(--d) var(--d),var(--d) var(--d),

            var(--d) calc(100% - 2*var(--d)),var(--d) calc(100% - 2*var(--d)),calc(100% - 2*var(--d)) var(--d),calc(100% - 2*var(--d)) var(--d);
    background-position:center,

    top right,top left,bottom left,bottom right,

    right center, left center,top center, bottom center;
    background-repeat:no-repeat;
}

.accordion-title p{
    padding-bottom: 15px;
    margin-bottom: 15px;
    /*position: relative;*/
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: var(--source-brown-light);
}

.accordion-title p::after{
    content:"";
    display:block;
    width: 6em;
    max-width:70%;
    border-bottom: 2px solid var(--vgeo-red);
    margin: 25px auto 0;
}


.accordion-accent1{
    color: var(--vgeo-red);
    font-weight: 700;
}
/*.accordion-accent1:hover {*/
/*    color: var(--source-brown-light);*/
/*}*/

.accordion-accent2{
    opacity: 0.8;
}

.highlight-accent1{
    color: var(--vgeo-red);
    font-weight: 700;
}

.highlight-accent2{
    /*color: var(--vgeo-red);*/
    font-weight: 600;
}

/*--------------------------------------------------------------
# services-details slider
--------------------------------------------------------------*/
.services-details .services-details-slider .swiper-slide img {
    opacity: 1;
    transition: 0.3s;
}

.services-details .services-details-slider .swiper-slide img:hover {
    /*opacity: 0.5;*/
}

.services-details .services-details-slider .swiper-pagination {
    margin-top: 5px;
    position: relative;
}

.services-details .services-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid var(--source-accent1);
}

.services-details .services-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--source-accent1);
}

.services-details .center {
    text-align: center;
}

.services-details .img1{
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    border-bottom: 3px solid #fff;
}

.services-details .img1:hover {
    /*transform: translateY(-5px);*/
    border-color: var(--vgeo-red-light);
}



#footer .logo-placement {
    width:100px;
    float:right;
}

@media (max-width: 991px) {
    #footer .logo-placement {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float:unset;

    }
    #contact .col-lg-7 {
        margin-bottom: 2rem; /* or any spacing you prefer */
    }
}

.swiper-slide img {
    opacity: 1;
    transition: 0.3s;
    border-radius: 15px;
}


.swiper-pagination {
    margin-top: 25px;
    position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid var(--source-accent1);
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--source-accent1);
}




.team .img-profile1{
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    border-bottom: 3px solid #fff;
}

.team .img-profile1:hover {
    transform: translateY(-5px);
    border-color: var(--vgeo-red-light);
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.team {
    padding: 60px 0;
}

.team .team-list {
    padding: 0;
    list-style: none;
}

.team .team-list li {
    border-bottom: 1px solid #eae7e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.team .team-list .question {
    display: block;
    position: relative;
    font-family: var(--source-accent1);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-weight: 600;
    padding-left: 25px;
    cursor: pointer;
    color: var(--source-accent1-light2);
    transition: 0.3s;
}

.team .team-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}

.team .team-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
}

.team .team-list .icon-show {
    display: none;
}

.team .team-list .collapsed {
    color: var(--source-brown-dark);
}

.team .team-list .collapsed:hover {
    color: var(--source-accent1);
}

.team .team-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}

.team .team-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}

.testimonial-text-box2 {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    max-width: 800px;
    margin: 60px auto;
}



.testimonial-box {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #555;
    text-align: center;
}

.star-rating {
    display: flex;
    gap: 10px;
    font-size: 2rem;
    cursor: pointer;
    justify-content: center;
    margin: 10px 0 20px;
}

.star {
    color: #ccc;
    transition: color 0.2s ease-in-out;
}

.star.selected {
    color: gold;
}

/*.vgeo-checklist {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    font-size: 1rem;*/
/*}*/

/*.vgeo-checklist li {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    margin-bottom: 16px;*/
/*}*/

/*.vgeo-checklist .check-icon {*/
/*    display: inline-block;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    line-height: 24px;*/
/*    margin-right: 12px;*/
/*    text-align: center;*/
/*    background-color: var(--vgeo-green);*/
/*    color: white;*/
/*    border-radius: 4px;*/
/*    font-weight: bold;*/
/*    flex-shrink: 0;*/
/*}*/

/*.vgeo-checklist .content {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.vgeo-checklist .subtext {*/
/*    color: #666;*/
/*    font-size: 0.95em;*/
/*    margin-top: 2px;*/
/*}*/

/*V2*/
.vgeo-checklist {
    list-style: none;
    padding: 0;
    margin: 0 auto; /* this centers the UL */
    display: table; /* or use flex if preferred */
}

.vgeo-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    max-width: 700px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; /* this centers each LI */
}

.check-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-color: var(--vgeo-green);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-weight: bold;
}

.vgeo-checklist .content {
    flex: 1;
}

.vgeo-checklist .subtext {
    display: block;
    color: #666;
    font-size: 0.95em;
    margin-top: 2px;
}

/*Testimonials*/
/*.testimonial-section {*/
/*    background: #f9f9f9;*/
/*    padding: 60px 20px;*/
/*}*/

/*.text-center {*/
/*    text-align: center;*/
/*}*/

/*.testimonial-slider-wrapper {*/
/*    max-width: 800px;*/
/*    margin: 0 auto;*/
/*    position: relative;*/
/*}*/

/*.testimonial-slider {*/
/*    display: flex;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    height: auto;*/
/*}*/

/*.testimonial-slide {*/
/*    min-width: 100%;*/
/*    opacity: 0;*/
/*    transition: opacity 0.5s ease;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.testimonial-slide.active {*/
/*    opacity: 1;*/
/*}*/

.card_a {
    width: 75%; /* Adjust as needed */
    max-width: 700px;
    margin: 0 auto; /* ✅ Center horizontally */
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.testimonial-card {
    width: 75%; /* Adjust as needed */
    max-width: 700px;
    margin: 0 auto; /* ✅ Center horizontally */
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);

    text-align: center;
}

.testimonial-text {
    font-size: 1.15em;
    font-style: italic;
    color: #444;
}

.testimonial-author {
    margin-top: 15px;
    font-weight: bold;
    color: #777;
}

.testimonial-creds {
    font-size: 80%;
    margin-top: 15px;
    /*font-weight: regular;*/
    color: #777;
}

/* Arrows using --source-accent1 for color consistency */
.swiper-button-next,
.swiper-button-prev {
    color: var(--source-accent1);

    width: 40px;
    height: 40px;
}




.form-error {
    color: var(--source-accent1);
    font-style: italic;
    font-size: smaller;
}



