@charset "UTF-8";

/*
Theme Name: GoPro Drive
Theme URI: https://wordpress.org/themes/sbs/
Author: Zain Jatoi
Author URI: https://facebook.com/zain2k20
Description: SBS is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how EMA-Shipping elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soul brothers and sisters
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

EMA-Shipping WordPress Theme, (C) 2020 WordPress.org
EMA-Shipping is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */

:root{ --global-font-family: 'Questrial', sans-serif; --global-font-size: 1em; --global-font-weight: 400; --global-font-color: #000; --global-background-color: #fff; --list--font-family: 'Questrial',sans-serif;}
.admin-bar {
	--global--admin-bar--height: 32px;
}
html{
	scroll-behavior:smooth;
}
body {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color);
  background: var(--global-background-color);
  overflow-x: hidden;
}
body ::selection {
  background-color: #19aa4b;
  color: #fff;
}
 body .container {
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938em;
} 
body .hidden {
  display: none !important;
}
body p {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  margin: 0 0 1em;
}
body alpha a {
  font-family: var(--global-font-family);
  color: #01aa35;
  text-decoration: none;
  box-shadow: none;
  transition: 0.4s;
}
body a:hover {
  color: #000;
  transition: 0.4s;
}
*{margin:0; padding:0; box-sizing:border-box;}
.slick-track{display:flex !important; gap:25px;}
#primary-mobile-menu .close { display: none; }
.test{margin-bottom:20px;}
.book-text ul{display: flex
;
    flex-direction: column;
    gap: 10px;}

p{line-height:1.5; text-align:justify;}

/* popup form */

/* Modal Container */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s ease-in-out;
}

/* Modal Box */
.modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  width: 90%;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Close Button */
.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.dif-search.form{    display: flex
;
    justify-content: center;
    gap: 10px;}
.open-modal-btn {
  background-color: #0088cc;
  color: #fff;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  border-radius: 8px;
}
.open-modal-btn:hover {
  background-color: #006699;
}
.modal input{    width: 100%;
    padding: 10px;
    border-radius: 5px;
}
.modal select{    width: 100%;
    padding: 10px;
    border-radius: 5px;
}
.modal textarea{    width: 100%;
    padding: 10px;
    border-radius: 5px;
}
.price-heading{font-family: "Sriracha", cursive;
  font-weight: 400;
  font-style: normal;}

.click-btn-lessons a{background: #01aa35 !important;}
.resources-tab .vc_icon_element-inner{font-size:2em}
.resources-tab .wpb_text_column p{    text-align: center;
    font-size: 1.5em;}
.text-ul ul{   padding-left: 50px; margin-bottom:10px; margin-top:10px;}
.about-col-a a{text-decoration:none; color:#01aa35;}
