/**
Theme Name: Go To Links
Author: Gotolinks team
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: go-to-links
Template: astra
*/

:root {

	--gtl-color-black: #1E1E1E;	
	--gtl-color-primary: #4F868E;
	--gtl-color-accent: #FE666B;
	--gtl-color-bright: #E3E597;
	
	--gtl-color-bg: #FFF;
	--gtl-color-bg-alt: #F5F4EF;
	--gtl-color-bg-dark: var(--gtl-color-black);

	--gtl-color-text-dark-high: var(--gtl-color-black):
	--gtl-color-text-dark-mid: rgba(30, 30, 30, 0.75);
	
	--gtl-color-text-lite-high: #FFF;
	--gtl-color-text-lite-mid: rgba(255, 255, 255, 0.8);
	
	--gtl-color-border: rgba(30, 30, 30, 0.3);
}

/* Elementor default overrides */
.elementor-widget-off-canvas {
	--e-off-canvas-animation-duration: 400ms;
}

.elementor-widget.elementor-widget-button {
    margin-top: 0;
}

/* Layouts */
.hidden { display: none !important; }
.transparent-hide { opacity: 0 !important; }

.max-width-md {
    max-width: 1280px;
}

.max-width-sm {
    max-width: 1024px;
}

.section-title-group h2,
.section-title-group p {
	margin-block-end: 0;
}

.content-wrapper {
    max-width: 1440px;
}

@media screen and (max-width: 1023px) {
    
    .secpad-block {
        padding-block: 72px;
    }
    
    .secpad-inline {
        padding-inline: 28px;
    }
}


@media screen and (min-width: 1024px) {
    
    .secpad-block {
        padding-block: 92px;
    }
    
    .secpad-inline {
        padding-inline: 40px;
    }
}

/* Main menu */
.main-menu-buttons {
	min-width: 260px;
}

/* Scroll to top */
#ast-scroll-top { 
	background-color: var( --gtl-color-bright ) !important; 
	border-radius: 100px;
}
#ast-scroll-top svg { 
	fill: var( --gtl-color-black ) !important; 
}

/* Comparison Table */
@media screen and (max-width: 767px) {
	.feature-comparison-table p {
		margin-block-end: 0;
	}
}

/* About Icons */
.image-filter-container .image {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: rgb(16, 24, 32);
}
.image.ces { transform: translateY(2px); height: 20px; width: 55px; mask-image: url(/wp-content/uploads/2025/03/ces-logo-300x121.png); }
.image.forbes { transform: translateY(1px); height: 20px; width: 80px; mask-image: url(/wp-content/uploads/2025/03/forbes-logo-300x79.png);}
.image.time { transform: translateY(2px); height: 20px; width: 65px; mask-image: url(/wp-content/uploads/2025/03/Time_Magazine_logo-300x93.png);}
.image.bloomberg { transform: translateY(3px); height: 25px; width: 125px; mask-image: url(/wp-content/uploads/2025/03/Bloomberg_logo-300x60.png);}

@media (max-width: 767px) { .featured-images { justify-content: center; } }

/* Home swiper settings */
.swiper-slide.swiper-slide-home {
    display: flex;
    width: 100%;
    max-width: 1024px;
    max-height: 658px;
}

.home-swiper-pagination .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: var(--gtl-color-bg-dark);
}

.swiper-slide {
	width: 1024px; 
}

.swiper-button-prev,
.swiper-button-next {
	--swiper-navigation-size: 120px;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Alexandria', sans-serif;
	letter-spacing: -0.72px;
}

.swiper-button-prev img {
	margin-right: 4px;
	transform: rotate(180deg);
}
.swiper-button-next img {
	margin-left: 4px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}


/* Home gravity form */
.gform-theme--foundation {
	--gf-form-gap-y: 16px;
}
/* Contact Form */
/* Note: these are highly specific to the form, and should be generalized for future use */
#gform_3 input,
#gform_3 textarea {
	padding: 12px;
	border-radius: 4px;
	border: 1px solid var(--gtl-color-border);
	background: var(--gtl-color-bg);
	font-family: 'Proxima Nova', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: var(--gtl-color-text-dark-high);
	min-height: 48px;
}
#gform_3 input::placeholder,
#gform_3 textarea::placeholder {
	color: rgba(30, 30, 30, 0.5);
}
#gform_3 input:focus,
#gform_3 textarea:focus {
	border: 1px solid var(--gtl-color-black);
	outline: none;
}
#gform_3 .gform-footer input[type="submit"] {
	background: var(--gtl-color-bg-dark);
    color: var(--gtl-color-text-lite-high, #FFF);
	font-family: "Alexandria", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.48px;
    text-align: center;
    max-width: 240px;
	margin-inline: auto;
	border: none;
	transition: 0.3s all ease-in-out;
}
#gform_3 .gform-footer input[type="submit"]:hover {
	background: var(--gtl-color-primary);
}

#gform_confirmation_wrapper_3 {
	padding: 20px;
    background: var(--gtl-color-bg);
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.14);
}

/* FAQ Content Formatting */
.faq-content ul,
.faq-content ol {
	margin-block-start: 0;
	margin-inline-start: 16px;
}

.faq-content li {
	margin-block-end: 20px;
}
    
