/* 
    Generals
*/
.more-benefits,
.more-benefits-link {
    color: #11e497;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
nav#gm-main-menu:lang(ar) {
  
  margin-left: 50px;
}
.btn:lang(en) {
  
  font-size: 16px;
  
  font-family: "Dosis", Dosis;
}
.gm-container {
  max-width: 100%!important;
  width: 100%!important;
  padding: 0 5%!important;
}
#menu-item-742{position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);}
#menu-item-745{position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);}
  #gm-main-menu{
  justify-content:space-around !important;}
  
  
.more-benefits:hover,
.more-benefits-link:hover {
    color: #181725;
}

.more-benefits:hover .more-benefits-arrow {
    padding-left: 16px;
    transition: 0.3s;
}

/* 
    Backgrounds
*/
.bg-dark {
    background-color: #181725 !important;
}

.bg-light {
    background-color: #f4f4f4;
}

.bg-green {
    background-color: #11e497 !important;
}

/* 
    Texts
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Dosis', sans-serif;
    ;
}

p {
    font-size: 16px;
    font-family: 'Source Sans 3', sans-serif;
}

.txt-dark {
    color: #181725;
}

.txt-white {
    color: #f4f4f4;
}

.txt-green {
    color: #11e497;
}

.txt-gray {
    color: #afb8ce;
}

/* 
    Spaces
*/
section,
footer {
    padding: 48px 20%;
}

@media only screen and (max-width: 769px) {
    section {
        padding: 48px 5%;
    }
    
    .owl-prev, .owl-next {
  background-color: #11e497!important;
 z-index:999;
}
}
#brave_popup_989__step__0 #brave_element--Ne3JLGTdkfmCZuxhO8R input, #brave_popup_989__step__0 #brave_element--Ne3JLGTdkfmCZuxhO8R textarea, #brave_popup_989__step__0 #brave_element--Ne3JLGTdkfmCZuxhO8R select 
{text-align:right}
#brave_form_-Ne3JLGTdkfmCZuxhO8R,#brave_form_-NeDdkZfKTYKU7EHKjBT,#brave_form_-Ne3L-PtpVk6cjbPAM6o,#brave_form_-NeDedHnu7rACR5c8GTc{text-align:right}
.image img {
    width: 100%;
}
#brave_popup_990__step__0 #brave_element--NeDedHnu7rACR5c8GTc input, #brave_popup_990__step__0 #brave_element--NeDedHnu7rACR5c8GTc textarea, #brave_popup_990__step__0 #brave_element--NeDedHnu7rACR5c8GTc select{text-align:right;}
#brave_popup_990__step__0 #brave_element--Ne3L-PtpVk6cjbPAM6o input, #brave_popup_990__step__0 #brave_element--Ne3L-PtpVk6cjbPAM6o textarea, #brave_popup_990__step__0 #brave_element--Ne3L-PtpVk6cjbPAM6o select {text-align:right;}
#brave_popup_989__step__0 #brave_element--NeDdkZfKTYKU7EHKjBT input, #brave_popup_989__step__0 #brave_element--NeDdkZfKTYKU7EHKjBT textarea, #brave_popup_989__step__0 #brave_element--NeDdkZfKTYKU7EHKjBT select{text-align:right;}
/* 
    Icons
*/
.icon {
    width: fit-content;
    height: fit-content;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.green-icon {
    color: #f4f4f4;
    background-color: #11e497;
    padding: 14px;
}

.dark-icon {
    color: #181725;
    background-color: #11e497;
    padding: 16px;
}
.icon svg{filter: invert(87%) sepia(58%) saturate(1880%) hue-rotate(77deg) brightness(92%) contrast(94%);width:58px;height: 58px;padding: 8px;}
.item .icon{width: 80px;
height: 80px;}
.icons .icon svg{filter: invert(100%) sepia(7%) saturate(1772%) hue-rotate(215deg) brightness(114%) contrast(91%);}
.iconss .icon svg {
  filter: invert(0%) sepia(0%) saturate(1772%) hue-rotate(215deg) brightness(114%) contrast(91%);
}
.icon-shadow {
    box-shadow: 0px 0px 15px 8px #70efc1;
}

/* 
    Buttons
*/
.btn {
    border: none;
    border-radius: 45px !important;
    padding: 12px 32px;
    font-weight: 400;
    font-size: 18px;
    transition: all .3s ease-out;
}

.btn-green {
    color: #181725;
    border-color: #11e497;
    background: linear-gradient(to right, #181725 50%, #11e497 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.btn-green:hover {
    background-position: left bottom;
    color: #f4f4f4;
}

.btn-light-to-green {
    background: linear-gradient(to right, #11e497 50%, #f4f4f4 50%);
}

.btn-light-to-green:hover {
    background-position: left bottom;
}

.btn-light-to-dark {
    background: linear-gradient(to right, #181725 50%, #f4f4f4 50%);
}

.btn-light-to-dark:hover {
    background-position: left bottom;
}

.btn-light-to-green,
.btn-light-to-dark {
    color: #181725;
    background-size: 202% 100%;
    background-position: right bottom;
}

.btn-dark {
    color: #11e497;
    background: linear-gradient(to right, #11e497 50%, #181725 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.btn-dark:hover {
    background-position: left bottom;
    color: #181725;
}

.btn-transparent {
    color: #11e497;
    border: 1px solid #11e497;
    background: linear-gradient(to right, #11e497 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.btn-transparent:hover {
    color: #f4f4f4;
    border: 1px solid #11e497;
    background-position: left bottom;
    -webkit-box-shadow: 0px 8px 34px -10px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 8px 34px -10px rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 34px -10px rgba(255, 255, 255, 1);
}


/* 
    ================== Navbar =================
*/
.navbar {
    height: 7rem;
    font-weight: 600;
    font-size: 20px;
}

.navbar-toggler {
    margin-left: auto;
}

.navbar-collapse {
    background-color: #181725;
    padding: 16px;
    border-radius: 8px;
}

.navbar-brand img {
    width: 180px;
    margin-right: 48px;
}

.nav-item {
    padding: 0.5rem;
}

.nav-item .nav-link {
    color: #f4f4f4;
}

.nav-item .nav-link:hover {
    color: #11e497;
}

.nav-item .nav-link.show {
    color: #f4f4f4;
}

.nav-item .nav-link:active {
    color: #11e497;
}

.nav-item li a {
    font-weight: 600;
}

.dropdown-menu {
    background-color: #f4f4f4;
    box-shadow: 0px 0px 12px 3px #70efc156;
}

.dropdown-item:hover {
    background-color: #11e497;
    color: #181725;
}

.navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
    animation: fadeInUp 0.3s;
}

@keyframes fadeInUp {
    from {
        transform: translateY(-10px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.dropdown-submenu .dropdown-menu-sub {
    display: none;
    position: absolute;
    top: 20%;
    left: 90%;
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 8px 0px;
    box-shadow: 0px 0px 12px 3px #70efc156;
}

.dropdown-submenu:hover .dropdown-menu-sub {
    display: block;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
}

/* 
    ============== Home Header =============
*/
.home-header {
    min-height: 100vh;
    padding: 108px 48px 0 48px;
    background-color: #181725;
    background-image: url('./../assets/Home/Home_hero_BG.webp');
   background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}
.popup-container iframe{width:600px;}
@media only screen and (min-width: 769px) {
    .home-header {
        padding: 216px 48px 0 48px;
    }
 
}
@media only screen and (max-width: 769px) {
    
 .home-header .btn {
 
  border-radius: 45px !important;
  padding: 8px;
  font-weight: 400;
  font-size: 12px;
  transition: all .3s ease-out;
}
.popup-container iframe{width:100%;}
}
.home-header h2 {
    color: #11e497;
    font-weight: 600;
    font-size: 48px;
}

.home-header h3 {
    color: #f4f4f4;
    font-size: 35px;
    font-weight: 500;
}

.btn-play {
    cursor: pointer;
    box-shadow: 0 0 10px #f4f4f4;
    animation: shadowAnimation 1s infinite alternate;
}

.small-image {
    position: relative;
}

.small-image img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

@keyframes shadowAnimation {
    0% {
        box-shadow: 0 0 20px #11e497a1;
    }

    100% {
        box-shadow: 0 0 30px #11e49745;
    }
}

.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* 
    ============= Embracing Section ===========
*/
.section-embracing {
    padding: 48px 10%;
}

.section-embracing h3 {
    font-size: 36px;
    font-weight: 300;
}

/* 
    ============= Track Section ===========
*/
.section-track .card {
    border: none;
    padding: 60px 40px;
    box-shadow: 0 3px 4px 0 rgba(112, 239, 193, 0.2);
    height: 95%;
}

.section-track .card .icon {
    position: relative;
}
.accordion-button:lang(ar)::after {
 
  margin-right: auto!important;
  margin-left:0!important;
}
 
.small-circle {
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: 50%;
    opacity: 0;
    transition: 0.5s;
}

.section-track .card:hover .small-circle-1 {
    opacity: 1;
    left: -20px;
    top: -10px;
}

.section-track .card:hover .small-circle-2 {
    opacity: 1;
    left: 80%;
    top: -30%;
}

.section-track .card:hover .small-circle-3 {
    opacity: 1;
    left: 120%;
    bottom: 0px;
}

.section-track .card:hover .small-circle-4 {
    opacity: 1;
    left: -30%;
    top: 100%;
}

.section-track .card:hover {
    box-shadow: 8px 19px 33px 4px rgba(0, 0, 0, 0.68);
}

.section-track .card:hover iconify-icon {
    color: #11e497;
    cursor: pointer;
}

.section-track .card h3 {
    font-size: 36px;
    font-weight: 300
}

/* 
    ============= Section Locator ==============
*/
.section-locator .item {
    width: 100%;
    padding: 48px 0px;
}

.section-locator .item .icon {
    position: relative;
}

.section-locator .item:hover .small-circle-1 {
    opacity: 1;
    left: -30px;
    top: -10px;
}

.section-locator .item:hover .small-circle-2 {
    opacity: 1;
    right: -25%;
    top: -30%;
}

.section-locator .item:hover .small-circle-3 {
    opacity: 1;
    right: -100%;
    bottom: 0px;
}

.section-locator .item:hover .small-circle-4 {
    opacity: 1;
    left: -70%;
    top: 100%;
}

.section-locator .item div {
    margin: auto;
}

.section-locator .item p {
    width: fit-content;
    margin: auto;
    padding-top: 24px;
}

/* 
    ============== Blog ==============
*/
.section-blogs .blog,
.section-tags .blog {
    background-color: #e2fcf2;
    cursor: pointer;
    box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
    margin: 16px;
    position: relative;
    height: 98%;
}

.section-blogs .blog:hover img,
.section-tags .blog:hover img {
    transform: scale(1.04) rotate(3deg);
    transition: 0.3s;
}

.section-blogs .blog button:hover,
.section-tags .blog button:hover {
    color: #f4f4f4;
}

.section-blog-details .search a,
.section-tags .search a {
    text-decoration: none;
    color: #181725;
}

.section-blog-details .search a:hover,
.section-tags .search a:hover {
    color: #11e497;
}

.section-blog-details .tags a,
.section-tags .tags a {
    background-color: #e2fcf2;
    font-size: 14px;
    margin: 8px 2px;
}

.section-blog-details .tags a:hover,
.section-tags .tags a:hover {
    background-color: #11e497;
    color: #f4f4f4;
}

.tags-header {
    height: 70vh;
    background-color: #11e497;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tags-header h2 {
    color: #f4f4f4 !important;
}

/* 
    =============== Section Faq ==============
*/
.faq-page .section-faq .accordion-item,
.section-faq .accordion-item {
    border: none !important;
    padding: 32px 0px !important;
    font-size: 18px;
    font-weight: 500;
}

.section-faq .accordion-button {
    font-size: 22px;
}

.section-faq .accordion-button:not(.collapsed) {
    color: #11e497;
    background-color: transparent;
    box-shadow: none;
}

/* 
    ================== Who We Are =================
*/

.who-we-are-header {
    height: 280px;
    background-image: url('./../assets/WhoWeAre/About_banner.webp');
  background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-container h2 {
    font-size: 64px;
    font-weight: 600;
}

.header-container p {
    font-size: 32px;
    width: 100%;
}

@media only screen and (max-width: 769px) {
    .header-container p {
        width: 80%;
        text-align: center;
        margin: auto;
    }
}

.section-our-beliefs {
    background-color: #e2fcf2;
}

.section-our-beliefs p {
    text-align: justify;
    width: 90%;
}

/* 
    ==================== Why Us ===================
*/

.why-us-header {
    min-height: 280px;
    background-image: url('./../assets/WhyUs/GeoInTime_banner_Why_Us.webp');
   background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-us-heade {
    min-height: 280px;
    background-image: url('./../assets/WhyUs/GeoInTime_banner_Why_Us.webp');
   background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.section-say-goodbye .section-faq .accordion-item {
    padding: 0px 0px !important;
}

.section-our-features {
    padding: 48px 10%;
}

.section-why-it-matters h3,
.section-our-features h3 {
    font-size: 48px;
}

.owl-carousel .item {
    padding: 48px;
    border-radius: 8px;
}

.owl-nav {
    text-align: center;
    margin-top: 10px;
}

.owl-prev,
.owl-next {
    background-color: transparent;
    color: #f4f4f4;
    border: 1px solid #f4f4f4;
    cursor: pointer;
    font-size: 0;
    padding: 24px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #11e497;
}

.owl-prev {
    position: absolute;
    top: 40%;
    left: -5%;
}

.owl-next {
    position: absolute;
    top: 40%;
    right: -5%;
}

.owl-next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

.owl-prev::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(225deg);
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

/* 
    ================= Benefits ===============
*/
.benefits-header {
    height: 280px;
    background-image: url('./../assets/Benefits/GeoInTime_banner_Benefits.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 
    =================== How It Works ===============
*/
.how-it-works-header {
    height: 100vh;
    background-color: #181725;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-steps {
    background-color: #e2fcf2;
}

/* 
    ============== Pricing ==================
*/
.pricing-header {
    min-height: 280px;
    background-image: url('./../assets/GeoInTime_banner_general.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

h3 {
    font-size: 32px;
}

.plan {
    border: none;
    padding: 60px 40px;
    box-shadow: 0 3px 4px 0 rgba(38, 59, 94, .1);
    height: 95%;
}

.plan:hover {
    box-shadow: 8px 19px 33px 4px rgba(0, 0, 0, 0.68);
}

.plan-month,
.plan-year,
.toggle {
    font-size: 32px;
    cursor: pointer;
    margin-bottom: 24px;
}

.toggle {
    position: relative;
    width: 80px;
    padding-top: 15px;
    cursor: pointer;
}

.icon-toggle {
    position: absolute;
    left: 0;
    top: -4px;
    transition: 0.3s;
}

.active-plan {
    color: #11e497;
}

.price {
    font-size: 56px;
}

.price:before {
    content: '$';
    font-size: 24px;
    position: relative;
    top: -30px;
    left: -5px;
}

.section-get-locator {
    background-color: #e2fcf2;
}
@media only screen and (min-width: 1200px){
.padding{
  padding: 88px 4%;
	width: 1200px;
  margin-left: auto;
  margin-right: auto;
}}
.section-say-goodbye .section-faq .accordion-button {
    border-bottom: 1px solid #afb8ce;
}

.section-faq .accordion-item {
    padding: 0px 0px;
}
.section-faq .accordion-button:lang(ar) {
  
  text-align: right;
}
.section-faq .accordion-button:lang(en) {
  
  text-align: left;
}
/* 
    ================== Contact Us ===============
*/
.contact-us-header {
    height: 280px;
    background-image: url('./../assets/-\ GeoInTime_banner_general.png');
   background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-us-form .form-group {
    margin-bottom: 15px;
    width: 50%;
}

@media only screen and (max-width: 991px) {
    .form-group {
        width: 100%;
    }
}

.contact-us-form label {
    display: block;
    margin-bottom: 5px;
    color: #afb8ce;
    font-size: 20px;
}

.contact-us-form input[type="text"],
.contact-us-form input[type="email"],
.contact-us-form input[type="tel"],
.contact-us-form textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 40px;
    background-color: #f0f0f0;
    color: #11e497;
    font-size: 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    outline: none;
}

textarea {
    resize: vertical;
}

.error-message {
    color: red;
    font-size: 18px;
    margin-top: 5px;
}

.invalid-input {
    background-color: #ffe6e6 !important;
}

/* 
    ==================== Features ===============
*/
.features-header {
    height: 280px;
    background-image: url('./../assets/GeoInTime_banner_general.png');
   background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features-header .header-container .image {
    width: 15rem;
    position: absolute;
    right: 0px;
    top: 4%;
}

@media only screen and (max-width: 769px) {
    .features-header .header-container .image {
        display: none;
    }
}

.section-feature:nth-child(even) {
    direction: ltr;
}

.section-feature:nth-child(odd) {
    direction: rtl;
    text-align: left;
}
.section-feature:nth-child(odd) .d-flex {
   direction: ltr;
}
.section-feature .d-flex:lang(ar) {
   direction: rtl;
}
.section-feature h3 {
    font-weight: 300;
}

.section-feature h4 {
    font-size: 32px;
}

/* 
    ================= More Resources =================
*/
.section-carousel .carousel-item>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
}

/* 
    ================= Retail ================
*/
.section-retail ul,
.section-health-care ul,
.section-blog-details ul {
    padding-left: 24px;
}
.section-retail:nth-child(even) {
    direction: ltr;
  
}

.section-retail:nth-child(odd) {
    direction: rtl;
    text-align: left;
      background-color: #fbfbfd;
}
.section-retail ul li,
.section-health-care ul li,
.section-blog-details ul li {
    list-style: disc !important;
    padding-bottom: 8px;
}

.section-retail.section-locator a,
.section-health-care.section-locator a {
    text-decoration: none;
    color: #181725;
    font-weight: 500;
}

.section-retail.section-locator .item:hover,
.section-retail.section-locator .item:hover a,
.section-health-care.section-locator .item:hover,
.section-health-care.section-locator .item:hover a {
    color: #11e497;
    cursor: pointer;
}

/* 
    ================= Industries ==============
*/
.section-industries p {
    font-size: 24px;
}

.section-industries h3 {
    font-size: 48px;
}

.section-industries h4 {
    font-size: 32px;
    margin-bottom: 64px;
}

.section-industries a {
    color: #181725;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    font-size: 32px;
}

.section-industries a:hover {
    color: #11e497;
}

/* 
    =============== Footer ================
*/

.section-newsletter {
    padding: 48px 15%;
}

.newsleter-container {
    position: relative;
    top: 108px;
    border-radius: 8px;
    color: #f4f4f4;
    background-image: linear-gradient(45deg, #11e497 0%, #11998e 100%);
    margin: auto;
    padding: 64px;
}

.underline-input {
    border: none;
    border-bottom: 2px solid #f4f4f4;
    background-color: transparent;
    color: #f4f4f4;
    width: 50%;
    font-size: 16px;
    outline: none;
    margin-right: 48px;
}

.underline-input::placeholder {
    color: #f4f4f4;
    opacity: 0.7;
}

footer {
    background-color: #181725;
    color: #f4f4f4;
    padding: 108px 64px 0px 64px;
}

.footer-container {
    width: 75%;
    margin: auto;
}

footer ul {
    /* list-style-type: none; */
    text-align: center;
    font-family: 'Source Sans 3', sans-serif;
    padding-right:0;
}

footer ul li {
    padding: 4px 0px;
      font-size: 16px;
  font-weight: 300;
    font-family: 'Source Sans 3', sans-serif;
}

.social-media .icon:hover {
    cursor: pointer;
    background-color: #11e497 !important;
    color: #f4f4f4;
    overflow: hidden;
}

.social-media .icon:hover iconify-icon {
    animation: moveUp 0.3s;
}

@keyframes moveUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

footer a {
    text-decoration: none;
    position: relative;
    color: #f4f4f4;
    transition: color 0.3s;
}

footer ul a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #f4f4f4;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s;
}

footer ul a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.privacy {
    border-top: 0.5px solid #f4f4f416;
}

.privacy a {
    text-decoration: none;
    color: #f4f4f4;
}