/* General Styles */
html, body {
    height: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

#pageWrappper {
    visibility: visible;
}

/* Typography */
h1.pagetitle {
    font-size: 62px;
    padding: 10px;
}

.pagetitle-subTxt {
    padding-bottom: 35px;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 1px;
}

p.banner-description {
    text-align: center;
	font-size: 21px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.content-wrapper img {
    width: 580px;
    height: 328px;
}

.service-title {
    font-size: 22px;
    color: #8B7355;
    font-weight: bold;
}

.service-description {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    line-height: 1.5;
}

.contact-title {
    font-size: 30px;
    color: #8B7355;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.contact-title::after {
    content: "";
    display: block;
    width: 300px;
    height: 2px;
    background-color: #8B7355;
    margin-top: 5px;
}

.contact-description {
    font-size: 20px;
    color: #333;
    margin-top: 10px;
}

.hotline-title {
    font-size: 24px;
    color: #8B7355;
    font-weight: bold;
}

/* Layout */
.contact-content, .service-section {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.left-section {
    width: 50%;
}

.right-section img {
    line-height: 0;
    max-width: 100%;
    border-radius: 5px;
}

.image-container img {
    height: auto;
    border-radius: 5px;
}

.text-container {
    width: 50%;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
}

.img-text {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.text-section {
    width: 50%;
    text-align: justify;
}

.text-section h3 {
    color: #b8860b;
    font-size: 24px;
}

.text-section p {
    font-size: 20px;
    line-height: 1.2;
}

.text-section strong {
    color: #0056b3;
}

.image-section {
    width: 50%;
    border-radius: 5px;
  	text-align: center;
}

.image-section img {
   	width: 580px;
    height: 328px;
}

.faq-container {
    margin: auto;
}

.faq-container h3 {
    color: #b8860b;
    font-size: 24px;
}

.faq-section {
    margin-top: 20px;
}

.faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.faq-question {
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

.faq-answer {
    margin-top: 10px;
    display: none;
    color: #b8860b;
    font-size: 20px;
    background-color: #eeeeee;
    padding: 30px;
}

.faq-answer li {
    float: none;
    list-style: disc;
}

.FAQ-description {
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
}

/* Buttons */
.learn-more-btn {
    background-color: #8B7355;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 5px;
}

 .learn-btn {
    color: #b4975a;
    background-color: #b4975a4d;
    font-weight: bold;
    padding: 15px 45px;
    border-radius: 10px;
 }

.learn-more-btn:hover {
    background-color: #6A563D;
}

.pagetitle-button {
    display: flex;
    justify-content: space-evenly;
}

.learn-btn1 {
    color: #fff;
    background-color: #b4975a;
    font-weight: bold;
    padding: 15px 40px;
    margin-bottom: 24px;
    border-radius: 10px;
    height: 50px;
    width: auto;
}
.learn-btn {
    color: #b4975a;
    background-color: #b4975a4d;
    font-weight: bold;
    padding: 15px 45px;
    border-radius: 10px;
    height: 50px;
    width: 215px;
}
/* Footer */
.footer-fixed {
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    transition: position 0.3s ease;
    display: block;
    text-align: center;
    align-items: center;
    position: sticky;
    justify-content: center;
}

.footer-top {
    margin-top: 100px;
}

/* Carousel */
.carousel-container {
    overflow: hidden;
    position: relative;
    margin: auto;
}

.carousel-track, .carousel-track1 {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.card, .card1 {
    border-radius: 10px;
    padding: 6rem 30px;
    text-align: center;
    font-size: 20px;
    width: -webkit-fill-available;
    margin: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    line-height: 1.2;
}

.card {
    background: #eed9c0;
    color: #916024;
}

.card1 {
    background: #3f2929;
    color: #fff;
}

/* Slider */
.screenshot_slider_wrap {
    margin: 0 auto;
    position: relative;
    max-width: 1450px;
}

.screenshot_slider .owl-item .item {
    transform: scale(1);
    transition: transform 0.25s ease-in-out;
    margin: 50px 0;
}

.screenshot_slider .owl-item.center .item {
    transform: scale(1.1);
}

.screen_cont {
    border-radius: 15px;
    position: relative;
    height: 400px;
    overflow: hidden;
    perspective: 1000px;
}

.screen_cont img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faceA, .faceB {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    transition: transform 0.5s linear;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.faceA {
    background-color: rgba(40, 24, 20, 0.6);
    transform: perspective(600px) rotateY(0deg);
    flex-direction: column;
    padding: 20px;
}

.faceA .screen_detail {
    order: 1;
    margin-bottom: 20px;
}

.faceA img {
    order: 2;
    width: 80%;
    height: auto;
    max-height: 60%;
}

.faceB {
    background-color: #281814;
    transform: perspective(600px) rotateY(180deg);
    color: #fff;
    flex-direction: column;
}

.screen_detail {
    color: #fff;
}

.shot_title {
    font-size: 24px;
    margin-bottom: 20px;
}

.shot_content {
    font-size: 12px;
    line-height: 1.5;
}

.screen_nav {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.screen_navlist {
    width: 10px;
    height: 10px;
    background: #e1e1e1;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.screen_navlist.active {
    background: #333;
    outline: 2px solid #333;
    outline-offset: 5px;
}

.screen_cont.flipped .faceA {
    transform: perspective(600px) rotateY(-180deg);
}

.screen_cont.flipped .faceB {
    transform: perspective(600px) rotateY(0deg);
}
.Application-title, .contact-us{
color: #b8860b;
font-size: 24px;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.owl-prev {
    left: -50px; /* Position at the start of the carousel */
}

.owl-next {
    right: -50px; /* Position at the end of the carousel */
}

.owl-prev:hover,
.owl-next:hover {
    background: rgba(255, 255, 255, 1);
}

/* Style for the arrow images */
.owl-prev img,
.owl-next img {
    width: 30px; /* Adjust size as needed */
    height: auto; /* Adjust size as needed */
}
#referSection {
    margin: 30px;
    text-align: center;
}
.refersection {
    background-color: #f6f6f6;
}
.refer {
    text-align: center;
    color: #b8860b;
    font-size: 32px;
    margin: 20px auto;
}
.contact-description {
    font-size: 20px;
    color: #333;
    margin: 40px auto;
    text-align: center;
}
.referbtn {
    width: 223px;
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    margin-bottom: 20px;
}
.hidden-content {
display: none;
}
.toggle-link {
display: block;
text-decoration: none;
cursor: pointer;
margin-top: 10px;
text-align: center;
}
/* Media Queries */

@media (max-width: 767px) {
      .screenshot_slider .owl-item.center .item {
        transform: scale(1) !important;
    }
    .owl-prev {
    left: 10px !important;
    }
    .owl-next {
    right: auto !important;
    margin-left: 20.4rem !important;
}
   p.banner-description {
    text-align: justify;
    font-size: 24px;
    letter-spacing: 1px;
    margin: 20px auto;
}
	.pagetitle-button {
    flex-direction: column;
	}
    .text-section p {
        font-size: 24px;
        line-height: 1.2;
        text-align: justify;
    }

    .img-text {
        flex-direction: column;
    }

    .text-section {
        width: 100%;
    }

    .image-section {
        width: 100%;
        margin-top: 20px;
    }
	.image-section img {
    width: 100%;
    height: 100%;
}
  .content-wrapper img {
    width: 370px;
    height: 209px;
}
  .footer-top {
    margin-top: auto;
}
    .carousel-container {
        width: 100%;
    }

    .visibleMobile {
        display: block;
    }

    .card, .card1 {
        width: 220px;
        padding: 7rem 40px;
    }

    .sidephoto-wrapper {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .contact-content {
        flex-direction: column-reverse;
    }

    .text-container {
        width: 100%;
        margin-left: 0;
    }

    .service-section {
        flex-direction: column;
        padding: 0;
    }
   .learn-btn{
     	width: 100%;
        margin: 20px auto;
   }
  .learn-btn1 {
    width: 100%;
	}
}
@media(min-width: 992px) {
    .visibleBigscreen {
        display: block;
    }
}
@media (min-width: 1740px) {
    .pageBanner .bannerImg {
        height: auto;
        overflow: hidden;
    }
}
