.org-four-theme.org-four-text.hexagon-container-wrapper-a {
	width: 650px; /* Adjust width to accommodate gap */
	height: 600px; /* Adjust height to accommodate gap */
    text-align: center;
    margin: auto;
}
.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b {
	position:absolute; 
	top:0; 
	left:0; 
	right:0;  
	margin:auto; 
}
.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b,
.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
	width: 100%;
    height: 100%;
}

.hexagon-wrapper {
    position: relative;
}

.hexagon-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
}

.hexagon {
    position: relative;
    width: 120px;
    height: 69.28px;
    margin: 34.64px 0;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
	transform: scale(1);
    transition: transform 0.6s;
}

.hexagon.flipthis {
    transform: rotateY(180deg) scale(1);
}

.hexagon.flipthis.butthis {
    transform: rotateY(180deg) scale(1.5);
}

.hexagon-container:not(.butthis){
	z-index: 1;
}

.hexagon-container:has(.butthis){
	z-index: 999;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
}

.hexagon:before {
    bottom: 100%;
    border-bottom: 34.64px solid #003366;
}

.hexagon:after {
    top: 100%;
    width: 0;
}

.front,
.back {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #003366;
    display: flex;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
}

.front img,
.back img {
	width: 100%;
    height: auto;
}

.back {
    transform: rotateY(180deg);
}

/* Positioning Hexagons with 7px gap between all hexagons (vertical and horizontal) */
.hexagon-container:nth-child(1) {
    top: 0; /* Adjusted for vertical gap */
    left: 134px; /* Adjusted for gap */
}

.hexagon-container:nth-child(2) {
    top: 0; 
    left: 264px; 
}

.hexagon-container:nth-child(3) {
    top: 0;
    left: 394px; 
}

.hexagon-container:nth-child(4) {
    top: 115px; 
    left: 69px; 
}

.hexagon-container:nth-child(5) {
    top: 115px;
    left: 199px;
}

.hexagon-container:nth-child(6) {
    top: 115px;
    left: 329px;
}

.hexagon-container:nth-child(7) {
    top: 115px;
    left: 459px;
}

.hexagon-container:nth-child(8) {
    top: 230px; 
    left: 4px; 
}

.hexagon-container:nth-child(9) {
    top: 230px;
    left: 134px;
}

.hexagon-container:nth-child(10) {
    top: 230px;
    left: 264px;
}

.hexagon-container:nth-child(11) {
    top: 230px;
    left: 394px;
}

.hexagon-container:nth-child(12) {
    top: 230px;
    left: 524px;
}

.hexagon-container:nth-child(13) {
    top: 345px; 
    left: 69px; 
}

.hexagon-container:nth-child(14) {
    top: 345px;
    left: 199px;
}

.hexagon-container:nth-child(15) {
    top: 345px;
    left: 329px;
}

.hexagon-container:nth-child(16) {
    top: 345px;
    left: 459px;
}

.hexagon-container:nth-child(17) {
    top: 460px; 
    left: 134px; 
}

.hexagon-container:nth-child(18) {
    top: 460px;
    left: 264px;
}

.hexagon-container:nth-child(19) {
    top: 460px;
    left: 394px;
}

@media (min-width: 2000px) {
	.org-floating-arrow {
		margin-top: 10px;
	}
	#details-page.fadein {
		margin-top:-50px;
	}
	.org-four-theme.org-four-text.hexagon-container-wrapper-a {
		width: 650px; /* Adjust width to accommodate gap */
		height: 650px; /* Adjust height to accommodate gap */
		margin-top: 55px;
	}
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b {
		top:0; 
	}
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b,
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
		transform: scale(1.075);
	}
	.hexagon-container-description {
		margin-top: 40px;
		min-height: 150px;
	}
	.description h4 {
		font-size: 1.5vw !important;
		margin-bottom: 1vw !important;
	}
	.org-four-text-wrapper p {
		font-size: 1vw !important;
	}
}

@media (max-width: 2000px) {
	#details-page.fadein {
		margin-top: 0;
	}
	.org-four-theme.org-four-text.hexagon-container-wrapper-a {
        width: 650px;
        height: 600px;
        margin-top: -75px;
    }
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b {
		top:0; 
	}
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b,
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
		transform: scale(0.95);
	}
}

@media (max-width: 1920px) {
	#details-page.fadein {
        margin-top: -50px;
    }
	.org-four-theme.org-four-text.hexagon-container-wrapper-a {
        width: 550px;
        height: 430px;
        margin-top: 40px;
    }
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b, 
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
		transform: scale(.85);
        left: -30px;
        top: -30px;
	}
	.hexagon-container-description {
		margin-top: 40px;
		min-height: 150px;
	}
}

@media (max-width: 1680px) {
	#details-page.fadein {
        margin-top: -50px;
    }
	.org-four-theme.org-four-text.hexagon-container-wrapper-a {
        width: 450px;
        height: 400px;
        margin-top: -75px;
    }
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b, 
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
		transform: scale(0.82);
        left: -50px;
        top: 10px;
	}
	.hexagon-container-description {
		margin-top: 110px;
	}
	.org-four-text-wrapper {
		font-size: 22px !important;
	}
	.org-four-text-wrapper p {
		font-size: 16px !important;
	}
}
@media (max-width: 1440px) {
	#details-page.fadein {
        margin-top: -50px;
    }
	.org-four-theme.org-four-text.hexagon-container-wrapper-a {
        width: 400px;
        height: 350px;
        margin-top: -75px;
    }
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b, 
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
		transform: scale(0.80);
        left: -60px;
        top: 10px;
	}
	.hexagon-container-description {
		margin-top: 140px;
	}
}
@media (max-width: 1366px) {
	#details-page.fadein {
        margin-top: -70px;
    }
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b, 
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
		transform: scale(0.7);
        left: -50px;
        top: -5px;
	}
	.hexagon-container-description {
		margin-top: 50px;
	}
}
@media (max-width: 1280px) {
	#details-page.fadein {
        margin-top: -70px;
    }
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b, 
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
		transform: scale(0.68);
        left: -50px;
        top: -5px;
	}
	.hexagon-container-description {
		margin-top: 35px;
	}
}

@media (max-width: 1180px) and  (orientation: portrait){
	.org-four-theme.org-four-text.hexagon-container-wrapper-a {
		margin-top: 0px;
		scale: 1.8;
	}
	.org-four-text-wrapper .description h4 {
		font-size: 25px;
		line-height: 26px;
	}
	.org-four-text-wrapper .description p {
		font-size: 22px;
	}
	.hexagon-container-description {
		width: 90%;
		margin: auto;
        margin-top: 210px;
	}
}

@media (max-width: 600px) and (orientation: portrait){
    #details-page.fadein {
        margin-top: 10px;
	}
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b, 
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
        transform: scale(0.6);
        left: -40px;
        top: -25px;
    }
	.hexagon-container-description {
		width: 90%;
		margin-top: 50px;
	}
	.org-four-text-wrapper .description h4 {
		font-size: 20px;
		line-height: 20px;
	}
	.org-four-text-wrapper .description p {
		font-size: 16px;
	}
}

@media (max-width: 540px) and (orientation: portrait) {
	#details-page.fadein {
        margin-top: -30px;
    }
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b, 
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
        transform: scale(0.56);
        left: -36px;
        top: -30px;
    }
	.hexagon-container-description {
		margin-top: 5px;
	}
}

@media (max-width: 430px) and (orientation: portrait){
	#details-page.fadein {
        margin-top: 10px;
	}
	.org-four-theme.org-four-text.hexagon-container-wrapper-a {
		margin-top: 45px;
		scale: 1.75;
	}
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b, 
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
        transform: scale(0.6);
        left: -40px;
        top: -40px;
    }
	.hexagon-container-description {
		margin-top: 20px;
	}
}

@media (max-width: 414px) and (orientation: portrait) {
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b, 
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
        transform: scale(0.57);
        left: -40px;
        top: -48px;
    }
	.hexagon-container-description {
		margin-top: -45px;
	}
}

@media (max-width: 390px) and (orientation: portrait) {
	.org-four-theme.org-four-text.hexagon-container-wrapper-a {
		margin-top: 25px;
		scale: 1.55;
	}
}

@media (max-width: 375px) and (orientation: portrait) {
	#details-page.fadein {
        margin-top: -10px;
    }
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b, 
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
        transform: scale(0.55);
        left: -42px;
        top: -53px;
    }
	.hexagon-container-description {
        margin-top: -85px;
    }
}

@media (max-width: 360px) and (orientation: portrait) {
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b, 
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
        transform: scale(0.57);
        left: -48px;
        top: -48px;
    }
	.hexagon-container-description {
		margin-top: -55px;
	}
}
@media (max-width: 350px) and (orientation: portrait) {
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b, 
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
        transform: scale(0.56);
        left: -53px;
        top: -50px;
    }
}
@media (max-width: 340px) and (orientation: portrait) {
	#details-page.fadein {
        margin-top: -10px;
    }
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b, 
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
        transform: scale(0.53);
        left: -58px;
        top: -56px;
    }
	.hexagon-container-description {
        margin-top: -100px;
    }
	.org-four-text-wrapper .description h4 {
        font-size: 18px;
        line-height: 18px;
    }
	.org-four-text-wrapper .description p {
        font-size: 14px !important;
    }
}
@media (max-height: 670px) and (orientation: portrait) {
	#details-page.fadein {
        margin-top: -10px;
    }
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b, 
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
        transform: scale(0.53);
        left: -42px;
        top: -56px;
    }
	.hexagon-container-description {
        margin-top: -100px;
    }
}

@media (max-width: 320px) and (max-height: 670px) and (orientation: portrait) {
	#details-page.fadein {
        margin-top: -10px;
    }
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b, 
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
        transform: scale(0.50);
        left: -57px;
        top: -60px;
    }
	.hexagon-container-description {
        margin-top: -125px;
    }
}

@media (max-width: 320px) and (max-height: 620px) and (orientation: portrait) {
	#details-page.fadein {
        margin-top: -10px;
    }
	.org-four-theme.org-four-text.hexagon-container-wrapper-a {
        margin-top: 10px;
        scale: 1.45;
    }
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b, 
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
        transform: scale(0.48);
        left: -58px;
        top: -62px;
    }
	.hexagon-container-description {
        margin-top: -150px;
    }
}

@media (max-height: 430px) and (orientation: landscape) {
	#details-page.fadein {
        margin-top: -25px;
    }
	.org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b, .org-four-theme.org-four-text.hexagon-container-wrapper-a > .hexagon-container-wrapper-b > .hexagon-wrapper {
        transform: scale(0.5);
        left: -32px;
        top: -44px;
    }
	.hexagon-container-description {
        margin-top: -120px;
    }
	.org-four-text-wrapper {
        font-size: 18px !important;
		margin-bottom: 5px;
    }
	.org-four-text-wrapper p {
        font-size: 14px !important;
        width: 98%;
        margin: 0 auto !important;
    }
	.description h4, .description p {
		margin-bottom: 5px!important;
	}
}


@media (min-width: 768px){
	.hexagon-container-description {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}