/* 
* Template Name    : Globixt Links.
* Author           : Zach Evans (Globixt Solutions LTD)
* Version          : 2.0.2
* Updated          : January 2026
* File Description : Main CSS file -------------------------------  */

/*===================================
    Bootstrap Icons v1.11.1 - New Icons
=====================================*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

/*===================================
    Custom Google Fonts - Edit the line below to choose another font - (of the 5 ones included in this theme).
    All font files located in "assets/css/font/font-family"
=====================================*/
@import "/assets/fonts/font-family/font-1.css";

/*===================================
    Header CSS
=====================================*/
.rounded-circle {
    width: 120px;
    height: 120px;
    /* box-shadow: 2px 5px 12px rgba(0,0,0,50%); */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    box-shadow: rgba(0, 0, 0, 0.30) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.header-text {
    font-size: 24px;
    font-weight: 700;
}

.subheader-text {
    font-size: 18px;
}

.footer-text {
    font-size: 14px;
}

/*===================================
    Text Selection CSS
=====================================*/
::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

/*===================================
    Preloader CSS
=====================================*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid rgba(0, 0, 0, 0.2);
    border-left: 5px solid #000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*===================================
    BG Video Player CSS
=====================================*/
.bg-video {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
    .bg-video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .bg-video {
        width: auto;
        height: 100%;
    }
}

/*===================================
    Navbar
=====================================*/
.custom-nav {
    color: chocolate;
    background-color: transparent;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.custom-nav .navbar-nav li a {
    color: #606060 !important;
    font-size: 14px;
    background-color: transparent !important;
    margin-top: 8px;
    letter-spacing: 0.05em;
    line-height: 24px;
    transition: all 0.5s;
    font-weight: 700;
}

/*===================================
    Main Buttons CSS
=====================================*/
.btn-round {
    border-radius: 30px;
}

.btn-custom {
    padding: 18px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s;
    letter-spacing: 0.6px;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    font-weight: 500;
}

/*===================================
    Social Icons CSS
=====================================*/
.about-social li a {
    align-items: center;
    display: inline-block;
    height: 42px;
    width: 42px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 40px;
    transition: all 0.5s;
    text-align: center;
}

.about-social {
    text-align: center;
}

/*============================
    Back To Top CSS 
=============================*/
.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
}

.back_top i {
    line-height: 35px;
    font-size: 22px;
    display: block;
}

/*=========================
    Contact Form CSS
===========================*/
.form-treelink .form-control {
    box-shadow: none !important;
    height: 50px;
    margin-bottom: 14px;
    border: 2px solid #e0e0e0;
}

.form-treelink textarea.form-control {
    height: auto;
}

.contact_detail-title {
    font-size: 18px;
}

.error {
    margin: 8px 0px;
    display: none;
    color: #ec5f79;
}

.error_msg {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #ec5f79;
    font-weight: 700;
}

.gig_loader {
    display: none;
}

#success_msg {
    color: #606060;
    text-align: center;
    margin-bottom: 20px;
}

#success_msg h3 {
    color: #64d674;
    font-size: 22px;
}

/*==========================
    Toogle Switch CSS
============================*/
.form-check {
    font-size: 26px;
    display: block;
    min-height: 1.5rem;
    margin-top: 4px;
}

/*==========================
    Modal CSS
============================*/

.modal-body {
    position: relative;
    flex: 1 1 auto;
}

.modal-content {
    padding: 16px;
}

/*===================================
    Lightswitch CSS
=====================================*/
/* Lightswitch theme toggle (static, no images) */
.lightswitch {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.lightswitch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.lightswitch label {
  position: relative;
  width: 56px;
  height: 92px;
  display: inline-block;
  cursor: pointer;
}

/* Wall plate */
.lightswitch .plate {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(0,0,0,.12));
  box-shadow:
    0 2px 10px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.25),
    inset 0 -1px 0 rgba(0,0,0,.2);
  border: 1px solid rgba(255,255,255,.12);
}

/* The rocker */
.lightswitch .toggle {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 14px;
  bottom: 14px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.25), rgba(0,0,0,.15));
  box-shadow:
    inset 0 10px 20px rgba(255,255,255,.10),
    inset 0 -10px 20px rgba(0,0,0,.22),
    0 8px 16px rgba(0,0,0,.22);
  transform-origin: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

/* ON/OFF text */
.lightswitch .status {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 10px;
  letter-spacing: .14em;
  font-weight: 700;
  text-align: center;
  opacity: .7;
  transition: opacity 180ms ease;
}

.lightswitch .status.on { top: 8px; }
.lightswitch .status.off { bottom: 8px; }

/* Checked = ON (you can map this to LIGHT if you prefer) */
.lightswitch input:checked + label .toggle {
  transform: rotateX(18deg) translateY(-2px);
  box-shadow:
    inset 0 14px 24px rgba(255,255,255,.12),
    inset 0 -14px 24px rgba(0,0,0,.20),
    0 10px 18px rgba(0,0,0,.26);
}

.lightswitch input:not(:checked) + label .toggle {
  transform: rotateX(-18deg) translateY(2px);
}

.lightswitch input:checked + label .status.on { opacity: 1; }
.lightswitch input:checked + label .status.off { opacity: .35; }
.lightswitch input:not(:checked) + label .status.on { opacity: .35; }
.lightswitch input:not(:checked) + label .status.off { opacity: 1; }

/* Focus accessibility */
.lightswitch input:focus-visible + label .plate {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

/*===================================
    Bulb Lightswitch CSS
=====================================*/
.bulb-switch-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px; /* Align with nav text */
}

/* Hide default checkbox */
.bulb-switch-wrapper input {
    display: none;
}

.bulb-label {
    position: relative;
    width: 60px;
    height: 30px;
    cursor: pointer;
}

/* The Track (Background) */
.bulb-track {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #383838; /* Dark/Off State */
    border-radius: 30px;
    transition: 0.4s;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.4);
    border: 1px solid #555;
}

/* The Knob (Moving Circle) */
.bulb-knob {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background-color: #555; /* Dim bulb color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* The Icon inside the Knob */
.bulb-knob i {
    font-size: 14px;
    color: #888; /* Dim icon color */
    transition: 0.4s;
}

/* === "Lights On" State (Checked) === */
.bulb-switch-wrapper input:checked + .bulb-label .bulb-track {
    background-color: #e0e0e0; /* Light background */
    border-color: #ccc;
}

.bulb-switch-wrapper input:checked + .bulb-label .bulb-knob {
    transform: translateX(30px);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.6); /* Gold Glow */
}

.bulb-switch-wrapper input:checked + .bulb-label .bulb-knob i {
    color: #ffcc00; /* Yellow Bulb */
    text-shadow: 0 0 8px rgba(255, 204, 0, 0.8); /* Icon Glow */
}