/*!
 * 360ARE.com Copyright 2018-2024 Start Bootstrap
 */

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&display=swap');

:root {
  --theme-color-darkblue: #2D4059; /*Nautilus*/
  --theme-color-lightblue: #5491ea; /*Olympic Blue*/
  --theme-color-lightblue-hover: #487dcb; /*Serenity’s Reign*/
  --theme-color-red: #ea5455; /*Red Arremer*/
  --theme-color-red-hover: #cb4849; /* Horror Snob */
  --theme-color-orange: #F07B3F; /*Goku Orange*/
  --theme-color-yellow: #FFD460; /*Marmalade*/
  --theme-color-lightgray: #e5e5e5;
  --theme-font-family-hind: 'Hind', sans-serif;
}

body {
  padding-top: 54px;
  font-family: var(--theme-font-family-hind);
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: var(--theme-font-family-hind);
}
strong, b {
  font-weight: 600;
}
p {
  font-weight: 400;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.business-header {
  height: 50vh;
  min-height: 300px;
  /* background: url('http://') center center no-repeat scroll; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.card {
  height: 100%;
}


/* Login forms */
.form-signin, .form-register, .form-forgot-password, .form-reset-password{margin: 0 2rem;}
.form-signin, .form-forgot-password, .form-reset-password
{
    /* max-width: 330px; */
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin: 5px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 80px;
    padding: 40px 0px 20px 0px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}
.login-title
{
    color: #555;
    font-size: 22px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.select-img
{
	border-radius: 50%;
    display: block;
    height: 75px;
    margin: 0 30px 10px;
    width: 75px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.select-name
{
    display: block;
    margin: 30px 10px 10px;
}

.logo-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* End login */

.img-hover{
    overflow: hidden;
}
.img-hover img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background-color: #e4e4e4;

    /* -webkit-transform: scale(0.95);
    transform: scale(0.95); */
    /* Apply transition for hover effects */
    transition: transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: transform 0.5s ease, opacity 0.5s ease;
    /* Initial animation */
    animation: fadeInPop 0.5s ease forwards;
}
.img-hover:hover img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
    -webkit-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
}
/* Animation definition */
@keyframes fadeInPop {
    from {
        opacity: 0;
        transform: scale(0.95); /* Start small and invisible */
    }
    to {
        opacity: 1;
        transform: scale(1); /* Full size and fully visible */
    }
} 
/* Remove animation after load to avoid conflicts */
.img-hover img { animation-fill-mode: forwards;}
.img-hover img.animated { animation: none; /* Disables animation after first run */}



.vr-tour-container{
    width: 100%;
    height: 450px;
}
.vr-tour-container iframe{
    width: 100%;
    height: 100%;
    border: 0;
}

.navbar-light .navbar-brand{
    padding: 0;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:active,
.navbar-light .navbar-brand:visited{
    color: red;
}
.navbar-brand img{
    height: 40px;
    filter: drop-shadow(1px 1px 7px #fff);
    -webkit-filter: drop-shadow(1px 1px 7px #fff);
}

nav.bg-light {
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
    
}


.about-header{
    position: relative;
    background: url(/img/360are-city-background.jpg) no-repeat 50%;
    background-size: cover;
    padding: 5rem 0;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .about-header{ padding: 7rem 0;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .about-header{ padding: 10rem 0;}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

.hero-banner{
    height: 80vh;
    position: relative;
}
.hero-banner .vr-tour-container{
    height:100%;
}
.hero-title{
    position: relative;
    margin-top: -60px;
    width: 85%;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    background-color: var(--theme-color-lightgray);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
.hero-title h1{
    font-size: 2rem;
}
.hero-title h1 a{
    margin: 0.4rem;
    border-radius: 2rem;
    padding: 0.2rem 1rem;
}
.hero-title h1 span{
    color: var(--theme-color-red);
}
.hero-title p{
    font-size: 1.2rem;
}
.hero-title, .hero-title div.col{
    min-height: 120px;
}
#homeActions{
    width:120px;
}
#homeActions a{
    width:90%;
}
.theme-btn-red,
#homeActions a.btn-danger{
    background-color: var(--theme-color-red);
    border-color: var(--theme-color-red);
}
.theme-btn-red:hover,
#homeActions a.btn-danger:hover{
    background-color: var(--theme-color-red-hover);
    border-color: var(--theme-color-red-hover);
}
@media (max-width: 992px) { 
    .hero-title h1{font-size: 1.7rem;}
    .hero-title p{font-size: 1rem;}
}
@media (max-width: 768px) { 
    .hero-title{width: 90%;}
    .hero-title h1{font-size: 1.4rem;}
    .hero-title p{font-size: 0.9rem;}
}
@media (max-width: 576px) { 
    .hero-title{width: 97%; margin-top: -105px;}
    .hero-title h1{font-size: 1.2rem; margin-bottom: 5px;}
    .hero-title p{font-size: 0.8rem;}
}
#banner-gradient{
    background: linear-gradient(180deg, transparent 0%, #fff 100%);
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 100%;
}

.showcase .showcase-text {
    padding: 3rem;
}

.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

@media (min-width: 768px) {
    .hero-title a.page-scroll {
        bottom: -5px;
    }
    .showcase .showcase-text {
        padding: 5rem;
    }
}

section#industries ul li{
    list-style: none;
    font-size: 1.2rem;
}
section#industries ul li::before{
    content: "✔";
    color: #28a745;
    font-weight: bold;
    margin-right: 8px;
}

.showcase-phone, .showcase-desktop{
    /* background-image: url(https://); */
    position: relative;
}
.iphone-skin, .iphone-screen, .desktop-skin, .desktop-screen{
    left: 50%;
    position: absolute;
}
.iphone-skin{
    height: 400px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.iphone-screen{
    height: 371px;
    width: 170px;
    top: 46%;
    transform: translate(-50%, -46%);
}
.desktop-skin{
    height: auto;
    width: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.desktop-screen{
    height: auto;
    width: 70%;
    top: 46%;
    transform: translate(-50%, -44%);
}



footer > div > section > div > div > h5, 
footer > div > section > div > div > ul{
    width: 100px;
}
footer > div > section > div > div > h5{
    margin: 0 auto;
    
}

#opsMap{
    float: right;
    width: 30%;
    margin: 0 0 20px 20px;
}

.btn-rounded, .btn-next, .btn-prev{
    border-radius: 999px !important;
}


/* caption */
.card .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}
.card:hover .caption {
    opacity: 1;
}
.card .caption span {
    display: block;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    transition: all .2s ease-in-out;
}
.card:hover .caption span {
    height: auto;
    margin-top: -50px;
}

/*Browse page*/
.container.browse .card-body{
    padding: 0.2rem 0.1rem;
}
.container.browse .card-body h4{
    font-weight: 400;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0,0,0,.5);
    margin: 0.25rem 0;
    padding: 0 0.25rem;
}
.container.browse .card > a{
    position: relative;
}
.container.browse .card{
    border: none;
}

.industry-screens {
    position: relative;
    width: 100%;
    height: auto; 
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industry-blur {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/upload/data/real-johns/textures/5b9d57a552/thumb/1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: blur(20px);
    z-index: 1;
}
.industry-blur-fade{
    position: absolute;
    top: 0; left: 0;
    /* width: 10%; */
    width: 100px;
    height: 100%;
    /* background: linear-gradient(to right, white 0%, rgba(255,255,255,0) 80%); */
    background: url(/img/bg-wht-trp-hor.png) left center repeat-y;
    z-index: 2;
}
/* Fade from top on smaller screens */
@media (max-width: 768px) {
    .industry-blur-fade {
        width: 100%;
        /* height: 10%; */
        height: 100px;
        /* background: linear-gradient(to bottom, white 0%, rgba(255,255,255,0) 80%); */
        background: url(/img/bg-wht-trp-ver.png) top center repeat-x;
    }
}

.industry-assets {
    position: relative;
    z-index: 2;
    width: 95%;
    max-width: 500px;
    aspect-ratio: 1/1; /* Keep it a square */
    /* background: white; */
    overflow: hidden;
}

.industry-device {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.device-skin{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensure skin fits perfectly */
    z-index: 3;
}

.device-screen{
    position: absolute;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}
.device-screen img{
    max-width: 100%;
    max-height: none;
    object-fit: contain;
}
.industry-phone .device-screen img{
    max-height: 100%;
    max-width: none;
}

.industry-desktop {
    width: 52%;
    height: 47%;
    top: 29%;
    left: 10%;
    /* background-color: #ff4c4c; */
    z-index: 5;
}
.industry-desktop .device-screen{
    top: 13%;
    left: 7%;
    right: 7%;
    bottom: 25.5%;
}
.industry-tablet {
    width: 34%;
    height: 31%;
    top: 46%;
    left: 52%;
    /* background-color: #4caf50; */
    z-index: 6;
}
.industry-tablet .device-screen{
    top: 19.5%;
    left: 14.2%;
    right: 14%;
    bottom: 19%;
}

.industry-phone {
    width: 22%;
    height: 23%;
    top: 55%;
    left: 78%;
    /* background-color: #2196f3; */
    z-index: 7;
}
.industry-phone .device-screen{
    top: 11%;
    left: 4%;
    right: 45%;
    bottom: 17.5%;
}

.shadow {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

#industryTabsContent .support-link{
    margin: 1.2rem 0 0 2.5rem;
}

#faqAccordion .btn.btn-link{
    color:rgb(60 60 67);
}
#faqAccordion .btn.btn-link:hover{
    color:#007bff;
}