:root {
    --white                 : #FFFFFF;
    --black                 : #010101;
    --lblue                 : #B5B1FF;
    --dblue                 : #1A222E;
    --dgrey                 : #0D1117;
    --grey                  : #485363;
    --lgrey                 : #D7DADD;
    --yellow                : #FFC600;
    --dyellow               : #cda004;
    --textSizeXXSmall       : 11px;
    --textSizeXSmall        : 12px;
    --textSizeSmall         : 14px;
    --textSizeStandard      : 16px;
    --textSizeLarge         : 20px;
    --textSizeXXLarge       : 48px;
}

.v2-content-main * {
    letter-spacing: 1px;
    font-weight: 400;
}

.v2-content-main *:not(.accordion-section .content-right *) {
    transition: all 0.3s linear;
}

.v2-content-main *::after,
.v2-content-main *::before {
    transition: all 0.3s linear;
}

.v2-content-main h1 {
    font-size: 48px;
    font-weight: 700;
}

.v2-content-main h1 * {
    font-weight: 700;
}

.v2-content-main h2 {
    font-size: 39px;
    font-weight: 700;
}

.v2-content-main h2 * {
    font-weight: 700;
}

.v2-content-main h3 {
    font-size: 31px;
    font-weight: 700;
}

.v2-content-main h3 * {
    font-weight: 700;
}

.v2-content-main h4 {
    font-size: 25px;
    font-weight: 700;
}

.v2-content-main h4 * {
    font-weight: 700;
}

.v2-content-main ul {
    list-style-type: disc;
    padding: 30px 0px 0px 25px;
}

.v2-content-main ul li {
    color: var(--white);
}

.v2-content-main ul.list-dashed {
    list-style-type: none;
    padding-left: 35px;
}

.v2-content-main ul.list-dashed li {
    position: relative;
}

.v2-content-main ul.list-dashed li:before {
    content: '';
    background-color: var(--grey);
    width: 23px;
    height: 1px;
    position: absolute;
    margin-left: -35px;
    color: var(--grey);
    top: 50%;
    transform: translateY(-50%);
}

.v2-content-main ul.list-dashed.white-dash li:before {
    background-color: var(--white);
}

.v2-content-main .list-tagline {
    margin: 30px 0 10px 0;
}

.v2-content-main p {
    color: var(--lgrey);
}

.v2-content-main .no-padding-top-bottom {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.v2-content-main .no-padding-left-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.v2-content-main .xxsmall-text {
    font-size: var(--textSizeXXSmall) !important;
}

.v2-content-main .xsmall-text {
    font-size: var(--textSizeXSmall) !important;
}

.v2-content-main .small-text {
    font-size: var(--textSizeSmall) !important;
    text-transform: uppercase !important;
}

.v2-content-main .large-text {
    font-size: var(--textSizeLarge) !important;
}

.v2-content-main .large-text-bold {
    font-size: var(--textSizeLarge) !important;
    font-weight: 700 !important;
}

.v2-content-main .xxlarge-text {
    font-size: var(--textSizeXXLarge);
    font-weight: 700 !important;
}

.v2-content-main .text-highlight {
    display: block;
}

.v2-content-main .text-highlight-reverse {
    display: inline;
}

.v2-content-main .heading {
    margin-bottom: 20px;
}

.v2-content-main .button {
    position: relative;
    display: block;
    min-width: 12rem;
    font-size: var(--textSizeStandard);
    font-weight: 700;
    padding: 15px;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.v2-content-main .button.btn-primary {
    color: var(--dblue);
    border: 1px solid var(--yellow);
    background-color: var(--yellow);
}

.v2-content-main .button.btn-primary:hover {
    background-color: var(--dyellow);
}

.v2-content-main .button.btn-secondary {
    color: var(--white);
    border: 1px solid var(--grey);
    background-color: var(--dblue);
}

.v2-content-main .button.virtual-tour-btn {
    max-width: 100%;
    border: 1px solid var(--white);
    padding: 20px;
    border-radius: 10px;
    color: var(--white);
    font-weight: 700;
    text-align: left;
}

.v2-content-main .button span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transform: translate(10px, 0);
    height: 14px;
}

.v2-content-main .button.virtual-tour-btn span {
    position: absolute;
}

.v2-content-main .button.virtual-tour-btn span {
    right: 40px;
}

.v2-content-main .button:hover span img {
    animation: arrow-slide 0.7s linear forwards; /* run once */
}

.v2-content-main .text-button {
    color: var(--white);
    font-weight: 700;
    position: relative;
    margin-top: 30px;
    padding-right: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--grey);
    cursor: pointer;
}

.v2-content-main .text-button a {
    display: block;
    color: var(--white);
    font-weight: 700;
}

.v2-content-main .text-button span {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    transform: translate(10px, 2px);
    right: 10px;
}

.v2-content-main .text-button:hover a {
    color: var(--white);
}

.v2-content-main .text-button:hover span img {
    animation: arrow-slide 0.7s linear forwards; /* run once */
}

.v2-content-main .find-out-more-button {
    display: block;
    width: 140px;
    color: var(--white);
    font-size: var(--textSizeStandard);
    font-weight: 400;
    padding: 30px 0px;
    position: relative;
    cursor: pointer;
}

.v2-content-main .find-out-more-button:hover {
    color: var(--white);
}

.v2-content-main .find-out-more-button span {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    transform: translate(10px, 2px);
    right: 10px;
}

.v2-content-main .find-out-more-button:hover span img {
    animation: arrow-slide 0.7s linear forwards; /* run once */
}

.v2-content-main .sticky-bar {
    display: none;
}

.v2-content-main .pro-container {
    max-width: 1400px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 30px;
}

.v2-content-main .text-white {
    color: var(--white);
}

.v2-content-main .text-darkblue {
    color: var(--dblue);
}

.v2-content-main .text-yellow {
    color: var(--yellow);
}


/*****************************************************/
/********************* Home Page *********************/
/*****************************************************/

.v2-content-main .home-page-wrapper {
    background-color: var(--dgrey);
}

/* Hero Video Section */
.v2-content-main .hero-video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.v2-content-main .video-slider {
    position: fixed;
    width: 100%;
    height: inherit;
    overflow: hidden;
}

.v2-content-main .slides {
    position: relative;
    display: flex;
    width: 100%;
    height: inherit;
}

.v2-content-main .slides .video-slide {
    width: 100%;
    height: inherit;
    flex-shrink: 0;
}

.v2-content-main .slides .video-slide video {
    width: 100%;
    height: inherit;
    object-fit: cover;
    flex-shrink: 0;
}

.v2-content-main .slides .video-slide::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        to top,
        rgba(13, 17, 24, 1) 0%,
        rgba(13, 17, 24, 0.5) 50%,
        rgba(13, 17, 24, 0) 100%
    );
    /* opacity: 0.7; */
}

.v2-content-main .home-page-wrapper .text-overlay {
    position: absolute;
    left: 0;
    bottom: 180px;
}

.v2-content-main .home-page-wrapper .text-overlay .content {
    display: flex;
    gap: 70px;
    align-items: flex-end;
}

.v2-content-main .home-page-wrapper .text-overlay .content .left {
    width: calc(70% - 70px);
}

.v2-content-main .home-page-wrapper .text-overlay .content .right {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.v2-content-main .progress-indicators {
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 45px;
    width: 100%;
}

.v2-content-main .progress-bar {
    flex: 1;
    height: 2px;
    background-color: var(--grey);
    overflow: hidden;
    border-radius: 2px;
}

.v2-content-main .progress-bar span {
    display: block;
    width: 0%;
    height: 100%;
    background-color: var(--yellow);
}

.v2-content-main .trustpilot-ratings {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 80px;
    width: 100%;
}

.v2-content-main .trustpilot-ratings .rating-img img {
    height: 18px;
}

.v2-content-main .scroll-section {
    position: relative;
    background-color: var(--dgrey);
    z-index: 1;
}

/* Text Section */
.v2-content-main .home-page-text-section {
    margin-top: -50px;
    background-color: var(--dgrey);
    position: relative;
    border-radius: 30px 30px 0 0;
}

.v2-content-main .text-section-wrapper {
    width: 70%;
    min-height: 800px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v2-content-main .inner-page-text-section .text-section-wrapper {
    min-height: 700px;
}

.v2-content-main .text-content p {
    margin-top: 40px;
}

.v2-content-main .lines-left-right {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
}

.v2-content-main .lines-left-right::before,
.v2-content-main .lines-left-right::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: var(--grey);
}

/* .v2-content-main .lines-left-right span {
    white-space: nowrap;
} */

/* Text & Image Section - Section 1 */
.v2-content-main .row {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px 30px 0 0;
}
.v2-content-main .row.section-1 { /* section 1 */
    margin-top: -30px;
    background-image: url('/wp-content/themes/giraffe360/giraffe_pro_cam/img/radial-bg.png');
    padding-bottom: 30px;
}
.v2-content-main .row.section-2 { /* section 2 */
    margin-top: -30px;
    background-image: url('/wp-content/themes/giraffe360/giraffe_pro_cam/img/gradient-bg-2.png');
    padding-bottom: 30px;
}
.v2-content-main .row.section-3 { /* section 3 */
    margin-top: -30px;
    background-image: url('/wp-content/themes/giraffe360/giraffe_pro_cam/img/gradient-bg-1.png');
    border-radius: 30px;
}
.v2-content-main .row.section-4 { /* section 4 */
    margin-top: 150px;
    background-image:
        linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)),
        url('/wp-content/themes/giraffe360/giraffe_pro_cam/img/spirals.png');
    background-size: cover, 60% 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: center, right 20%;
}

.v2-content-main .row .column-wrapper {
    display: flex;
    width: 100%;
}

.v2-content-main .row .item {
    flex: 1;
}

.v2-content-main .row .item.content {
    padding-top: 100px;
}

.v2-content-main .row.section-2 .item.content .text { /* for section 2 text */
    padding-left: 50px;
}

.v2-content-main .row.section-4 .item.img-container img { /* for section 4 image */
    margin-left: -100px;
}

/* Ratings and Testimonials */
.v2-content-main .testimonials {
    background-color: var(--dgrey);
    padding-top: 70px;
    color: #fff;
}

.v2-content-main .testimonials-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.v2-content-main .testimonials-header .highlight {
    color: #fac938;
}

.v2-content-main .testimonials-header h2 {
	color:#fff;
}

.v2-content-main .header-separator {
    flex-grow: 1;
    height: 2px;
    background-color: #485363;
    margin-left: 20px;
}

.v2-content-main .decorative-lines {
    position: absolute;
    top: -30px;
    left: -30px;
    opacity: 0.03;
    z-index: 1;
}

.v2-content-main .testimonials-inner-container {
    position: relative;
	background-image: linear-gradient(360deg, #0D1117, #1A222E);
    border-radius: 30px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
}

.v2-content-main .testimonials-left {
	width: 100%;
    max-width: 500px;
}

.v2-content-main .testimonials-left .rating i {
    color: #fac938;
    margin-right: 5px;
}

.v2-content-main .testimonials-left h3 {
	color: #fff;
    font-size: 31px;
    margin: 20px 0 10px;
}

.v2-content-main .testimonials-left p {
    margin: 0 0 20px;
    font-size: 1rem;
}

.v2-content-main .testimonials-left img {
	position: absolute;
	bottom: 30px;
    max-width: 114px;
    margin-top: 20px;
}

.v2-content-main .testimonials .testimonials-right {
	overflow: hidden;
	position: relative;
	margin-left: 30px;
}

.v2-content-main .owl-carousel .review {
    border-radius: 15px;
    padding: 20px 0;
	max-width: 500px;
    height: 350px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
	width:100%;
}

.v2-content-main .review-icon {
    font-size: 2rem;
    margin-right: 15px;
    color: #689f38;
	margin-top: -12px;
}

.v2-content-main .review-content {
    flex-grow: 1;
}

.v2-content-main .review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.v2-content-main .review-user {
    font-weight: bold;
}

.v2-content-main .review-date {
    color: #7a7f87;
    font-size: 0.9rem;
}

.v2-content-main .review-rating i {
    color: #fac938;
    margin-right: 5px;
}

.v2-content-main .review-text {
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    margin: 10px 0;
}

.v2-content-main .review-link {
    color: #fff;
    text-decoration: none;
}

.v2-content-main .reviews-scrollbar {
    height: 2px;
    background-color: #4a5362;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.v2-content-main .scrollbar-thumb {
    height: 2px;
    width: 50%;
    background-color: var(--yellow);
    position: absolute;
    left: 0;
    top: 0;
}

.v2-content-main .testimonials .fa-star {
	color: #FFC600;
}

.v2-content-main .review-text {
    max-height: 135px;
    overflow: hidden;
    position: relative;
}

.v2-content-main .review-link {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.v2-content-main .review-link:hover,
.v2-content-main .review-link:focus {
    color: #fff;
    text-decoration: none;
}

.v2-content-main .review-text.expanded {
    max-height: none;
    overflow: auto;
}

/* Logos Section */
.v2-content-main .logos-section {
	padding-top: 50px;
}

.v2-content-main .logo-slider-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 12px;
}

.v2-content-main .logo-slider {
    display: inline-flex;
    animation: scroll 200s linear infinite;
}

.v2-content-main .logo-slider-top {
    animation-direction: normal;
}

.v2-content-main .logo-item {
    flex: 0 0 auto;
    margin: 0 25px;
}

.v2-content-main .logo-item img {
    width: 180px;
    max-height: 100px;
}

/* Accordions */
.v2-content-main .accordion-section {
    padding-top: 70px;
}

.v2-content-main .accordion-section.faqs-section {
    background-color: var(--dgrey);
}

.v2-content-main .accordion-section .section-heading {
    width: 50%;
    position: relative;
    padding-right: 50px;
}

.v2-content-main .accordion-section .section-heading::after {
    content: "";
    height: 1px;
    background-color: var(--grey);
    position: absolute;
    width: 100%;
    right: -100%;
    top: 50%;
    margin-left: 20px;
}

.v2-content-main .custom-accordion .accordion-layout {
    display: grid;
    grid-template-columns: 38% 58%;
    gap: 4%;
}

.v2-content-main .custom-accordion.faqs-section .accordion-layout {
    grid-template-columns: 100%;
}

.v2-content-main .custom-accordion.f-50 .accordion-layout {
    padding-top: 50px;
    grid-template-columns: 54% 42%;
    gap: 4%;
}

.v2-content-main .custom-accordion .accordion-heading {
    padding-bottom: 100px;
    border-bottom: 1px solid var(--grey);
}

.v2-content-main .custom-accordion.faqs-section .accordion-heading {
    text-align: center;
    padding-bottom: 50px;
    border: none
}

.v2-content-main .custom-accordion .accordion-item {
    border-bottom: 1px solid var(--grey);
}

.v2-content-main .custom-accordion.faqs-section .accordion-item {
    padding: 30px;
}

.v2-content-main .custom-accordion.faqs-section .accordion-item.accordion-item-bg {
    background-color: var(--dblue);
    border-radius: 20px;
    border: none !important;
}

.v2-content-main .custom-accordion.full-width .accordion-layout {
    grid-template-columns: 100%
}

.v2-content-main .custom-accordion.full-width .accordion-item {
    border: none;
}

/* Remove bottom border for smoother visual separation */
.v2-content-main .custom-accordion.faqs-section .accordion-item.no-border-bottom {
  border: none !important;
}

/* .v2-content-main .custom-accordion .accordion-item:nth-of-type(2) {
    border-top: 1px solid var(--grey);
} */

.v2-content-main .custom-accordion.f-50 .accordion-item:nth-child(1) {
    border-top: 1px solid var(--grey);
}

.v2-content-main .custom-accordion.f-50 .accordion-item:nth-child(2) {
    border-top: none;
}

.v2-content-main .custom-accordion .accordion-item:hover {
    cursor: pointer;
}

.v2-content-main .custom-accordion .accordion-item .title {
    color: var(--white);
    position: relative;
    width: 90%;
    padding: 20px 0;
}

.v2-content-main .custom-accordion.faqs-section .accordion-item .title {
    padding: 0;
}

.v2-content-main .custom-accordion .accordion-item .title::after {
    content: url('/wp-content/themes/giraffe360/giraffe_pro_cam/img/dropdown-icon.png');
    font-family: FontAwesome;
    font-size: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
}

.v2-content-main .custom-accordion .accordion-item .title.animate::after {
    transform: rotate(180deg);
}

.v2-content-main .custom-accordion .accordion-item .description {
    display: none;
    padding-bottom: 30px; /* remove this if there is a link button in description */
}

.v2-content-main .custom-accordion.faqs-section .accordion-item .description {
    padding-top: 20px;
    width: 95%;
}

.v2-content-main .custom-accordion.f-50 .accordion-item .description {
    padding-bottom: 30px;
}

.v2-content-main .custom-accordion .content-left {
    position: relative;
    overflow: hidden;
}

.v2-content-main .custom-accordion .content-left .bg-contain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    opacity: 0;
    pointer-events: none;
}

.v2-content-main .custom-accordion .content-left .bg-contain.active {
    opacity: 1;
    pointer-events: all;
}

.v2-content-main .custom-accordion .content-right {
    padding: 30px 0;
}

.v2-content-main .custom-accordion.f-50 .content-right {
    padding: 60px 0 0 0;
}

/* Disclaimer Section */
.v2-content-main .disclaimer-section {
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
}

.v2-content-main .disclaimer-wrapper {
    max-width: 102rem;
    padding: 50px 1.3333333333rem;
    margin: 0 auto;
    display: flex;
    width: 100%;
    gap: 40px;
    align-items: center;
}

.v2-content-main .disclaimer-wrapper .logo img {
    width: 250px;
}


/*****************************************************/
/************ Inner Page - Content Studio ************/
/*****************************************************/
.v2-content-main .inner-page-wrapper {
    background-color: var(--dgrey);
}

/* Hero Section */
.v2-content-main .inner-page-hero {
    position: relative;
    height: 900px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat, no-repeat;
}

.v2-content-main .inner-page-hero.bg-1 {
    background-image:
    linear-gradient(to top, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%),
    url('/wp-content/themes/giraffe360/giraffe_pro_cam/img/pro-cam-header.jpg');
}

.v2-content-main .inner-page-hero.bg-2 {
    background-image:
    linear-gradient(to top, rgba(13, 17, 23, 1), rgba(13, 17, 23, 0)),
    url('/wp-content/themes/giraffe360/giraffe_pro_cam/img/content-studio-header.jpg');
}

.v2-content-main .inner-page-hero .pro-container {
    height: inherit;
}

.v2-content-main .inner-page-hero .text-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 200px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.v2-content-main .inner-page-hero .text-overlay .left {
    width: 45%;
}

.v2-content-main .inner-page-hero .text-overlay .right {
    width: 36%;
}

.v2-content-main .explore-more {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 120px;
}

.v2-content-main .explore-more-button {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
}

.v2-content-main .explore-more-button::before {
    content: "";
    flex: 1;
    height: 1px;
    background-color: var(--grey);
}

.v2-content-main .explore-more-button > span {
    white-space: nowrap;
}

.v2-content-main .explore-more-button a,
.v2-content-main .explore-more-button a:hover {
    color: var(--white);
}

.v2-content-main .explore-more-button img {
    transform: translate(4px, 7px);
}

/* Text & Video Section - video on left*/
.v2-content-main .text-vid-section.vid-left {
    /* min-height: 550px; */
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(26, 26, 26, 1) 100%
    );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 30px 30px;
    position: relative;
    z-index: 1;
}

.v2-content-main .text-vid-wrapper {
    display: flex;
    align-items: flex-start;
}

.v2-content-main .vid-on-left {
    flex: 1;
    position: relative;
}

.v2-content-main .video-wrapper {
    position: relative;
    border: 1px solid var(--grey);
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
}

.v2-content-main .video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
}

.v2-content-main .vid-text-on-right {
    flex: 1;
    padding-left: 150px;
}

.v2-content-main .vid-text-on-right .content {
    margin-bottom: 100px;
}

/* Text & Video Section - video card on right*/
.v2-content-main .text-vid-section.vid-right {
    margin-top: -30px;
    padding-top: 150px;
    background-color: var(--dgrey);
}

.v2-content-main .vid-text-on-left {
    flex: 0.8;
}

.v2-content-main .vid-on-right {
    flex: 1.2;
    position: relative;
}

.v2-content-main .vid-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 200px;
    position: relative;
}

.v2-content-main .vid-card-wrapper::before {
    content: '';
    position: absolute;
    width: calc(100% + 50px);
    height: 1px;
    left: 8%;
    top: 67px;
    background-color: var(--grey);
    z-index: 0;
}

.v2-content-main .vid-card-wrapper .video-wrapper {
    border: none;
}

.v2-content-main .vid-card-wrapper .item.vid-card,
.v2-content-main .vid-card-wrapper .item.img-card {
    position: relative;
    background-image: linear-gradient(to bottom, var(--black), var(--dblue));
    padding: 40px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
    border-radius: 30px;
    border: 1px solid var(--grey);
}

.v2-content-main .vid-card-wrapper .item .title,
.v2-content-main .vid-card-wrapper .item .description {
    padding: 0 20px;
}

.v2-content-main .vid-card-wrapper .img-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 30px;
}

.v2-content-main .vid-card-wrapper .img-wrapper img {
    width: 100%;
    display: block;
    border-radius: 30px;
    cursor: pointer;
}

.v2-content-main .expand-icon {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    z-index: 2;
}

.v2-content-main .expand-icon img {
    border-radius: 0 !important;
}

/* Lightbox styling */
.v2-content-main .lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
}

.v2-content-main .lightbox img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.v2-content-main .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    z-index: 1000;
}

/* technical specs section */
.v2-content-main .tech-specs-section {
    padding-top: 100px;
    background-color: var(--dgrey);
}

.v2-content-main .tech-specs-wrapper {
    padding: 100px 50px;
    border-radius: 30px;
    background-image:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0) 50%,
            rgba(26, 34, 46, 0.7) 100%
        ),
        url('/wp-content/themes/giraffe360/giraffe_pro_cam/img/tech-specs-bg.png');
    background-size: cover, 40%;
    background-position: center, bottom right;
    background-repeat: no-repeat, no-repeat;
}

.v2-content-main .tech-specs-wrapper .section-heading {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--grey);
}

.v2-content-main .specs-items-wrapper {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.v2-content-main .specs-items-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between;
}

.v2-content-main .specs-items-wrapper .row .item {
    min-width: 150px;
    box-sizing: border-box;
}

/* Text & Image Section - White Background */
.v2-content-main .white-bg-section {
    padding-top:  100px;
    background-color: var(--dgrey);
}

.v2-content-main .white-bg-section .content-wrapper {
    border-radius: 30px;
    background-image:
    url('/wp-content/themes/giraffe360/giraffe_pro_cam/img/spirals-faded.png'),
        linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(230, 230, 250, 1));    
    background-repeat: no-repeat, no-repeat;
    background-size: 45% 100%, cover;
    background-position: right 20%, center;
    display: flex;
    width: 100%;
    min-height: 460px;
}

.v2-content-main .white-bg-section .content-wrapper.reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
    background-image: linear-gradient(to bottom, var(--dblue), var(--lblue)); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.v2-content-main .white-bg-section .content-wrapper.reverse.dual-bg {
    background-image:
    url('/wp-content/themes/giraffe360/giraffe_pro_cam/img/spirals.png'),
    url('/wp-content/themes/giraffe360/giraffe_pro_cam/img/gradient-bg-1.png');
    background-repeat: no-repeat, no-repeat;
    background-size: 45% 70%, cover;
    background-position: right bottom, center;
}

.v2-content-main .white-bg-section .content-wrapper .left {
    width: 45%;
    display: flex;
    align-items: flex-end;
}

.v2-content-main .white-bg-section .content-wrapper .left img {
    height: 550px;
    margin-left: 50px;
}

.v2-content-main .white-bg-section .content-wrapper .right {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
    padding: 50px 40px 50px 0px;
}

.v2-content-main .white-bg-section.pro-cam-page .content-wrapper.reverse .left {
    padding-top: 50px;
}

.v2-content-main .white-bg-section .content-wrapper.reverse .right {
    justify-content: space-between;
    padding-left: 40px;
}

.v2-content-main .full-width-button {
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    background-color: var(--yellow);
}

.v2-content-main .full-width-button a {
    color: var(--dblue);
}

/* subscribe bar floating */
.subscribe-bar-floating {
    opacity: 0;
    pointer-events: none;
    width: 45%;
    margin: 0 auto;
    position: fixed;
    bottom: 5%;
    left: 0;
    right: 0;
    z-index: 99999;
}

.subscribe-bar-floating.show {
    opacity: 1;
    pointer-events: all;
}

.subscribe-bar-floating .bar-wrapper {
    display: flex;
    padding: 10px 10px 10px 30px;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(26, 34, 46, 0.4);
    border-radius: 50px;
    backdrop-filter: blur(60px);
}

.sticky-bar {
    display: none;
}

/*****************************************************/
/***************** All Mobile Layouts ****************/
/*****************************************************/

.text-img-section-mobile {
    display: none;
}


/*****************************************************/
/*************** Key Frame Animations ****************/
/*****************************************************/

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes arrow-slide {
    0% {
    transform: translate(0, 0);          /* start from current position */
    }
    50% {
    transform: translate(100%, -100%);       /* move out to the right and disappear */
    }
    51% {
    transform: translate(-100%, 100%);      /* reset outside left */
    }
    100% {
    transform: translate(0, 0);          /* move to visible area, end */
    }
}