/* Photography Service Page Styles */

.photography-service {
    font-family: 'Arial', sans-serif;
}

.auto-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-wrapper {
    width: 100%;
}

/* Hero Section */
.hero-section {
    padding: 100px 0 60px;
    color: white;
    text-align: center;
    position: relative;
    background: linear-gradient(135deg, #2a6f7e 0%, #1e5a66 50%, #ff9a00 100%);
    overflow: visible;
    z-index: 1;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    /*text-shadow: 2px 2px 4px rgba(0,0,0,0.5);*/
    background: linear-gradient(45deg, #ff9a00, #ff9a00, #ff9a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    letter-spacing: 1px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.hero-feature {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
    width: 310px;
}

.hero-feature:hover {
    transform: translateY(-5px);
}

.hero-feature img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.hero-feature h4 {
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #ff9a00;
    font-weight: 600;
}

.hero-feature p {
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 0;
}

.btn {
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid transparent;
}

.btn-primary {
    background-color: #2a6f7e;
    color: white;
    border-color: #2a6f7e;
}

.btn-primary:hover {
    background-color: #1e5a66;
    border-color: #1e5a66;
    color: white;
    text-decoration: none;
}

.btn-outline {
    background-color: transparent;
    color: white;
    border-color: white;
}

.btn-outline:hover {
    background-color: white;
    color: #2a6f7e;
    text-decoration: none;
}

/* Camera Bridge - Positioned between sections */
.camera-bridge {
    position: relative;
    /*z-index: 10;*/
    text-align: center;
    margin: -50px 0 -50px 0;
}

.camera-image {
    max-width: 230px;
    height: auto;
    /*filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.3));*/
    filter: drop-shadow(-11px 40px 11px rgba(0, 0, 0, 0.3));
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg) translateZ(20px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /*animation: floatCamera 6s ease-in-out infinite;*/
    position: absolute;
    left: 6%;
    top: 95px;
    z-index: 7;
}

.camera-image-1 {
    max-width: 130px;
    height: auto;
    filter: drop-shadow(-11px 40px 11px rgba(0, 0, 0, 0.3));
    transform: perspective(1000px) rotateX(-30deg) rotateY(-38deg) translateZ(20px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    left: 16%;
    top: 68px;
    z-index: 1;
    border: solid #fff 4px;
}
.camera-image-2 {
    max-width: 130px;
    height: auto;
    filter: drop-shadow(-11px 40px 11px rgba(0, 0, 0, 0.3));
    transform: perspective(1000px) rotateX(62deg) rotateZ(81deg) translateZ(20px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    left: 8%;
    bottom: -70px;
    z-index: 1;
    border: solid #fff 4px;
}
.camera-image-3 {
    max-width: 130px;
    height: auto;
    filter: drop-shadow(-11px 40px 11px rgba(0, 0, 0, 0.3));
    transform: perspective(319px) rotateX(-30deg) rotateY(-132deg) translateZ(83px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    left: 7%;
    bottom: 96px;
    z-index: 1;
    border: solid #fff 4px;
}
.camera-image-4 {
    max-width: 130px;
    height: auto;
    filter: drop-shadow(-11px 40px 11px rgba(0, 0, 0, 0.3));
    transform: perspective(1000px) rotateX(48deg) rotateY(-42deg) translateZ(2px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    left: 13%;
    bottom: 135px;
    z-index: 1;
    border: solid #fff 4px;
}
.camera-image-5 {
    max-width: 230px;
    height: auto;
    filter: drop-shadow(-11px 40px 11px rgba(0, 0, 0, 0.3));
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg) translateZ(20px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    right: 6%;
    top: 63px;
    z-index: 1;
}
.camera-image-6 {
    max-width: 148px;
    height: auto;
    filter: drop-shadow(-11px 40px 11px rgba(0, 0, 0, 0.3));
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg) rotateZ(15deg) translateZ(20px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    right: 5%;
    bottom: -142px;
    z-index: 1;
}
/*.camera-image:hover {*/
/*    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(40px) scale(1.1);*/
/*    filter: drop-shadow(0 30px 60px rgba(42, 111, 126, 0.4));*/
/*}*/
.camera-image-1:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(40px) scale(1.1);
    filter: drop-shadow(0 30px 60px rgba(42, 111, 126, 0.4));
}
.camera-image-2:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(40px) scale(1.1);
    filter: drop-shadow(0 30px 60px rgba(42, 111, 126, 0.4));
}
.camera-image-3:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(40px) scale(1.1);
    filter: drop-shadow(0 30px 60px rgba(42, 111, 126, 0.4));
}
.camera-image-4:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(40px) scale(1.1);
    filter: drop-shadow(0 30px 60px rgba(42, 111, 126, 0.4));
}
.camera-image-5:hover, .camera-image-6:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(40px) scale(1.1);
    filter: drop-shadow(0 30px 60px rgba(42, 111, 126, 0.4));
}
@keyframes floatCamera {
    0%, 100% {
        transform: perspective(1000px) rotateX(5deg) rotateY(-5deg) translateZ(20px) translateY(0px);
    }
    50% {
        transform: perspective(1000px) rotateX(5deg) rotateY(-5deg) translateZ(20px) translateY(-10px);
    }
}

/* Add a subtle glow effect */
.camera-image::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: radial-gradient(circle, rgba(42, 111, 126, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
    animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.1);
    }
}

/* About Section */
.about-section {
    padding: 80px 0 20px 0;
    /*background-color: #f8f9fa;*/
    position: relative;
    z-index: 1;
}

.about-section h2 {
    color: #2a6f7e;
    margin-bottom: 30px;
    font-size: 2.5rem;
}

.about-section .lead {
    font-size: 1.4rem;
    color: #665e5e;
    line-height: 1.6;
}

/* Pricing Section */
.pricing-section {
    padding: 40px 0;
    background-color: white;
}

.sec-title {
    margin-bottom: 60px;
}

.sec-title h2 {
    color: #2a6f7e;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.sec-title p {
    color: #575757;
    font-size: 1.1rem;
}

.pricing-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 40px 30px;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
    border: 2px solid transparent;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card.featured {
    border-color: #2a6f7e;
    transform: scale(1.05);
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2a6f7e;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.pricing-header h3 {
    color: #2a6f7e;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2a6f7e;
    margin-bottom: 20px;
}

.pricing-body p {
    color: #575757;
    margin-bottom: 30px;
    line-height: 1.6;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.features-list li {
    padding: 8px 0;
    color: #575757;
    display: flex;
    align-items: center;
}

.features-list li i {
    color: #2a6f7e;
    margin-right: 10px;
    font-size: 0.9rem;
}

/* Why Choose Us Section */
.why-choose-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.feature-box {
    text-align: center;
    padding: 30px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-box .icon {
    width: 80px;
    height: 80px;
    background-color: #2a6f7e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.feature-box .icon i {
    font-size: 2rem;
    color: white;
}

.feature-box h4 {
    color: #2a6f7e;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.feature-box p {
    color: #575757;
    line-height: 1.6;
}

/* Portfolio Section */
.portfolio-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.portfolio-item {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    background: white;
}

.portfolio-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.portfolio-item .image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.portfolio-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.portfolio-item:hover .image img {
    transform: scale(1.1);
}

.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(42, 111, 126, 0.9), rgba(255, 154, 0, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-item:hover .overlay {
    opacity: 1;
}

.portfolio-item .overlay i {
    color: white;
    font-size: 2.5rem;
    margin: 0 10px;
}

.portfolio-item .content {
    padding: 20px;
}

.portfolio-item h4 {
    color: #2a6f7e;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.portfolio-item p {
    color: #575757;
    font-size: 0.9rem;
    margin: 0;
}

.portfolio-item .type-badge {
    display: inline-block;
    background: #ff9a00;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 10px;
}

/* Video Section */
.video-section {
    padding: 80px 0;
    background: white;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.video-item {
    text-align: center;
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.video-item:hover {
    transform: translateY(-5px);
}

.video-item iframe {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.video-item h4 {
    color: #2a6f7e;
    margin-bottom: 10px;
}

.video-item p {
    color: #575757;
    font-size: 0.9rem;
}

/* 360 Section */
.three-sixty-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #2a6f7e0a 0%, #2a6f7e4a 100%);
    color: white;
}

.three-sixty-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.three-sixty-item {
    /* background: rgba(255, 255, 255, 0.1); */
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: transform 0.3s
    ease;
    background: linear-gradient(135deg, rgb(30 90 101 / 29%) 0%, rgb(30 90 101 / 20%) 100%);
    color: #494747;
    font-weight: 600;
}

.three-sixty-item:hover {
    transform: translateY(-5px);
}

.three-sixty-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.three-sixty-item h4 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.three-sixty-item p {
    opacity: 0.9;
    font-size: 0.9rem;
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
    color: white;
}

.contact-form-wrapper {
    background: rgba(255, 255, 255, 0.1);
    padding: 50px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.contact-form-wrapper h2 {
    color: white;
    margin-bottom: 15px;
    font-size: 2.5rem;
}

.contact-form-wrapper p {
    margin-bottom: 40px;
    opacity: 0.9;
}

.form-group {
    margin-bottom: 25px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: white;
    background-color: rgba(255, 255, 255, 0.2);
}

.form-group select option {
    background-color: #2a6f7e;
    color: white;
}

.btn-lg {
    padding: 15px 40px;
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .hero-title {
        font-size: 25px;
    }
    .btn-contact{
        display: none;
    }
    .hero-subtitle{
        font-size: 18px;
    }
    .camera-image-1 {
        max-width: 95px;
    }
}
@media (max-width: 1200px) {
    .hero-title {
        font-size: 20px;
    }
    .hero-subtitle{
        font-size: 17px;
    }
    .hero-content {
        z-index: 10;
    }
    .camera-image-1 {
        display: none;
    }
}
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .camera-image-5{
        max-width: 120px;
        top:25px;
    }
    .camera-image-2 {
        max-width: 80px;
        top: 252px!important;
    }
    .camera-image-3 {
        max-width: 70px;
        top: 225px!important;
    }
    .camera-image {
        max-width: 110px;
        top:155px;
    }
    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .pricing-card.featured {
        transform: none;
    }

    .contact-form-wrapper {
        padding: 30px 20px;
    }

    .sec-title h2 {
        font-size: 1.5rem;
    }
    .price {
        font-size: 2rem;
    }
    .about-section h2 {
        font-size: 1.5rem!important;
    }
    .contact-form-wrapper h2 {
        font-size: 1.5rem!important;
    }
    .about-section .lead {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 80px 0 60px;
    }
    .camera-image-5 {
        max-width: 140px;
        top: 215px;
    }
    .hero-title {
        font-size: 2rem;
    }

    .camera-image {
        max-width: 110px;
        transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateZ(10px);
        top: 210px;
    }
    .camera-image-4 {
        max-width: 103px;
        top: 426px !important;
        transform: perspective(1000px) rotateX(48deg) rotateY(-42deg) translateZ(25px);
    }
    .camera-image-2 {
        max-width: 80px;
        top: 343px !important;
    }
    .camera-image:hover {
        transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(20px) scale(1.05);
    }
    .camera-image-6 {
        max-width: 80px;
        top: 350px;
        right: 10px!important;
    }

    .camera-image-3 {
        max-width: 75px;
        top: 136px;
    }

    .pricing-section,
    .about-section,
    .why-choose-section,
    .portfolio-section,
    .contact-section {
        padding: 60px 0;
    }
}
