.d-grid {
display: grid;
}

.media-image img {   
    border-radius: 12px;
}
.d-none {
display:none;
}
nav ul li a:focus, nav ul li a:focus-visible {
    outline: none;
}
.position-absolute {
position: absolute;   
}
.border-radius {
border-radius: 16px !important;
}
.mobile_slider {
    display: none;
}
.empty_p_none p:empty {
    display: none;
}
.style-1 a:focus, .style-1 a:focus-visible {
    outline: none;
}
.gap-12 {
gap: 12px;
display: flex;
}
.object-fit-cover img {
    object-fit: cover;
}
.w-img-100 img {
width: 100% !important;
}

.kt-blocks-accordion-header:focus {
outline: none !important;
}
.w-100 {
    width: 100% !important;
    margin: 0px !important;
    display: inline;
}

a.border-color-blue:after {
    background: #1D74E7 !important;
}
.position-relative {
position: relative;

}
.overflow-hidden {
overflow: hidden;
}
p:empty {
display: none;
}
.p-bottom-0 {
bottom: 0;
}
.grid-auto {
grid-template-columns: 1fr auto;
}
.align-items-end {
align-items: end;
}
.light-shadow, .layout_2 .media-card {
box-shadow: 0 4px 24px 18px #0000000A;
}

.hover-top {
transform: translateY(0px);
transition: all ease .6s;
}

.layout_2 .media-content {
    justify-content: unset;
}

.layout_2 a.media-read-more {
    margin-left: 0rem !important;
}

.hover-top:hover {
transform: translateY(-27px);
}
.card-outline-hover-bg {transition: all ease .6s; border: 1px solid transparent;}
.card-outline-hover-bg:hover {border: 1px solid #1d74e7;background: #1d74e70a !important;}

.mt-0 {
margin-top: 0;
}
a.wp-block-button__link {
position:relative;
}
a.wp-block-button__link:before {
content: '';
position: absolute;
width: 1px;
height: 20px;
background: #FFFFFF3D;
right: 38px;
}
.blog-featured .left-content {
max-width: 456px !important;
}
.hover-smalltop {
transition: all ease .6s;
}

.hover-smalltop:hover {
transform: translateY(-10px);
}
.btn-white a.wp-block-button__link:before {   
filter: brightness(0) !important;
}
.btn-white a.wp-block-button__link:after {  
filter: invert(1);
}
li::marker {
color: #1D74E7;
font-size: 18px;
}
.hover_text a {
transition:all ease .6s;
}
.hover_text a:hover {
color: #1D74E7 !important;
text-decoration: none;
}
.fixed-height img {
    height: 594px !important;
    object-fit: cover;
}
.kt-blocks-accordion-header {
border-bottom-left-radius: 16px !important;
border-bottom-right-radius: 16px !important;
}
.kt-blocks-accordion-header.kt-accordion-panel-active {
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}

/* Reset counter on accordion wrapper */
.kt-accordion-inner-wrap {
	counter-reset: faq-counter;
}

/* Increment counter for each accordion pane */
.kt-accordion-pane {
    counter-increment: faq-counter;
    box-shadow: 0px 7px 21.2px 0px #00000005;
}

/* Add counter before accordion title */
.kt-blocks-accordion-title::before {
    content: counter(faq-counter, decimal-leading-zero);
    font-weight: 600;
    margin-right: 8px;
    color: #191919;
    left: 33px !important;
    position: absolute;
}




.earth {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;

    /* Base gradient for 3D shading */
    background: radial-gradient(circle at 35% 35%, #0b3d91 40%, #02050d 100%);

    /* Inner and outer glow for depth */
    box-shadow: 
        inset 20px 20px 60px rgba(55, 182, 255, 0.6),  /* Inner light highlight */
        inset -10px -10px 40px rgba(0, 0, 0, 0.6),     /* Inner shadow for depth */
        0 0 30px rgba(0, 212, 255, 0.4),               /* Outer glow for atmosphere */
        -10px -10px 50px rgba(0, 0, 0, 0.5);          /* Slight edge shadow */

    /* Optional subtle 3D rotation effect using gradient */
    background-image: radial-gradient(circle at 30% 30%, #0b3d91 30%, #02050d 100%);

    z-index: 1;
}


/* ================= STAR LAYERS ================= */
.stars,
.stars-cross,
.stars-cross-aux {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

/* ================= STAR BASE ================= */
.star {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.8;
}

/* ================= BLINK ANIMATION ================= */
.blink {
  animation-name: blink;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0%   { opacity: 0.8; }
  50%  { opacity: 0; }
  100% { opacity: 0.8; }
}

/* ================= DEPTH VARIATION ================= */
.stars-cross .star {
  width: 3px;
  height: 3px;
  opacity: 0.6;
}

.stars-cross-aux .star {
  width: 1px;
  height: 1px;
  opacity: 0.5;
}

.w-100 img {
    width: 100%;
}
.d-grid {
    display: grid !important;
}
.grid-template-col-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gap-6x {
    gap: 24px;
}
.h-fixed figure img {
    height: 96px;
    object-fit: contain;
}
.radius-2x {
    border-radius: 8px;
    overflow: hidden;
}

.kt-accordion-panel-inner {
    padding-top: 0px !important;
}
.counter-hide span.kt-blocks-accordion-title:before {
    content: '';
}
.icon-dark a.wp-block-button__link:after {
    filter: invert(1);
}
.icon-dark a.wp-block-button__link:before {
    filter: invert(1);
}
.kt-blocks-accordion-icon-trigger {  
    height: 33px !important; 
    width: 33px !important; 
    min-width: 33px !important;    
}
.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:before {
    background-color: #fff;
    width: 20px !important;
    height: 3px !important;
    left: 7px !important;
    top: 15px !important;
}
.flex-property {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 24px;
}

.flex-property>div {
    flex: 0 0 calc(92%/5);
    margin: 12px 2% 12px 0px;
}

.flex-property>div:nth-child(5n) {
    margin-right: 0px;
}
.fixed-height-logo img {
    height: 96px;
    object-fit: contain !important;
    background: #fff;
}
.navgation_style li.wp-block-getwid-megamenu-item.gw-mm-item {
    text-transform: uppercase;
}

.navgation_style li.wp-block-getwid-megamenu-item.gw-mm-item a {
    text-decoration: none;
    line-height: 1.2;
    padding: 0px !important;
}
.navgation_style li.wp-block-getwid-megamenu-item.gw-mm-item + li.wp-block-getwid-megamenu-item.gw-mm-item {
    margin-left: 35px;
}

.navgation_style li.wp-block-getwid-megamenu-item.gw-mm-item a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease .6s;
}

.fix-whatsapp-size figure.wp-block-media-text__media {
    width: 28px;
    height: 28px;
}

.navgation_style li.wp-block-getwid-megamenu-item.gw-mm-item a:hover::after {
    width: 100%;
}
.table-header-bg tbody tr:first-child {
    background: #1D74E7 !important;
}
.style-block .wp-block-media-text__content {
    padding: 0;
}

.style-block {
    display: flex;
    align-items: center;
    gap: 14px;
}
.justify-content-spacebetween {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.media-content>p {
    margin: 0;
}
a.kt-tab-title:focus {
    outline: none !important;
}
.mega_menu_style a {
    text-decoration: none !important;
}
.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.gap-10 {
gap:10px;
}
.btn_center a {
    display: flex;
    justify-content: center;
}
.btn_center a::before {
    right: 80px;
}
.mega-link a, p.mega-link {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}
.v-hide {
    visibility: hidden !important;
}

.position-top img {
    object-position: top;
}

.flex-style a {
    text-decoration: none;
    display: flex;
    gap: 10px;
}
.text-center {
    text-align: center;
}
footer.wp-block-template-part {
    margin: 0;
}
#sp-wp-carousel-free-id-3983.sp-wpcp-3983 .swiper-button-prev i, #sp-wp-carousel-free-id-3983.sp-wpcp-3983 .swiper-button-next i {
    color: #fff !important;
}
.wpcp-prev-button,.wpcp-next-button {
    background: #1D74E7 !important;
    border-radius: 4px;
}
.wpcp-prev-button:focus-visible, .wpcp-next-button:focus-visible, .wpcp-prev-button:focus, .wpcp-next-button:focus, span.swiper-pagination-bullet:focus {
    outline: none;
}
li#tab-tab3 {
    display: none;
}
.wpcp-carousel-section .wpcp-single-item img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    box-shadow: none;
    aspect-ratio: 4/3;
    object-fit: cover;
}
.wpcp-carousel-section .wpcp-single-item img { 
    border-radius: 12px;
    over
}
 .wpcp-single-item {
    border: 1px none #dddddd;
    border-radius: 12px;
    overflow: hidden;
}

/* Full width wrapper */
.main_form_wrapper {
    width: 100%;
    margin: 0;
}

/* Group layout */
.main_form_wrapper .group {
    display: flex;
    gap: 20px;
    width: 100%;
}

/* Each column */
.main_form_wrapper .group > div {
    width: 100%;
}
.main_form_wrapper p {
    margin: 0;
}
/* Inputs & textarea */
.main_form_wrapper input, .main_form_wrapper textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
    background: #fff;
    margin-top: 4px;
}

/* Focus effect */
.main_form_wrapper input:focus,
.main_form_wrapper textarea:focus {
    border-color: #1d71b8;
    box-shadow: 0 0 0 2px rgba(29,113,184,0.15);
}

/* Textarea */
.main_form_wrapper textarea {
    height: 120px;
    resize: none;
}

/* File upload */
.main_form_wrapper input[type="file"] {
    border: 2px dashed #1d71b8;
    padding: 20px;
    background: rgba(29,113,184,0.05);
    cursor: pointer;
}

/* Submit button full width */
.main_form_wrapper input[type="submit"] {
    width: 100%;
    background: #1d71b8;
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.main_form_wrapper label {
    font-size: 14px;
    margin-bottom: 28px;
    display: block;
}

.main_form_wrapper input, .main_form_wrapper textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
    background: #fff;
    margin-top: 4px;
}

.main_form_wrapper br {
    display: none;
}

/* Hover */
.main_form_wrapper input[type="submit"]:hover {
    background: #155a94;
}

/* Remove unwanted paragraph spacing */
.form-submit p {
    margin: 0;
}

/* Full width button */
.form-submit input[type="submit"] {
    width: 100%;
    display: block;
    background: #1d74e7;
    color: #fff;
    border: none;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Hover effect */
.form-submit input[type="submit"]:hover {
    background: #155a94;
    transform: translateY(-2px);
}

/* Spinner alignment fix */
.form-submit .wpcf7-spinner {
    display: block;
    margin: 10px auto 0;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -22px;
    font-size: 12px;
}

span.wpcf7-spinner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.form-submit p {
    position: relative;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    font-size: 12px;
}

.wpcf7 textarea.apply-for-role {
    min-height: 90px !important;
    height: 90px !important;
}

.wpcf7 textarea.apply-for-role {
    min-height: 38px !important;
    height: 38px !important;
}

.page-id-3891 .wpcf7 textarea.apply-for-role {
    min-height: 90px !important;
    height: 90px !important;
}

/* Mobile */
@media (max-width: 480px) {
    .main_form_wrapper .group {
        flex-direction: column;
    }
}

.wpcf7-form-control-wrap {
    position: relative;
    display: flex;
}

header.wp-block-template-part {
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: all 0.3s ease;
}

.site-header.scrolled {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}



.scroll-progress {
  position: absolute;
  bottom: 0; /* or top: 0 if you want it above */
  left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, #1d74e7, #00c6ff);
  z-index: 9999;
  transition: width 0.1s ease;
}

/*27-march-2026*/
/* Remove underline from all breadcrumb links */
.yoast-breadcrumbs a {
    text-decoration: none !important;
}

/* Make only the first breadcrumb (Home) bold */
.yoast-breadcrumbs > span > span > a:first-child {
    font-weight: 700 !important;
}

/* Optional: keep hover clean */
.yoast-breadcrumbs a:hover {
    text-decoration: none !important;
 color: #1d74e7;
}
.yoast-breadcrumbs.color-white {
    color: #fff !important;
}

.col_2 .media-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.layout_2 .media-card {
    display: grid;
    grid-template-columns: 1fr 2fr;
    background: #fff;
    padding: 24px;
}
#sp-wp-carousel-free-id-4014.sp-wpcp-4014 .swiper-button-prev i:hover, #sp-wp-carousel-free-id-4014.sp-wpcp-4014 .swiper-button-next i:hover {
    color: #fff;
}

#sp-wp-carousel-free-id-4034.sp-wpcp-4034 .swiper-button-prev i:hover, #sp-wp-carousel-free-id-4034.sp-wpcp-4034 .swiper-button-next i:hover {
    color: #fff;
}
.grid-last-full {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px; /* optional spacing */
}

/* Target last item */
.grid-last-full > .wp-block-group:last-child {
    grid-column: 1 / -1; /* span full width */
}