
	/* mysubaru card */
	.vehicle-card {
		padding: 20px; 
		border: 1px solid #ddd !important; 
		border-radius: 14px !important; ; 
		background: #fff !important; ; 
		box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important; ; 
		transition: transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
/* Card */

.mysubaru-card {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ddd;
}
	.card {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.02);

  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}	

/*------------------------------------
Hero
------------------------------------*/

.app-hero {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: center;
    width: 100%;
	  padding: 60px;
    box-sizing: border-box;
}

.app-content,
.app-image {
    width: 100%;
}

.app-image img {
    display: block;
    width: 100%;
    height: auto;
}

.app-content h2 {
    margin: 0 0 20px;
}

.app-content p {
    margin-bottom: 30px;
    line-height: 1.6;
}

.store-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.store-buttons img {
    height: 55px;
    width: auto;
}

/*------------------------------------
Content
------------------------------------*/

.app-info {
    padding: 0 50px 50px;
}

.app-info p, .app-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 24px;
}

/*------------------------------------
CTA
------------------------------------*/

.app-cta {
    padding: 0 50px 60px;
}

.app-cta h2 {
    margin-bottom: 24px;
    font-size: 1.75rem;
}

.btn-primary {
    display: inline-block;
    background: rgba(63,124,182,1);
    color: #fff;
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 4px;
    font-weight: 600;
    transition: background .2s;
}

.btn-primary:hover {
    background: rgb(51,104,156);
}

/*------------------------------------
Responsive
------------------------------------*/

@media (max-width: 900px) {

    .app-hero {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 35px;
    }

    .app-image {
        order: -1;
    }

    .app-info,
    .app-cta {
        padding: 0 35px 35px;
    }

}

@media (max-width: 600px) {

    .app-hero,
    .app-info,
    .app-cta {
        padding-left: 20px;
        padding-right: 20px;
    }

    .store-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .store-buttons img {
        height: 52px;
    }

    .app-content h2,
    .app-cta h2 {
        font-size: 1.6rem;
    }

}
    .opacity {
        FILTER: alpha(opacity=40);
        opacity: 1.0
    }

    .opacity:hover {
        ZOOM: 1;
        FILTER: alpha(opacity=50);
        opacity: 0.5
    }

    div.cols-3 div section div img {
        width: 30% !important;
        margin: 0 0 1em 0 !important;
    }

    .pad div.cols-3 div section div img {
        width: 40% !important;
        margin: 0 auto !important;
    }

    .accordionItem {
        float: left;
        display: block;
        width: 100%;
        box-sizing: border-box;
        /*font-family:'Open-sans',Arial,sans-serif;*/
        border-bottom: 1px solid #eee;
        margin-bottom: 1em;
    }

    .accordionItemHeading {
        cursor: pointer;
        margin: 0px 0px 10px 0px;
        padding: 10px 0;
        /*  background:#2980b9;*/
        color: #2980b9;
        width: 100%;
        font-size: 95%;
        /*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    box-sizing: border-box;*/
    }


    .close .accordionItemContent {
        height: 0px;
        transition: height 1s ease-out;
        -webkit-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        float: left;
        display: block;
    }

    .open .accordionItemContent {
        padding: 20px;
        background-color: #fff;
        /* border: 1px solid #ddd;*/
        width: 100%;
        margin: 0px 0px 10px 0px;
        display: block;
        -webkit-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top;
        -o-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: -webkit-transform 0.4s ease-out;
        -o-transition: -o-transform 0.4s ease;
        -ms-transition: -ms-transform 0.4s ease;
        transition: transform 0.4s ease;
        box-sizing: border-box;
    }

    .close .accordionItemHeading:after {
        content: '+';
        color: #2980b9;
        font-weight: bold;
        float: right;
        margin-left: 5px;
        font-size: 25px;
        border-radius: 50%;        
        width: 15px;
        height: 15px;
        padding: 4px 6px 8px 6px;
        background: #fff;
        border: 2px solid #2980b9;
        margin-top: -13px;
    }

    .open .accordionItemHeading {
        margin: 0px;
        color: #2980b9;
    }

    .open .accordionItemHeading:after {
        content: "-";
        color: #2980b9;
        font-weight: bold;
        float: right;
        margin-left: 5px;
        font-size: 35px;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        padding: 2px 10px 15px 10px;
        background: #fff;
        border: 2px solid #2980b9;
        margin-top: -10px;
    }

    .paddingBottom0 {
        padding-bottom: 0 !important;
    }

    .marginBottom0 {
        margin-bottom: 0 !important;
    }

    .borderBottom {
        border-bottom: 1px solid #eee;
    }

    #guideBox {
        padding: 1em;
        margin-top: 14px;
        margin-bottom: 30px;
    }

    #guideLink {
        font-weight: bold;
    }
	
	.whiteBox {		
	background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(188, 188, 188, 1);
    border-radius: 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #7B7B7B;
    text-align: center;
    padding: 2em;
}		
	
    
    .cols-3.textCenter {
        justify-content: center;
    }
    .cols-3 > div.twoItem:nth-child(n) {
        flex:0 0 31.66%;
        -webkit-box-flex:0 0 31.66;
        -webkit-flex:0 0 31.66%;
        -ms-flex:0 0 31.66%;
    }
    @media screen and (max-width: 40em) {
        .cols-3 > div.twoItem:nth-child(n) {
            flex:1 0 100%;
            -webkit-box-flex:1 0 100%;
            -webkit-flex:1 0 100%;
            -ms-flex:1 0 100%;
        }
		
		div.whiteBox {
			margin-bottom: 1rem !important;
			
		}
		
		div.cols-3 div section div {
			
			margin-bottom: 1.5em;
		}		
    }			
/* CSS Document */

