﻿/*
    ============================
        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-panel-white {
    padding: 20px;
    background-color: #ffffff;
    border:solid 1px #afafaf;
    margin: 1% !important;
    border-radius: 10px;
  
}
.g-panel-creame {
    padding: 20px;
    background-color: #fbf7ee;
    border: solid 1px #afafaf;
    margin: 1% !important;
    border-radius: 5px;
    
}
.g-panel-creame h5{
    font-family: 'Josefin Sans', sans-serif !important;
    color:#88502f;
    margin-bottom: 1px !important;
    margin-top: 5px !important;
}
.g-panel-creame p {
    font-family: 'Josefin Sans', sans-serif !important;
    color: #695e58;
    font-weight:bold;
font-size: 16px;
}
.g-panel-creame:hover{
    border:solid 1px #d7946d;
}
.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: rgb(167, 47, 47) !important;
}
.g-color-black
{
    color: black !important;
}
.g-justify{
    text-align: justify !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%);
}
/*==================    About      ==================*/
:root {
    --font-serif: 'Playfair Display', serif;
    --font-sans: 'Montserrat', sans-serif;
    --gold: #c5a880;
    --dark: #1a1a1a;
    --white-bg: #ffffff;
    --text-muted: #555555;
    --border-color: #eae5dd;
}

.about-section {
    background-color: var(--white-bg);
    padding: 120px 20px;
    position: relative;
    overflow: hidden;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    /* Split grid: 45% description narrative, 55% image composition space */
    grid-template-columns: 45fr 55fr;
    gap: 80px;
    align-items: center;
}

/* Narrative Text Content Layout */
.about-content {
    z-index: 2;
}

.about-subtitle {
    font-family: var(--font-sans);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--gold);
    margin-bottom: 12px;
}

.about-title {
    font-family: var(--font-serif);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--dark);
    margin-bottom: 20px;
}

.about-divider {
    width: 60px;
    height: 1px;
    background-color: var(--gold);
    margin-bottom: 30px;
}

.about-lead {
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: var(--dark);
    margin-bottom: 20px;
}

.about-description {
    font-family: var(--font-sans);
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 35px;
}

.about-signature-block {
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
    display: inline-block;
}

.signature-text {
    font-family: var(--font-serif);
    font-size: 18px;
    font-style: italic;
    color: var(--gold);
}

/* Interactive Visual Composition Frame */
.about-gallery {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.main-image-wrapper {
    width: 85%;
    height: 520px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.accent-image-wrapper {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 45%;
    height: 300px;
    overflow: hidden;
    border: 8px solid var(--white-bg);
    /* Elegant masking frame border */
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Subtle, cinematic zoom effect when hovering over the images */
.main-image-wrapper:hover .main-img,
.accent-image-wrapper:hover .accent-img {
    transform: scale(1.05);
}

/* Responsive Structural Breakpoints */
@media (max-width: 1024px) {
    .about-container {
        gap: 40px;
    }

    .about-title {
        font-size: 34px;
    }

    .main-image-wrapper {
        height: 420px;
    }

    .accent-image-wrapper {
        height: 240px;
        bottom: -20px;
    }
}

@media (max-width: 768px) {
    .about-container {
        grid-template-columns: 1fr;
        /* Switch to stack structure */
        gap: 60px;
    }

    .about-section {
        padding: 70px 15px;
    }

    .about-content {
        text-align: center;
    }

    .about-divider {
        margin: 0 auto 30px auto;
    }

    .about-gallery {
        justify-content: center;
        margin-bottom: 40px;
        /* Leave space for the overlapping accent frame */
    }

    .main-image-wrapper {
        width: 100%;
        height: 380px;
    }

    .accent-image-wrapper {
        width: 50%;
        height: 220px;
        left: 10px;
        bottom: -40px;
    }
}

/*==================   // About     ==================*/
/*==================   FAQ     ==================*/
.g-faq-section {
    padding: 90px 0;
}

.g-faq-heading {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.g-faq-heading span {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(18, 91, 184, .08);
    color: #125bb8;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.g-faq-heading h2 {
    margin: 18px 0 15px;
    font-size: 38px;
    color: #16335b;
    font-weight: 700;
}

.g-faq-heading p {
    color: #6b7280;
    line-height: 1.8;
}

.g-faq-list {
    max-width: 950px;
    margin: auto;
}

.g-faq-item {
    margin-bottom: 18px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7edf7;
    box-shadow: 0 10px 30px rgba(0, 38, 77, .08);
    transition: .35s;
    border:solid 1px #555555;
}

.g-faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(18, 91, 184, .12);
}

.g-faq-question {
    width: 100%;
    border: none;
    background: none;
    padding: 22px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #16335b;
}

.g-faq-question span {
    padding-right: 20px;
}

.g-faq-question i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 24px;
    color: #125bb8;
    background: #eef5ff;
    transition: .35s;
    flex-shrink: 0;
}

.g-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s ease, padding .35s ease;
    padding: 0 28px;
}

.g-faq-answer p {
    margin: 0;
    padding-bottom: 24px;
    color: #5f6f81;
    line-height: 1.9;
}

.g-faq-item.active {
    border-color: #125bb8;
}

.g-faq-item.active .g-faq-question {
    color: #125bb8;
}

.g-faq-item.active .g-faq-question i {
    background: #125bb8;
    color: #fff;
    transform: rotate(45deg);
}

.g-faq-item.active .g-faq-answer {
    max-height: 300px;
    padding: 0 28px;
}

@media(max-width:768px) {

    .g-faq-section {
        padding: 70px 0;
    }

    .g-faq-heading h2 {
        font-size: 30px;
    }

    .g-faq-question {
        font-size: 16px;
        padding: 18px 20px;
    }

    .g-faq-answer {
        padding: 0 20px;
    }

    .g-faq-item.active .g-faq-answer {
        padding: 0 20px;
    }

}


/*==================   // FAQ     ==================*/
/* ========= Care Rate   ==========*/
.g-car-card {
    max-width: 380px;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
    font-family: Arial, sans-serif;
    border: solid 1px #555;
    -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);
    margin-bottom: 20px;
}

.g-car-card:hover {
    background: #edf0f2;
    background: linear-gradient(357deg, rgba(237, 240, 242, 1) 1%, rgba(252, 255, 224, 1) 100%);
    -webkit-box-shadow: 1px 1px 8px 0px rgba(250, 60, 60, 0.75);
    -moz-box-shadow: 1px 1px 8px 0px rgba(245, 67, 67, 0.75);
    box-shadow: 1px 1px 8px 0px rgba(226, 37, 37, 0.75);
}
@media(max-width:768px) {

    .g-car-card {
        
        display: block;
        margin: 0 auto 20px;
    }

   
    

}
.g-car-img {
    width: 100%;


}

.g-car-img img {
    width: 100%;
    height: 100%;
    max-width: 200px;
    object-fit: cover;
    display: block;
    margin: auto;
}

.g-car-body {
    padding: 20px;
}

.g-car-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.g-car-name {
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.g-car-name:hover {
    color: #fc0e0e;
}

.g-car-rate {
background: #022a4d;
    background: linear-gradient(68deg, rgba(2, 42, 77, 1) 21%, rgba(166, 10, 54, 1) 100%);
    color: #fff;
    padding: 0px 10px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.g-price-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.g-price-list li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.g-price-list span:hover {
    color: #fc0e0e !important;
}

.g-price-list li span:first-child {
    color: #555;
}

.g-price-list li span:last-child {
    font-weight: 700;
    color: #111;
}

.g-contact {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.g-contact a {
    flex: 1;
    text-decoration: none;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    transition: .3s;
}

.g-whatsapp {
    background: #084E22;
        background: linear-gradient(68deg, rgba(8, 78, 34, 1) 21%, rgba(1, 31, 13, 1) 100%);
}

.g-call {
    background: #053a8a;
}

.g-contact a:hover {
    opacity: .9;
    transform: translateY(-2px);
}

/* ========= // Care Rate   ==========*/

/* =========  Image Gallery    ==========*/
 .slider {
            position: relative;
            max-width: 100%;
            overflow: hidden;
        } 

        .slides {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 100%;
        }

             .slides img {
                width: 100%;
                flex-shrink: 0;
            }

        /* Navigation buttons */

        .prev, .next {

            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            padding: 10px;
            cursor: pointer;
            border: none;
            font-size: 18px;
            z-index: 10;
        }

 

        .prev {
            left: 10px;
        }

 

        .next {
            right: 10px;
        }

        /* Responsive */

        @media (max-width: 768px) {

            .prev, .next {
                font-size: 14px;
                padding: 8px;
            }

        }
                /* ========= // Image Gallery    ==========*/