@media screen and (max-width: 1799px) {
  .section-title h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .footer-link ul {
    gap: 30px;
  }

  .council-members::before,
  .council-block::before {
    max-height: 30%;
  }

  .program-detail h5 {
    font-size: 36px;
  }

  .mb-50 {
    margin-bottom: 45px;
  }

  .tab-list .tab a {
    font-size: 18px;
  }

  .reward-wrapper {
    padding: 30px 60px;
  }

  .reward-detail h5 {
    font-size: 20px;
  }

  .reward-img img {
    width: auto;
    height: 60px;
  }

  .reward-block {
    gap: 20px;
  }
}

@media screen and (max-width: 1599px) {
  .theme-padding {
    padding-left: 100px;
    padding-right: 100px;
  }

  .footer-link-form {
    gap: 40px;
  }

  .with-us-title span {
    font-size: 40px;
    line-height: 50px;
  }

  .normal-btn {
    padding: 12px 30px;
  }

  .with-us-info {
    gap: 30px;
  }

  .upcoming-event-content h6 {
    font-size: 18px;
  }

  .columns.gap-3 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .gap-3>.column {
    padding-left: 36px;
    padding-right: 36px;
  }

  .contact-ssx-form {
    max-width: 1720px;
    padding: 40px;
    top: -200px;
    margin-bottom: -200px;
  }

  .columns.gap-2 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .gap-2>.column {
    padding-left: 12px;
    padding-right: 12px;
  }

  .council-members::before,
  .council-block::before {
    max-height: 50%;
  }

  .out-site-slider {
    padding: 0 60px;
  }

  .council-desc-block h4 {
    font-size: 18px;
  }

  .section-title h2 {
    font-size: 46px;
    line-height: 56px;
  }

  body {
    padding-top: 105px;
  }

  .section-title h1 {
    font-size: 55px;
    line-height: 65px;
  }

  header {
    padding: 12px 100px;
  }
}

@media screen and (max-width: 1408px) {
  .section-title h4 {
    font-size: 30px;
  }

  .conference-title h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .connectivity-detail {
    padding-left: 60px;
  }

  .counter-ineer {
    margin: 0 auto 10px;
  }

  .columns.gap-3 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .gap-3>.column {
    padding-left: 24px;
    padding-right: 24px;
  }

  .past-event h6 {
    font-size: 16px;
  }

  .header-contact-detail {
    padding: 7px 60px;
  }

  .with-us-title small {
    font-size: 18px;
  }

  .contact-ssx-form {
    padding: 40px;
    top: 0;
    margin-bottom: 0;
  }

  .contact-ssx-wrapper {
    clip-path: ellipse(calc(1408px + 600px) calc(960px - 10px) at center 950px);
  }

  .splide__arrow {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .process-guide-block {
    min-height: 450px;
  }

  .mb-50 {
    margin-bottom: 35px;
  }

  .ssx-wrapper {
    max-width: 950px;
    margin: 0 auto;
  }

  .program-detail h5 {
    font-size: 30px;
  }

  .down-arrow-btn {
    padding: 16px 16px;
  }

  .highlight-item:not(:last-child) {
    margin-bottom: 8px;
  }

  .title-tagline {
    font-size: 16px;
  }

  .theme-padding {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-title h2 {
    font-size: 42px;
    line-height: 52px;
  }

  header {
    padding: 12px 60px;
  }

  section,
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1216px) {
  .section-title h4 {
    font-size: 24px;
  }

  .conference-img img {
    margin: 0 auto;
  }

  .conference-block h6 {
    font-size: 16px;
  }

  .conference-inner-detail p {
    font-size: 16px;
    line-height: 26px;
  }

  .reward-detail h5 {
    font-size: 16px;
  }

  .reward-wrapper {
    padding: 30px 40px;
  }

  .menu-block {
    position: relative;
    list-style: none;
  }

  .menu-dropdown {
    padding: 0;
  }

  .col-header:last-child {
    max-width: 200px;
  }

  .menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-decoration: none;
  }

  .menu-dropdown {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
  }

  .menu-dropdown a {
    display: block;
    padding: 8px 12px;
    color: #555;
    text-decoration: none;
  }

  .menu-dropdown a:hover {
    background: #f0f0f0;
    padding-left: 10px;
  }

  /* When menu is open */
  .menu-block.active .menu-dropdown {
    max-height: 500px;
    /* enough to show all items */
    opacity: 1;
  }

  /* Optional arrow rotation */
  .menu-block.active svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }

  .menu-link svg {
    transition: transform 0.3s ease;
  }

  .menu-block:hover .menu-dropdown {
    top: 0;
  }

  .menu-dropdown a {
    padding: 10px 0;
    margin: 10px 0;
  }

  .menu-dropdown a:not(:last-child) {
    border-bottom: 1px solid #eee !important;
  }

  .menu-dropdown a {
    color: #333;
  }

  .menu-dropdown {
    top: unset;
    position: relative;
    padding-left: 10px;
    background-color: unset;
    width: 100%;
    opacity: 1;
    visibility: visible;
    border: 0;
  }

  .menu-dropdown::before {
    display: none;
  }

  .theme-padding {
    padding-left: 35px;
    padding-right: 35px;
  }

  .mobile-menu {
    display: block;
  }

  ul.desktop-menu {
    display: none;
  }

  .insomenu-bars svg {
    display: flex;
    height: 40px;
    width: 40px;
  }

  .contact-btn {
    margin-right: 70px;
  }

  .insomenu-active .sidebar-menu-open {
    display: none;
  }

  .insomenu-active .sidebar-menu-close {
    display: block;
  }

  .sidebar-menu-close {
    display: none;
  }

  .upcoming-event-detail {
    max-width: unset;
    margin: 0 auto;
  }

  .upcoming-event-wrapper {
    border: unset;
    border-radius: unset;
    border-left: unset;
  }

  .counter-block small {
    font-size: 18px;
  }

  .counter-ineer h3 {
    font-size: 30px;
    padding-left: 10px;
    margin-left: 10px;
  }

  .ssx-logo-small {
    max-width: 340px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    height: 100%;
  }

  .columns.gap-3 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .gap-3>.column {
    padding-left: 12px;
    padding-right: 12px;
  }

  .council-member-slider {
    margin-bottom: 40px;
  }

  .header-contact-detail {
    padding: 7px 30px;
  }

  .with-us-title span {
    font-size: 35px;
    line-height: 45px;
  }

  .with-us-block {
    padding: 30px;
  }

  .with-us-info {
    gap: 20px;
  }

  .contact-ssx-col.order-2 {
    order: unset;
  }

  .cols-register {
    max-width: unset;
    padding: 40px;
  }

  .columns.gap-2 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .gap-2>.column {
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact-ssx-wrapper {
    clip-path: ellipse(calc(1216px + 600px) calc(960px - 10px) at center 950px);
  }

  .program-date h4 {
    font-size: 24px;
  }

  .program-detail h5 {
    font-size: 28px;
  }

  .ssx-wrapper {
    max-width: 750px;
  }

  .banner-image {
    clip-path: ellipse(calc(1216px - -600px) calc(960px - 10px) at center calc(100% - 950px));
  }

  .section-title h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .section-title h2 {
    font-size: 38px;
    line-height: 46px;
  }

  header {
    padding: 12px 30px;
  }

  .splide__arrow {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .insomenu-bars {
    top: 50%;
    right: 30px;
    margin: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 444;
    cursor: pointer;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .insomenu-bars span,
  .insomenu-bars span:after,
  .insomenu-bars span:before {
    width: 30px;
    border-radius: 0;
    -webkit-transition: -webkit-transform ease 0.15s;
    transition: -webkit-transform ease 0.15s;
    transition: transform ease 0.15s;
    transition: transform ease 0.15s, -webkit-transform ease 0.15s;
    position: absolute;
    left: inherit;
    right: 0;
    margin: 0 auto;
    height: 2px;
    background-color: #006cb6;
  }

  .insomenu-bars span:before {
    top: -8px;
  }

  .insomenu-active .insomenu-bars span,
  .insomenu-active .insomenu-bars span:after,
  .insomenu-active .insomenu-bars span:before {
    opacity: 1;
  }

  .insomenu-bars span {
    top: 50%;
    display: block;
    margin-top: -2px;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }

  .insomenu-bars span:after,
  .insomenu-bars span:before {
    display: block;
    content: "";
  }

  .insomenu-bars span:before {
    top: -8px;
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }

  .insomenu-bars span:after {
    bottom: -8px;
    width: 30px;
    -webkit-transition: bottom 0.1s 0.14s ease,
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .insomenu-active .insomenu-bars span {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .insomenu-active .insomenu-bars span:before {
    top: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    opacity: 1;
    width: 25px;
  }

  .insomenu-active .insomenu-bars span:after {
    bottom: 0;
    transition: bottom 0.1s ease,
      -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 25px;
  }

  .insomenu-active .insomenu-bars span {
    width: 25px;
  }

  .insomenu-active .menu-creative,
  .insomenu-active .our-offices-item:first-child {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  .insomenu-active .our-offices-item:last-child {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }

  .theme-menu>ul {
    padding: 60px 100px 60px 60px;
    display: block;
  }

  .theme-menu {
    position: fixed;
    background-color: #fff;
    color: #000000;
    right: 0;
    margin-top: 0;
    top: 10px;
    height: 100vh;
    width: 70%;
    max-width: 580px;
    z-index: 99;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    /* transform: translateX(100%); */
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .insomenu-active .theme-menu {
    opacity: 1;
    visibility: visible;
    /* transform: translateX(0); */
    pointer-events: all;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .theme-menu ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  .menu-item {
    line-height: 32px;
  }

  .theme-menu ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .sticky-btn-enquire {
    z-index: 888 !important;
  }

  .theme-menu ul {
    flex-direction: column;
    justify-content: start;
  }
}

@media screen and (max-width: 1024px) {
  .schedule-tabs__nav {
    display: flex;
    flex-direction: unset;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .conference-title h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .connectivity-detail {
    padding-left: 0;
    padding-top: 30px;
  }

  .gallery-block img {
    max-width: 400px;
  }

  .title-tab {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .fees-structure thead tr:first-child th {
    font-size: 14px;
  }

  .fees-structure .theme-modal-card {
    padding: 30px;
  }

  .contact-btn {
    margin-right: 50px;
  }

  .theme-menu>ul {
    padding: 60px 40px 40px 30px;
  }

  .col-header:last-child {
    max-width: 190px;
  }

  #footer {
    padding: 60px 0 30px;
    background-color: #202020;
  }

  .footer-link ul {
    gap: 20px;
    flex-wrap: wrap;
  }

  .copyright-detail {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .ssx-wrapper {
    max-width: unset;
    text-align: center;
  }

  .contact-ssx-wrapper {
    clip-path: ellipse(calc(1024px + 600px) calc(960px - 10px) at center 950px);
  }

  .about-ssx-col.order-2 {
    order: unset;
  }

  .out-site-slider {
    padding: 0 60px;
  }

  .section-about-ssx {
    padding-right: 35px !important;
  }

  .about-ssx-img {
    max-width: 500px;
  }

  .process-guide-block {
    min-height: 400px;
  }

  .mb-50 {
    margin-bottom: 25px;
  }

  .program-detail h5 {
    font-size: 24px;
  }

  .program-date h4 {
    font-size: 22px;
  }

  .banner-image {
    clip-path: ellipse(calc(1024px - -600px) calc(960px - 10px) at center calc(100% - 950px));
  }

  .title-tagline {
    font-size: 15px;
  }

  .amenities-col {
    width: 25%;
  }

  body {
    padding-top: 102px;
  }

  .container {
    padding: 0 30px;
  }

  .row-copyright {
    margin: -5px;
  }

  .col-copyright {
    padding: 5px;
  }

  .sticky-btn-enquire {
    font-size: 13px !important;
    right: -40px;
  }

  .sticky-btn-enquire.sticky-brochure {
    top: 380px;
    right: -64px;
  }

  section,
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .theme-logo img {
    max-height: 60px;
  }

  .col-header:first-child {
    max-width: 250px;
    padding: 0;
    flex: 0 0 250px;
  }

  .col-copyright,
  .col-copyright:last-child {
    text-align: center;
  }

  .scroll-to-top svg {
    width: 36px;
    height: 36px;
  }

  .scroll-to-top {
    width: 36px;
    height: 36px;
    bottom: 55px;
  }

  .call-btn {
    width: 36px;
    height: 36px;
    bottom: 55px;
  }

  .sticky-bottom-form-inner {
    position: fixed;
    padding: 0;
    display: block;
    bottom: -165px;
    left: 0;
    width: 100%;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #1d57a3;
    z-index: 999;
  }

  .sticky-bottom-form.open .close-form {
    opacity: 1;
    background-color: transparent;
  }

  .sticky-bottom-form.open .sticky-bottom-form-inner {
    bottom: 0;
    left: 0;
  }

  .sticky-bottom-form {
    bottom: auto;
    left: auto;
    padding: 0;
    width: 100%;
    background: rgb(45 41 38 / 0.9);
    max-width: 100%;
    margin: 0 auto;
    right: 0;
    position: inherit;
    z-index: 999 !important;
  }

  .sticky-bottom-form .col-form {
    width: 50%;
    margin: 0 0 15px !important;
  }

  .sticky-bottom-form .col-form.col-form-btn {
    width: 100%;
  }

  .col-form-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
  }

  .col-form-title h3 {
    margin: 0;
    padding: 10px 12px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    border-top: 1px solid #eee;
    text-transform: uppercase;
  }

  .close-form {
    color: #ffffff;
    position: absolute;
    font-size: 22px;
    line-height: 22px;
    top: 8px;
    right: 3px;
    opacity: 0;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .section-title h4 {
    font-size: 20px;
  }

  .conference-title h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .amenities-col {
    width: 33.33%;
  }

  .reward-wrapper {
    padding: 20px 30px;
  }

  .column.cols-reward:not(:last-child) {
    border-right: unset;
  }

  .footer-link-form {
    gap: 20px;
  }

  .ref:first-child {
    padding-right: 10px;
    margin-right: unset;
    border-right: unset;
  }

  .ref {
    padding: 10px;
    width: 100%;
  }

  .gallery-block img {
    max-width: 350px;
  }

  .fees-structure thead tr:first-child th {
    font-size: 12px;
    padding: 10px;
  }

  .col-header:first-child {
    max-width: 220px;
    flex: 0 0 220px;
  }

  .theme-logo img {
    max-height: 55px;
  }

  .insomenu-bars svg {
    display: flex;
    height: 35px;
    width: 35px;
  }

  .contact-btn {
    display: none;
  }

  .footer-wrapper {
    gap: 30px;
    padding-bottom: 30px;
  }

  .footer-logo {
    max-width: 180px;
  }

  .upcoming-event-content h6 {
    font-size: 16px;
  }

  .normal-btn {
    padding: 8px 20px;
  }

  .counter-block small {
    font-size: 16px;
  }

  .header-contact-detail {
    padding: 7px 30px;
    display: none;
  }

  body {
    padding-top: 56px;
  }

  #header {
    margin-top: unset;
  }

  .with-us-title small {
    font-size: 16px;
  }

  .with-us-block {
    padding: 30px;
  }

  .cols-register {
    max-width: unset;
    padding: 30px;
  }

  .with-us-title span {
    font-size: 30px;
    line-height: 40px;
  }

  .contact-ssx-wrapper {
    clip-path: ellipse(calc(768px + 600px) calc(960px - 10px) at center 950px);
  }

  .out-site-slider {
    padding: 0;
  }

  .ssx-gallery-wrapper {
    padding: 0 35px;
  }

  .council-member-slider .splide__arrows,
  .council-member-wrapper .splide__arrows,
  .ssx-gallery-wrapper .splide__arrows {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
  }

  .council-member-slider .splide__arrow,
  .council-member-wrapper .splide__arrow,
  .ssx-gallery-wrapper .splide__arrow {
    position: static;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }

  .process-guide-block {
    min-height: 350px;
    padding-bottom: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-bottom: 10px;
  }

  .process-guide-wrapper .column:nth-child(even) .process-guide-block {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }

  .process-guide-wrapper .column:nth-child(even) .process-guide-block:before {
    top: 0;
    bottom: unset;
  }

  .mb-30 {
    margin-bottom: 20px;
  }

  .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-image {
    clip-path: ellipse(calc(768px - -600px) calc(960px - 10px) at center calc(100% - 950px));
  }

  .program-date h4 {
    font-size: 20px;
  }

  .down-arrow-btn {
    padding: 10px;
    bottom: -24px;
  }

  .amenities-icon img {
    max-width: 50px;
    margin: 0 auto 6px;
  }

  .yBoxFrame.yBoxImgWrap .yBoxPrevImg::after {
    left: 30px !important;
  }

  .yBoxFrame.yBoxImgWrap .yBoxNextImg::after {
    left: 0;
  }

  section,
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .copyright-detail .small {
    font-size: 13px;
  }

  .counter-block h3 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  .abstract-wrapper {
    padding: 30px;
  }

  .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .copyright-line {
    display: block;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  #register-modal {
    padding: 25px;
  }

  .program-detail h5 {
    font-size: 22px;
  }

  .tab-list .tab a {
    font-size: 16px;
  }

  .accordion .accordion-header,
  .schedule-tabs__panel h5 {
    font-size: 16px;
  }

    .budget-custom-table {
    display: block;       /* Table ko block banate hai */
    width: 100%;          /* Full width */
    overflow-x: auto;     /* Horizontal scroll enable */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
    white-space: nowrap;  /* Prevent table rows from wrapping */
  }


}

@media screen and (max-width: 575px) {
  .organisers-logo:not(:last-child) {
    border-right: 1px solid #d8d8d8;
    padding-right: 20px;
    margin-right: 20px;
  }

  .amenities-col {
    width: 50%;
  }

  .abstract-wrapper {
    padding: 30px;
  }

  .qr-img img {
    height: 100px;
  }

  .reward-detail h5 {
    font-size: 14px;
  }

  .reward-wrapper {
    padding: 20px 20px;
  }

  .reward-img img {
    width: auto;
    height: 50px;
  }

  .process-guide-step img {
    max-width: 40px;
  }

  .about-ssx-detail .theme-btn {
    margin: 0 auto;
  }

  .registration-title {
    top: 10px;
    left: 10px;
  }

  .about-ssx-detail {
    text-align: center;
  }

  .gallery-block img {
    max-width: 270px;
  }

  .council-member-wrapper {
    text-align: center;
  }

  .theme-menu {
    width: 100%;
  }

  .copyright-detail span {
    font-size: 0;
    display: block;
    line-height: 0;
  }

  .copyright-text {
    text-align: center;
  }

  .council-member-page-slider {
    display: block;
  }

  .council-members-wrapper {
    display: none;
  }

  .model-dr h3 {
    font-size: 16px;
  }

  .footer-form .form-control {
    width: 250px;
    padding: 10px;
  }

  .register-btns {
    gap: 10px;
  }

  .counter-block h3 {
    font-size: 24px;
  }

  .counter-ineer img {
    max-width: 35px;
  }

  .ssx-logo-small {
    max-width: 220px;
  }

  .contact-ssx-wrapper {
    clip-path: ellipse(calc(575px + 600px) calc(960px - 10px) at center 950px);
  }

  .ssx-gallery-wrapper {
    padding: 0 20px;
  }

  .theme-btn {
    position: relative;
    padding: 8px 20px;
  }

  .process-guide-block {
    min-height: 330px;
    padding: 40px 20px;
  }

  .down-arrow-btn {
    padding: 6px;
    bottom: -20px;
  }

  .process-guide-wrapper .column .process-guide-block:before {
    height: 40px;
  }

  .section-title h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .banner-image {
    clip-path: ellipse(calc(575px - -600px) calc(960px - 10px) at center calc(100% - 950px));
  }

  .program-detail h5 {
    font-size: 19px;
  }

  .program-date h4 {
    font-size: 18px;
  }

  .theme-modal-card-body {
    padding: 20px;
  }

  .container {
    padding: 0 20px;
  }

  .theme-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-control {
    font-size: 13px;
  }

  .btn {
    font-size: 13px;
    line-height: 20px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .accordion .card__content {
    padding: 0 15px 15px;
  }

  .accordion .card__title {
    padding: 8px 15px;
  }

  .column.col-register {
    padding: 8px;
  }

  .columns.row-register {
    margin: -8px !important;
  }

  .form-control {
    /* padding: 12px 12px 12px 0; */
  }

  .splide__pagination__page {
    width: 10px;
    height: 10px;
  }

  .listed-points li:before {
    width: 8px;
    height: 8px;
  }

  .listed-points li {
    padding-left: 20px;
  }

  #main-slider .splide__arrow {
    display: none;
  }

  .accordion .card__title {
    font-size: 16px;
    min-height: 50px;
  }

  section,
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  body {
    padding-top: 56px;
  }

  .theme-logo img {
    max-height: 60px;
  }

  .tab-list {
    gap: 10px;
  }

  #home #footer {
    padding: 30px 0 70px;
  }

  .sticky-bottom-form {
    display: none !important;
  }

  .sticky-btn-enquire {
    transform: unset;
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
    border: 0;
    border-top: 1px solid #fff;
    border-radius: 0;
    text-align: center;
    width: 50%;
    padding: 10px 0px !important;
  }

  .sticky-btn-enquire.sticky-brochure {
    top: unset;
    right: 0;
    width: 50%;
    left: unset;
    border-left: 1px solid #fff;
  }

  .thankyou-block h1 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .thankyou-msg {
    font-size: 14px !important;
  }

  .thankyou-logo img {
    height: 80px;
  }

  .close {
    bottom: initial;
    /* top: -18px; */
    left: initial;
    /* right: -18px; */
    width: 36px;
    height: 36px;
  }

  .theme-modal-card {
    max-width: 100%;
  }

  .theme-modal .theme-modal-card {
    top: -30px;
    transform: none;
    margin-top: 30px;
    padding: 20px;
  }

  .theme-modal.is-active .theme-modal-card {
    top: 0;
    transform: none;
    margin-top: 30px;
  }

  .scroll-to-top {
    display: none !important;
  }

  body {
    font-size: 14px;
    line-height: 22px;
  }

  .section-title h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 480px) {
  .modal-title {
    font-size: 20px;
  }

  .glimpses-dropdown select {
    width: 300px;
    font-size: 14px;
  }

  .col-header:first-child {
    max-width: 200px;
    flex: 0 0 200px;
  }

  .theme-logo img {
    max-height: 55px;
  }

  body {
    padding-top: 53px;
  }

  .footer-form {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }

  .footer-link-form {
    justify-content: center;
  }

  .footer-link ul {
    gap: 10px 20px;
    justify-content: center;
  }

  #footer {
    text-align: center;
  }

  .footer-contact-detail {
    flex-direction: column;
    gap: 20px 0;
    justify-content: center;
    align-items: center;
  }

  .section-title h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .counter-block h3 {
    font-size: 24px;
  }

  .sticky-btn-enquire {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 420px) {
  .modal-title {
    font-size: 16px;
  }

  .sticky-btn-enquire {
    font-size: 12px !important;
  }

  .sticky-btn-enquire {
    width: 40%;
  }

  .sticky-btn-enquire.sticky-brochure {
    width: 60%;
  }
}

@media screen and (max-width: 380px) {
  .register-btns {
    gap: 10px;
    flex-direction: column;
    align-items: start;
  }

  .tab-list .tab {
    width: 100%;
    padding: 12px 24px;
  }

  .theme-logo img {
    max-height: 55px;
  }

}

@media screen and (max-width: 360px) {
  .section-title h2 {
    font-size: 22px;
    line-height: 28px;
  }
}