@charset "UTF-8";
/*
* 9o9 Brand Technologies, 9o9Designs Desktop Inner Page CSS
* Copyright 2011-2026 9o9 Brand Technologies
* Version: 1.0
* Date Released:
* Last Modified:
*/
 
@media (min-width: 769px){
 
    .hideondesktop{
        display: none;
    }
    
    .note{
	    font-size: .9em;
    }
    
    .margin-top-30{
        margin-top: 30px;
    }
    
    a{
        text-decoration: none;
    }

    h2{
        font-family: Urbanist, "sans-serif";
        text-transform: uppercase;
    }

    h2 span{
        font-size:.5em;
    }

    h3{
	    text-transform: uppercase;
    }
    
    h4{
        text-transform: uppercase;
    }

    html{
        width: 100vw;
        height: 100vh;
    }
 
    body{
        width: 100%;
        margin: 0px;
        padding: 0;
        overflow-x: hidden;
        font-family: "Urbanist", "Sans-serif";
        color: #555;
    }

    main{
        width: 100%;
	    margin-bottom:0px !important;
    }

    .main-container{
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	    flex-flow: row wrap;
	    justify-content: flex-start;
	    gap: 0px;
	    width:100%;
    }
	
    header{
        height: 100px;
        width: 100%;
        margin: 0px;
        padding: 0;
    }

    header #logo{
	    background:url('/assets/images/9o9DesignsLogo-blue.webp') no-repeat 0px 20px / 139px 50px;
    }

    nav{
	    text-align: center;
	    padding-top: 20px;
    }

    nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #fff;
    }

    nav ul li {
        float: right;
        font-size: 1.1em;
        padding: 20px;
        border-right: 1px solid #19184b;
    }

    nav ul li:first-child{
	    border-right: 1px solid #fff;
    }

    nav ul li a {
	    display: block;
        color: #002;
        text-align: center;
        padding: 5px 16px;
        text-decoration: none;
    }

    nav ul li a:hover {
        color: #30c0cf;
    }

    header #contact{
        background: url('/assets/images/navbg.webp') no-repeat 0px 0px / 100% 100px;
	    color: #fff;
	    text-transform: uppercase;
	    text-align: center;
	    padding-top: 15px;
	    font-family: "Urbanist", "Sans-serif";
    }

    #contact span{
	    letter-spacing: 10px;
	    font-size: .8em;
    }
    
    #contact a{
	    color:#fff;
	    text-decoration: none;
	    font-size: 1.3em;
    }

    #contact a:hover{
	    color: yellow;
    }

    #hero{
        height: 200px;
        background: url('https://9o9designs.9o9designsstaging.com/assets/images/herobg.webp') no-repeat 0px 0px / 100% 100%;
        color: #fff;
        border-top: 2px solid #fff;
    }

    #hero h1{
        text-align: center;
        margin-top: 50px;
        font-size: 2.2em;
        text-transform: uppercase;
    }
    
    #hero h1 span{
        text-transform: lowercase;
    }
    
    #hero p{
        text-align: center;
    }
    
    #breadcrumbs{
        padding: 10px;
        background: #fff;
        color: #30c0cf;
    }
    
    #breadcrumbs a{
        color: #ffb900;
        text-decoration: none;
    }
    
    #breadcrumbs a:hover{
        color: #30c0cf;
        text-decoration: none;
    }
    
    #content{
        min-height: 500px;
	    padding-top: 25px;
	    padding-bottom: 25px;
	    background: #fff;
	    /*margin-bottom: 30px;*/
    }
    
    #content .two-cols{
        columns: 2; 
    }
    
    #content .center-ul{
        margin-left: 12.5%;
        width: 100%;
    }
    
    .price{
        font-size: 2em;
        margin-bottom: 10px;
    }
    
    .planbox{
        border: 1px solid #f1f1f1;
        padding: 10px;
        height: 550px;
        margin-bottom: 30px;
    }
    
    .planbox h4{
        background: #261d5c;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 5px 5px 0px 0px;
    }
    
    .planbox-short{
        border: 1px solid #f1f1f1;
        padding: 10px;
        height: 350px;
        margin-bottom: 30px;
    }
    
    .planbox-short h4{
        background: #261d5c;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 5px 5px 0px 0px;
    }
    
    /*** logo gallery ***/
    
    .logobox{
        width: 300px;
        height: 300px;
        border: 1px solid #f1f1f1;
        margin-bottom: 30px;
    }
    
    #logo1{background:url('/assets/images/LogoGallery/sccheesecakeslogo.webp') no-repeat 50% 50% / 250px 250px;}
    #logo2{background:url('/assets/images/LogoGallery/kudaking-v1logo.webp') no-repeat 50% 50% / 250px 250px;}
    #logo3{background:url('/assets/images/LogoGallery/sacredeplogo.webp') no-repeat 50% 50% / 250px 250px;}
    #logo4{background:url('/assets/images/LogoGallery/kudaking-v2logo.webp') no-repeat 50% 50% / 250px 250px;}
    #logo5{background:url('/assets/images/LogoGallery/oasisoflovelogo.webp') no-repeat 50% 50% / 250px 250px;}
    
    details {
        margin: 20px;
        font-size: 1.1em;
    }

    summary::marker {
        color: #261d5c;
        font-size: 1.2em; 
    }

    /* For WebKit browsers (Chrome, Safari, Edge) */
    summary::-webkit-details-marker {
        color: #261d5c;
    }
    
    /*** footer section ***/

    footer{
	    height: 455px;
	    background: #f9f9f9;
	    padding-top: 20px;
	    width: 100%;
    }

    footer a{
	    text-decoration:none;
	    color: #002;
    }

    footer a:hover{
	    color: #30c0cf	
    }

    footer #logo{
	    background:url('/assets/images/9o9DesignsLogo-blue.webp') no-repeat 50% 20px / 139px 50px;	
    }
    
    footer #solutions ul{
	    list-style-type: none;
        margin: 0;
        padding: 0;
    }

    footer #company ul{
	    list-style-type: none;
        margin: 0;
        padding: 0;
    }

    footer #connect ul{
	    list-style-type: none;
        margin: 0;
        padding: 0;	
    }

    footer #conntect ul li{
	    margin-bottom:5px;
    }

    footer #connect img{
	    margin-right: 5px;
    }

    footer #contactinfo ul{
	    list-style-type: none;
        margin: 0;
        padding: 0;
    }

    footer #contactinfo img{
	    width: 16px;
	    height: 16px;
	    margin-right: 5px;
    }
    
    footer #contactinfo span{
	    margin-left: 25px;
    }

    footer #copyright{
	    width: 100%;
	    padding-top: 10px;
	    background: #0e0f28;
	    color: #fff;
	    font-size: .9em;
	    text-align: center;
	    margin-top: 50px;
    }

    footer #copyright a{
	    color: skyblue;
    }

    /*** hamburger side menu ***/

    #menu{
        height: 100px;
        padding-top: 20px;
        padding-left: 25px;
    }
    
    #menu img{
        width: 56px;
        height: 56px;
	    background: url('/assets/images/hamburger.webp') no-repeat 50% 50% / 56px 56px;
    }
    
    #menu img:hover{
        width: 56px;
        height: 56px;
        background: url('/assets/images/hamburger-teal.webp') no-repeat 50% 50% / 56px 56px;
    }

    /* Side menu */
    .side-menu h2{
        width: 70%;
        height: 48px;
        color: #002;
        text-align: left;
        float: left;
        padding-left: 40px;
        margin: 0;
        padding-top: 10px;
        margin-top: 15px;
    }
    
    .side-menu .closebox{
        width: 25%;
        height: 48px;
        float: left;
        text-align: right;
    }
    
    .side-menu button{
        width: 48px;
        height: 53px;
        background: url('/assets/images/close-orange.webp') no-repeat 96% 5px / 48px 48px,
                    #fff;
        border: 1px solid #fff;
    }
    
    .side-menu button:hover{
        width: 48px;
        height: 53px;
        background: url('/assets/images/close-teal.webp') no-repeat 96% 5px/ 48px 48px,
                    #fff;
        border: 1px solid #fff;
    }
    
    .side-menu h3{
        margin-left: 35px;
        text-align: left;
        font-size: 1.5em;
    }
    
    .side-menu h4{
        margin-left: 40px;
        text-align: left;
        font-size: 1.3em;
        padding-right: 20px;
    }
    
    .side-menu .margin-top-30{
        margin-top: 30px;
    }
    
    .side-menu ul{
        margin-left: 5px;
        border-right: 1px solid #fff;
    }
    
    .side-menu li{
        width: 100%;
        padding: 0px;
        border: 1px solid #fff;
    }
    
    .side-menu li a{
        height: 32px;
        text-align: left;
        padding-left: 60px;
        text-transform: capitalize;
    }
    
    .side-menu li a:hover {
        color: #30c0cf;
    }
    
    .side-menu {
        position: fixed;
        top: 240;
        left: -100%; /* hidden by default */
        width: 50%;
        height: 540px;
        background: #fff;
        color: #002;
        padding-top: 10px;
        transition: left 0.5s ease;
        margin-left: 25%;
        z-index: 1000;
        border: 1px solid #ccc;
        box-shadow: 2px 0 5px rgba(0,0,0,0.3);
    }
    
    .gradient-underline {
        max-width: 75%;
        position: relative;
        padding-bottom: 4px;
        background-image: linear-gradient(to right, #121637, #66abb2);
        background-repeat: no-repeat;
        background-size: 100% 3px; /* Full width, 3px height */
        background-position: 0 100%; /* Position at bottom */
    }

    /* Active menu state */
    .side-menu.active {
        left: 0;
    }
    

   
 
   /*** POPUP FORM CSS ***/
    
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0; top: 0;
        width: 100%; height: 100%;
        background-color: rgba(0,0,0,0.5);
    }
    .modal h2{
        margin-top: 0px;
        padding-top: 0px;
    }
    
    .modal-content {
        background: #fff;
        margin: 5% auto;
        padding: 10px 20px;
        width: 425px;
        height: 710px;
        border-radius: 0px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    
    .modal-email-content {
        background: #fff;
        margin: 5% auto;
        padding: 10px 20px;
        width: 425px;
        height: 565px;
        border-radius: 0px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    
    .closeDemoRequest, .closeWebConsult, .closeEmailRequest{
        float: left;
        text-align: right;
        cursor: pointer;
        width: 100%;
        min-height: 24px;
        background: url('/assets/images/close-orange.webp') no-repeat 100% 0px / 24px 24px;
    }
    
    .closeDemoRequest:hover, .closeWebConsult:hover, .closeEmailRequest:hover{
        float: left;
        text-align: right;
        cursor: pointer;
        width: 100%;
        min-height: 24px;
        background: url('/assets/images/close-teal.webp') no-repeat 100% 0px / 24px 24px;
    }
    
    .modal button {
        background: #ffb900;
        color: #fff;
        padding: 10px;
        border: none;
        cursor: pointer;
    }
    .modal button:hover { 
        background: #30c0cf;
        border: 1px solid #30c0cf;
    }
    .message {
        margin-top: 10px;
        font-size: 14px;
    }

    /*** FORM FORMAT ***/
    
    form p{
	    float: left;
	    width: 90%;
	    margin-left: 5%;
    }

    label{
        width: 100%;
	    float: left;
	    margin-top: 10px;
	    color: #555;
    }
    
    label span{
        width: 90%;
        float: left;
        text-align: center;
    }
    
    label p{
        margin-left: 5%;
        max-width: 75%;
        margin-bottom: 0px;
        margin-top: 8px;
    }
    
    input[type="text"], input[type="email"], input[type="tel"] {
        width: 100%;
        padding: 8px;
        margin: 8px 0;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    
    input[type=checkbox]{
	    width: 25px;
	    height: 25px;
	    margin-top: 10px;
	    float: left;
	    border: 1px solid #ccc;
	    margin-bottom: 0px;
	    padding-bottom: 0px;
	    margin-left: 5%;
    }
    
    .check-box{
        width: 100%;
        float: left;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 3px;
        min-height: 40px;
        margin-left: 5%;
    }
    
    .check-box input[type=checkbox]{
        margin-left: 0px;
        margin-top: 20px;
    }
    
    .check-box p{
        margin-left: 2%;
        float: left;
        padding-top: 0px;
        margin-top: 0px;
    }
    
    .select{
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        height: 45px;
    }
    
    .btn{
	    min-width:100px;
	    padding: 10px 20px;
	    background: #ffb900;
	    border: 1px solid #ffb900;
	    color: #fff;
	    border-radius: 0px;
	    box-shadow: 3px 2px 3px #ccc;
    }

    .btn a{
	    text-decoration: none;
	    color: #fff;
    }

    .btn:hover{
	    background: #30c0cf;
	    border: 1px solid #30c0cf;
	    color: #fff;
    }
    
    .btn-active{
    	min-width: 100px;
	    padding: 10px 20px;
	    background: #30c0cf;
	    border: 1px solid #30c0cf;
	    color: #fff;
	    border-radius: 0px;
	    box-shadow: 3px 2px 3px #ccc;
    }
    
    .btn-active:hover{
        opacity: .75;
    }
    
    /* COOKIE POPUP STYLES */
    
    .cookie-popup {
        font-size: 0.875rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: fixed;
        bottom: -6.25rem;
        left: 1.25rem;
        right: 1.25rem;
        padding: 0.625rem 0.9375rem;
        box-shadow: 0 0 0.625rem 0 rgba(0,0,0, .15);
        line-height: 150%;
        transition: opacity .5s;
        opacity: 0;
    }
    
    .cookie-popup--short {
        right: none;
        width: 21.875rem; 
    }
    
    .cookie-popup--dark {
        background: #002;
        color: #fff;
    }
    
    .cookie-popup--not-accepted {
        opacity: 1;
        animation: cookie-popup-in .5s ease forwards;  
    }
    
    .cookie-popup--accepted {
        opacity: 0;
    }
    
    .cookie-popup a {
        color: skyblue;
    }
    
    .cookie-popup a:visited {
        color: skyblue;
        text-decoration: none;
    }
    
    .cookie-popup-actions {
        flex: 1;
        text-align: right;
    }
    
    .cookie-popup-actions button {
        color: #ffb900;
        border: none;
        background: none;
        font-family: inherit;
        font-style: inherit;
        font-size: inherit;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 	0.75rem;
        padding: 0;
        cursor: pointer;
    }
    
    .cookie-popup-actions button:hover {
        text-decoration: underline;
    }
    /**** ANIMATIONS ***/

    .glideup {
        transform: translateY(50px);
        transition: transform 0.8s ease-out, opacity 0.5s ease-out;
    }
  
    .glideup.show {
        opacity: 1;
        transform: translateY(0);
    }

    @keyframes glideUp {
        from {
          transform: translateY(70px);
          opacity: 0;
        }
        to {
          transform: translateY(0);
          opacity: 1;
        }
    }
}