/* 
Theme Name: OtterLabs
Theme URI: https://www.codifywp.com
Description: 
Author: Abdul Haseeb Ilyas
Author URI: https://www.codifywp.com
Template: hello-elementor
Version: 2.0.0
Text Domain: otterlabs
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Animated SVG */
span.animated-svg::after {
    position: absolute;
    left: 0;
    bottom: -11px;
    content: "";
    display: block;
    width: 100px;
    height: 18px;
    background-image: url(https://www.otterlabs.info/wp-content/uploads/2024/12/Path.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	animation: expandWidth 1s ease-in-out forwards;
}
span.animated-svg {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}
.elementor-widget-share-buttons .elementor-grid-item {
    border: 2px solid #69dbc8;
    border-radius: 5px;
}
@keyframes expandWidth {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
.uael-post__bg-wrap {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D8D8D8;
    box-shadow: 0px 2px 5px 3px #EFEFEF;
    border-radius: 8px;
}
.author_photo {
	display: none;
}
img.author_headshot {
	max-width: 100%; border-style: solid; border-width: 6px 6px 6px 6px; border-color: #D8D8D8; border-radius: 120px 120px 120px 120px;
}




/* Styling the sidebar container */
#jump-to-section {
    font-size: 18px;
    font-weight: normal;
    color: #5e6c84;
}

/* Remove default UL styles */
#jump-to-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Styling all links */
#jump-to-section a {
    text-decoration: none;
    color: #5e6c84;
    display: block;
    padding: 8px 10px;
    transition: background 0.2s, color 0.2s;
    border-radius: 5px; /* Ensures smooth background */
}

/* Top-level links */
#jump-to-section ul > li > a {
    padding-left: 15px; /* Align with sub-items */
}

/* Active or hovered top-level link */
#jump-to-section ul > li > a.active,
#jump-to-section ul > li > a:hover {
    background: #e9f3ff; /* Same background color as nested items */
    color: #5e6c84;
    border-radius: 5px;
}

/* Styling nested lists */
#jump-to-section ul li ul {
    padding-left: 0; /* Removes extra left padding */
}

/* Styling nested links */
#jump-to-section ul li ul li a {
    padding: 8px 36px; /* Adjust padding for nested links */
	margin: 8px 0;
}

/* Hover effect for nested items */
#jump-to-section ul li ul li a:hover {
    background: #e9f3ff; /* Ensures full background */
    color: #5e6c84;
    border-radius: 5px;
}

body.woocommerce-cart main#content {
    padding-top: 50px;
}
.woocommerce-message::before {
	color: #5271FF;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #5271FF;
}
.woocommerce-message {
	border-top-color: #5271FF;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 50px 50px 50px 50px;
	color: #ffffff;
	background-color: #5271FF;
	border-color: #5271ff;
	transition: all 0.2s;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	color: #ffffff;
	background-color: #ff3333;
	border-color: #ff3333;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	padding: .4em 0 !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__input, body.woocommerce-cart .wc-block-components-radio-control__input {
	padding: 14px !important;
}
a.wc-block-cart__submit-button {
	color: #ffffff;
	background-color: #5271FF;
	text-decoration: none;
}
a.wc-block-cart__submit-button:hover{
	color: #ffffff;
	background-color: #ff3333;
	border-color: #ff3333;
}
body.woocommerce-checkout h3.wc-block-components-product-name {
	font-size: 18px;
}
body.woocommerce-checkout input.wc-block-components-checkbox__input {
	padding: 14px !important;
}
body.woocommerce-checkout button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	border: none;
}
body.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    margin-left: 0.5em !important;
    margin-top: 0.400em !important;
}
body.woocommerce-cart .add_to_cart_button {
	color: #ffffff;
	background-color: #5271FF;
	text-decoration: none;
}
body.woocommerce-cart .add_to_cart_button:hover {
	color: #ffffff;
	background-color: #ff3333;
	border-color: #ff3333;
}


.page-header .entry-title,
.beta-access-form_wrapper .gform_required_legend {
	display: none;
}

.main-menu .elementor-menu-toggle {
	margin-right: 10px !important;
}

.beta-access-form_wrapper h2.gform_title {
    font-family: "Roboto", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.33em;
    letter-spacing: -0.17px;
    color: var(--e-global-color-74f1697);
	margin-top: 0;
}
.beta-access-form_wrapper.gform-theme--foundation .gform_fields {
	row-gap: 16px;
}

.beta-access-form_wrapper .form-input-field input:not([type="button"]):not([type="submit"]),
.beta-access-form_wrapper .form-input-field select,
.beta-access-form .gfield textarea.large {
	min-height: 47px;
	letter-spacing: normal;
	color: #fff !important;
	outline: none !important;
	border: 1px solid rgba(151, 151, 151, 1) !important;
	background-color: rgba(13, 14, 19, 1) !important;
	padding: 16px 21px !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	border-radius: 8px
}
.beta-access-form  .gfield textarea.large {
    min-block-size: 14.8rem;
	border-radius: 8px
}

.beta-access-form_wrapper .form-input-field input::placeholder,
.beta-access-form_wrapper .form-input-field textarea::placeholder {
	color: #A1A1A1;
}

.beta-access-form_wrapper .ginput_container_consent input {
	height: 10px !important;
	width: 10px !important;
	padding: 6.5px !important;
	outline: none !important;
	border: 1px solid rgba(151, 151, 151, 1) !important;
	background-color: rgba(0, 0, 0, 1);
	border-radius: 0 !important;
}

.beta-access-form_wrapper .ginput_container_consent input:before {
	font-size: 10px;
	color: #A1A1A1;
}

.beta-access-form_wrapper label.gfield_consent_label,
.beta-access-form_wrapper .gform-footer .ginput_container {
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: normal;
	color: #A1A1A1;
}

.beta-access-form_wrapper .gform-footer .ginput_container {
	font-size: 8px;
	letter-spacing: -0.07px;
	text-align: center;
	margin: 8px auto 0;
}

.beta-access-form_wrapper .gform-footer .gform_button {
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: normal;
	letter-spacing: normal;
	padding: 15px 17.9px 15px 17.5px !important;
	border-radius: 12px !important;
	background: #fff !important;
	outline: none !important;
	border: 1px solid #fff !important;
	text-align: center !important;
	width: 100% !important;
	color: rgba(0, 0, 0, 1) !important;
}


.beta-access-form_wrapper .gform-footer .gform_button:hover {
	background: #31AFF6 !important;
	border-color: #31AFF6 !important;
	outline: none !important;
	color: #fff !important;
}

.beta-access-form_wrapper .gform-footer {
	position: relative !important;
	overflow: hidden;
}

.beta-access-form_wrapper .apply-now-form .gform-footer {
	/* max-width: 175px; */
}
.apply-now-form select, .apply-now-form select:hover,.apply-now-form select, .apply-now-form select:focus {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23ffffff' height='14' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M2 5l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.8rem;
}

.beta-access-form_wrapper input {
	color: white !important;
}

body {
	background-color: #000 !important;
}

header .elementor-sticky--effects {
	background-color: #000 !important;
}
header {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0) !important;
}
header .elementor-sticky--effects {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28) !important;
}

    .main-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }  
    .icon-box {
        width:73px;
        height: 73px;
        background-color: #CAD1FF;
        border: 2px solid rgba(52, 52, 55, 1);
        border-radius: 50px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 23px;
    }
	.main-col .elementor-icon-wrapper {
		width: 31px;
		height: 31px;
	}
	.main-col .elementor-icon-wrapper svg {
		width: 35px !important;
	}
    .icon-box .elementor-icon svg {
        font-size: 31px;
        text-align: center;
        color: #09090C;
    }
   .main-col .elementor-heading-title {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.33em;
    letter-spacing: -0.17px;
    color: var(--e-global-color-74f1697);
    margin-bottom:20px;
}
.main-col .elementor-text-editor {
        font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.214em;
    color: #A1A1A1;
    width: 100%;
    max-width: 233px;
    margin: 0 auto;
}

#request-access .elementor-widget-shortcode {
	margin: auto 0;
	height: 100%;
}
#request-access .elementor-shortcode,
#request-access .elementor-shortcode,
.gform_confirmation_wrapper {
	height: 100%;
}
.gform_confirmation_wrapper {
	display: flex;
    align-items: center;
    justify-content: center;
}
.beta-access-form_wrapper p.gform_description {
	color: #A1A1A1;
}

@media only screen and (max-width: 1109px) {
	.beta-access-form_wrapper h2.gform_title {
		font-size: 18px;
	}
}


/* App menu */
.logo-col .elementor-menu-toggle__icon--open,
.logo-col .elementor-menu-toggle__icon--close {
	height: 17px;
    width: 18px;
}
.logo-col .elementor-menu-toggle.elementor-clickable {
	    width: 40px;
    height: 40px;
}
.logo-col .elementor-menu-toggle {
	    margin: 0;
    padding: 10px;
	background: transparent;
}

.logo-col .elementor-nav-menu--dropdown.elementor-nav-menu__container {
	    max-width: 256px;
    width: 256px; 
    box-shadow: 0 0 0 5px rgba(233, 238, 246, 1), 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: 11px;
    background-color: rgba(255, 255, 255, 1);
    top: 55px !important;
    left: 15px !important;
}
.logo-col .elementor-nav-menu {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto 0;
}
.logo-col ul {
	padding: 16px 10px;
}
.logo-col li a {
	display: flex;
	flex-direction: column;
	padding: 10px 20px !important;
}
.logo-col li a img {
	width: 42px !important;
	height: 42px !important;
	margin-right: 0 !important;
}
.logo-col li a {
	border-radius:8px;
}
.logo-col li:nth-child(3) img {
	   width: 40px !important;
    height: 37px !important;
    margin-top: 3px;
    margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
	.logo-col .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		    top: 52px !important;
	}
	.logo-col ul {
    padding: 10px 5px;
}
	.logo-col .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		max-width: 200px;
	}
	.logo-col li a {
    padding: 5px 10px !important;
}
}
.newsletter-form_wrapper .gform_title {
	display:none;
}
.newsletter-form_wrapper .gform_confirmation_message {
	color: #fff !important
}

ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.list li {
  position: relative;        
  padding-left: 22px;           
  line-height: 1.2;
	margin:0 0 15px 0;
}

/* the bullet / dot */
ul.list li::before {
  content: "";
  position: absolute;
  left: 0px;                     
  transform: translateY(2px);
  width: 9px;
  height: 9px;
  background-color: rgba(0, 173, 238, 1);
  border-radius: 50%;            
  display: block;
}

.beta-access-form.apply-now-form .gfield textarea.large {
    min-block-size: 8.4rem;
    border-radius: 8px;
}
.gform-field-label, .gfield_required {
    color: #ffffff !important;
    font-weight: 400 !important;
}
.apply-now-form {
	margin-top: 20px;
}

@media only screen and (min-width:768px){
	/*
	.apply-now-form .gform-body.gform_body .gform_fields {
    width: 50%;
    float: left;
    padding: 10px;
}
	*/
.apply-now-form  .gform-footer {
    clear: both;
    padding: 0 12px;
}
.apply-now-form  .gform-footer input.button,
.apply-now-form  .gform-footer a.button {
    max-width: 175px;
}
	
}

.apply-now-form  .gform-footer a.blue-button {
	background: #31aff6 !important;
	color: #fff !important;
	border: none !important;
}
.apply-now-form  .gform-footer a.blue-button:hover {
	background: #fff !important;
	color: rgba(0, 0, 0, 1) !important;
}


/*	Sajid Code	*/

.post-tags li span.elementor-post-info__terms-list-item {
    width: max-content;
    border: 1px solid white;
    border-radius: 23px;
    padding: 14px;
    color: rgba(255, 255, 255, 1);
    font-family: Roboto-Medium;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
	margin-right: 21px;
	min-width: 70px;
	display: block !important;
	float: left;
}
.my-share-buttons a {
    color: rgba(255, 255, 255, 1);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    padding: 15px;
    background: #0D0E13;
    border-radius: 8px;
    width: max-content;
    margin-right: 11px;
}
.post-box .comments-area a, .page-content a {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
.post-tags li span.elementor-post-info__terms-list-item{
    margin: 10px;
  }
  .my-share-buttons a{
	font-size:12px;
	
  }
  .my-share-buttons {
    display: flex;
    align-content: center;
	}
}
