﻿/*
    ============================
        Girfa IT Services
         www.girfa.co.in
    ============================
*/
:root {
    --theme-red: #8b0012;
}
.g-center{
    display:block;margin:auto;
}
.g-center-inline{
    display:block;text-align:center;
}

#fade {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 200%;
    background-color: #ababab;
    z-index: 1151;
    -moz-opacity: 0.8;
    opacity: .20;
    filter: alpha(opacity=80);
}

#modal {
    display: none;
    position: absolute;
    top: 75%;
    left: 48%;
    z-index: 1002;
    text-align: center;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    /*margin: 10px;*/
    margin-top: 0px;
}
    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.g-form {
}

    .g-form input[type=text], [type=email], [type=password], [type=number], [type=date], textarea {
        border: solid #ababab 1px !important;
        border-radius: 0px;
        margin-bottom: 10px !important;
        width: 100%;
    }

    .g-form select {
        padding: 2px;
        border: solid #ababab 1px !important;
        border-radius: 0px;
        width: 100%;
        margin-bottom: 10px !important;
    }

@media (max-width:700px) {
    .g-form input {
        width: 100%;
        display: block;
        margin: auto;
    }
}

.g-mandate {
    font-weight: bold;
    color: red;
}

.g-drop-shadow {
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.75);
}
.g-bold {
    font-weight: bolder;
}

.g-web-show {
    display: block;
}

@media(max-width:700px) {
    .g-web-show {
        display: none !important;
    }
}

.g-mob-show {
    display: none;
}

@media(max-width:700px) {
    .g-mob-show {
        display: block !important;
    }
}

.g-img-border-radius {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.g-img-padding-border{
    border:solid 1px #ababab;
    padding:7px;
}
.g-list{

}
.g-list li{
    list-style:disc !important;
    margin-left:5% !important;
}
.g-bg-section {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.g-p-border-top-bottom {
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    padding : 20px;
}

.g-font1 {
    font-family: 'Dosis', sans-serif !important;
}

.g-font2 {
    font-family: 'Josefin Sans', sans-serif !important;
}

.g-font3 {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.g-panel-blue{
    padding: 20px;
    background-color: #001a39;
    color:white;
    margin: 1% !important;
}

.g-p-justify{

}
.g-p-justify p {
	text-align:justify;
}

.g-border-gradient {
	border: 5px solid transparent;
	border-image: linear-gradient(to right, #ff9900,#28166f );
	border-image-slice: 1;
}

.g-color-white{
    color:white !important;
}
.g-color-red {
    color: var(--theme-red) !important;
}
/*========= Image 3d =========*/
.image-3d-wrapper {
    perspective: 1000px;
    display: inline-block;
}

    .image-3d-wrapper img {
        width: 300px; /* Adjust as needed */
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        transform-style: preserve-3d;
        border-radius: 10px;
    }

    .image-3d-wrapper:hover img {
        transform: rotateY(10deg) rotateX(10deg) scale(1.05);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }
/*========= // Image 3d =========*/

.inner-page-banner-area {
    text-align: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    padding: 50px 0 100px;
}

    .inner-page-banner-area:after {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.7);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .inner-page-banner-area .pagination-area {
        position: relative;
        z-index: 1;
    }

        .inner-page-banner-area .pagination-area h1 {
            text-transform: capitalize;
            font-weight: 700;
            margin-bottom: 5px;
            font-size: 48px;
            color: #FFFFFF;
        }

@media (min-width: 480px) and (max-width: 767px) {
    .inner-page-banner-area .pagination-area h1 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 479px) {
    .inner-page-banner-area .pagination-area h1 {
        font-size: 32px;
    }
}

.inner-page-banner-area .pagination-area ul li {
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
}

    .inner-page-banner-area .pagination-area ul li a {
        color: #fdc800;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .inner-page-banner-area .pagination-area ul li a:hover {
            color: #FFFFFF;
        }
/*============ Book Shop =============*/

.g-book-shop {
    margin: 10px;
}

.g-book-shop div {
    padding: 15px;
}

.g-book-shop img {
    width: 100%;
    height: auto;
}

.g-book-shop img, .g-book-shop {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

    .g-book-shop h3 {
        color: #970a0a
    }

    .g-book-shop a {
        display: block;
        padding: 10px;
        text-align: center;
        color: white;
        background-color: #970a0a;
        border-radius: 10px;
    }

        .g-book-shop a:hover {
            background-color: #4e0404;
        }

    .g-book-shop span {
        color: #064d12;
        font-weight: bold;
    }

    .g-book-shop p {
        text-align: justify;
    }

    .g-book-shop p, h3, span, a {
        margin-top: 10px;
        margin-bottom: 10px;
    }

/*============ // Book Shop =============*/