/* === GLOBAL STYLES === */
:root {
  --primary-color: #007bff;
  --secondary-color: #6c757d;
  --background-color: #f8f9fa;
  --text-color: #212529;
  --border-radius: 8px;
  --transition: all 0.3s ease-in-out;
}

/* === RESET & BASE STYLES === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-color);
  background-color: var(--background-color);
  line-height: 1.6;
  padding: 20px;
}

/* === RESPONSIVE GRID SYSTEM === */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.col {
  flex: 1;
  min-width: 250px;
}

/* === BUTTONS === */
.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: var(--border-radius);
  transition: var(--transition);
}

.btn:hover {
  background-color: darken(var(--primary-color), 10%);
}

/* === HOVER EFFECTS === */
a {
  color: var(--primary-color);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: darken(var(--primary-color), 15%);
}

/* === NAVBAR === */
.navbar {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  background: var(--primary-color);
  border-radius: var(--border-radius);
}

.navbar a {
  color: #fff;
  padding: 10px;
}

/* === DARK MODE === */
@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #121212;
    --text-color: #ffffff;
    --primary-color: #1e90ff;
  }

  body {
    background-color: var(--background-color);
    color: var(--text-color);
  }

  .btn {
    background-color: var(--primary-color);
  }

  .btn:hover {
    background-color: lighten(var(--primary-color), 10%);
  }
}

/* === RESPONSIVE DESIGN === */
@media screen and (max-width: 768px) {
  .row {
    flex-direction: column;
  }

  .navbar {
    flex-direction: column;
    text-align: center;
  }
}

/* === SMOOTH SCROLL ANIMATION === */
html {
  scroll-behavior: smooth;
}

/* === IMAGE STYLING === */
img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

/* === CARD DESIGN === */
.card {
  background: #fff;
  padding: 20px;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
}

.card:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

Click the help icon above to learn more.
*/

section#sq-featured-post-section {
    margin-top: 50px;
}
.sq-featured-post {
    color: #fff;
    text-align: center;
    padding: 40px 40px;
    border-radius: 5px;
}
.sq-featured-post1 {
    background-color:#cfaf3d;
}

.sq-featured-post h4:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 25px;
    background: #fff;
    top: 100%;
    left: 45%;
    margin-top: 10px;
}


.sq-featured-icon i {
    border: 2px;
    padding: 15px;
    border-radius: 50%;
    border-style: dashed;
}


.sq-featured-post2 {
    background-color: #426870;
    margin-left: -5px;
    padding: 56px;
    margin-top: -20px;
}

.sq-featured-post3 {
    background-color: #cfaf3d;
    margin-left: -5px;
    z-index: -99;
}
.sq-featured-post-wrap {
    background: transparent;
}
#sq-about-us-section {
    margin-bottom: 0px;
    background-image: url(http://adi4u.com/wp-demo1//srv/htdocs/wp-content/uploads/2017/10/Ez-1.jpg);
    background-size: 100% 100%;
    padding: 3% 0 0 3%; 
}
.sq-image-stack {
    width: 30%;
    float: right;
}

.sq-about-sec .sq-section-title {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 36px;
    color: #d2b04c;
    font-size: 36px;
}
#huge_it_videogallery_container_moving_1 {
    margin-left: 10%;
}
.external_video_section h2:after {
    left: 48% !important;
}
.external_video_section {
    padding: 3% 0%;
}
.sq-main-navigation .current_page_item > a:before{
    display: none;
}
.sq-main-navigation .current_page_item > a {
    color: #d2b04c;
}
.sq-white .sq-main-navigation a:hover {
    color: #d2b54e;
}


#huge_it_videogallery_content_1 #huge_it_videogallery_container_1 .video-element_1 .title-block_1 a, .video-element_1 .title-block_1 a:link, .video-element_1 .title-block_1 a:visited, #huge_it_videogallery_content_1 #huge_it_videogallery_container_1 .video-element_1 .title-block_1 a:hover, .video-element_1 .title-block_1 a:focus, .video-element_1 .title-block_1 a:active {
 
    display: none !important;
}
#sq-colophon {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    color: #fff;
    background: #3d6870;
}

.sq-top-footer.sq-clearfix a {
    color: #fff;
}

.menu li {
    margin: 10px 0;
}
.sq-contact-info ul li {
    margin: 10px 0;
}

#sq-colophon h5.widget-title {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #d2b04c;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}
.sq-site-info a {
    color: #d2b04c;
}/* Fix text color for input fields */
input, textarea, select {
    color: #333 !important; /* Darker text for better visibility */
    background-color: #fff !important; /* White background */
    border: 1px solid #ccc !important; /* Add a border for contrast */
}

/* Fix button colors */
.submit, .cancel {
    background-color: #0056b3 !important; /* Dark blue button */
    color: white !important; /* White text */
    padding: 10px 15px;
    border-radius: 5px;
}

/* Improve calendar contrast */
.ui-datepicker-calendar td a {
    color: #333 !important; /* Darken text */
}

/* Highlight selected date */
.ui-datepicker-calendar td a.ui-state-active {
    background-color: #0056b3 !important; 
    color: white !important;
}/* ========================================= */
/* 🚀 GLOBAL STYLING - Luxurious Feel */
/* ========================================= */
body {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #222;
    background: linear-gradient(135deg, #e3e6f3, #ffffff);
    animation: fadeIn 1.5s ease-in-out;
}

/* FADE IN ANIMATION */
@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(-10px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* CUSTOM CURSOR */
body {
    cursor: url('https://your-custom-cursor.com/cursor.png'), auto;
}

/* ========================================= */
/* 🔥 HEADER - 3D Glassmorphism Effect */
/* ========================================= */
.site-header {
    background: rgba(0, 115, 230, 0.8);
    backdrop-filter: blur(10px);
    padding: 15px 0;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
    animation: slideDown 1s ease-in-out;
}

/* SLIDE DOWN ANIMATION */
@keyframes slideDown {
    0% { transform: translateY(-50px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

.site-header a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}
.site-header a:hover {
    color: #ffcc00 !important;
    text-shadow: 0 0 15px rgba(255, 204, 0, 1);
}

/* ========================================= */
/* 🌟 NAVIGATION MENU - Futuristic Glow */
/* ========================================= */
.site-navigation ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.site-navigation ul li a {
    padding: 12px 18px;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.site-navigation ul li a::after {
    content: "";
    width: 0;
    height: 3px;
    background: #ffcc00;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.4s ease-in-out;
}
.site-navigation ul li a:hover::after {
    width: 100%;
}

/* ========================================= */
/* 🛒 PRODUCT PAGE - 3D Holographic Effects */
/* ========================================= */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-content: center;
    animation: fadeIn 1.2s ease-in-out;
}
.woocommerce ul.products li.product {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.woocommerce ul.products li.product:hover {
    transform: scale(1.08);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.3);
}

/* PRODUCT IMAGE 3D FLOAT */
.woocommerce ul.products li.product img {
    transition: transform 0.5s ease-in-out;
    border-radius: 8px;
}
.woocommerce ul.products li.product:hover img {
    transform: scale(1.12) rotate(1deg);
}

/* ========================================= */
/* 🎨 BUTTON STYLES - Cyberpunk Glow */
/* ========================================= */
.woocommerce button.button {
    background: linear-gradient(135deg, #0073e6, #005bb5);
    color: #fff;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 15px rgba(0, 115, 230, 0.5);
}
.woocommerce button.button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: left 0.4s ease-in-out;
}
.woocommerce button.button:hover::before {
    left: 100%;
}
.woocommerce button.button:hover {
    background: linear-gradient(135deg, #005bb5, #0073e6);
    transform: translateY(-4px);
    box-shadow: 0px 6px 20px rgba(0, 115, 230, 0.8);
}

/* ========================================= */
/* 💰 CART & CHECKOUT - VIP Treatment */
/* ========================================= */
.woocommerce-cart table.cart td,
.woocommerce-checkout-review-order-table {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    animation: fadeIn 1.5s ease-in-out;
}

/* ========================================= */
/* ⚡ FOOTER - Night Mode Vibes */
/* ========================================= */
.site-footer {
    background: linear-gradient(90deg, #111, #333);
    color: #bbb;
    text-align: center;
    padding: 30px 0;
    animation: fadeIn 2s ease-in-out;
}
.site-footer a {
    color: #ffcc00;
    font-weight: bold;
}
.site-footer a:hover {
    color: #ffffff;
}

/* ========================================= */
/* 🎯 SCROLL TO TOP BUTTON - Hover Warp Effect */
/* ========================================= */
.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #0073e6;
    color: #fff;
    padding: 14px 20px;
    border-radius: 50%;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: none;
    transition: all 0.3s ease-in-out;
}
.scroll-top:hover {
    background: #005bb5;
    transform: scale(1.2) rotate(10deg);
}

/* SHOW BUTTON ON SCROLL */
@media (min-width: 768px) {
    .scroll-top {
        display: block;
    }
}

/* ========================================= */
/* 📱 RESPONSIVENESS - Mobile First */
/* ========================================= */
@media (max-width: 768px) {
    .site-navigation ul {
        flex-direction: column;
        text-align: center;
    }
    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }
}


.sq-elasticstack li img {
    display: block;
    border: 1px solid #cfaf3d;
}/* ========================================= */
/* 🛒 CART PAGE - Luxurious Styling */
/* ========================================= */
.woocommerce-cart {
    background: #f4f7ff; /* Soft background */
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    animation: fadeIn 1.5s ease-in-out;
}

/* ========================================= */
/* 🎯 CART ITEM STYLING - Modern Look */
/* ========================================= */
.woocommerce-cart table.cart {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
}

.woocommerce-cart table.cart td {
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.woocommerce-cart table.cart td:hover {
    background-color: #f2f2f2;
    transform: scale(1.02);
}

.woocommerce-cart table.cart th {
    background-color: #0073e6;
    color: #fff;
    font-weight: bold;
}

/* ========================================= */
/* 🛍️ CART ITEM BUTTONS - Sleek & Elegant */
/* ========================================= */
.woocommerce-cart .actions button {
    background: linear-gradient(135deg, #0073e6, #005bb5);
    color: #fff;
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 6px 20px rgba(0, 115, 230, 0.3);
}

.woocommerce-cart .actions button:hover {
    background: linear-gradient(135deg, #005bb5, #0073e6);
    transform: translateY(-4px);
    box-shadow: 0px 8px 30px rgba(0, 115, 230, 0.5);
}

/* ========================================= */
/* 🔥 CART TOTALS - Highlight Important Info */
/* ========================================= */
.woocommerce-cart .cart_totals {
    background: rgba(0, 115, 230, 0.05);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    animation: slideIn 1.5s ease-in-out;
}

@keyframes slideIn {
    0% { opacity: 0; transform: translateX(30px); }
    100% { opacity: 1; transform: translateX(0); }
}

/* ========================================= */
/* 🧳 CART SUMMARY - Luxury Info Display */
/* ========================================= */
.woocommerce-cart .cart_totals table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.woocommerce-cart .cart_totals th {
    text-align: left;
    padding-right: 20px;
}

.woocommerce-cart .cart_totals td {
    text-align: right;
    padding-left: 20px;
}

.woocommerce-cart .cart_totals .order-total {
    font-size: 18px;
    font-weight: bold;
    color: #ffcc00;
}

.woocommerce-cart .cart_totals .total {
    font-size: 20px;
    font-weight: bold;
    color: #0073e6;
}

/* ========================================= */
/* 🎉 CART ITEM REMOVE BUTTONS - Sleek Animations */
/* ========================================= */
.woocommerce-cart .product-remove a {
    color: #ff0000;
    font-size: 18px;
    transition: color 0.3s ease-in-out;
}

.woocommerce-cart .product-remove a:hover {
    color: #ff6347;
    text-decoration: underline;
}

/* ========================================= */
/* 🔘 UPDATE CART BUTTON - Enhanced Look */
/* ========================================= */
.woocommerce-cart .actions .button.update-cart {
    background: linear-gradient(135deg, #ffcc00, #ffaa00);
    color: #fff;
    font-size: 16px;
    padding: 14px 30px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: none;
}

.woocommerce-cart .actions .button.update-cart:hover {
    background: linear-gradient(135deg, #ffaa00, #ffcc00);
    transform: translateY(-4px);
    box-shadow: 0px 8px 25px rgba(255, 204, 0, 0.4);
}

/* ========================================= */
/* 🛒 CART STYLING - Centered Alignment & Spacing */
/* ========================================= */
.woocommerce-cart .cart-collaterals {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
    flex: 1;
    margin-right: 30px;
}

.woocommerce-cart .cart-collaterals .shipping-calculator {
    flex: 0.5;
    margin-top: 20px;
}

/* ========================================= */
/* 📱 MOBILE VIEW - Responsive Cart Adjustments */
/* ========================================= */
@media (max-width: 768px) {
    .woocommerce-cart .cart-collaterals {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .woocommerce-cart .cart-collaterals .cart_totals {
        margin-right: 0;
        margin-top: 30px;
    }

    .woocommerce-cart table.cart td,
    .woocommerce-cart table.cart th {
        padding: 10px;
    }
}