.link,
body {
    position: relative;
    font-family: Hind, sans-serif;
}

.btn-theme,
p {
    line-height: 1.4;
}

.btn-theme.active.focus,
.btn-theme.active:focus,
.btn-theme.focus,
.btn-theme:active.focus,
.btn-theme:active:focus,
.btn-theme:focus,
:active,
:focus,
a,
a:active,
a:focus,
a:hover {
    outline: 0;
}

.link:after,
.pricing .pricing-list-item:before {
    width: 9px;
    height: 2px;
    content: " ";
}

.header .nav-item-child,
.link,
a,
body,
em,
h1,
h2,
h3,
h4,
h5,
h6,
li,
li a,
p,
span {
    font-family: Hind, sans-serif;
}

.link:after,
.pricing .pricing-list-item:before {
    content: "+";
}

.back-to-top:focus,
.back-to-top:hover,
.btn-theme.focus,
.btn-theme:focus,
.btn-theme:hover,
.content-wrapper-link,
.header .logo-wrap:focus,
.header .logo-wrap:hover,
a:active,
a:focus,
a:hover,
h1>a:focus,
h2>a:focus,
h3>a:focus,
h4>a:focus,
h5>a:focus,
h6>a:focus {
    text-decoration: none;
}



.back-to-top,
.carousel-title,
.header .nav-item-child,
.link {
    text-transform: uppercase;
}

html {
    overflow-x: hidden;
}

body,
html,
html a {
    -webkit-font-smoothing: antialiased;
}

p {
    font-size: 30px;
    font-weight: 400;
    color: black;
    margin-bottom: 15px;
}

.about p {
    text-align: justify;
}

em,
li,
li a {
    font-size: 16px;
    font-weight: 500;
    color: #515769;
}

a {
    color: #81848f;
}

a:active,
a:focus,
a:hover {
    color: #999caa;
}

.link {
    font-size: 13px;
    font-weight: 600;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

.link:after {
    position: absolute;
    right: -15px;
    color: #0077b6;
}

span {
    font-size: 14px;
    font-weight: 400;
    color: #bfc1c7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #0078b7;
    line-height: 1.4;
    margin: 0 0 15px;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: #515769;
}

h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
    color: #999caa;
    text-decoration: none;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

.accordion .panel-title,
h3,
h4 {
    font-size: 26px;
}

::selection {
    color: #fff;
    background: #03045e;
    text-shadow: none;
}

::-webkit-selection {
    color: #fff;
    background: #17bed2;
    text-shadow: none;
}

::-moz-selection {
    color: #fff;
    background: #17bed2;
    text-shadow: none;
}

.section-seperator {
    border-bottom: 1px solid #edf0f2;
}

.content-wrapper-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 3;
}

.accordion .panel-default {
    border: none;
    
}

.accordion .panel-heading {
    border-radius: 0;
}

.accordion .panel-default>.panel-heading {
    color: #515769;
    background: #fff;
    border: none;
    padding: 0;
}

.accordion .panel-title-child {
    display: block;
    padding: 30px;
}

.accordion .panel-group .panel+.panel {
    border-radius: 0;
    margin-top: 10px;
}

.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    font-size: 19px;
    border-top: none;
    padding: 0 30px 30px;
    margin-top: -1px;
}

.accordion .collapse.in,
.accordion [aria-expanded="true"] {
    color: #fff;
    background: #03045e;
}

/* =================================================================== */
/* HERO SECTION STYLES (Final Responsive Fix)                  */
/* =================================================================== */
.hero-section {
    background-color: #00234B;
    color: #fff;
    min-height: 100vh;
    padding: 10px 0;
    display: flex;
    align-items: center;
    width: 100%;
   
}

.hero-section .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 5px;
}

.hero-title {
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 70px;
    color: #fff !important;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    animation: sponsorFadeIn 0.8s ease-in-out;
    animation-delay: 0.3s;
    animation-fill-mode: both;
}

.hero-subtitle {
    font-size: 25px;
    line-height: 1.6;
    color: #c1ff72;
    max-width: 90%;
    font-weight: 400;
     font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    animation: sponsorFadeIn 0.8s ease-in-out;
    animation-delay: 0.3s;
    animation-fill-mode: both;
}

.hero-image {
    max-width: 100%;
    height: auto;
    animation: countdownFadeIn 0.8s ease-in-out;
    animation-delay: 0.7s;
    animation-fill-mode: both;
}

.hero-button {
    display: inline-block;
    margin-top: 30px;      /* Adds space above the button */
    background-color: #fff;
    color: #00234B;        /* Dark blue text to match the background */
    border-radius: 5px;   /* Creates the rounded pill shape */
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
    border: 2px solid #fff;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    animation: buttonFadeIn 0.8s ease-in-out;
    animation-delay: 1s;
    animation-fill-mode: both;
    font-size: 2.3rem;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

.hero-button:hover,
.hero-button:focus {
    background-color: transparent; /* Makes background see-through on hover */
    color: #fff;                   /* Makes text white on hover */
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}



@media (min-width: 992px) {
  .hero-image {
    max-width: 200%; /* On large screens, the image will be 1.5x its container's width */
    margin-left: -70px;
  }
}


@media (max-width: 991px) {
    .hero-section {
        min-height: auto;
        text-align: center; 
        margin-top: 50px;
    }
    .hero-subtitle {
        margin: 0 auto 40px auto;
        max-width: 100%;
    }
    .hero-section .row {
        flex-direction: column-reverse;
    }
     .hero-button {
       margin-bottom: 30px;   
       font-size: 1.5rem; 
    }
}


@media (max-width: 767px) {
    .hero-section {
        padding-left: 20px;   
        padding-right: 20px;
        margin-top: 70px;  
    }
    .hero-title {
        font-size: 40px; 
    }
    .hero-subtitle {
        font-size: 20px; 
    }

    .hero-button {
       margin-bottom: 30px;   
       font-size: 1.5rem; 
    }
}

.btn-theme {
    position: relative;
    display: inline-block;
    text-align: center;
    background-image: none;
    border-style: solid;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-theme:hover {
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-theme.active,
.btn-theme:active {
    background-image: none;
    outline: 0;
}

.btn-theme.disabled,
.btn-theme[disabled],
fieldset[disabled] .btn-theme {
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.65;
    pointer-events: none;
}

.btn-white-bg {
    color: #fff;
    background: #515769;
    border-color: transparent;
    border-width: 0;
}

.btn-white-bg.focus,
.btn-white-bg:focus,
.btn-white-bg:hover {
    color: #fff;
    background: #03045e;
    border-color: transparent;
}

.btn-white-brd {
    color: #fff;
    background: 0 0;
    border-color: #fff;
    border-width: 2px;
}

.btn-white-brd.focus,
.btn-white-brd:focus,
.btn-white-brd:hover {
    color: #515769;
    background: #03045e;
    border-color: #03045e;
}

.btn-default-bg {
    color: #515769;
    background: #f3f4f5;
    border-color: transparent;
    border-width: 0;
}

.btn-default-bg.focus,
.btn-default-bg:focus,
.btn-default-bg:hover {
    color: #fff;
    background: #03045e;
    border-color: transparent;
}

.btn-theme-sm {
    font-size: 19px;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 5px;
}

.service {
    background: #fff;
    padding: 50px;
}

.service .service-element,
.service .service-info {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.service .service-icon {
    display: block;
    font-size: 45px;
    color: #999caa;
    margin-bottom: 30px;
}

.service:hover .service-element {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.service:hover .service-info {
    -webkit-transform: translate3d(0, -30%, 0);
    -moz-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work {
    position: relative;
    display: block;
}

.work .work-overlay {
    position: relative;
    cursor: pointer;
}

.work .work-overlay:before {
    position: absolute;
    background: 0 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    left: 0;
}

.work .work-overlay::after {
    content: attr(data-caption);   /* caption text */
    position: absolute;
    inset: 0;                             /* stretch to full overlay */
    display: flex;
    text-decoration: underline;
    align-items: end;                  /* centre vertically */
    justify-content: center;             /* centre horizontally */
    color: #0d1b69;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    opacity: 1;                           /* start hidden */
    transition: opacity .3s ease;
    pointer-events: none;
    bottom: 5px;
}  
/* 
.work:hover .work-overlay::after {
    opacity: 1;
} */

.work:hover .work-overlay:before {
    background: rgba(0, 0, 0, 0.5);
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work .work-popup-overlay {
    position: fixed;
    right: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
    background: rgba(81, 87, 105, 0.4);
    top: 0;
    width: 100%;
    height: 100%;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    left: 0;
}

.work .work-popup-overlay-show {
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work .work-popup-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 730px;
    height: auto;
    display: block;
    background: #fff;
    padding: 30px;
    margin: 0 auto;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.work .work-popup-content-divider {
    border-right: 1px solid #cdcecf;
}

@media (max-width: 768px) {
    .work .work-popup-content {
        width: 95%;
    }

    .work .work-popup-content-divider {
        border-right: none;
        border-bottom: 1px solid #cdcecf;
    }
}

.work .work-popup-close {
    float: right;
    font-size: 13px;
    font-weight: 700;
    color: #c5c6cb;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work .work-popup-close:hover {
    color: #aaacb3;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work .work-popup-tag {
    margin: 0;
}

.work .work-popup-tag-item {
    padding: 0 2px;
}

.work .work-popup-tag-link {
    font-size: 13px;
}

/* .footer .footer-logo {
    width: 100px;
    height: auto;
}
.footer .footer-list {
    margin-bottom: 0;
}
.footer .footer-list-item {
    color: #777984;
    margin-bottom: 15px;
}
.footer .footer-list-item:last-child,
.header .navbar {
    margin-bottom: 0;
} */

/* Footer Base */
.footer {
    position: relative;
    color: #03045e;
    background: #fafafa;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
}

/* --- Logos --- */
.footer-brand {
    display: flex;
    flex-direction: column; /* stack vertically */
    align-items: flex-start;
}

.footer-logo {
    height: auto;
    transition: all 0.3s ease;
    cursor: pointer;
}

.footer-logo.main-logo {
    width: 170px;
    margin-bottom: 8px;
}

.footer-logo.small-logo {
    width: 120px;
    margin-left: 20px; /* shifted slightly */
    opacity: 0.95;
}

.footer-logo:hover {
    transform: scale(1.05);
    opacity: 0.8;
}

/* --- Footer Links --- */
.footer-links {
    display: flex;
    gap: 146px; /* space between the two lists */
    justify-content: flex-end;
}

.footer .footer-list {
    margin-bottom: 0;
}

.footer .footer-list-item {
    color: #555;
    margin-bottom: 15px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.footer .footer-list-item:last-child {
    margin-bottom: 0;
}

.footer .footer-list-item a {
    color: #03045e;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.footer .footer-list-item a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #03045e;
    transition: width 0.3s ease;
}

.footer .footer-list-item a:hover {
    color: #03045e;
    transform: translateX(5px);
}

.footer .footer-list-item a:hover::before {
    width: 100%;
}

/* --- Padding --- */
.footer .content-md {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* --- Mobile Responsive --- */
@media (max-width: 768px) {
    .footer {
        padding: 40px 0 30px;
    }

    .footer-logo.main-logo {
        width: 130px;
    }

    .footer-logo.small-logo {
        width: 90px;
        margin-left: 15px;
    }

    .footer-links {
        flex-direction: column;
        gap: 20px;
        align-items: center; /* lists under logos on mobile */
        margin-top: 20px;
    }

    .footer .footer-list {
        text-align: center; /* center text inside */
        margin: 0; /* reset margins */
    }

    .footer-links .me-5 {
        margin-right: 0 !important; /* remove bootstrap spacing */
    }

    .footer .footer-list-item {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .footer-brand{
        align-items: center;
    }
}



.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

.header .navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    background-color: white;
}

.header .navbar-toggle {
    width: 25px;
    height: 25px;
    border: none;
    padding: 0;
    margin: 35px 0;
}

.header .navbar-toggle .toggle-icon {
    position: relative;
    width: 21px;
    height: 1px;
    display: inline-block;
    background: #515769;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after,
.header .navbar-toggle .toggle-icon:before {
    position: absolute;
    left: 0;
    background: #515769;
    content: " ";
}

.header .navbar-toggle:hover .toggle-icon,
.header .navbar-toggle:hover .toggle-icon:after,
.header .navbar-toggle:hover .toggle-icon:before {
    background: #17bed2;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:before {
    width: 10px;
    height: 1px;
    bottom: 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after {
    width: 16px;
    height: 1px;
    top: -5px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon:after,
.header .navbar-toggle:hover .toggle-icon:before {
    width: 21px;
    height: 1px;
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
    background: rgba(81, 87, 105, 0);
}

.header .logo {
    width: 150px;
    height: 150px;
    float: left;
    max-height: 95px;
    line-height: 65px;
}

.header .logo-wrap {
    display: inline-block;
    padding: 15px 0;
}

.header .logo-img {
    display: inline-block;
    width: 150px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.header .logo-img-main {
    display: inline-block;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .logo-img-active {
    display: none;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item,
.header .nav-item-child {
    display: block;
    position: relative;
}

.header .navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.header .nav-item:last-child .nav-item-child {
    padding-right: 0;
}

.header .nav-item .nav-item-hover.active:after,
.header .nav-item:hover .nav-item-hover:after {
    opacity: 1;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top,
.header .nav-item-hover:after {
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-child {
    font-size: 16px;
    font-weight: 700;
    color: #03045e;
    letter-spacing: 0.02em;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    line-height: 55px;
    padding: 20px;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-child:focus,
.header .nav-item-child:hover {
    background: 0 0;
}

.header .nav-item-hover {
    position: relative;
}

.header .nav-item-child:hover,
.page-on-scroll .header .nav-item-child:hover {
    color: #03045e;
    transition-duration: 0.4s;
}

.header .nav li.active .nav-item-child {
    color: #03045e;
}

@media (max-width: 991px) {
    .header {
        background: #fff;
    }

    .header .navbar-toggle {
        display: block;
    }

    .header .navbar-collapse.collapse {
        display: none !important;
    }

    .header .navbar-collapse.collapse.in {
        display: block !important;
    }

    .header .nav-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .header .navbar-nav {
        margin: 0;
        float: none;
    }

    .header .navbar-nav .nav-item {
        float: none;
    }

    .header .menu-container:after,
    .header .menu-container:before {
        content: " ";
        display: table;
    }

    .header .menu-container:after {
        clear: both;
    }

    .header .logo .logo-img-main {
        display: none;
    }

    .header .logo .logo-img-active {
        display: inline-block;
    }

    .header .nav-item-child {
        color: #515769;
        line-height: 1.4;
        padding: 12px 12px 12px 15px;
    }

    .header .nav-item-hover:after {
        position: absolute;
        top: 19px;
    }
}

@media (max-width: 767px) {
    .header .menu-container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0;
    }

    .header .navbar>.container,
    .header .navbar>.container>.nav-collapse {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .header .navbar>.container {
        width: auto;
    }
}

@media (min-width: 992px) {
    .header .navbar-nav-right {
        float: right;
    }

    .page-on-scroll .header .navbar {
        background: #fff;
        border-bottom-color: #f0f0f0;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }

    .page-on-scroll .header .logo-img-active,
    .page-on-scroll .header .logo-img-main {
        transition-duration: 0.4s;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }

    .page-on-scroll .header .logo-img-main {
        display: none;
    }

    .page-on-scroll .header .logo-img-active {
        display: inline-block;
    }

    .page-on-scroll .header .nav-item-child {
        color: #515769;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }
}

/* ******************* ZOHOLICS BANNER ******************* */
.zoholics-banner-container {
    position: relative;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    width: 100%;
    margin: 60px auto;
}

.zoholics-decorative-border {
    display: flex;
    position: absolute;
    z-index: 1;
}

.zoholics-top-border {
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    justify-content: space-around;
    align-items: center;
}

.zoholics-bottom-border {
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    justify-content: space-around;
    align-items: center;
}

.zoholics-left-border {
    left: 0;
    top: 80px;
    bottom: 80px;
    width: 80px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.zoholics-right-border {
    right: 0;
    top: 80px;
    bottom: 80px;
    width: 80px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.zoholics-main-content {
    padding: 220px 0 150px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.zoholics-header-image {
    margin: 10px;
    text-align: center;
}

.zoholics-banner-image {
    max-width: 25%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.zoholics-countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.zoholics-time-unit {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px 15px;
    min-width: 80px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.zoholics-time-unit:hover {
    border-color: #03045e;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.zoholics-countdown-number {
    font-size: 36px;
    font-weight: 800;
    color: #333;
    line-height: 1;
    margin-bottom: 8px;
    font-family: 'Hind', sans-serif;
}

.zoholics-countdown-label {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;
}

.zoholics-cta-button {
    background: #03045e !important;
    color: white !important;
    border: none !important;
    padding: 18px 40px !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(34, 38, 255, 0.3);
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;

}

.zoholics-cta-button:hover,
.zoholics-cta-button:focus {
    background: #0c0e94 !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(42, 38, 255, 0.4);
    text-decoration: none !important;
}

.zoholics-ticket-button {
    background: #ff3333 !important;
    color: white !important;
    border: none !important;
    padding: 18px 40px !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 34, 34, 0.3);
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;

}

.zoholics-buttons-container button {
    min-width: 220px; /* ensures both buttons equal */
}

.zoholics-ticket-button:hover,
.zoholics-ticket-button:focus {
    background: #ff5555 !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255, 38, 38, 0.4);
    text-decoration: none !important;
}

.zoholics-sponsor-text {
    margin-bottom: 20px;
    text-align: center;
    animation: sponsorFadeIn 0.8s ease-in-out;
    animation-delay: 0.3s;
    animation-fill-mode: both;
}

.zoholics-sponsor-text p {
    font-size: 50px;
    font-weight: 600;
    color: #515769;
    margin-bottom: 0;
    font-family: 'Hind', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.zoholics-time-unit {
    animation: countdownFadeIn 0.8s ease-in-out;
    animation-delay: 0.7s;
    animation-fill-mode: both;
}

.zoholics-cta-button, .zoholics-discount-label {
    animation: buttonFadeIn 0.8s ease-in-out;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.zoholics-banner-image {
    animation: sponsorFadeIn 0.8s ease-in-out;
    animation-delay: 1s;
    animation-fill-mode: both;
}


.zoholics-ticket-button {
    animation: buttonFadeIn 0.8s ease-in-out;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.zoholics-buttons-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin: 20px 0;
}

.zoholics-contact-section{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.zoholics-discount-label {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 15px 0 15px 0;
    font-style: italic;
}

/* Mobile (stack vertically) */
@media (max-width: 768px) {
    .zoholics-buttons-container {
        flex-direction: column;
        align-items: center; /* Center them */
    }

    .zoholics-buttons-container button {
        width: 100%;        /* Optional: make buttons full width */
        max-width: 200px;   /* Optional: control size */
        text-align: center;
        height: 59px;
    }
}


@keyframes sponsorFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes countdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes buttonFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive design for tablets */
@media (max-width: 992px) {
    .zoholics-main-content {
        padding: 100px 0 152px 0;
    }

    .zoholics-banner-image {
        max-width: 50%;
    }

    .zoholics-countdown {
        gap: 15px;
    }

    .zoholics-time-unit {
        min-width: 75px;
        padding: 18px 12px;
    }

    .zoholics-countdown-number {
        font-size: 32px;
    }

    .zoholics-sponsor-text {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .zoholics-banner-container {
        margin: 30px auto;
    }

    .zoholics-main-content {
        padding: 40px 0 108px 0;
    }

    .zoholics-header-image {
        margin-bottom: 30px;
    }

    .zoholics-banner-image {
        max-width: 70%;
    }

    .zoholics-countdown {
        flex-wrap: wrap;
        gap: 15px;
    }

    .zoholics-time-unit {
        min-width: 70px;
        padding: 15px 10px;
    }

    .zoholics-countdown-number {
        font-size: 28px;
    }

    .zoholics-countdown-label {
        font-size: 11px;
    }

    .zoholics-decorative-border {
        display: none;
    }

    .zoholics-sponsor-text p {
        font-size: 30px;
        letter-spacing: 0.5px;
    }

    .zoholics-sponsor-text {
        margin-top: 100px;
    }
}

@media (max-width: 480px) {
    .zoholics-header-image {
        margin-bottom: 20px;
    }

    .zoholics-banner-image {
        max-width: 70%;
    }

    .zoholics-countdown {
        gap: 10px;
    }

    .zoholics-time-unit {
        min-width: 60px;
        padding: 12px 8px;
    }

    .zoholics-countdown-number {
        font-size: 24px;
    }

    .zoholics-countdown-label {
        font-size: 10px;
    }

    .zoholics-cta-button {
        padding: 15px 30px !important;
        font-size: 14px !important;
    }

    .zoholics-sponsor-text p {
        font-size: 25px;
    }

    .zoholics-sponsor-text {
        margin-top: 100px;
    }
}

/* Contact Section - Center Left Column Content */
.contact-section-row {
    min-height: 800px;
    display: flex;
    align-items: stretch;
}

.contact-left-centered {
    display: flex !important;
    justify-content: center !important;
    /* align-items: center !important; */
    padding: 40px 20px;
}

.contact-info-wrapper {
    width: 100%;
    max-width: 400px;
    text-align: center;
}

/* Enhanced Contact Info Styling */
.contact-info-item {
    background: #f8f9fa;
    padding: 30px 25px;
    border-radius: 12px;
    margin-bottom: 25px;
    /* border-left: 4px solid #03045e; */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.contact-info-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-info-item h3 {
    color: #515769;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
}

.contact-info-item h3 i {
    color: #03045e;
}

.contact-info-item p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.contact-list {
    padding-left: 0;
    margin-bottom: 0;
}

.contact-list li {
    margin-bottom: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #81848f;
}

.contact-list li i {
    flex-shrink: 0;
    margin-right: 10px;
    color: #0077b6;
}

/* Form Container Adjustments */
.contact-form-container {
    background: #fff;
    /* padding: 30px; */
    border-radius: 12px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-form-wrapper {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
}

.contact-form-wrapper iframe {
    height: 736px !important;
    width: 100% !important;
    border: none !important;
    overflow: hidden !important;
}

@media (max-width: 1199px) {
    .contact-form-wrapper iframe {
        height: 736px !important;
    }
}


/* Responsive Design */
@media (max-width: 991px) {
    .contact-section-row {
        min-height: auto;
        flex-direction: column;
    }

    .contact-left-centered {
        padding: 30px 15px;
        min-height: 400px;
    }

    .contact-form-container {
        margin-top: 30px;
    }

    .contact-form-wrapper iframe {
        height: 736px !important;
    }
}

@media (max-width: 768px) {
    .contact-left-centered {
        padding: 20px 15px;
        min-height: 300px;
    }

    .contact-info-item {
        padding: 25px 20px;
        margin-bottom: 20px;
    }

    .contact-info-item h3 {
        font-size: 18px;
    }

    .contact-form-wrapper iframe {
        height: 736px !important;
    }
}

@media (max-width: 480px) {
    .contact-left-centered {
        padding: 15px 10px;
    }

    .contact-info-item {
        padding: 20px 15px;
    }

    .contact-info-item h3 {
        font-size: 16px;
    }

    .contact-form-wrapper iframe {
        height: 736px !important;
    }

}

/* ******************* GENERAL STYLES ******************* */
.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    z-index: 9;
    width: 40px;
    height: 40px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 3;
    letter-spacing: 1px;
    background: #515769;
    border-radius: 3px;
    visibility: hidden;
    padding: 5px;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    transition-duration: 0.3s;
}

.back-to-top:hover {
    color: #fff;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible {
    visibility: visible;
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
    opacity: 1;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.swiper-clients-img {
    display: block;
    width: 227px;
    height: 120px;
    margin: 0 auto;
    opacity: 1;
    cursor: pointer;
    object-fit: contain;
    object-position: center;
    background: #fff;
    transition: all 0.3s ease;
    max-width: 300px;
    max-height: 80px;
}

.swiper-clients-img:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

.swiper-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.form-control {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #a6a7aa;
    background: #fafafa;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 15px;
}

.form-control::-moz-placeholder {
    color: #a6a7aa;
}

.form-control:-ms-input-placeholder {
    color: #a6a7aa;
}

.form-control::-webkit-input-placeholder {
    color: #a6a7aa;
}

.form-control:focus {
    color: #515769;
    box-shadow: none;
}

.carousel-centered {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.carousel-title {
    font-size: 59px;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}

.color-base {
    color: #17bed2 !important;
}

.color-white {
    color: #fff !important;
}

.color-heading {
    color: #515769 !important;
}

.color-subtitle {
    color: #a6a7aa !important;
}

.color-link {
    color: #81848f !important;
}

.bg-color-base {
    background: #03045e !important;
}

.bg-color-white {
    background: #fff !important;
}

.bg-color-sky-light-main {
    background: #fafafa !important;
}

.bg-color-sky-light {
    background: #03045e !important;
    color: white;
}

.bg-color-sky-light p{
    color: white;
}

.content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-md {
    padding-top: 80px;
    padding-bottom: 80px;
}

.content-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}

.full-width {
    width: 100%;
    height: auto;
}

/* Margin utilities */
.margin-l-20 {
    margin-left: 20px !important;
}

.margin-r-10 {
    margin-right: 10px !important;
}

.margin-b-15 {
    margin-bottom: 15px !important;
}

.margin-b-20 {
    margin-bottom: 20px !important;
}

.margin-b-30 {
    margin-bottom: 30px !important;
}

.margin-b-40 {
    margin-bottom: 40px !important;
}

.margin-b-50 {
    margin-bottom: 50px !important;
}

@media (max-width: 768px) {
    .carousel-title {
        font-size: 32px;
    }

    .sm-margin-b-50 {
        margin-bottom: 50px !important;
    }
}

.height-300 {
    height: 300px !important;
}

.page-on-scroll .header .nav-item-child {
    padding-bottom: 0px !important;
}

.page-on-scroll .header .logo {
    max-height: 95px !important;
}

.page-on-scroll .header .logo-wrap {
    padding-bottom: 0px;
    padding-top: 10px;
}

.btn-theme-sm:after {
    font-family: "FontAwesome";
    content: "";
    padding-left: 10px;
}


/* Case Studies */
.case-study-title {
    color: #03045e;
    font-weight: 700;
    font-size: 1.6em;
    border-bottom: 3px solid #03045e;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.case-study-subtitle {
    color: #666;
    font-style: italic;
    font-size: 1em;
    margin-top: 5px;
}

.case-study-content {
    line-height: 1.4;
    font-size: 14px;
}

.case-study-overview {
    background: white;
    /* border: 2px solid #515769; */
    color: #03045e;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.overview-list {
    margin: 0;
    padding-left: 20px;
}

.overview-list li {
    margin-bottom: 12px;
    color: #515769;
}

.overview-list li:last-child {
    margin-bottom: 0;
}

.case-study-achievements {
    background: white;
    /* border: 2px solid #515769; */
    padding: 18px;
    border-radius: 8px;
    margin-bottom: 15px;
    
}
.case-study-achievements p{
    color: #03045e;
}


.achievements-title {
    margin: 0 0 10px 0;
    font-size: 15px;
}


.achievements-list {
    margin: 0;
    padding-left: 20px;
}

.achievements-list li {
    margin-bottom: 8px;
    color: #515769;
}

.achievements-list li:last-child {
    margin-bottom: 0;
}

.case-study-result {
    background: white;
    /* border: 2px solid #515769; */
    color: #03045e;
    border-radius: 8px;
    padding: 18px;
}

.case-study-result p {
    margin: 0 0 10px 0;
    font-size: 15px;
    color: black;
    line-height: 1.4;
    font-weight: 500;
}

.result-list {
    margin: 0;
    padding-left: 20px;
}

.result-list li {
    margin-bottom: 8px;
    color: black;
}

.result-list li:last-child {
    margin-bottom: 0;
}

.work-popup-content {
    max-height: none;
    overflow: visible;
}

@media (max-width: 768px) {

    .case-study-overview,
    .case-study-achievements,
    .case-study-result {
        padding: 15px;
    }

    .case-study-title {
        font-size: 1.4em;
    }
}

/* Image Styling Only */
.work-overlay {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(3, 4, 94, 0.15);
    transition: all 0.3s ease;
}

.work-overlay:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(3, 4, 94, 0.25);
}

.work-overlay img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    /* border: 3px solid #03045e; */
    border-radius: 12px;
    transition: all 0.3s ease;
}

.work-overlay:hover img {
    transform: scale(1.05);
    border-color: #0d1b69;
}

/* Optional: Subtle overlay effect */
.work-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(3, 4, 94, 0.05) 0%, rgba(13, 27, 105, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    border-radius: 12px;
}

.work-overlay:hover::after {
    opacity: 1;
}

/* Responsive */
@media (max-width: 992px) {
    p{
        font-size: 25px;
    }
}



@media (max-width: 768px) {
    .work-overlay img {
        height: 200px;
        border-width: 2px;
    }
     .work .work-overlay::after {
    bottom: 1px;
    font-size: 20px;
}  
}

@media (max-width: 480px) {
    .work-overlay img {
        height: 180px;
        border-radius: 8px;
    }
    p{
        font-size: 25px;
    }

    .work .work-overlay::after {
    bottom: -5px;
    font-size: 20px;
}  

    .work-overlay {
        border-radius: 8px;
    }
}