.elementor-2616 .elementor-element.elementor-element-d68023c{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--overlay-opacity:1;--padding-top:120px;--padding-bottom:135px;--padding-left:100px;--padding-right:100px;--z-index:1;}.elementor-2616 .elementor-element.elementor-element-d68023c:not(.elementor-motion-effects-element-type-background), .elementor-2616 .elementor-element.elementor-element-d68023c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#005A69;}.elementor-2616 .elementor-element.elementor-element-d68023c::before, .elementor-2616 .elementor-element.elementor-element-d68023c > .elementor-background-video-container::before, .elementor-2616 .elementor-element.elementor-element-d68023c > .e-con-inner > .elementor-background-video-container::before, .elementor-2616 .elementor-element.elementor-element-d68023c > .elementor-background-slideshow::before, .elementor-2616 .elementor-element.elementor-element-d68023c > .e-con-inner > .elementor-background-slideshow::before, .elementor-2616 .elementor-element.elementor-element-d68023c > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://swishin.vc/wp-content/uploads/2025/07/Texturesv.webp");--background-overlay:'';}.elementor-2616 .elementor-element.elementor-element-102b325{--display:flex;--padding-top:100px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2616 .elementor-element.elementor-element-eb31638 .elementor-heading-title{font-family:"Tobias TRIAL", Sans-serif;font-size:24px;font-weight:500;line-height:25px;color:#FFFFFF;}.elementor-2616 .elementor-element.elementor-element-5f19c17{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2616 .elementor-element.elementor-element-5f19c17.e-con{--align-self:center;}.elementor-2616 .elementor-element.elementor-element-ac54be4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-2616 .elementor-element.elementor-element-d68023c{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:50px;--padding-bottom:80px;--padding-left:30px;--padding-right:30px;}.elementor-2616 .elementor-element.elementor-element-d68023c.e-con{--align-self:center;}.elementor-2616 .elementor-element.elementor-element-5f19c17{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-2616 .elementor-element.elementor-element-5f19c17.e-con{--align-self:center;}.elementor-2616 .elementor-element.elementor-element-ac54be4{--justify-content:center;}}/* Start custom CSS for container, class: .elementor-element-ac54be4 */.card-row{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5f19c17 */.swish-card {
    position: relative;
    width: 47vh;
    height: 47vh;
    padding: 2rem;
    text-align: center;
    align-content: center;
    color: #fff;
    box-sizing: border-box;
    overflow: visible;
    border: 1px solid #006779;
    }
@media (max-width: 767px) {
.swish-card {
    height: 55vh;
    }    
}
.swish-corner {
      position: absolute;
      width: 150px;
      height: 150px;
      pointer-events: none;
      z-index: 10;
    }

    .swish-line-h,
    .swish-line-v {
      position: absolute;
      background: linear-gradient(to right, #fff 50%, transparent 100%);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
    }

    .swish-line-h {
      height: 1px;
      width: 150px;
    }

    .swish-line-v {
      width: 1px;
      height: 150px;
      background: linear-gradient(to bottom, #fff 50%, transparent 100%);
      transform: scaleY(0);
      transform-origin: top;
      transition: transform 0.4s ease;
    }

    /* TOP-LEFT CORNER */
    .swish-corner.tl {
      top: 0;
      left: 0;
    }

    .swish-corner.tl .swish-line-h {
      top: 0;
      left: 0;
    }

    .swish-corner.tl .swish-line-v {
      top: 0;
      left: 0;
    }

    /* BOTTOM-RIGHT CORNER */
    .swish-corner.br {
      bottom: 0;
      right: 0;
    }

    .swish-corner.br .swish-line-h {
      bottom: 0;
      right: 0;
      transform-origin: right;
      background: linear-gradient(to left, #fff 50%, transparent 100%);
    }

    .swish-corner.br .swish-line-v {
      bottom: 0;
      right: 0;
      transform-origin: bottom;
      background: linear-gradient(to top, #fff 50%, transparent 100%);
    }

    /* Animate on hover */
    .swish-card:hover .swish-corner .swish-line-h {
      transform: scaleX(1);
    }

    .swish-card:hover .swish-corner .swish-line-v {
      transform: scaleY(1);
    }

.swish-card img{
    margin-bottom: 15px;
    width: 215px;
    transition: transform 0.3s ease;
}

.swish-card:hover img{
    transform: translateY(-20px) scale(0.92);
}


.swish-card p{
    transition: transform 0.3s ease;
}

.swish-card:hover p{
    transform: translateY(-20px) scale(0.92);
}
    /* Hover Button CTA */
    .cta {
    position: relative;
    display: flex
;
    justify-self: anchor-center;
    align-items: center;
    gap: 8px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .swish-card:hover .cta {
      opacity: 1;
      transform: translateY(0);
    }

    .cta-text {
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      font-family: "Figtree", Sans-serif;
      letter-spacing: 1px;
    }

    .cta-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    }

    .cta-icon svg {
      width: 10px;
      height: 10px;
      fill: #ffffff;
    }

    h2 {
      margin: 0 0 1rem;
    }

    p {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
    font-family: "Figtree", Sans-serif;
    line-height: 20px;
     opacity: 0.8;
    }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d68023c */.elementor-2616 .elementor-element.elementor-element-5f19c17.e-con{
            text-align: -webkit-center;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Tobias TRIAL';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://swishin.vc/wp-content/uploads/2025/07/TobiasTRIAL-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Tobias TRIAL';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://swishin.vc/wp-content/uploads/2025/07/TobiasTRIAL-ThinItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Tobias TRIAL';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://swishin.vc/wp-content/uploads/2025/07/TobiasTRIAL-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Tobias TRIAL';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://swishin.vc/wp-content/uploads/2025/07/TobiasTRIAL-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Tobias TRIAL';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://swishin.vc/wp-content/uploads/2025/07/TobiasTRIAL-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Tobias TRIAL';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://swishin.vc/wp-content/uploads/2025/07/TobiasTRIAL-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Tobias TRIAL';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://swishin.vc/wp-content/uploads/2025/07/TobiasTRIAL-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Tobias TRIAL';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://swishin.vc/wp-content/uploads/2025/07/TobiasTRIAL-RegularItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Tobias TRIAL';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://swishin.vc/wp-content/uploads/2025/07/TobiasTRIAL-Heavy.ttf') format('truetype');
}
@font-face {
	font-family: 'Tobias TRIAL';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://swishin.vc/wp-content/uploads/2025/07/TobiasTRIAL-HeavyItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Tobias TRIAL';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://swishin.vc/wp-content/uploads/2025/07/TobiasTRIAL-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Tobias TRIAL';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://swishin.vc/wp-content/uploads/2025/07/TobiasTRIAL-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Tobias TRIAL';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://swishin.vc/wp-content/uploads/2025/07/TobiasTRIAL-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Tobias TRIAL';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://swishin.vc/wp-content/uploads/2025/07/TobiasTRIAL-ExtraBoldItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */