﻿/*
    ============================
        Girfa IT Services
         www.girfa.co.in
    ============================
*/
.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;
}

/*========= 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 =========*/
.g-bg-gradient{
    background: #0a062e;
background: linear-gradient(90deg, rgba(10, 6, 46, 1) 0%, rgba(15, 12, 26, 1) 48%, rgba(31, 13, 64, 1) 100%);
}

/*==================  Row-col ==================*/
.g-container {
    padding-left: 45px;
    padding-right: 45px
}

@media(max-width:700px) {
    .g-container {
        padding-left: 30px;
        padding-right: 30px
    }
}
.g-container2{
    max-width:1200px; margin:auto; padding:0 20px;
}
.g-row {
    display: flex;
    flex-wrap: wrap;
    margin: -12px; /* negative to balance inner padding (gutters) */
}
.g-col-md-4, .g-col-md-8,g-col-md-6,g-col-md-2,g-col-md-5,g-col-md-7,g-col-md-9 {
    width: 100%; /* default for mobile */
}
@media (min-width: 768px) {
    .g-col-md-2 {
        width: 16.666%;
        padding: 1%;
    }
    .g-col-md-4 {
        width: 33.333%;
        padding:1%;
    }
    .g-col-md-5 {
        width: 41.6665%;
        padding: 1%;
    }
    .g-col-md-6 {
        width: 50%;
        padding: 1%;
    }
    .g-col-md-7 {
        width: 58.3331%;
        padding: 1%;
    }
    /* 4/12 */
    .g-col-md-8 {
        width: 66.666%;
        padding: 1%;
    }
    /* 8/12 */
    .g-col-md-3 {
        width: 25%;
        padding: 1%;
    }
    .g-col-md-9 {
        width: 74.666%;
        padding: 1%;
    }
}
/*================== // Row-col ==================*/
/*==================  marquee ==================*/
.g-marquee {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.g-marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 15s linear infinite;
}

.g-marquee-track img {
  height: auto;
  margin-right: 40px; /* spacing between repeats */
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*================== // marquee ==================*/
.g-strong{
    color:#bebebe;
}


/*==================  Job Post  ==================*/
.g-job-container{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

@media(max-width:700px) {
    .g-job-container{
       display: block;
       
    }
}
@media(max-width:700px) {
    .g-job-box{
       margin-bottom: 20px;
       
    }
}

.g-job-box{
    border:1px solid #ddd;
    padding:20px;
    border-radius:8px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:220px;
  
    box-shadow:0 2px 6px rgba(0,0,0,0.08);
    background: #eee6ff;
background: linear-gradient(90deg, rgba(238, 230, 255, 1) 0%, rgba(223, 247, 247, 1) 43%, rgba(225, 238, 252, 1) 78%, rgba(214, 214, 255, 1) 100%);
}

.g-job-title{
    font-size:18px;
    font-weight:600;
    margin-bottom:8px;
}

.g-job-post{
    font-size:14px;
    margin-bottom:10px;
    color:#555;
}

.g-job-desc{
    font-size:14px;
    flex-grow:1;
    color:#666;
    margin-bottom:15px;
}

.g-job-btn{
    display:inline-block;
    padding:8px 15px;
   background: #761191;
    background: linear-gradient(90deg, rgba(118, 17, 145, 1) 0%, rgba(8, 86, 138, 1) 100%);
    color:#fff;
    text-decoration:none;
    border-radius:4px;
    text-align:center;
}
/*================== // Job Post  ==================*/
/*==================  Button Animation  ==================*/
.whatsapp-zigzag {
    position: absolute;
 
    font-size: 50px;
    color: #25D366;
    animation: zigzagMove 1.2s infinite linear;
}

@keyframes zigzagMove {
   0%, 100% { transform: skew(0deg, 0deg); }

    30% { transform: skew(10deg, 10deg); }

    40% { transform: skew(-8deg, -8deg); }

    50% { transform: skew(6deg, 6deg); }

    65% { transform: skew(-4deg, -4deg); }

    75% { transform: skew(2deg, 2deg); }
    
}
/*================== // Button Animation  ==================*/
.g-vision {
    background: #002663;
    background: linear-gradient(90deg, rgba(0, 38, 99, 1) 41%, rgba(133, 3, 26, 1) 100%);
    padding: 20px;
    color: white;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-top: 10px;
}

.g-vision p {
    color: white;font-size: large;
}

/* ========== Marquee ========== */
.g-marquee {
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
}

.g-track {
    display: flex;
    width: max-content;
    animation: g-scroll 20s linear infinite;
    align-items: center;
gap: 0px !important;
}

.g-track img {
    height: 60px;
        display: block;
        object-fit: contain;
        margin-right: 5px;
        
}

/* animation */
@keyframes g-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

