/**
 * Theme Name:     Giddy Octopus
 * Author:         Stackful
 * Template:       hello-elementor
 * Text Domain:	   giddy-octopus
 * Description:    Custom Theme
 */

body.giddy{
    font-weight: 500;
    font-style: normal;
}

.giddy .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 400;
}

.site-header .site-navigation-toggle .site-navigation-toggle-icon {
    color: #fff !important;
}

.giddy .site-header:before {
    content: "";
    display: block;
    background-color: var(--e-global-color-primary);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom-right-radius: 0px;
    transition: all ease 0.6s;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.giddy .site-header .header-inner {
    z-index: 2;
}

.giddy.case-studies-template-default .site-header:before,.giddy.post-template-default .site-header:before,.giddy.error404 .site-header:before{
    width: 100%;
    transition: all ease 0.6s;
}

.giddy .site-header.stuck:before{
    width: 100%;
    border-bottom-right-radius: 100px;
    transition: all ease 0.6s;
}

.giddy .site-header .site-navigation ul.menu li a{
    position: relative;
    transition: all ease 0.6s;
}

.giddy .site-header .site-navigation ul.menu li a:after {
    content: "";
    background-color: var(--e-global-color-primary);
    display: block;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    width: 0%;
    transition: all ease 0.6s;
}

.giddy .site-header .site-navigation ul.menu li:last-child a{
    background-color: #1f31e0;
    color: #fff;
    border-radius: 20px;
}

.giddy .site-header .site-navigation ul.menu li:last-child a:after{
    display: none;
}

.giddy .site-header .site-navigation ul.menu li.current_page_item a:after{
    width: 100%;
    width: calc(100% - 30px);
    transition: all ease 0.6s;
}


@media (min-width:767px){
    .giddy .site-header .site-navigation ul.menu li a:hover:after{
        width: 100%;
        width: calc(100% - 30px);
        transition: all ease 0.6s;
    }

    .giddy .site-header .site-navigation ul.menu li:last-child a:hover{
        transform: scale(1.05);
        transition: all ease 0.6s;
    }
}

.giddy .site-header.stuck .site-navigation ul.menu li a,.giddy.case-studies-template-default .site-header .site-navigation ul.menu li a,.giddy.post-template-default .site-header .site-navigation ul.menu li a,.giddy.error404 .site-header .site-navigation ul.menu li a{
    color: #fff;
    transition: all ease 0.6s;
}

.giddy .site-header.stuck .site-navigation ul.menu li a:after,.giddy.case-studies-template-default .site-header .site-navigation ul.menu li a:after,.giddy.post-template-default .site-header .site-navigation ul.menu li a:after,.giddy.error404 .site-header .site-navigation ul.menu li a:after{
    background-color: #fff;
}

.giddy.admin-bar .site-header {
    top: 32px;
}

.giddy .site-header .site-branding .site-logo img{
    transition: all ease 0.6s;
}

.giddy .site-header.stuck .site-branding .site-logo img{
    width: 275px;
    max-width: 275px;
    transition: all ease 0.6s;
}

.giddy .headerBanner {
    overflow: hidden;
}

.giddy .contentContainer {
    width: 45%;
    position: relative !important;
    padding: 200px 0 350px;
}

.giddy .contentContainer:before{
    content: "";
    
}

.giddy .contentContainerSimple {
    background-color: var(--e-global-color-primary);
    padding: 40px 200px 40px 0;
    position: relative;
    border-radius: 30px;
    width: auto;
}

.giddy .contentContainerSimple:before{
    content: "";
    background-color: var(--e-global-color-primary);
    position: absolute;
    width: 3000px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-radius: 0 30px 30px 0;
    -webkit-box-shadow: 7px 7px 14px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 7px 7px 14px 0px rgba(0,0,0,0.3);
    box-shadow: 7px 7px 14px 0px rgba(0,0,0,0.3);
}

.giddy .contentContainerSimple h2{
    margin-bottom: 0;
    color: #fc56c5;
}

.giddy .contentContainerSimple h1 {
    margin-bottom: 0;
}

.giddy .contentContainer .bgDiv {
    background-color: var(--e-global-color-primary);
    position: absolute;
    top: 0;
    bottom: 350px;
    width: calc(100% + ((100vw - 1140px) / 2));
    right: 0;
    left: auto;
}

.giddy .contentContainer .bgDiv:after{
    content: "";
    background-image: url(https://www.giddyoctopus.co.uk/wp-content/uploads/2025/06/blue-overlay-bottom.png);
    position: absolute;
    bottom: -350px;
    right: -111px;
    left: 0;
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}

.giddy .contentContainer .bgDiv:before{
    content: "";
    background-image: url(https://www.giddyoctopus.co.uk/wp-content/uploads/2025/06/blue-overlay-side.png);
    width: 650px;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    top: 0;
    bottom: 200px;
    right: -649px;
    left: auto;
}

@media (max-width:1180px){
    .giddy .contentContainer {
        padding-left: 20px;
    }
}

@media (max-width:1160px){
    .giddy .contentContainer {
        width: 50%;
    }
}

@media (max-width:1140px){
    .giddy .contentContainer .bgDiv {
        width: calc(100% + 20px);
    }
}

@media (max-width:1024px){
    .giddy .contentContainer .bgDiv:after{
        right: -90px;
    }
}

@media (max-width:767px){
    .giddy .contentContainer {
        width: 60%;
    }
}

@media (max-width:650px){
    .giddy .contentContainer .bgDiv::before {
        display: none;
    }

    .giddy .contentContainer .bgDiv:after {
        right: 0;
    }

    .giddy .contentContainer {
        width: 80%;
        padding-right: 20px;
    }

    .giddy .contentContainerSimple {
        padding-right: 40px;
    }
}

@media (max-width:450px){
    .giddy .contentContainer{
        padding: 150px 20px 250px;
    }

    .giddy .contentContainer .bgDiv{
        bottom: 250px;
    }

}

.giddy .elementor-widget-button .elementor-button{
    transition: all ease 0.6s;
}

.giddy .elementor-widget-button.reverse .elementor-button {
    background-color: var(--e-global-color-primary);
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
}

.giddy .elementor-widget-button.reverse .elementor-button:hover {
    background-color: var(--e-global-color-accent);
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
}

.serviceCarousel {
   overflow: hidden;
   padding-bottom: 70px;
}

.serviceCarousel .slick-arrow {
    font-size: 0;
    border: 0;
    padding: 0;
    height: 50px;
    width: 50px;
    background-color: var(--e-global-color-accent);
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    transform: translateX(-50%);
}

.serviceCarousel .slick-arrow:before{
    content: "";
    height: 21px;
    width: 21px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: calc(50% - 10.5px);
    left: calc(50% - 10.5px);
}

.serviceCarousel .slick-arrow.slick-prev {
    left: calc(50% - 30px);
}

.serviceCarousel .slick-arrow.slick-prev:before{
    background-image: url(images/left-white-arrow.png);
}

.serviceCarousel .slick-arrow.slick-next {
    left: calc(50% + 30px);
}

.serviceCarousel .slick-arrow.slick-next:before{
    background-image: url(images/right-white-arrow.png);
}

.serviceCarousel .slick-track {
    display: flex;
    align-items: stretch;
    padding: 20px 0;
}

.serviceCard {
    margin:0 12.5px;
    padding: 40px;
    border-radius: 30px;
    -webkit-box-shadow: 7px 7px 14px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 7px 7px 14px 0px rgba(0,0,0,0.3);
    box-shadow: 7px 7px 14px 0px rgba(0,0,0,0.3);
    height: auto;
    transition: all ease 0.6s;
}

@media (max-width:767px){
    .serviceCard {
        padding: 20px;
        margin:0 7.5px;
    }
}

.serviceCard.slick-slide {
    height: auto;
}

@media (min-width:767px){
    .serviceCard:hover{
        transform: translateY(-10px);
        transition: all ease 0.6s;
    }
}

.serviceCard * {
    color: #fff;
}

.serviceCard.yellow * {
    color: #002542;
}

.serviceCard.navy {background-color: #002542;}
.serviceCard.pink {background-color: #fc56c5;}
.serviceCard.purple {background-color: #761fe0;}
.serviceCard.yellow {background-color: #f7c729;}

.serviceCard .cardHeading {
    margin-bottom: 40px;
}

.serviceCard .cardHeading span {
    font-style: italic;
    text-transform: uppercase;
    display: block;
    line-height: 21px;
    margin-bottom: 5px;
}

.serviceCard .cardHeading h3 {
    font-weight: 700;
    margin: 0;
    font-size: 30px;
    line-height: 40px;
}

@media (max-width:767px){
    .serviceCard .cardHeading h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

.serviceCard .cardbody p {
    line-height: 21px;
    margin: 0;
}

.serviceCard .cardFooter{
    margin-top: 40px;
}

.serviceCard .cardFooter .cardTags {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: left;
}

.serviceCard .cardFooter .cardTags li {
    list-style: none;
    padding: 0;
    margin: 0 10px 10px 0;
    display: inline-block;
    vertical-align: middle;
}

.serviceCard .cardFooter .cardTags li:last-child {
    margin-right: 0;
}

.serviceCard .cardFooter .cardTags li span {
    display: block;
    font-size: 16px;
    line-height: 21px;
    border-radius: 30px;
    padding: 12px 15px;
    border: 1px solid #fff;
    color: #fff;
}

@media (max-width:767px){
    .serviceCard .cardFooter .cardTags li span {
        font-size: 12px;
        line-height: 18px;
        padding: 12px 10px;
        text-align: center;
    }
}


.serviceCard.yellow .cardFooter .cardTags li span {
    border: 1px solid #002542;
    color: #002542;
}

.clientsBar {
    background: rgb(248,175,70);
    background: linear-gradient(90deg, rgba(248,175,70,1) 0%, rgba(252,86,196,1) 75%, rgba(217,72,203,1) 100%);
    background-size: 200% 200%;
    animation: OctoGradient 10s linear infinite;
    padding: 30px 0;
}

@-webkit-keyframes OctoGradient {
    0%,100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

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

    50% {
        background-position: 100% 50%
    }
}

.clientsBar .clientsItem {
    height: 60px;
    display: block;
}

.clientsBar .clientsItem img {
    max-height: 100%;
    margin: 0 auto;
    width: auto;
    transition: all ease 0.6s;
}

@media (min-width:767px){
    .clientsBar a.clientsItem:hover img{
        transform: scale(1.05);
        transition: all ease 0.6s;
    }
}

.caseGrid {
    text-align: center;
    font-size: 0;
    margin: -1% -1% 50px;
}

.caseGrid .gridCard {
    -webkit-box-shadow: 7px 7px 14px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 7px 7px 14px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 7px 7px 14px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 1%;
    overflow: hidden;
    transition: all ease 0.6s;
}

.caseGrid.allPosts .gridCard {
    width: 31.333%;
}

@media (max-width:1100px){
    .caseGrid {
        margin: -1% 0 50px;
    }

    .caseGrid.allPosts .gridCard {
        width: 48%;
    }
}

@media (max-width:767px){
    .caseGrid {
        text-align: center;
        margin: 0 0 50px;
    }

    .caseGrid .gridCard, .caseGrid.allPosts .gridCard {
        width: 98%;
    }
}

.caseGrid .gridCard .imgSrc{
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all ease 0.6s;
}

.caseGrid .gridCard:before{
    content: "";
    display: block;
    padding-bottom: 56.25%;
}

.caseGrid .gridCard:after{
    content: "";
    background: #002642;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.caseGrid .gridCard p {
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    padding: 0 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease 0.6s;
}

@media (min-width:767px){
    .caseGrid .gridCard:hover{
        border-radius: 30px 0 30px 0;
        transition: all ease 0.6s;
    }

    .caseGrid .gridCard:hover .imgSrc{
        transform: scale(1.1);
        transition: all ease 0.6s;
    }

    .caseGrid .gridCard:hover:after{
        opacity: 0.6;
        transition: all ease 0.6s;
    }

    .caseGrid .gridCard:hover p{
        top: 40%;
        transition: all ease 0.6s;
    }
}

.giddy-footer.site-footer {
    background-color: var(--e-global-color-primary);
    padding: 0;
}

.giddy-footer * {
    color: #fff;
}

.giddy-footer .footerTop {
    padding: 90px 0;
}

.formText {
    width: 40%;
}

.giddy-footer .formHolder {
    width: 40%;
}

.formHolder.full {
    width: 100%;
}



.formHolder .formRow {
    font-size: 0;
    margin: 0 -2%;
}

.formHolder .input {
    display: inline-block;
    vertical-align: top;
    margin: 2%;
    width: 96%;
}

.formHolder .input.half {
    width: 46%;
}

.formHolder .input.oneThird {
    width: 29.333%;
}

.formHolder .input.twoThird {
    width: 62.666%;
}

.formHolder .input.oneQuarter {
    width: 21%;
}

.formHolder .input.threeQuarter {
    width: 71%;
}

.formHolder input {
    font-size: 18px;
    line-height: 40px;
    padding: 0;
    padding-left: 10px;
    height: 40px;
    outline: none;
    border: 0;
    border-radius: 0;
    appearance: none;
    color: #002542;
    font-weight: 500;
}

.formHolder .input p {
    margin: 0;
}

.formHolder textarea {
    outline: none;
    border: 0;
    border-radius: 0;
    appearance: none;
    resize: none;
    font-size: 18px;
    line-height: 22px;
    color: #002542;
    font-weight: 500;
    padding: 10px;
}

::-webkit-input-placeholder {
	color: rgba(0,0,0,0.4);
	font-weight: 500;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0,0,0,0.4);
	font-weight: 500;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0,0,0,0.4);
	font-weight: 500;
}
:-ms-input-placeholder {
	color: rgba(0,0,0,0.4);
	font-weight: 500;
}

.formHolder .wpcf7-submit {
    background: rgba(217,72,203,1);
    background: linear-gradient(90deg, rgba(248,175,70,1) 0%, rgba(252,86,196,1) 75%, rgba(217,72,203,1) 100%);
    border-radius: 0;
    border: 0 !important;
    box-shadow: none;
    color: #002642;
    font-weight: 500;
    height: auto;
    width: 100%;
}

.formText p {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 30px;
}

.formText p:last-child {
    margin-bottom: 0;
}

.giddy-footer .footerMiddle .footer-inner {
    padding-top: 40px;
    padding-bottom: 20px;
    border-top: 1px solid #fff;
}

.site-footer.giddy-footer .site-logo {
    width: 35%;
    margin-right: 50px;
}

.menus {
    width: calc(60% - 50px);
    display: flex;
    justify-content: flex-end;
}

.menus p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 0;
    text-align: left;
}

.menus .menuHolder {
    margin-right: 95px;
}

.menus .menuHolder:last-child {
    margin-right: 0;
}

.footerNav {
    margin: 0;
    padding: 0;
    column-count: 2;
    column-gap: 80px;
}

.footerNav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footerNav li a {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin: 0;
    padding: 2.5px 0;
    text-align: left;
    transition: all ease 0.6s;
}

.footerNav li a:hover{
    color: #fc56c5;
    transition: all ease 0.6s;
}

.socialNav {
    margin: 10px 0 0;
    padding: 0;
    font-size: 0;
}

.socialNav li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 40px;
    display: inline-block;
    vertical-align: middle;
}

.socialNav li:last-child {
    margin: 0;
}

.socialNav li a {
    display: block;
    margin: 0;
    transition: all ease 0.6s;
}

.socialNav li a i {
    font-size: 34px;
    line-height: 1;
}

@media (min-width:767px){
    .socialNav li a:hover{
        transform: scale(1.2);
        transition: all ease 0.6s;
    }
}

.site-footer.giddy-footer .footerBottom {
    padding-bottom: 30px;
}

.site-footer.giddy-footer .footerBottom .footer-inner {
    justify-content: flex-end;
}

.footerBottom p {
    margin: 0;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

.footerBottom p a {
    color: inherit;
    line-height: inherit;
    transition: all ease 0.6s;
}

.footerBottom p a:hover{
    color: #fc56c5;
    transition: all ease 0.6s;
}

.site-header .header-inner, .site-footer.giddy-footer .footer-inner {
    max-width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1200px) {
    .site-header .header-inner, .site-footer.giddy-footer .footer-inner {
        max-width: 1140px !important;
        padding-left: 0;
        padding-right: 0;
    }
}

.movingGrad {
    background: rgb(248,175,70);
    background: linear-gradient(90deg, rgba(248,175,70,1) 0%, rgba(252,86,196,1) 75%, rgba(217,72,203,1) 100%);
    background-size: 200% 200%;
    animation: OctoGradient 10s linear infinite;
}

.giddy .elementor-posts .elementor-post__card {
    border-radius: 30px;
    -webkit-box-shadow: 7px 7px 14px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 7px 7px 14px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 7px 7px 14px 0px rgba(0, 0, 0, 0.3);
}

.giddy .elementor-posts .elementor-post__card .elementor-post__thumbnail__link {
    margin: 0;
    position: relative;
    z-index: 1;
}

.giddy .elementor-posts .elementor-post__card .elementor-post__text {
    order: 3;
    margin: 0 !important;
    padding: 20px !important;
}

.giddy .elementor-posts .elementor-post__card .elementor-post__title {
    color: var(--e-global-color-primary);
    margin: 0 0 10px;
    font-weight: 700;
}

.giddy .elementor-posts .elementor-post__card .elementor-post__title a{
    color: inherit;
    font-weight: inherit;
    display: block;
}

.giddy .elementor-posts .elementor-post__card .elementor-post__meta-data{
    order: 2;
    border: 0;
    padding: 10px 15px !important;
    position: relative;
    z-index: 2;
    text-align: left;
}

.giddy .elementor-posts .elementor-post__card .elementor-post__meta-data .elementor-post-date {
    color: var(--e-global-color-primary);
    font-weight: 700;
}

.giddy .elementor-posts .elementor-post__card .elementor-post__excerpt {
    margin-bottom: 0;
}

.giddy .elementor-posts .elementor-post__excerpt p {
    color: var(--e-global-color-primary);    
    font-weight: 400;
}

.giddy .elementor-pagination {
    margin-top: 20px;
}

.giddy .page-numbers {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    border: 1px solid var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    transition: all ease 0.6s;
}

.giddy .page-numbers.current {
    background: var(--e-global-color-primary);
    color: #fff;
    transition: all ease 0.6s;
}

.wpcf7-response-output {
    color: #fff;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

@media (max-width: 1160px) {
    .giddy .site-header .site-navigation ul.menu li a{
        color: #fff;
    }
}

@media (max-width: 1100px){
    .giddy-footer .formHolder,.formText {
        width: 50%;
    }
    .formText{
        padding-right: 20px;
    }
}

@media (max-width: 1024px){
    .hideBackgroundOnTablet {
        background: transparent !important;
    }
}

@media (max-width: 900px){
    .giddy-footer .footerTop{
        padding: 50px 0;
    }

    .formText{
        width: 100%;
        padding: 0;
    }
    .formText p {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .formHolder{
        width: 100%;
        margin-top: 20px;
    }

    .formHolder .formRow {
        margin: 0 -1%;
    }

    .formHolder .input{
        margin: 1%;
        width: 98%;
    }

    .formHolder .input.half {
        width: 48%;
    }

    .formHolder .input.threeQuarter {
        width: 98%;
    }

    .formHolder .input.oneQuarter {
        width: 98%;
    }

    .giddy-footer .footerMiddle .footer-inner {
        flex-direction: column;
    }

    .site-footer.giddy-footer .site-logo {
        width: 290px;
        margin: 0 auto 20px;
    }

    .menus {
        width: 100%;
    }

    .menus .menuHolder {
        width: 48%;
        margin-right: 2%;
    }

    .menus .menuHolder:last-child{
        text-align: right;
        padding-left: 20px;
    }

    .menus .menuHolder:last-child p{
        text-align: right;
    }

    .socialNav {
        text-align: right;
    }

    .socialNav li {
        margin-right: 20px;
    }
}

@media (max-width:767px){
    .giddy-footer .footerTop {
        padding: 50px 0;
    }
    .formText, .giddy-footer .formHolder {
        width: 100%;
    }

}

@media (max-width: 500px){
    .menus {
        display: block;
    }

    .menus .menuHolder {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .menus p,.menus .menuHolder:last-child p {
        text-align: center;
        margin-bottom: 10px;
    }

    .footerNav {
        column-gap: 40px;
        display: inline-block;
        vertical-align: top;
    }

    .menus .menuHolder:last-child {
        padding-left: 0;
        margin-top: 20px;
        text-align: center;
    }

    .socialNav {
        text-align: center;
    }

    .site-footer.giddy-footer .footerBottom .footer-inner {
        justify-content: center;
    }

}