 .main-slider .slider-scroll-down {
     bottom: 92px
 }

 .main-slider .slider-scroll-down span {
     width: 20px;
     height: 20px;
     border-width: 2px
 }

 .main-slider .slider-scroll-down span:nth-child(2),
 .main-slider .slider-scroll-down span:nth-child(3) {
     margin-top: -12px
 }

 @media (max-width:599px) {
     .main-slider .slider-scroll-down {
         bottom: 50px
     }
 }

 *,
 :after,
 :before {
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility
 }

 * {
     margin: 0;
     padding: 0;
     -webkit-font-smoothing: antialiased;
     -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
     text-shadow: rgba(0, 0, 0, .01) 0 0 1px
 }

 .clear:after,
 .clear:before {
     content: ' ';
     display: table
 }

 .clear:after {
     clear: both
 }

 a,
 a:active,
 a:focus,
 a:link,
 a:visited {
     color: #339;
     text-decoration: none;
     -webkit-font-smoothing: antialiased;
     -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
     text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
     outline: 0
 }

 a:hover {
     color: #daa520
 }

 .h1,
 .h2,
 .h3,
 .h4,
 .h5,
 .h6,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-family: Montserrat, sans-serif;
     font-weight: 700
 }

 input:focus {
     outline: 0;
     border: 1px solid #2f9400
 }

 @font-face {
     font-family: Font-Name;
     src: url('fonts/font-name.eot');
     src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
     font-weight: 400;
     font-style: normal
 }

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

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

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

 .alignnone {
     margin: 5px 20px 20px 0
 }

 .aligncenter,
 div.aligncenter {
     display: block;
     margin: 5px auto 5px auto
 }

 .alignright {
     float: right;
     margin: 5px 0 20px 20px
 }

 .alignleft {
     float: left;
     margin: 5px 20px 20px 0
 }

 a img.alignright {
     float: right;
     margin: 5px 0 20px 20px
 }

 a img.alignnone {
     margin: 5px 20px 20px 0
 }

 a img.alignleft {
     float: left;
     margin: 5px 20px 20px 0
 }

 a img.aligncenter {
     display: block;
     margin-left: auto;
     margin-right: auto
 }

 .wp-caption {
     background: #fff;
     border: 1px solid #f0f0f0;
     max-width: 96%;
     padding: 5px 3px 10px;
     text-align: center
 }

 .wp-caption.alignnone {
     margin: 5px 20px 20px 0
 }

 .wp-caption.alignleft {
     margin: 5px 20px 20px 0
 }

 .wp-caption.alignright {
     margin: 5px 0 20px 20px
 }

 .wp-caption img {
     border: 0 none;
     height: auto;
     margin: 0;
     max-width: 98.5%;
     padding: 0;
     width: auto
 }

 .gallery-caption,
 .wp-caption .wp-caption-text {
     font-size: 11px;
     line-height: 17px;
     margin: 0;
     padding: 0 4px 5px
 }

 @media print {
     * {
         background: 0 0 !important;
         color: #000 !important;
         box-shadow: none !important;
         text-shadow: none !important
     }

     a,
     a:visited {
         text-decoration: underline
     }

     a[href]:after {
         content: " (" attr(href) ")"
     }

     abbr[title]:after {
         content: " (" attr(title) ")"
     }

     .ir a:after,
     a[href^="#"]:after,
     a[href^="javascript:"]:after {
         content: ""
     }

     blockquote,
     pre {
         border: 1px solid #999;
         page-break-inside: avoid
     }

     thead {
         display: table-header-group
     }

     img,
     tr {
         page-break-inside: avoid
     }

     img {
         max-width: 100% !important
     }

     @page {
         margin: .5cm
     }

     h2,
     h3,
     p {
         orphans: 3;
         widows: 3
     }

     h2,
     h3 {
         page-break-after: avoid
     }
 }

 :root {
     --kpy-font: 'Montserrat', sans-serif;
     --kpy-font-2: 'Barlow', sans-serif;
     --kpy-base: #2F9400;
     --kpy-base-rgb: 47, 148, 0;
     --kpy-gray: #7f7873;
     --kpy-gray-rgb: 127, 120, 115;
     --kpy-white: #ffffff;
     --kpy-white-rgb: 255, 255, 255;
     --kpy-black: #333;
     --kpy-black-rgb: 51, 51, 51;
     --kpy-primary: #FE0900;
     --kpy-primary-rgb: 254, 9, 0;
     --kpy-font-size: 16px
 }

 body,
 html {
     font-family: var(--kpy-font) !important;
     color: var(--kpy-black);
     font-size: var(--kpy-font-size);
     font-weight: 400;
     line-height: 1.6;
     text-rendering: auto;
     height: 100%;
     margin: 0
 }

 .mai-header {
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 1100;
     margin-top: 8px
 }

 .position-relative {
     position: relative !important
 }

 .d-flex {
     display: flex !important
 }

 .top-header-content {
     overflow: hidden
 }

 .topleft ul {
     margin-bottom: 0
 }

 .logo {
     background: #fff;
     border-top-left-radius: 10px;
     border-bottom-left-radius: 10px;
     display: flex;
     justify-content: center;
     align-items: center
 }

 .logo-link {
     display: flex;
     align-items: center;
     width: 100%;
     height: 100%
 }

 .logo-image {
     display: block;
     width: auto;
     max-width: 100%;
     max-height: 64px;
     object-fit: contain
 }

 .donate-btn a {
     background: #daa520;
     color: #fff;
     border-style: none;
     border-radius: 99px
 }

 .donate-btn a:hover {
     background: #339;
     color: #fff;
     border: 2px solid #fff
 }

 .mymenu {
     padding-bottom: 10px;
     border-bottom-right-radius: 10px
 }

 .mymenu ul {
     margin-left: -10px
 }

 .align-items-center {
     align-items: center !important
 }

 ul.main-menu-item li {
     padding: 0 10px
 }

 .justify-content-between {
     justify-content: space-between !important
 }

 .topright {
     padding-right: 25px !important;
     float: right
 }

 .topright p {
     font-size: 13px;
     margin-bottom: 0
 }

 .main-header {
     background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .02) 99%, rgba(0, 0, 0, .09) 100%)
 }

 .top-header {
     background: #339;
     font-size: 14px;
     color: #f9f9f9;
     padding: 10px 0 0
 }

 .menu-section {
     font-family: var(--kpy-font);
     position: relative;
     z-index: 999;
     width: 100%;
     padding: 5px 0
 }

 .menu-section img {
     height: auto;
     margin: 10px 0
 }

 .sticky-header .menu-section img {
     height: 90px
 }

 .menu-container {
     padding: 15px;
     height: 100%
 }

 .menu {
     width: 100%;
     padding-left: 1rem;
     gap: 40px;
     list-style-type: none
 }

 .menu ul {
     padding-left: 0 !important;
     display: inline-block
 }

 .menu .menu-item a {
     color: #fff
 }

 .main-menu .menu-item a.active {
     color: #daa520
 }

 .menu .menu-item .sub-menu-item a {
     color: #444
 }

 .menu .menu-item-has-children {
     display: table-cell;
     width: 100%;
     min-width: 260px;
     padding-right: 10px
 }

 .menu .menu-item-has-children a {
     font-weight: 600;
     font-size: 19px;
     line-height: 2;
     color: #333
 }

 .main-menu {
     border-radius: 50px;
     position: relative;
     z-index: 1101;
     overflow: visible
 }

 .main-menu .menu-item a {
     font-size: 16px;
     font-weight: 500;
     color: #fff
 }

 .main-menu .menu-item a:hover {
     color: #daa520
 }

 .menu .sub-menu {
     display: none;
     position: absolute;
     z-index: 99;
     top: 100%;
     left: 0;
     background-color: #339;
     width: 100%;
     min-height: 250px;
     color: #fff
 }

 .menu .menu-item li.menu-item-has-children a::after {
     content: "\F282";
     font-family: bootstrap-icons !important;
     font-weight: 700;
     vertical-align: -.145em;
     padding-left: 10px;
     color: #339
 }

 .navbar-expand-lg .navbar-nav .dropdown-menu {
     z-index: 1102;
     border-radius: 0;
     box-shadow: 2px 2px 3px rgba(0, 0, 0, .05);
     border: 0;
     transition: .5s;
     padding: 0;
     margin-top: 20px
 }

 .mai-header,
 .mai-header .container-fluid,
 .mai-header .main-menu,
 .mai-header .mymenu,
 .mai-header .navbar-collapse,
 .mai-header .row,
 .mai-header .top-header {
     overflow: visible
 }

 .navbar-expand-lg .navbar-nav .dropdown-menu li {
     border-bottom: solid 1px #eeeeeead;
     padding: 0
 }

 .navbar-expand-lg .navbar-nav .dropdown-menu a {
     font-size: 15.5;
     font-weight: 500;
     padding: 10px 20px;
     transition: .3s;
     color: #000
 }

 .dropdown-item.active,
 .dropdown-item:active,
 .dropdown-item:focus,
 .dropdown-item:hover {
     background: #339 !important;
     color: #fff !important
 }

 .navbar-nav .nav-link.active,
 .navbar-nav .nav-link.show {
     color: #daa520
 }

 .menu .sub-menu .left-side {
     width: 40%;
     min-height: 250px;
     float: left;
     background: rgba(42, 42, 134, .04);
     border-right: 3px solid #a30046;
     padding: 30px 0 0
 }

 .navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
     color: #339;
     background: #eee
 }

 .menu .sub-menu ul {
     min-width: 100% !important
 }

 .menu .sub-menu-item li {
     list-style: none;
     min-width: 100% !important;
     height: auto
 }

 .menu .sub-menu-item li:hover {
     background: #a30046;
     border-bottom: 1px solid rgba(42, 42, 134, .4)
 }

 .menu .sub-menu-item li:hover a {
     color: #fff
 }

 .menu .sub-menu-item li {
     font-weight: 400;
     font-size: 16px;
     padding: 7px 20px;
     margin-bottom: 0;
     transition: ease all .2s
 }

 .menu .sub-menu .right-side {
     width: 60%;
     min-height: 250px;
     float: left;
     line-height: 1.6;
     padding: 30px
 }

 .menu .menu-item:hover>.sub-menu {
     display: block
 }

 .menu .sub-menu .level-1 {
     position: absolute;
     float: right
 }

 .menu-section2 {
     font-family: var(--kpy-font);
     padding-top: 10px;
     padding-bottom: 10px;
     background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .02) 99%, rgba(0, 0, 0, .09) 100%)
 }

 .menu-section2 img {
     height: 110px
 }

 .menu-section2 .menu .menu-item a,
 .sticky-header .menu .menu-item a {
     color: #333
 }

 .sticky-header .search i {
     color: #333 !important
 }

 .menu-section2 .bg-body-tertiary {
     background-color: transparent !important;
     float: right
 }

 .menu-section .donate-btn a,
 .menu-section2 .donate-btn a {
     background: #339;
     border: none;
     padding: 8px 20px;
     border-radius: 50px;
     color: #fff;
     font-weight: 600;
     font-size: 14.5px
 }

 .page-header {
     padding: 15px 0 10px;
     background: #eee
 }

 .page-header .entry-title {
     font-weight: 600;
     font-size: 24px;
     color: #339;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     overflow: hidden
 }

 ::selection {
     background-color: #339
 }

 .cal,
 .news,
 .tel {
     color: #339;
     font-size: 16px;
     padding-right: 3px
 }

 .sticky-header {
     position: fixed;
     top: 0;
     width: 100%;
     box-shadow: 0 0 10px rgba(0, 0, 0, .1);
     background: linear-gradient(to right, #fff 0, rgba(240, 240, 240, .97) 99%, #f0f0f0 100%);
     background-color: #fff;
     z-index: 1000
 }

 .btn-one {
     position: relative;
     display: inline-block;
     overflow: hidden;
     padding-left: 30px;
     padding-right: 30px;
     background-color: transparent;
     color: var(--kpy-black);
     font-size: 18px;
     line-height: 60px;
     font-weight: 500;
     text-transform: capitalize;
     border-radius: 0;
     -webkit-transition: all .3s linear;
     -o-transition: all .3s linear;
     transition: all .3s linear;
     z-index: 2
 }

 .btn-one:before {
     position: absolute;
     top: 110px;
     left: -50px;
     right: -50px;
     height: 170px;
     content: "";
     background: var(--kpy-primary);
     -webkit-transform: translateY(-50px);
     transform: translateY(-50px);
     border-radius: 50%;
     transition-duration: .8s;
     z-index: 1
 }

 .btn-one:hover:before {
     top: 0;
     left: -70px;
     right: -70px
 }

 .btn-one:after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     border-radius: 0;
     background-color: #fff;
     opacity: 1;
     transform: scaleX(1);
     transition-duration: .8s;
     z-index: -1
 }

 .btn-one:hover:after {
     transform: scaleX(0);
     transition-duration: 1.5s
 }

 .btn-one .txt {
     position: relative;
     z-index: 1
 }

 .btn-one:focus,
 .btn-one:hover {
     color: #fff
 }

 .btn-one i {
     position: relative;
     display: inline-block;
     padding-left: 5px;
     font-size: 12px;
     font-weight: 700
 }

 .btn-btn {
     color: var(--kpy-white);
     background: var(--kpy-primary);
     border-radius: 0;
     padding: 11px 24px;
     display: inline-block;
     box-shadow: inset 0 0 0 0 var(--kpy-black);
     -webkit-transition: ease-out .4s;
     -moz-transition: ease-out .4s;
     transition: ease-out .4s
 }

 .btn-btn:hover {
     color: var(--kpy-white);
     box-shadow: inset 400px 0 0 0 var(--kpy-black)
 }

 .slider-buttom-box {
     position: absolute;
     left: 20px;
     bottom: 20px;
     z-index: 11
 }

 .slider-buttom-box a {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     width: 230px;
     height: 50px;
     background-color: var(--kpy-primary);
     padding: 0 20px;
     color: #fff;
     font-weight: 500;
     transition: all .2s linear;
     transition-delay: 0.1s
 }

 .slider-buttom-box a:hover {
     background-color: var(--kpy-primary)
 }

 .slider-buttom-box a+a {
     margin-top: 10px
 }

 .slider-buttom-box a.box-link {
     background-color: var(--kpy-primary)
 }

 .slider-buttom-box a.box-link:hover {
     background-color: var(--kpy-primary)
 }

 .main-slider .swiper-slide {
     position: relative;
     height: 650px
 }

 .main-slider .container {
     position: relative;
     padding-top: 300px;
     padding-bottom: 100px;
     z-index: 3
 }

 .main-slider .image-layer,
 .slider-overlay {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: transparent;
     background-blend-mode: overlay;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     -webkit-transform: scale(1);
     transform: scale(1);
     -webkit-transition: opacity 1.5s ease-in, -webkit-transform 7s ease;
     transition: opacity 1.5s ease-in, -webkit-transform 7s ease;
     transition: transform 7s ease, opacity 1.5s ease-in;
     transition: transform 7s ease, opacity 1.5s ease-in, -webkit-transform 7s ease;
     z-index: 1;
     background-image: linear-gradient(to bottom, rgba(40, 40, 132, 0) 0, rgba(0, 0, 0, 0) 40%, rgb(0 0 0 / 49%) 99%, rgb(0 0 0 / 37%) 100%)
 }

 .main-slider .swiper-slide-active .image-layer {
     -webkit-transform: scale(1.15);
     transform: scale(1.15)
 }

 .main-slider .main-slider-content {
     position: relative;
     top: 100%;
     display: block;
     width: 100%;
     margin: auto;
     text-align: center
 }

 .main-slider .main-slider-content__inner {
     display: block;
     overflow: hidden;
     width: 90%
 }

 .main-slider .main-slider-content .big-title {
     position: relative;
     display: block;
     opacity: 0;
     margin-bottom: 20px;
     -webkit-transform: perspective(400px) rotateY(0) translateY(-80px);
     -ms-transform: perspective(400px) rotateY(0) translateY(-80px);
     transform: perspective(400px) rotateY(0) translateY(-80px);
     -webkit-transform-origin: top;
     -ms-transform-origin: top;
     transform-origin: top;
     -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
     -ms-transition: all 1s ease;
     -o-transition: all 1s ease;
     transition: all 1s ease;
     z-index: 10
 }

 .main-slider .swiper-slide-active .main-slider-content .big-title {
     opacity: 1;
     /*! margin-right: 170px; */
     margin-bottom: 20px;
     -webkit-transform: perspective(400px) rotateY(0) translateY(0);
     -ms-transform: perspective(400px) rotateY(0) translateY(0);
     transform: perspective(400px) rotateY(0) translateY(0);
     -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
     -ms-transition-delay: 1s;
     -o-transition-delay: 1s;
     transition-delay: 1s
 }

 .main-slider .main-slider-content .big-title h2 {
     color: #fff;
     font-size: 30px;
     line-height: 1.2em;
     text-align: left;
     margin-left: 6px;
     margin-right: 70px;
     margin-bottom: 20px;
     font-weight: 700;
     text-shadow: 0 1px 2px #000000ad;
     text-transform: uppercase
 }

 .main-slider .main-slider-content .text {
     position: relative;
     display: block;
     width: 80%;
     text-align: left;
     margin-left: 6px;
     margin-right: 170px;
     opacity: 0;
     margin-bottom: 20px;
     -webkit-transform: perspective(400px) rotateY(0) translateX(80px);
     -ms-transform: perspective(400px) rotateY(0) translateX(80px);
     transform: perspective(400px) rotateY(0) translateX(80px);
     -webkit-transform-origin: bottom;
     -ms-transform-origin: bottom;
     transform-origin: bottom;
     -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
     -ms-transition: all 1s ease;
     -o-transition: all 1s ease;
     transition: all 1s ease;
     z-index: 10;
     margin: auto
 }

 .main-slider .swiper-slide-active .main-slider-content .text {
     opacity: 1;
     text-align: left;
     margin-bottom: 20px;
     margin-left: 6px;
     margin-right: 170px;
     -webkit-transform: perspective(400px) rotateY(0) translateX(0);
     -ms-transform: perspective(400px) rotateY(0) translateX(0);
     transform: perspective(400px) rotateY(0) translateX(0);
     -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
     -ms-transition-delay: 1s;
     -o-transition-delay: 1s;
     transition-delay: 1s
 }

 .main-slider .main-slider-content .text p {
     color: #fff;
     line-height: 28px;
     text-align: left;
     margin-bottom: 20px;
     margin-left: 6px;
     font-weight: 400;
     font-size: 17px;
     text-align: left;
     text-shadow: 0 1px 1px #0000008c
 }

 .main-slider .main-slider-content .btns-box {
     position: relative;
     display: block;
     line-height: 0;
     padding-top: 15px;
     opacity: 0;
     -webkit-transform: perspective(400px) rotateY(0) translateY(80px);
     -ms-transform: perspective(400px) rotateY(0) translateY(80px);
     transform: perspective(400px) rotateY(0) translateY(80px);
     -webkit-transform-origin: top;
     -ms-transform-origin: top;
     transform-origin: top;
     -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
     -ms-transition: all 1s ease;
     -o-transition: all 1s ease;
     transition: all 1s ease;
     z-index: 10
 }

 .main-slider .main-slider-content .btns-box a {
     background: var(--kpy-primary)
 }

 .main-slider .swiper-slide-active .main-slider-content .btns-box {
     opacity: 1;
     -webkit-transform: perspective(400px) rotateY(0) translateY(0);
     -ms-transform: perspective(400px) rotateY(0) translateY(0);
     transform: perspective(400px) rotateY(0) translateY(0);
     -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
     -ms-transition-delay: 1.5s;
     -o-transition-delay: 1.5s;
     transition-delay: 1.5s
 }

 .main-slider__nav {
     position: absolute;
     right: 120px;
     top: 400px;
     transform: translateY(0) translateX(0);
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     align-items: center;
     z-index: 100;
     width: 100px
 }

 .main-slider__nav .swiper-button-next {
     right: 70px
 }

 .main-slider__nav .swiper-button-prev {
     left: 70px
 }

 .main-slider__nav .swiper-button-next,
 .main-slider__nav .swiper-button-prev {
     position: relative;
     top: auto;
     left: auto;
     right: auto;
     bottom: auto;
     width: 50px;
     height: 50px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 30px;
     color: #fbfbfb;
     border-radius: 0;
     margin: 0;
     text-align: center;
     transition: all .5s ease;
     z-index: 100
 }

 .main-slider__nav .swiper-button-next:hover,
 .main-slider__nav .swiper-button-prev:hover {
     color: #fff;
     background-color: #339
 }

 .main-slider__nav .swiper-button-next::after,
 .main-slider__nav .swiper-button-prev::after {
     display: none
 }

 .back-to-top {
     position: fixed;
     visibility: hidden;
     opacity: 0;
     right: 15px;
     bottom: 15px;
     z-index: 99999;
     background: #339;
     width: 40px;
     height: 40px;
     border-radius: 4px;
     transition: all .4s
 }

 .back-to-top i {
     font-size: 24px;
     color: #fff;
     line-height: 0
 }

 .back-to-top:hover {
     background: #017aae;
     color: #fff
 }

 .back-to-top.active {
     visibility: visible;
     opacity: 1
 }

 @media (min-width:1200px) {

     .container,
     .container-lg,
     .container-md,
     .container-sm,
     .container-xl {
         max-width: 1140px !important
     }
 }

 @media (max-width:992px) {

     .container,
     .container-lg,
     .container-md,
     .container-sm {
         max-width: 960px !important
     }
 }

 @media (max-width:768px) {

     .container,
     .container-md,
     .container-sm {
         max-width: 720px !important
     }
 }

 @media (max-width:576px) {

     .container,
     .container-sm {
         max-width: 540px !important
     }
 }

 .home-gallery,
 .talent-intro {
     padding: 2em 0
 }

 .talent-intro {
     margin-bottom: -70px
 }

 .talent-intro .home-intro .jobs-btn .wp-block-button__link,
 .talent-intro .home-intro .learn-btn .wp-block-button__link {
     transition: all .4s ease;
     font-size: 15px;
     font-weight: 500;
     padding: 8px 25px;
     border: solid 2px;
     border-color: #339;
     border-radius: 99px
 }

 .talent-intro .home-intro .learn-btn .wp-block-button__link {
     color: #339;
     background-color: #fff
 }

 .talent-intro .home-intro .jobs-btn .wp-block-button__link {
     color: #fff;
     background-color: #339
 }

 .talent-intro .home-intro .jobs-btn,
 .talent-intro .home-intro .learn-btn {
     margin-top: 1rem
 }

 .talent-intro .home-intro .learn-btn .wp-block-button__link:hover {
     color: #fff;
     background-color: #339;
     border: solid 2px;
     border-color: #339
 }

 .talent-intro .home-intro .jobs-btn .wp-block-button__link:hover {
     color: #339;
     background-color: transparent;
     border: solid 2px;
     border-color: #339
 }

 .home-services .services-all-btn .wp-block-button__link::after,
 .talent-intro .home-intro .learn-btn .wp-block-button__link::before {
     content: "\F234"
 }

 .talent-intro .home-intro .jobs-btn .wp-block-button__link::before {
     content: "\F1CC"
 }

 .home-services .services-all-btn .wp-block-button__link::after,
 .talent-intro .home-intro .jobs-btn .wp-block-button__link::before,
 .talent-intro .home-intro .learn-btn .wp-block-button__link::before {
     display: inline-block;
     font-family: bootstrap-icons !important;
     font-style: normal;
     font-weight: 400 !important;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     vertical-align: -.125em;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale
 }

 .home-blog h2,
 .home-gallery h2,
 .home-services h2,
 .talent-intro h2 {
     font-weight: 700;
     color: #339;
     margin-bottom: 1rem
 }

 .talent-years {
     background: #daa520;
     position: relative;
     padding: 10px;
     box-shadow: 10px 10px 30px #0000001c;
     color: #fff;
     text-align: center;
     top: -100px;
     width: 60%;
     margin-left: 90px;
     border-radius: 10px
 }

 .talent-years h3 {
     font-size: 1.6rem;
     font-weight: 600
 }

 .talent-years h3 strong {
     font-size: 60px;
     font-weight: 700
 }

 .talent-years p {
     border-top: dotted 1px;
     font-weight: 500;
     padding-top: 10px
 }

 .home-services {
     padding: 2em 0;
     background: #0ff
 }

 .home-services h2 {
     padding-bottom: 30px
 }

 .home-services .services-all-btn .wp-block-button__link:hover {
     color: #f9f9f9
 }

 .talent-svc img {
     transition: all .45s;
     margin-bottom: 15px;
     object-fit: contain;
     padding: 5px;
     margin-top: 15px;
     border-radius: 50%;
     border: solid 2px #eee
 }

 .talent-svc:hover img {
     background: #fff
 }

 .talent-svc h4 {
     font-size: 16px;
     font-weight: 600;
     margin-bottom: 10px
 }

 .talent-svc p {
     font-size: 15px
 }

 .talent-svc a {
     color: #339;
     font-size: 15px;
     font-weight: 500
 }

 div.talent-svc {
     border: solid 1px #eee;
     position: relative;
     width: 330px;
     height: 290px;
     text-align: center;
     transition: all .1s;
     background: #fff;
     padding: 20px 25px;
     border-radius: 5px;
     box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .04)
 }

 div.talent-svc:hover {
     border: solid 2px #339;
     background-color: #339;
     color: #fff
 }

 div.box:talent-svc {
     cursor: hand;
     cursor: pointer;
     opacity: .9
 }

 .talent-svc:hover a,
 .talent-svc:hover a::after {
     color: #fff
 }

 .talent-svc a::after {
     content: "\F138";
     font-family: bootstrap-icons !important;
     font-weight: 700;
     vertical-align: -.145em;
     padding-left: 10px;
     color: #339
 }

 .wp-block-column.is-vertically-aligned-center {
     display: flex
 }

 .coronation-svc {
     height: 220px !important;
     border: solid 1px #eee;
     position: relative;
     text-align: center;
     transition: all .1s;
     background: #fff;
     padding: 10px;
     border-radius: 5px;
     box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .04)
 }

 .coronation-svc h4 {
     font-size: 16px;
     font-weight: 600;
     margin-bottom: 10px
 }

 .coronation-svc p {
     font-size: 15px
 }

 .talent-cta {
     background: #ffffffeb;
     border-radius: 10px;
     padding: 50px;
     color: #444
 }

 .talent-cta h3 {
     color: #339;
     font-weight: 700;
     line-height: 2.5;
     margin-bottom: 1rem
 }

 .talent-cta h3::after {
     display: block;
     content: "";
     border-top: .15rem solid #339;
     width: 6rem
 }

 .welcome {
     border-left: 5px solid #d9a420;
     padding: 10px;
     font-size: 14px
 }

 .home-abt-intro h5 {
     font-size: .9rem
 }

 .welcomeheading {
     font-size: 28px
 }

 .home-gallery h2 {
     padding: 20px
 }

 .our-partner-section {
     padding: 2em 0
 }

 .our-partner-section h2 {
     padding: 20px;
     color: #339;
     text-align: center;
     font-weight: 700;
     margin-bottom: 1rem
 }

 .partner-logo {
     padding: 20px;
     margin: -70px 0 -50px 0
 }

 .partner-logo .wp-block-column {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center
 }

 .partner-logo .wp-block-column figure img {
     width: 150px !important
 }

 .home-gallery-images {
     padding: 10px
 }

 .founder-intro {
     padding-top: 40px
 }

 .founder-intro p {
     text-align: justify
 }

 .vision-mission-section .awards-heading {
     color: #fff
 }

 .call-to-action {
     background: #daa520;
     color: #fff;
     padding: 2em 0
 }

 .custom-row {
     overflow: hidden
 }

 .blue-background {
     background-color: #fff
 }

 .white-background {
     background-color: #339
 }

 .input-no-background {
     background-color: transparent;
     border: none;
     width: 100%;
     padding: 10px
 }

 .kpy-news .post-thumbnail img {
     height: 200px;
     width: 100%;
     object-fit: cover
 }

 .kpy-news .card-body h3 {
     font-size: 15px;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     margin-top: 10px
 }

 .kpy-news .card-body .read-more {
     font-size: 12px;
     color: #339;
     background: #fff;
     border: 1px solid #339;
     padding: 5px 25px;
     margin-top: 10px;
     border-radius: 50px
 }

 .kpy-news .card-body .read-more:hover {
     color: #fff;
     background: #339
 }

 .breadcrumb {
     float: right;
     font-size: 14px !important;
     color: #444
 }

 .breadcrumb a {
     color: #339
 }

 .content-area {
     padding: 80px 0 0;
     background-image: url(../images/home-bg.png);
     background-repeat: no-repeat;
     background-position: top;
     background-size: auto
 }

 .prog-content {
     padding: 0 0 50px
 }

 .about-intro,
 .motto,
 .vision-mission-section {
     padding: 5rem 0
 }

 .vision-mission-section {
     background: #339;
     color: #fff;
     padding: 50px
 }

 .about-intro h2,
 .motto-section h2 {
     color: #339;
     margin-bottom: 1.3rem;
     font-weight: 700;
     border-left: 5px solid #daa520;
     padding-left: 10px
 }

 .vision-mission-section .awards-heading {
     margin-bottom: 1.3rem;
     font-weight: 700;
     color: #fff !important;
     text-align: center
 }

 .vision-mission-section .my-icon {
     color: #daa520 !important;
     font-size: 50px;
     padding-right: 20px
 }

 .vision-mission-section .othercompanies {
     padding: 30px 0 0 70px
 }

 .corevalues,
 .mission,
 .vision {
     border: 2px solid #ffffff75;
     padding: 20px;
     border-radius: 15px
 }

 .corevalues img,
 .mission img,
 .vision img {
     filter: brightness(4.5)
 }

 blockquote {
     font-size: 1.2em;
     width: 100%;
     margin-top: 80px;
     color: #555;
     padding: 1.2em 30px 1.2em 75px;
     border-left: 8px solid #339;
     line-height: 1.6;
     position: relative;
     background: #ededed
 }

 blockquote::before {
     content: "\201C";
     color: #339;
     font-size: 4em;
     position: absolute;
     left: 10px;
     top: -10px
 }

 blockquote::after {
     content: ''
 }

 .my-icon {
     color: #339;
     font-size: 2em
 }

 .inner-gallery-images {
     padding: 3rem 0
 }

 .inner-gallery-images img {
     border-radius: 15px
 }

 .lb-overlay {
     background-color: rgba(0, 0, 0, .8)
 }

 .lb-container {
     background-color: #fff;
     border-radius: 5px;
     box-shadow: 0 0 20px rgba(0, 0, 0, .3)
 }

 .lb-image {
     max-width: 100%;
     height: auto
 }

 .lb-nav {
     color: #fff
 }

 .lb-next,
 .lb-prev {
     font-size: 24px
 }

 .lb-close {
     color: red;
     font-size: 24px;
     position: absolute;
     top: 10px;
     right: 10px;
     cursor: pointer
 }

 .single-project-details {
     padding: 30px 30px 30px 30px;
     margin-bottom: 30px;
     background-color: #f5f5f5
 }

 .project-summary h2,
 .single-project-details h2 {
     color: #339;
     margin-bottom: 1.3rem;
     font-weight: 700
 }

 .single-project-details h4 {
     color: #339
 }

 .project-gallery .wp-block-gallery-1 .wp-block-image {
     height: 235px !important
 }

 .project-gallery img {
     border-bottom: 5px solid #339
 }

 .nav-tabs .nav-link.active {
     color: #fff !important;
     border-bottom: none !important;
     background-color: #daa520 !important
 }

 .projects-page {
     padding-bottom: 30px
 }

 .nav-tabs .nav-link {
     background-color: #339;
     color: #fff;
     margin-right: 10px
 }

 .nav-tabs .nav-link:hover {
     background-color: #daa520;
     color: #fff
 }

 .tab-pane {
     padding: 20px
 }

 .conversation-header {
     background-color: #339 !important
 }

 .services-intro h2 {
     color: #339;
     margin-bottom: 1.3rem;
     font-weight: 700
 }

 .services {
     padding: 3rem 0
 }

 .service-sidebar .menu .menu-item a {
     color: #555;
     background: #f1f1f1;
     border-left: 5px solid #339;
     margin-bottom: 5px;
     width: 80%;
     padding: 10px 15px;
     display: block;
     font-size: 17px;
     margin-left: 0;
     position: relative;
     transition: .5s all
 }

 .service-sidebar .menu .menu-item a:hover {
     color: #fff;
     border-left: 5px solid #daa520;
     background: #339
 }

 .service-sidebar .nav-link.active {
     color: #000;
     border-left: 5px solid #339;
     background: #339
 }

 .git {
     color: #339;
     padding: 20px 0
 }

 .spacer {
     background: #daa520;
     width: 100px;
     margin-bottom: 15px
 }

 .svc-sd-ct {
     padding: 5px 0
 }

 .svc-sd-ct .svc-sd-ct-p {
     padding-top: 10px;
     margin-left: -20px
 }

 .wmud h2,
 .ysk h2 {
     color: #339;
     font-size: 1.7rem
 }

 .svc-landing-img {
     object-fit: cover;
     width: 100%;
     background: #00000008;
     padding: 7px;
     box-shadow: 3px 3px 8
 }

 .svc_icon {
     color: #339;
     font-size: 1em
 }

 .contactform-map,
 .contactus {
     padding: 3rem 0
 }

 .contact-form {
     padding: 20px;
     box-shadow: 0 0 10px rgba(0, 0, 0, .2)
 }

 .contact-form form {
     background-color: rgba(255, 255, 255, .9);
     padding: 20px;
     border-radius: 10px
 }

 .contact-form form h2 {
     margin-bottom: 20px
 }

 .contact-form form .form-group {
     margin-bottom: 20px
 }

 .contact-form form label {
     display: block
 }

 .contact-form h2 {
     border-left: 6px solid #339;
     color: #339;
     padding-left: 10px
 }

 #services,
 .contact-form form input[type=email],
 .contact-form form input[type=text],
 .contact-form form textarea {
     width: 100%;
     padding: 10px;
     border: 1px solid #ccc;
     border-radius: 5px;
     background-color: #fff
 }

 .contact-form form button[type=submit] {
     padding: 10px 20px;
     border: none;
     background-color: #daa520;
     color: #fff;
     border-radius: 5px;
     cursor: pointer
 }

 .contact-form form button[type=submit]:hover {
     background-color: #339
 }

 .form-group {
     margin-bottom: 20px
 }

 .name-group {
     display: inline-block;
     width: 48%
 }

 .name-group label {
     display: block
 }

 .row {
     display: flex;
     flex-wrap: wrap
 }

 .col {
     flex: 0 0 50%;
     padding-right: 10px
 }

 .col:last-child {
     padding-right: 0
 }

 .col label {
     display: block
 }

 .googlemap {
     padding-top: 3rem
 }

 .contactus .contact,
 .contactus .email,
 .contactus .location {
     margin: 0;
     padding: 50px 40px 50px 40px;
     background-color: #f5f5f5;
     border-radius: 25px
 }

 .inner-gallery-images .wp-block-gallery figure {
     height: 280px !important
 }

 .Error_404 {
     overflow: hidden;
     padding: 80px 0 120px
 }

 .Error_404 .error_pic {
     width: 35%;
     float: left;
     text-align: center
 }

 .Error_404 .error_pic i {
     color: #339;
     font-size: 250px;
     line-height: 250px;
     margin-right: .2em;
     text-align: center;
     font-variant: normal;
     text-transform: none;
     margin-left: .2em
 }

 .Error_404 .error_desk {
     width: 65%;
     float: left;
     padding-top: 40px
 }

 .Error_404 .error_desk h2 {
     font-size: 55px;
     line-height: 60px;
     color: #339;
     font-weight: 700
 }

 .Error_404 .error_desk h4 {
     font-size: 28px;
     line-height: 30px
 }

 .Error_404 .error_desk p .check {
     line-height: 45px;
     font-size: 16px
 }

 .Error_404 .error_desk p .button {
     padding: 13px 20px;
     margin: 0;
     border-radius: 5px;
     display: inline;
     margin-left: 10px;
     box-shadow: inset 0 0 0 0
 }

 .Error_404 .error_desk p .button:hover {
     color: #f9f9f9;
     text-decoration: none;
     background: #339
 }

 a.button,
 a.tp-button {
     transition: .2s all;
     background: 0 0;
     color: #339;
     border: solid 2px
 }

 .wp-block-ub-tabbed-content-tab-title strong {
     font-weight: 500 !important
 }

 .text-dark {
     color: #a8834
 }

 .footer {
     background: #339;
     color: #fff;
     padding: 2rem 0 0;
     background-repeat: no-repeat;
     background-size: cover;
     margin-bottom: 0;
     background-position: top center;
     font-size: 15px;
     position: relative;
     z-index: 999
 }

 .footer .footer-top {
     border-bottom: dotted .5px #e6e6e6;
     padding-bottom: 1rem;
     margin-bottom: .5rem
 }

 .footer .footer-logo img {
     margin-top: -4.5rem;
     margin-bottom: 1rem;
     border-bottom-left-radius: 15px;
     border-bottom-right-radius: 15px;
     width: 130px
 }

 .footer .footer-top h4 {
     font-size: 22px;
     margin-bottom: 1rem;
     text-align: left;
     line-height: 2.5;
     font-weight: 700
 }

 .footer .footer-top h4::after {
     display: block;
     content: "";
     border-top: .15rem solid #eee;
     width: 4rem
 }

 .footer .copyright {
     padding-top: 10px;
     font-size: 13px;
     border-top: dotted 1px #eee
 }

 @media screen and (max-width:599px) {
     .mai-header {
         margin-top: 0
     }

     .top-header-content {
         display: none
     }

     .home-services,
     .talent-intro {
         padding: 2rem 1rem
     }

     .talent-intro {
         margin-bottom: 0
     }

     .welcome {
         font-size: 1rem
     }

     .welcomeheading {
         font-size: 24px
     }

     .about-intro h2,
     .home-gallery h2,
     .home-services h2,
     .motto-section h2,
     .services-content h2 {
         font-size: 28px
     }

     .services-content p,
     .welcomeheading p {
         font-size: 14px
     }

     .talent-years h3 strong {
         font-weight: 700
     }

     .talent-years {
         width: 80%;
         margin: auto
     }

     .talent-years h3 {
         font-size: 20px
     }

     .home-abt-intro {
         margin-top: -70px !important
     }

     .donate-btn a {
         font-size: 10px
     }

     .call-to-action,
     .featured-project {
         padding: 1rem 1rem
     }

     .call-to-action-left .email-img {
         padding-top: 0;
         padding-bottom: 0
     }

     .call-to-action-left .email-img img {
         margin-bottom: -30px
     }

     .call-to-action-left-content {
         padding-top: 0;
         margin-bottom: -20px;
         align-items: center
     }

     .call-to-action-right .blue-background {
         margin-bottom: 10px
     }

     .call-to-action-right .white-background {
         margin-bottom: 20px
     }

     .fs-1 {
         color: #fff
     }

     .vison-mission-section .awards-heading {
         font-weight: 700
     }

     .about-intro,
     .motto,
     .vision-mission-section {
         padding: 2rem 1rem
     }

     blockquote {
         font-size: 14px;
         margin-top: 80px;
         padding: 1.2em 20px 1.2em 45px
     }

     .services-sidebar {
         display: none
     }

     .contactus,
     .services {
         padding: 1rem 1rem
     }

     .nav-tabs .nav-link {
         margin: 10px
     }

     .name-group {
         padding-top: 20px
     }

     .form-group .input-section {
         padding-top: 20px
     }

     .menu-section img,
     .menu-section2 img {
         height: auto
     }

     .sticky-header i.bi-list {
         color: #333 !important
     }

     .menu-section .donate-btn a,
     .menu-section2 .donate-btn a {
         padding: 8px 15px;
         font-size: 11.5px
     }

     .top-header {
         font-size: 12px
     }

     .footer .footer-logo img {
         margin-top: 0;
         padding: 10px;
         width: 120px;
         border-bottom-left-radius: 10px;
         border-bottom-right-radius: 10px
     }

     .footer .footer-top h4,
     .footer-mob {
         text-align: center;
         display: block
     }

     .footer .footer-top h4::after {
         margin: auto
     }

     .main-slider .main-slider-content .big-title h2 {
         font-size: 22px;
         margin-right: 0
     }

     .main-slider .main-slider-content .text p {
         font-size: 16px;
         line-height: inherit
     }

     .main-slider .main-slider-content {
         top: 0
     }

     .main-slider .container {
         padding-top: 250px
     }

     #offcanvasExample {
         max-width: 400px;
         padding: 15px;
         margin: auto;
         width: 100%;
         background: #fffffff7
     }

     .offcanvas-body ul li {
         font-size: 20px;
         font-weight: 600;
         margin-bottom: 0;
         color: #339
     }

     .offcanvas-body ul li:hover {
         color: #daa520
     }

     .offcanvas-body ul li .dropdown-toggle::after {
         margin-left: .55em;
         float: right;
         margin-top: 10px;
         content: "\F282";
         font-family: bootstrap-icons !important;
         font-style: normal;
         font-variant: normal;
         text-transform: none;
         border: none !important
     }

     .offcanvas-body .dropdown-menu {
         border: none;
         padding: 0;
         width: 100%;
         background: #339;
         border-radius: 0
     }

     .offcanvas-body ul.dropdown-menu li a,
     .offcanvas-body ul.dropdown-menu li a.nav-link {
         color: #fff;
         font-weight: 600;
         padding: 8px 15px
     }

     .dropdown-item {
         padding: 0;
         font-size: 16px
     }

     .main-slider .swiper-slide {
         height: 400px
     }

     .page-header {
         padding: 20px 0
     }

     .talent-service img {
         height: auto
     }

     .talent-cta h3,
     .talent-service h3 {
         line-height: inherit
     }

     .talent-cta {
         padding: 25px
     }

     .footer {
         padding: 0 0 10px;
         margin-top: -2rem
     }
 }

 @media only screen and (min-device-width:600px) and (max-device-width:768px) and (orientation:portrait) {
     .mai-header {
         margin-top: 0
     }

     .wp-block-social-links.has-small-icon-size {
         font-size: 15px
     }

     .topright p {
         font-size: 10px;
         margin-top: 8px
     }

     .donate-btn a {
         font-size: 12.5px
     }

     .about-intro h2,
     .home-gallery h2,
     .home-services h2,
     .motto-section h2,
     .services-content h2,
     .welcomeheading {
         font-size: 28px
     }

     div.talent-svc {
         margin-left: 20px;
         width: 600px;
         height: 250px;
         padding: 60px 60px
     }

     .svc-sd-ct-image .wp-block-image .alignright {
         float: left;
         margin: .5em 0 .5em 1em
     }

     .svc-sd-ct-p p {
         margin-top: -40px
     }

     .service-sidebar .menu .menu-item a,
     .services-content li,
     .services-content p {
         font-size: 14px
     }

     #offcanvasExample {
         max-width: 400px;
         padding: 15px;
         margin: auto;
         width: 100%;
         background: #fffffff7
     }

     .offcanvas-body ul li {
         font-size: 20px;
         font-weight: 600;
         margin-bottom: 0;
         color: #339
     }

     .offcanvas-body ul li:hover {
         color: #daa520
     }

     .offcanvas-body ul li .dropdown-toggle::after {
         margin-left: .55em;
         float: right;
         margin-top: 10px;
         content: "\F282";
         font-family: bootstrap-icons !important;
         font-style: normal;
         font-variant: normal;
         text-transform: none;
         border: none !important
     }

     .offcanvas-body .dropdown-menu {
         border: none;
         padding: 0;
         width: 100%;
         background: #339;
         border-radius: 0
     }

     .offcanvas-body ul.dropdown-menu li a,
     .offcanvas-body ul.dropdown-menu li a.nav-link {
         color: #fff;
         font-weight: 600;
         padding: 8px 15px
     }
 }

 .navbar-expand-lg .navbar-collapse {
     display: flex !important;
     flex-basis: auto
 }

 .name-group {
     padding-top: 20px
 }

 .form-group .input-section {
     padding-top: 20px
 }

 .vision-mission-section .othercompanies {
     padding: 0 0 20px 0
 }

 .nav-tabs .nav-link {
     margin: 10px
 }

 @media only screen and (min-device-width:769px) and (max-device-width:1024px) and (orientation:portrait) {

     .header-menu-item .menu-item a,
     .ngo_media .nav-pills .nav-link.active {
         font-size: 13px
     }

     .menu-section .donate-btn a,
     .menu-section2 .donate-btn a {
         padding: 5px 12px;
         font-size: 12.5px
     }

     .topright p {
         font-size: 12px;
         margin-top: 8px
     }

     .mai-header {
         margin-top: 0
     }

     div.talent-svc {
         width: 250px;
         height: 320px;
         padding: 15px 15px
     }

     .main-slider__nav {
         right: 60px;
         top: 420px
     }

     .home-blog h2,
     .home-services h2,
     .talent-intro h2 {
         font-size: 30px
     }

     .home-services {
         padding: 1em 0
     }

     p {
         font-size: 14px
     }

     .about-intro,
     .motto,
     .vision-mission-section {
         padding: 2rem 0
     }

     .nav-tabs .nav-link {
         margin: 10px
     }

     #offcanvasExample {
         max-width: 400px;
         padding: 15px;
         margin: auto;
         width: 100%;
         background: #fffffff7
     }

     .offcanvas-body ul li {
         font-size: 20px;
         font-weight: 600;
         margin-bottom: 0;
         color: #339
     }

     .offcanvas-body ul li:hover {
         color: #daa520
     }

     .offcanvas-body ul li .dropdown-toggle::after {
         margin-left: .55em;
         float: right;
         margin-top: 10px;
         content: "\F282";
         font-family: bootstrap-icons !important;
         font-style: normal;
         font-variant: normal;
         text-transform: none;
         border: none !important
     }

     .offcanvas-body .dropdown-menu {
         border: none;
         padding: 0;
         width: 100%;
         background: #339;
         border-radius: 0
     }

     .offcanvas-body ul.dropdown-menu li a,
     .offcanvas-body ul.dropdown-menu li a.nav-link {
         color: #fff;
         font-weight: 600;
         padding: 8px 15px
     }

     .navbar-expand-lg .navbar-collapse {
         display: flex !important;
         flex-basis: auto
     }
 }

 .footer {
     font-size: 13px
 }

 .our-awards-section {
     padding: 52px 0 48px;
     background: #fff
 }

 .awards-inner {
     display: flex;
     align-items: flex-start;
     gap: 48px
 }

 .awards-medal-col {
     flex: 0 0 160px;
     display: flex;
     align-items: flex-start;
     justify-content: center;
     padding-top: 10px
 }

 .awards-medal-col img {
     width: 150px;
     height: auto
 }

 .awards-content-col {
     flex: 1
 }

 .awards-content-col h2.awards-title {
     font-size: 26px;
     font-weight: 800;
     color: #1a1a2e;
     margin: 0 0 14px 0;
     letter-spacing: 1px;
     text-transform: uppercase;
     border-bottom: 3px solid #c0a020;
     display: inline-block;
     padding-bottom: 6px
 }

 .awards-intro-text {
     color: #444;
     font-size: 15px;
     line-height: 1.65;
     margin-bottom: 6px;
     max-width: 640px
 }

 .awards-proof-text {
     color: #444;
     font-size: 15px;
     margin-bottom: 24px
 }

 .awards-list {
     list-style: none;
     padding: 0;
     margin: 0 0 30px 0
 }

 .awards-list li {
     display: flex;
     gap: 20px;
     margin-bottom: 18px;
     align-items: flex-start;
     border-bottom: 1px solid #f0f0f0;
     padding-bottom: 16px
 }

 .awards-list li:last-child {
     border-bottom: none;
     margin-bottom: 0
 }

 .award-year-label {
     font-size: 15px;
     font-weight: 700;
     color: #1a1a2e;
     min-width: 95px;
     padding-top: 2px;
     white-space: nowrap
 }

 .award-detail-col strong {
     display: block;
     font-size: 15px;
     font-weight: 700;
     color: #1a1a2e;
     margin-bottom: 3px
 }

 .award-detail-col span {
     font-size: 14px;
     color: #555;
     line-height: 1.55
 }

 .award-logos-row {
     display: flex;
     align-items: center;
     gap: 16px;
     flex-wrap: wrap;
     border-top: 1px solid #eee;
     padding-top: 22px;
     margin-top: 8px
 }

 .award-logo-badge {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     border: 1.5px solid #ddd;
     border-radius: 6px;
     padding: 8px 12px;
     min-width: 95px;
     min-height: 68px;
     text-align: center;
     background: #fafafa
 }

 .award-logo-badge .alb-icon {
     font-size: 20px;
     margin-bottom: 4px;
     line-height: 1
 }

 .award-logo-badge .alb-name {
     font-size: 10px;
     font-weight: 700;
     color: #1a1a2e;
     text-transform: uppercase;
     letter-spacing: .3px;
     line-height: 1.3
 }

 .award-logo-badge .alb-sub {
     font-size: 9px;
     color: #888;
     margin-top: 2px;
     line-height: 1.2
 }

 @media (max-width:700px) {
     .awards-inner {
         flex-direction: column;
         gap: 24px
     }

     .awards-medal-col {
         flex: 0 0 auto;
         width: 100%;
         justify-content: center
     }

     .awards-list li {
         flex-direction: column;
         gap: 4px
     }

     .award-year-label {
         min-width: auto
     }
 }

 .footer-contact-info {
     font-size: 14px;
     line-height: 1.7;
     color: #e0e0e0
 }

 .footer-contact-info p {
     margin-bottom: 10px;
     display: flex;
     align-items: flex-start;
     gap: 8px;
     color: #e0e0e0
 }

 .footer-contact-info .fci-muted {
     color: #9da0c0 !important
 }

 .footer-mob>.footer-contact-info+.footer-contact-info {
     margin-top: 12px
 }

 .footer-mob .fci-social {
     display: none !important
 }

 .footer-about-social {
     display: flex;
     gap: 8px;
     margin-top: 16px
 }

 .footer-about-social a {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 32px;
     height: 32px;
     border-radius: 50%;
     color: #fff !important;
     background: #339;
     font-size: 15px
 }

 .footer-about-social a:hover {
     background: #daa520
 }

 .fci-icon {
     color: #fff;
     font-size: 15px;
     margin-top: 3px;
     flex-shrink: 0
 }

 .fci-indent {
     display: block;
     padding-left: 23px
 }

 .fci-muted {
     color: #b0bec5;
     font-size: 13px
 }

 .fci-link {
     color: #90caf9 !important;
     text-decoration: none
 }

 .fci-link:hover {
     color: #fff !important;
     text-decoration: underline
 }

 .fci-social {
     display: flex;
     gap: 10px;
     margin-top: 14px
 }

 .fci-social-btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 34px;
     height: 34px;
     border-radius: 50%;
     flex-shrink: 0;
     transition: opacity .2s
 }

 .fci-social-btn:hover {
     opacity: .85
 }

 .footer .footer-top .row>[class*=col-] {
     min-height: 1px
 }

 .footer-contact-strip {
     background: rgba(0, 0, 0, .15);
     padding: 12px 0;
     margin-top: 8px
 }

 .footer-contact-strip .fcs-inner {
     display: flex;
     flex-wrap: wrap;
     gap: 24px;
     align-items: center;
     justify-content: center;
     font-size: 13px;
     color: #ccc
 }

 .footer-contact-strip .fcs-item {
     display: flex;
     align-items: center;
     gap: 6px
 }

 .footer-contact-strip .fcs-item i {
     color: #90caf9;
     font-size: 14px
 }

 .footer-contact-strip a {
     color: #90caf9 !important
 }

 .footer-contact-strip a:hover {
     color: #fff !important
 }

 @media (max-width:768px) {
     .footer-contact-strip .fcs-inner {
         flex-direction: column;
         gap: 10px;
         text-align: center
     }
 }

 .svc-content-wrap {
     background: #f5f5f5;
     border-radius: 4px;
     padding: 28px 24px 36px;
     position: relative;
     z-index: 2
 }

 .svc-label {
     text-align: center;
     font-size: 11px;
     font-weight: 700;
     letter-spacing: 3px;
     text-transform: uppercase;
     color: #aaa;
     margin: 0 0 4px 0;
     display: block
 }

 .svc-label-divider {
     width: 36px;
     height: 2px;
     background: #1a8fa0;
     margin: 0 auto 24px;
     border: none;
     display: block
 }

 .svc-title {
     font-size: 20px;
     font-weight: 700;
     color: #1a1a2e;
     margin: 0 0 8px 0
 }

 .svc-intro {
     font-size: 14px;
     color: #555;
     line-height: 1.7;
     margin-bottom: 20px
 }

 .svc-hero-img {
     width: 100%;
     height: 260px;
     object-fit: cover;
     border-radius: 4px;
     display: block;
     margin-bottom: 24px
 }

 .svc-steps {
     display: flex;
     flex-direction: column
 }

 .svc-step {
     display: flex;
     gap: 18px;
     align-items: flex-start;
     padding-bottom: 26px;
     position: relative
 }

 .svc-step:not(:last-child)::before {
     content: '';
     position: absolute;
     left: 24px;
     top: 52px;
     bottom: 0;
     width: 2px;
     background: #d0d0d0;
     z-index: 0
 }

 .svc-step-icon {
     flex-shrink: 0;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 22px;
     position: relative;
     z-index: 1
 }

 .svc-step-icon.active {
     background: #1a8fa0;
     color: #fff
 }

 .svc-step-icon.grey {
     background: #e0e0e0;
     color: #888
 }

 .svc-step-body {
     flex: 1;
     min-width: 0;
     padding-top: 6px
 }

 .svc-step-body h4 {
     font-size: 15px;
     font-weight: 700;
     color: #1a1a2e;
     margin: 0 0 8px 0
 }

 .svc-step-body p,
 .svc-step-body ul {
     font-size: 14px;
     color: #555;
     line-height: 1.65;
     margin: 0
 }

 .svc-step-body ul {
     padding-left: 18px
 }

 .svc-step-body ul li {
     margin-bottom: 3px
 }

 .svc-boxes-ab {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 14px;
     margin-bottom: 14px
 }

 .svc-box-full {
     margin-bottom: 0
 }

 .svc-box {
     display: flex;
     gap: 14px;
     align-items: flex-start;
     border: 1.5px solid #d0e8ed;
     border-radius: 4px;
     padding: 16px;
     background: #fff
 }

 .svc-box-label {
     flex-shrink: 0;
     width: 32px;
     height: 32px;
     border-radius: 4px;
     background: #1a8fa0;
     color: #fff;
     font-size: 13px;
     font-weight: 700;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 2px
 }

 .svc-box-body {
     flex: 1;
     min-width: 0
 }

 .svc-box-body h4 {
     font-size: 14px;
     font-weight: 700;
     color: #1a1a2e;
     margin: 0 0 6px 0
 }

 .svc-box-body p,
 .svc-box-body ul {
     font-size: 13.5px;
     color: #555;
     line-height: 1.65;
     margin: 0
 }

 .svc-box-body ul {
     padding-left: 16px
 }

 .svc-box-body ul li {
     margin-bottom: 3px
 }

 .svc-lists-row {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 14px;
     margin-top: 20px
 }

 .svc-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 1px;
     background: #ccc;
     border: 1px solid #ccc;
     border-radius: 4px;
     overflow: hidden;
     margin-bottom: 20px
 }

 .svc-grid-cell {
     background: #fff;
     padding: 20px
 }

 .svc-grid-cell h4 {
     font-size: 14px;
     font-weight: 700;
     color: #1a1a2e;
     margin: 0 0 10px 0
 }

 .svc-grid-cell p,
 .svc-grid-cell ul {
     font-size: 13.5px;
     color: #555;
     line-height: 1.65;
     margin: 0
 }

 .svc-grid-cell ul {
     padding-left: 16px
 }

 .svc-grid-cell ul li {
     margin-bottom: 3px
 }

 .svc-sub-title {
     font-size: 16px;
     font-weight: 700;
     color: #1a1a2e;
     margin: 0 0 6px 0;
     border-left: 4px solid #1a8fa0;
     padding-left: 10px
 }

 .svc-sub-text {
     font-size: 14px;
     color: #555;
     line-height: 1.65;
     margin-bottom: 16px;
     padding-left: 14px
 }

 @media (max-width:700px) {
     .svc-boxes-ab {
         grid-template-columns: 1fr
     }

     .svc-lists-row {
         grid-template-columns: 1fr
     }

     .svc-grid {
         grid-template-columns: 1fr
     }

     .svc-hero-img {
         height: 180px
     }
 }

 .partners-section-wrap {
     padding: 52px 0 48px;
     background: #fff
 }

 .partners-inner {
     display: flex;
     gap: 48px;
     align-items: flex-start
 }

 .partners-left {
     flex: 0 0 340px;
     width: 340px
 }

 .partners-left .puzzle-img {
     width: 100%;
     max-width: 300px;
     height: auto;
     display: block;
     margin-bottom: 28px
 }

 .partners-left h3 {
     font-size: 18px;
     font-weight: 700;
     color: #1a1a2e;
     margin: 0 0 18px 0
 }

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

 .assoc-list li {
     margin-bottom: 14px;
     font-size: 14px;
     color: #555;
     line-height: 1.55;
     border-bottom: 1px solid #f0f0f0;
     padding-bottom: 14px
 }

 .assoc-list li:last-child {
     border-bottom: none;
     padding-bottom: 0
 }

 .assoc-list li strong {
     display: block;
     font-weight: 700;
     color: #1a1a2e;
     margin-bottom: 2px
 }

 .partners-divider {
     width: 1px;
     background: #e0e0e0;
     align-self: stretch;
     flex-shrink: 0
 }

 .partners-right {
     flex: 1;
     min-height: 590px;
     display: flex;
     flex-direction: column
 }

 .partners-right h3 {
     font-size: 18px;
     font-weight: 700;
     color: #1a1a2e;
     margin: 0 0 4px 0
 }

 .partners-right .partners-underline {
     width: 48px;
     height: 3px;
     background: #1a1a2e;
     margin-bottom: 28px;
     display: block
 }

 .partner-logo-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-auto-rows: 1fr;
     gap: 32px 40px;
     align-items: center;
     flex: 1
 }

 .partner-logo-grid .plg-item {
     display: flex;
     align-items: center;
     justify-content: center;
     min-height: 180px
 }

 .partner-logo-grid .plg-item img {
     max-width: 250px;
     max-height: 170px;
     width: auto;
     height: auto;
     object-fit: contain;
     filter: none;
     transition: opacity .2s
 }

 .partner-logo-grid .plg-item img:hover {
     opacity: .8
 }

 @media (max-width:820px) {
     .partners-inner {
         flex-direction: column;
         gap: 32px
     }

     .partners-left {
         flex: 0 0 auto;
         width: 100%
     }

     .partners-divider {
         display: none
     }

     .partners-right {
         min-height: 0
     }

     .partner-logo-grid {
         grid-template-columns: 1fr 1fr;
         gap: 20px;
         flex: none
     }

     .partner-logo-grid .plg-item {
         min-height: 150px
     }

     .partner-logo-grid .plg-item img {
         max-width: 180px;
         max-height: 130px
     }
 }

 @media (max-width:480px) {
     .partner-logo-grid {
         grid-template-columns: 1fr 1fr;
         gap: 16px
     }

     .partner-logo-grid .plg-item {
         min-height: 120px
     }

     .partner-logo-grid .plg-item img {
         max-width: 140px;
         max-height: 110px
     }
 }

 .wwd-hero {
     background: linear-gradient(135deg, #1a1a2e 0, #339 60%, #1a8fa0 100%);
     color: #fff;
     padding: 64px 0 56px;
     text-align: center
 }

 .wwd-hero h1 {
     font-size: 38px;
     font-weight: 800;
     color: #fff;
     margin-bottom: 16px;
     letter-spacing: 1px
 }

 .wwd-hero p {
     font-size: 17px;
     color: rgba(255, 255, 255, .88);
     max-width: 680px;
     margin: 0 auto;
     line-height: 1.75
 }

 .wwd-overview {
     padding: 56px 0 48px;
     background: #fff
 }

 .wwd-overview-inner {
     display: flex;
     gap: 48px;
     align-items: center
 }

 .wwd-overview-text {
     flex: 1
 }

 .wwd-overview-text h2 {
     font-size: 26px;
     font-weight: 700;
     color: #1a1a2e;
     margin-bottom: 16px;
     border-left: 5px solid #1a8fa0;
     padding-left: 14px
 }

 .wwd-overview-text p {
     font-size: 15px;
     color: #555;
     line-height: 1.8;
     margin-bottom: 14px
 }

 .wwd-overview-stats {
     display: flex;
     gap: 32px;
     margin-top: 28px;
     flex-wrap: wrap
 }

 .wwd-stat {
     text-align: center;
     min-width: 100px
 }

 .wwd-stat .stat-num {
     font-size: 36px;
     font-weight: 800;
     color: #1a8fa0;
     display: block;
     line-height: 1
 }

 .wwd-stat .stat-label {
     font-size: 12px;
     color: #777;
     text-transform: uppercase;
     letter-spacing: 1px;
     margin-top: 4px;
     display: block
 }

 .wwd-overview-img {
     flex: 0 0 420px;
     width: 420px
 }

 .wwd-overview-img img {
     width: 100%;
     height: 320px;
     object-fit: cover;
     border-radius: 8px;
     display: block;
     box-shadow: 0 8px 32px rgba(0, 0, 0, .12)
 }

 .wwd-services-section {
     background: #f5f6fa;
     padding: 56px 0 64px
 }

 .wwd-services-section h2 {
     text-align: center;
     font-size: 28px;
     font-weight: 700;
     color: #1a1a2e;
     margin-bottom: 8px
 }

 .wwd-section-sub {
     text-align: center;
     font-size: 14px;
     color: #888;
     margin-bottom: 40px
 }

 .wwd-cards {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 24px
 }

 .wwd-card {
     background: #fff;
     border-radius: 8px;
     padding: 28px 24px;
     box-shadow: 0 2px 16px rgba(0, 0, 0, .06);
     transition: box-shadow .25s, transform .25s;
     border-top: 4px solid transparent
 }

 .wwd-card:hover {
     box-shadow: 0 8px 32px rgba(26, 143, 160, .15);
     transform: translateY(-4px);
     border-top-color: #1a8fa0
 }

 .wwd-card-icon {
     width: 54px;
     height: 54px;
     border-radius: 50%;
     background: #e8f6f8;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 16px;
     font-size: 24px;
     color: #1a8fa0;
     transition: background .25s
 }

 .wwd-card:hover .wwd-card-icon {
     background: #1a8fa0;
     color: #fff
 }

 .wwd-card h3 {
     font-size: 17px;
     font-weight: 700;
     color: #1a1a2e;
     margin-bottom: 10px
 }

 .wwd-card p {
     font-size: 13.5px;
     color: #666;
     line-height: 1.7;
     margin-bottom: 14px
 }

 .wwd-card a {
     font-size: 13px;
     font-weight: 600;
     color: #1a8fa0;
     display: inline-flex;
     align-items: center;
     gap: 4px;
     text-decoration: none
 }

 .wwd-card a:hover {
     color: #339
 }

 .wwd-cta {
     background: #339;
     color: #fff;
     padding: 48px 0;
     text-align: center
 }

 .wwd-cta h2 {
     font-size: 26px;
     font-weight: 700;
     color: #fff;
     margin-bottom: 12px
 }

 .wwd-cta p {
     color: rgba(255, 255, 255, .85);
     font-size: 15px;
     margin-bottom: 24px
 }

 .wwd-cta .cta-btn {
     display: inline-block;
     background: #1a8fa0;
     color: #fff;
     padding: 12px 32px;
     border-radius: 50px;
     font-weight: 600;
     font-size: 15px;
     text-decoration: none;
     transition: background .2s
 }

 .wwd-cta .cta-btn:hover {
     background: #daa520;
     color: #fff
 }

 @media (max-width:900px) {
     .wwd-overview-inner {
         flex-direction: column
     }

     .wwd-overview-img {
         flex: 0 0 auto;
         width: 100%
     }

     .wwd-cards {
         grid-template-columns: 1fr 1fr
     }
 }

 @media (max-width:600px) {
     .wwd-cards {
         grid-template-columns: 1fr
     }

     .wwd-hero h1 {
         font-size: 26px
     }
 }

 .cert-page {
     padding: 48px 0 64px;
     background: #fff
 }

 .cert-section-heading {
     text-align: center;
     font-size: 20px;
     font-weight: 700;
     color: #1a1a2e;
     letter-spacing: 2px;
     text-transform: uppercase;
     margin-bottom: 8px
 }

 .cert-section-divider {
     width: 60px;
     height: 2px;
     background: #1a8fa0;
     margin: 0 auto 36px;
     display: block;
     border: none
 }

 .cert-grid-3 {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 24px;
     margin-bottom: 56px
 }

 .cert-grid-3plus2 {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 24px
 }

 .cert-grid-3plus2 .cert-row2 {
     grid-column: 1/-1;
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 24px;
     max-width: 66.66%;
     margin: 0 auto;
     width: 100%
 }

 .cert-card {
     border: 1.5px solid #e0e0e0;
     border-radius: 6px;
     overflow: hidden;
     background: #fafafa;
     transition: box-shadow .25s, transform .25s;
     cursor: pointer
 }

 .cert-card:hover {
     box-shadow: 0 8px 28px rgba(0, 0, 0, .13);
     transform: translateY(-3px)
 }

 .cert-card img {
     width: 100%;
     height: auto;
     display: block;
     object-fit: cover
 }

 .cert-card-label {
     padding: 10px 14px;
     font-size: 12px;
     font-weight: 600;
     color: #555;
     text-align: center;
     background: #fff;
     border-top: 1px solid #eee
 }

 .cert-placeholder {
     border: 2px dashed #1a8fa0;
     border-radius: 6px;
     min-height: 200px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     gap: 10px;
     background: #f0fbfc;
     color: #1a8fa0;
     font-size: 14px;
     font-weight: 600;
     text-align: center;
     padding: 24px
 }

 .cert-placeholder i {
     font-size: 36px
 }

 .cert-placeholder span {
     font-size: 12px;
     color: #888;
     font-weight: 400
 }

 @media (max-width:900px) {
     .cert-grid-3 {
         grid-template-columns: 1fr 1fr
     }

     .cert-grid-3plus2 {
         grid-template-columns: 1fr 1fr
     }

     .cert-grid-3plus2 .cert-row2 {
         max-width: 100%;
         grid-template-columns: 1fr 1fr
     }
 }

 @media (max-width:580px) {
     .cert-grid-3 {
         grid-template-columns: 1fr
     }

     .cert-grid-3plus2 {
         grid-template-columns: 1fr
     }

     .cert-grid-3plus2 .cert-row2 {
         grid-template-columns: 1fr
     }
 }

 .equip-page {
     padding: 48px 0 64px
 }

 .equip-table-title {
     text-align: center;
     font-size: 18px;
     font-weight: 800;
     letter-spacing: 2px;
     text-transform: uppercase;
     color: #1a1a2e;
     margin-bottom: 28px
 }

 .equip-table-wrap {
     overflow-x: auto;
     border-radius: 4px;
     box-shadow: 0 2px 16px rgba(0, 0, 0, .08)
 }

 .equip-table {
     width: 100%;
     border-collapse: collapse;
     font-size: 14px;
     background: #fff;
     min-width: 600px
 }

 .equip-table thead tr th {
     background: #5b9bd5;
     color: #fff;
     font-weight: 700;
     font-size: 13px;
     letter-spacing: .5px;
     padding: 12px 16px;
     text-align: left;
     vertical-align: top;
     border: 1px solid #4a8bc4
 }

 .equip-table tbody tr td {
     padding: 10px 16px;
     border: 1px solid #d0dce8;
     vertical-align: top;
     color: #333;
     line-height: 1.5
 }

 .equip-table tbody tr td:first-child {
     font-weight: 700;
     color: #1a1a2e;
     white-space: nowrap
 }

 .equip-table tbody tr:nth-child(odd) td {
     background: #eaf3fb
 }

 .equip-table tbody tr:nth-child(2n) td {
     background: #fff
 }

 .equip-table tbody tr:hover td {
     background: #d0e8f5
 }

 .inner-gallery-images {
     padding: 3rem 0;
     background: #fff
 }

 .inner-gallery-images .wp-block-gallery {
     display: grid !important;
     grid-template-columns: repeat(3, 1fr);
     gap: 16px
 }

 .inner-gallery-images .wp-block-gallery figure.wp-block-image {
     margin: 0 !important;
     height: 240px !important;
     overflow: hidden;
     border-radius: 8px
 }

 .inner-gallery-images .wp-block-gallery figure.wp-block-image img {
     width: 100% !important;
     height: 100% !important;
     object-fit: cover;
     border-radius: 8px;
     transition: transform .35s ease, opacity .3s;
     display: block
 }

 .inner-gallery-images .wp-block-gallery figure.wp-block-image:hover img {
     transform: scale(1.06);
     opacity: .92
 }

 .inner-gallery-images .wp-block-gallery figcaption {
     display: none
 }

 @media (max-width:900px) {
     .inner-gallery-images .wp-block-gallery {
         grid-template-columns: repeat(2, 1fr)
     }
 }

 @media (max-width:560px) {
     .inner-gallery-images .wp-block-gallery {
         grid-template-columns: 1fr
     }

     .inner-gallery-images .wp-block-gallery figure.wp-block-image {
         height: 200px !important
     }
 }

 .contactus {
     padding: 48px 0 32px;
     background: #fff
 }

 .contactus .wp-block-columns {
     gap: 20px !important;
     align-items: stretch !important
 }

 .contactus .contact,
 .contactus .email,
 .contactus .location {
     background: #f7f9fc;
     border-radius: 10px;
     padding: 32px 24px;
     text-align: center;
     box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 10px;
     margin: 0;
     height: 100%
 }

 .contactus .contact figure,
 .contactus .email figure,
 .contactus .location figure {
     margin: 0 !important
 }

 .contactus .contact h2,
 .contactus .email h2,
 .contactus .location h2 {
     font-size: 16px !important;
     font-weight: 700;
     color: #1a1a2e;
     margin: 0 0 6px !important
 }

 .contactus .contact p,
 .contactus .email p,
 .contactus .location p {
     font-size: 14px;
     color: #555;
     line-height: 1.65;
     margin: 0 !important
 }

 .contactus .contact a,
 .contactus .email a,
 .contactus .location a {
     color: #1a8fa0;
     word-break: break-word
 }

 .contact-social-row {
     padding: 12px 0 24px
 }

 .contact-social-row .wp-block-column>div {
     display: flex;
     flex-direction: column;
     gap: 12px
 }

 .contactform-map {
     padding: 0 0 48px;
     background: #fff
 }

 .contactform-map .wp-block-columns {
     gap: 28px !important;
     align-items: flex-start !important
 }

 .contact-form {
     background: #fff;
     border-radius: 10px;
     padding: 32px;
     box-shadow: 0 4px 24px rgba(0, 0, 0, .09);
     max-width: 640px;
     margin: 0 auto
 }

 .contact-form h2 {
     font-size: 20px;
     font-weight: 700;
     color: #339;
     margin-bottom: 24px !important
 }

 .contact-form form {
     background: 0 0 !important;
     padding: 0 !important
 }

 .contact-form label {
     display: block;
     font-size: 13px;
     font-weight: 600;
     color: #444;
     margin-bottom: 5px
 }

 .contact-form #services,
 .contact-form input[type=email],
 .contact-form input[type=text],
 .contact-form select,
 .contact-form textarea {
     width: 100%;
     padding: 10px 14px;
     border: 1.5px solid #d0d8e4;
     border-radius: 6px;
     font-size: 14px;
     background: #fafbfc;
     color: #333;
     transition: border-color .2s, box-shadow .2s;
     appearance: auto
 }

 .contact-form #services:focus,
 .contact-form input[type=email]:focus,
 .contact-form input[type=text]:focus,
 .contact-form select:focus,
 .contact-form textarea:focus {
     border-color: #1a8fa0;
     box-shadow: 0 0 0 3px rgba(26, 143, 160, .12);
     outline: 0;
     background: #fff
 }

 .contact-form textarea {
     resize: vertical;
     min-height: 120px
 }

 .contact-form .form-group {
     margin-bottom: 18px
 }

 .contact-form .form-group.row {
     display: flex;
     flex-wrap: wrap;
     gap: 0;
     margin-left: 0;
     margin-right: 0
 }

 .contact-form .name-group {
     padding-right: 8px
 }

 .contact-form .name-group:last-child {
     padding-right: 0;
     padding-left: 8px
 }

 .contact-form .col-md-6 {
     flex: 0 0 50%;
     max-width: 50%;
     padding: 0 8px
 }

 .contact-form button[type=submit],
 .contact-form input[type=submit] {
     background: #339;
     color: #fff;
     border: none;
     border-radius: 50px;
     padding: 12px 36px;
     font-size: 15px;
     font-weight: 600;
     cursor: pointer;
     transition: background .2s, transform .15s;
     display: inline-block;
     width: 100%;
     margin-top: 4px
 }

 .contact-form button[type=submit]:hover,
 .contact-form input[type=submit]:hover {
     background: #1a8fa0;
     transform: translateY(-1px)
 }

 .contactform-map .wp-block-column:last-child iframe {
     width: 100% !important;
     border-radius: 10px;
     box-shadow: 0 4px 24px rgba(0, 0, 0, .09);
     display: block
 }

 @media (max-width:768px) {
     .contactus .wp-block-columns {
         flex-direction: column
     }

     .contactform-map .wp-block-columns {
         flex-direction: column
     }

     .contact-form .col-md-6 {
         flex: 0 0 100%;
         max-width: 100%;
         padding: 0
     }

     .contact-form .name-group {
         padding-right: 0
     }

     .contact-form .name-group:last-child {
         padding-left: 0;
         margin-top: 18px
     }
 }

 .liberty-gallery-wrapper {
     padding: 40px 0 60px
 }

 .liberty-gallery-container {
     max-width: 1140px;
     margin: 0 auto;
     padding: 0 20px
 }

 .liberty-gallery-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 24px;
     margin-bottom: 40px
 }

 .liberty-gallery-card {
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 3px 16px rgba(0, 0, 0, .09);
     background: #fff;
     transition: transform .28s, box-shadow .28s
 }

 .liberty-gallery-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 10px 32px rgba(0, 0, 0, .15)
 }

 .liberty-gallery-link {
     display: block;
     text-decoration: none
 }

 .liberty-gallery-image {
     position: relative;
     overflow: hidden;
     height: 240px
 }

 .liberty-gallery-img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
     transition: transform .4s ease
 }

 .liberty-gallery-card:hover .liberty-gallery-img {
     transform: scale(1.07)
 }

 .liberty-gallery-overlay {
     position: absolute;
     inset: 0;
     background: linear-gradient(to top, rgba(26, 26, 46, .82) 0, rgba(0, 0, 0, 0) 55%);
     display: flex;
     align-items: flex-end;
     padding: 18px 16px;
     opacity: 0;
     transition: opacity .28s
 }

 .liberty-gallery-card:hover .liberty-gallery-overlay {
     opacity: 1
 }

 .liberty-gallery-title {
     color: #fff;
     font-size: 15px;
     font-weight: 700;
     margin: 0;
     line-height: 1.4
 }

 .liberty-no-galleries {
     text-align: center;
     color: #888;
     font-size: 15px;
     padding: 48px 0
 }

 .liberty-gallery-pagination {
     text-align: center
 }

 .liberty-gallery-pagination .page-numbers {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 38px;
     height: 38px;
     border-radius: 6px;
     font-size: 14px;
     font-weight: 600;
     color: #339;
     border: 1.5px solid #d0d5e8;
     margin: 0 3px;
     text-decoration: none;
     transition: all .2s
 }

 .liberty-gallery-pagination .page-numbers.current,
 .liberty-gallery-pagination .page-numbers:hover {
     background: #339;
     color: #fff;
     border-color: #339
 }

 .liberty-gallery-pagination ul {
     list-style: none;
     padding: 0;
     margin: 0;
     display: inline-flex;
     gap: 4px
 }

 @media (max-width:900px) {
     .liberty-gallery-grid {
         grid-template-columns: repeat(2, 1fr)
     }
 }

 @media (max-width:560px) {
     .liberty-gallery-grid {
         grid-template-columns: 1fr
     }

     .liberty-gallery-image {
         height: 200px
     }
 }

 .mygallery {
     padding: 8px 0
 }

 .mygallery .row.g-2 {
     margin: 0 -4px
 }

 .mygallery .col-md-4.col-6 {
     padding: 4px
 }

 .mygallery a.glightbox {
     display: block;
     overflow: hidden;
     border-radius: 6px;
     position: relative;
     background: #f0f0f0
 }

 .mygallery a.glightbox::after {
     content: '\F52A';
     font-family: bootstrap-icons;
     position: absolute;
     inset: 0;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 26px;
     color: #fff;
     background: rgba(51, 51, 153, .55);
     opacity: 0;
     transition: opacity .25s;
     border-radius: 6px
 }

 .mygallery a.glightbox:hover::after {
     opacity: 1
 }

 .mygallery img.ksmall {
     width: 100%;
     height: 180px;
     object-fit: cover;
     border-radius: 6px;
     display: block;
     transition: transform .3s
 }

 .mygallery a.glightbox:hover img.ksmall {
     transform: scale(1.05)
 }

 .about-side {
     background: #f7f9fc;
     border-radius: 10px;
     padding: 22px 18px;
     position: sticky;
     top: 100px
 }

 .about-side h3 {
     font-size: 16px;
     font-weight: 700;
     color: #1a1a2e;
     margin-bottom: 16px;
     border-bottom: 2px solid #1a8fa0;
     padding-bottom: 8px
 }

 .about-side .card {
     border-radius: 8px !important;
     transition: box-shadow .2s, transform .2s
 }

 .about-side .card:hover {
     box-shadow: 0 4px 16px rgba(51, 51, 153, .13) !important;
     transform: translateY(-2px)
 }

 .about-side .card-body {
     padding: 12px 14px
 }

 .about-side .card-body h5 {
     font-size: 13.5px;
     font-weight: 600;
     color: #339;
     margin: 0;
     line-height: 1.4
 }

 .about-side a {
     text-decoration: none
 }

 .header-wrap1 {
     height: 320px;
     display: flex;
     align-items: flex-end;
     padding-bottom: 28px
 }

 .header-wrap1 h1 {
     color: #fff;
     font-size: 28px;
     font-weight: 700;
     text-shadow: 0 2px 8px rgba(0, 0, 0, .5);
     margin-bottom: 6px
 }

 @media (max-width:768px) {
     .mygallery img.ksmall {
         height: 130px
     }

     .header-wrap1 {
         height: 220px
     }
 }

 .gallery-single-hero {
     min-height: 300px;
     display: flex;
     align-items: flex-end;
     padding-bottom: 32px
 }

 .gallery-single-hero-inner h1 {
     color: #fff;
     font-size: 30px;
     font-weight: 700;
     margin-bottom: 6px;
     text-shadow: 0 2px 8px rgba(0, 0, 0, .5)
 }

 .gallery-single-breadcrumb .breadcrumb,
 .gallery-single-breadcrumb a,
 .gallery-single-breadcrumb span {
     color: rgba(255, 255, 255, .82) !important;
     font-size: 13px
 }

 .gallery-single-section {
     padding: 36px 0 56px;
     background: #fff
 }

 .contactus .wp-block-columns {
     align-items: stretch !important
 }

 .contactus .wp-block-column {
     display: flex !important;
     flex-direction: column
 }

 .contactus .contact,
 .contactus .email,
 .contactus .location {
     flex: 1;
     height: 100%;
     box-sizing: border-box
 }

 .captcha-group {
     background: #f0fbfc;
     border: 1.5px solid #b2dfe6;
     border-radius: 8px;
     padding: 14px 16px;
     margin-bottom: 20px
 }

 .captcha-label {
     font-size: 14px;
     font-weight: 600;
     color: #1a1a2e;
     display: block;
     margin-bottom: 8px
 }

 .captcha-group input[type=number] {
     padding: 8px 12px;
     border: 1.5px solid #d0d8e4;
     border-radius: 6px;
     font-size: 15px;
     background: #fff;
     max-width: 180px;
     display: block
 }

 .captcha-group input[type=number]:focus {
     border-color: #1a8fa0;
     outline: 0;
     box-shadow: 0 0 0 3px rgba(26, 143, 160, .12)
 }

 .captcha-group input[type=number]::-webkit-inner-spin-button,
 .captcha-group input[type=number]::-webkit-outer-spin-button {
     -webkit-appearance: none;
     margin: 0
 }

 .captcha-group input[type=number] {
     -moz-appearance: textfield
 }

 #contact-status-msg {
     border-radius: 6px;
     padding: 12px 16px;
     font-size: 14px;
     font-weight: 600;
     line-height: 1.5
 }

 .contactus-page {
     padding: 40px 0 60px;
     background: #fff
 }

 .contact-cards-row {
     display: flex;
     gap: 20px;
     margin-bottom: 40px;
     align-items: stretch
 }

 .contact-card {
     flex: 1;
     background: #f7f9fc;
     border-radius: 10px;
     padding: 28px 20px;
     text-align: center;
     box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 10px
 }

 .contact-card-icon {
     font-size: 42px;
     color: #339;
     line-height: 1;
     margin-bottom: 4px
 }

 .contact-card h3 {
     font-size: 15px;
     font-weight: 700;
     color: #1a1a2e;
     margin: 0
 }

 .contact-card p {
     font-size: 13.5px;
     color: #555;
     line-height: 1.7;
     margin: 0;
     flex: 1
 }

 .contact-card a {
     color: #339;
     word-break: break-word
 }

 .contact-card a:hover {
     color: #1a8fa0
 }

 .contact-form-map-row {
     display: flex;
     gap: 28px;
     align-items: stretch;
     align-items: flex-start
 }

 .contact-form-col {
     flex: 1 1 0;
     min-width: 0
 }

 .contact-map-col {
     flex: 0 0 420px;
     width: 420px;
     align-self: stretch
 }

 .contact-map-col iframe {
     width: 100%;
     height: 100%;
     min-height: 400px;
     border-radius: 10px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, .09);
     display: block
 }

 .contact-form {
     background: #fff;
     border-radius: 10px;
     padding: 32px 28px;
     box-shadow: 0 4px 24px rgba(0, 0, 0, .08)
 }

 .contact-form h2 {
     font-size: 20px;
     font-weight: 700;
     color: #339;
     margin: 0 0 22px 0
 }

 .cf-row {
     display: flex;
     gap: 16px;
     margin-bottom: 16px
 }

 .cf-row .cf-group {
     flex: 1
 }

 .cf-group {
     margin-bottom: 16px;
     display: flex;
     flex-direction: column
 }

 .cf-group label {
     font-size: 13px;
     font-weight: 600;
     color: #444;
     margin-bottom: 5px
 }

 .cf-req {
     color: #c0392b
 }

 .cf-group input[type=email],
 .cf-group input[type=number],
 .cf-group input[type=text],
 .cf-group select,
 .cf-group textarea {
     width: 100%;
     padding: 10px 13px;
     border: 1.5px solid #d0d8e4;
     border-radius: 6px;
     font-size: 14px;
     color: #333;
     background: #fafbfc;
     font-family: inherit;
     transition: border-color .2s, box-shadow .2s;
     box-sizing: border-box
 }

 .cf-group input:focus,
 .cf-group select:focus,
 .cf-group textarea:focus {
     border-color: #1a8fa0;
     box-shadow: 0 0 0 3px rgba(26, 143, 160, .12);
     outline: 0;
     background: #fff
 }

 .cf-group textarea {
     resize: vertical;
     min-height: 120px
 }

 .cf-group select {
     appearance: auto;
     cursor: pointer
 }

 .cf-captcha {
     background: #f0fbfc;
     border: 1.5px solid #b2dfe6;
     border-radius: 8px;
     padding: 14px 16px;
     margin-bottom: 20px
 }

 .cf-captcha label {
     font-size: 13.5px;
     font-weight: 600;
     color: #1a1a2e;
     display: block;
     margin-bottom: 8px
 }

 .cf-captcha label i {
     color: #1a8fa0;
     margin-right: 5px
 }

 .cf-captcha #captcha-q {
     color: #339;
     font-weight: 800
 }

 .cf-captcha input[type=number] {
     max-width: 160px;
     padding: 8px 12px;
     border: 1.5px solid #d0d8e4;
     border-radius: 6px;
     font-size: 15px;
     background: #fff;
     display: block
 }

 .cf-captcha input[type=number]::-webkit-inner-spin-button,
 .cf-captcha input[type=number]::-webkit-outer-spin-button {
     -webkit-appearance: none
 }

 .cf-captcha input[type=number] {
     -moz-appearance: textfield
 }

 #contact-submit-btn {
     width: 100%;
     padding: 13px 24px;
     background: #339;
     color: #fff;
     border: none;
     border-radius: 50px;
     font-size: 15px;
     font-weight: 600;
     cursor: pointer;
     transition: background .2s, transform .15s;
     font-family: inherit
 }

 #contact-submit-btn:hover {
     background: #1a8fa0;
     transform: translateY(-1px)
 }

 #contact-submit-btn:disabled {
     background: #999;
     cursor: not-allowed;
     transform: none
 }

 @media (max-width:900px) {
     .contact-form-map-row {
         flex-direction: column
     }

     .contact-map-col {
         flex: 0 0 auto;
         width: 100%;
         min-height: 300px
     }

     .contact-map-col iframe {
         min-height: 300px
     }
 }

 @media (max-width:640px) {
     .contact-cards-row {
         flex-direction: column
     }

     .cf-row {
         flex-direction: column;
         gap: 0
     }
 }

 .main-slider .swiper-slide {
     height: 620px !important
 }

 .main-slider {
     clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 87%, 0 100%);
     position: relative;
     z-index: 1;
     margin-bottom: -60px
 }

 .main-slider::before {
     content: '';
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     height: 18%;
     background: repeating-linear-gradient(135deg, rgba(51, 51, 153, .42) 0 1px, transparent 1px 9px), repeating-linear-gradient(45deg, rgba(51, 51, 153, .28) 0 1px, transparent 1px 11px);
     z-index: 2;
     pointer-events: none
 }

 .main-slider::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 10px;
     background: 0 0;
     background: linear-gradient(to bottom right, #339 0 7%, transparent 7% 100%) left/50.2% 100% no-repeat, linear-gradient(to bottom left, #339 0 7%, transparent 7% 100%) right/50.2% 100% no-repeat;
     z-index: 3;
     pointer-events: none
 }

 .main-slider .main-slider-content {
     text-align: center !important
 }

 .main-slider .main-slider-content .big-title h2 {
     text-align: center !important;
     margin-left: auto !important;
     margin-right: auto !important;
     font-size: 36px !important
 }

 .main-slider .main-slider-content .text,
 .main-slider .main-slider-content .text p {
     text-align: center !important;
     margin-left: auto !important;
     margin-right: auto !important;
     max-width: 680px
 }

 .main-slider .main-slider-content .btns-box {
     text-align: center !important;
     display: flex;
     justify-content: center
 }

 .main-slider .container {
     padding-top: 160px !important;
     padding-bottom: 120px
 }

 .main-slider__nav {
     display: none !important
 }

 .main-slider .swiper-pagination {
     bottom: 130px !important;
     z-index: 10
 }

 .main-slider .swiper-pagination-bullet {
     width: 10px;
     height: 10px;
     background: rgba(255, 255, 255, .45);
     opacity: 1;
     border-radius: 50%;
     transition: all .3s;
     margin: 0 4px !important
 }

 .main-slider .swiper-pagination-bullet-active {
     background: #fff;
     width: 30px;
     border-radius: 5px;
     box-shadow: 0 0 10px rgba(255, 255, 255, .6)
 }

 .slider-scroll-down {
     position: absolute;
     bottom: 28px;
     left: 50%;
     transform: translateX(-50%);
     z-index: 20;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 4px;
     text-decoration: none;
     animation: scrollBounce 1.8s ease-in-out infinite;
     cursor: pointer
 }

 .slider-scroll-down span {
     display: block;
     width: 28px;
     height: 28px;
     border-right: 3px solid #fff;
     border-bottom: 3px solid #fff;
     transform: rotate(45deg);
     opacity: .85
 }

 .slider-scroll-down span:nth-child(2) {
     opacity: .5;
     margin-top: -16px
 }

 .slider-scroll-down span:nth-child(3) {
     opacity: .25;
     margin-top: -16px
 }

 @keyframes scrollBounce {

     0%,
     100% {
         transform: translateX(-50%) translateY(0)
     }

     50% {
         transform: translateX(-50%) translateY(6px)
     }
 }

 @media (max-width:599px) {
     .main-slider .swiper-slide {
         height: 420px !important
     }

     .main-slider {
         clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%)
     }

     .main-slider::before {
         height: 10%
     }

     .main-slider .container {
         padding-top: 110px !important;
         padding-bottom: 80px
     }

     .main-slider .swiper-pagination {
         bottom: 80px !important
     }

     .slider-scroll-down {
         bottom: 14px
     }

     .main-slider .main-slider-content .big-title h2 {
         font-size: 24px !important
     }
 }


 /* ============================================================
   HEADER — Single full-width royal blue bar
   Logo left | Nav center | Info icon + CTA right
   ============================================================ */

 /* Outer wrapper — fixed, full width */
 .mai-header {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     width: 100%;
     z-index: 1100;
     background: #333399;
     box-shadow: 0 3px 20px rgba(51, 51, 153, 0.28);
 }

 /* Inner flex row — stretches edge to edge */
 .mai-header-inner {
     display: flex;
     align-items: center;
     width: 100%;
     min-height: 72px;
     padding: 0;
 }

 /* ---- LOGO ---- */
 .mai-logo {
     flex-shrink: 0;
     background: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 8px 20px 8px 16px;
     /* Diagonal right cut matching the blue bar */
     clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
     min-height: 72px;
     min-width: 180px;
     margin-right: -4px;
 }

 .mai-logo-link {
     display: flex;
     align-items: center;
 }

 .mai-logo-img {
     max-height: 56px;
     width: auto;
     max-width: 160px;
     object-fit: contain;
     display: block;
     filter: none !important;
     opacity: 1 !important;
 }

 .mai-logo-text {
     font-weight: 700;
     color: #333399;
     font-size: 16px;
 }

 /* ---- NAV CENTER ---- */
 .mai-nav {
     flex: 1;
     display: flex !important;
     align-items: center;
     justify-content: center;
     min-height: 72px;
     overflow: visible;
 }

 .mai-nav-list {
     display: flex !important;
     align-items: center;
     list-style: none;
     margin: 0;
     padding: 0;
     gap: 0;
     height: 100%;
 }

 /* Top-level items */
 .mai-nav-list>li.menu-item>a,
 .mai-nav-list>li.nav-item>.nav-link {
     color: #fff !important;
     font-size: 14px !important;
     font-weight: 500 !important;
     padding: 0 15px !important;
     display: flex !important;
     align-items: center;
     height: 72px;
     position: relative;
     white-space: nowrap;
     transition: color 0.2s;
     text-decoration: none;
     letter-spacing: 0.2px;
 }

 /* Goldenrod bottom bar on hover/active — top-level only */
 .mai-nav-list>li.menu-item>a::after,
 .mai-nav-list>li.nav-item>.nav-link::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 15px;
     right: 15px;
     height: 3px;
     background: goldenrod;
     border-radius: 3px 3px 0 0;
     transform: scaleX(0);
     transform-origin: center;
     transition: transform 0.22s ease;
 }

 .mai-nav-list>li.menu-item>a:hover::after,
 .mai-nav-list>li.nav-item>.nav-link:hover::after,
 .mai-nav-list>li.menu-item.current-menu-item>a::after,
 .mai-nav-list>li.nav-item.active>.nav-link::after {
     transform: scaleX(1);
 }

 .mai-nav-list>li.menu-item>a:hover,
 .mai-nav-list>li.nav-item>.nav-link:hover {
     color: goldenrod !important;
 }

 .mai-nav-list>li.menu-item.current-menu-item>a,
 .mai-nav-list>li.nav-item>.nav-link.active {
     color: goldenrod !important;
 }

 /* Dropdown */
 .mai-nav-list .dropdown-menu,
 .mai-nav-list .sub-menu {
     background: #fff !important;
     border: none !important;
     border-top: 3px solid #333399 !important;
     border-radius: 0 0 8px 8px !important;
     box-shadow: 0 8px 28px rgba(51, 51, 153, 0.16) !important;
     min-width: 210px;
     padding: 6px 0 !important;
     margin-top: 0 !important;
     top: 72px !important;
 }

 .mai-nav-list .dropdown-menu,
 .mai-nav-list .sub-menu,
 .mai-mob-nav .dropdown-menu,
 .mai-mob-nav .sub-menu {
     display: none !important;
 }

 .mai-nav-list .dropdown-menu.show,
 .mai-nav-list .sub-menu.show,
 .mai-mob-nav .dropdown-menu.show,
 .mai-mob-nav .sub-menu.show {
     display: block !important;
 }

 @media (min-width: 992px) {
     .mai-nav-list > li.menu-item-has-children:hover > .dropdown-menu,
     .mai-nav-list > li.menu-item-has-children:hover > .sub-menu,
     .mai-nav-list > li.menu-item-has-children:focus-within > .dropdown-menu,
     .mai-nav-list > li.menu-item-has-children:focus-within > .sub-menu {
         display: block !important;
     }
 }

 .mai-nav-list .dropdown-menu li,
 .mai-nav-list .sub-menu li {
     border-bottom: 1px solid #f0f0f8;
     padding: 0;
 }

 .mai-nav-list .dropdown-menu li:last-child,
 .mai-nav-list .sub-menu li:last-child {
     border-bottom: none;
 }

 .mai-nav-list .dropdown-menu a,
 .mai-nav-list .sub-menu a {
     color: #333 !important;
     padding: 10px 18px !important;
     font-size: 13.5px !important;
     font-weight: 500 !important;
     display: flex !important;
     align-items: center;
     gap: 8px;
     transition: all 0.18s;
     text-decoration: none;
 }

 /* Kill any ::after on dropdown items */
 .mai-nav-list .dropdown-menu a::after,
 .mai-nav-list .sub-menu a::after {
     display: none !important;
     content: none !important;
 }

 .mai-nav-list .dropdown-menu a::before,
 .mai-nav-list .sub-menu a::before {
     font-family: 'bootstrap-icons' !important;
     content: "\F285" !important;
     font-size: 10px;
     color: #333399;
     flex-shrink: 0;
     transition: transform 0.18s;
 }

 .mai-nav-list .dropdown-menu a:hover,
 .mai-nav-list .sub-menu a:hover {
     background: #f0f0fb !important;
     color: #333399 !important;
     padding-left: 22px !important;
 }

 .mai-nav-list .dropdown-menu a:hover::before,
 .mai-nav-list .sub-menu a:hover::before {
     transform: translateX(3px);
 }

 .dropdown-item.active,
 .dropdown-item:active {
     background: #333399 !important;
     color: #fff !important;
 }

 /* Caret on items with children */
 .mai-nav-list .menu-item-has-children>a .dropdown-toggle::after,
 .mai-nav-list>li.nav-item.dropdown>.nav-link::before {
     display: none;
 }

 /* ---- RIGHT SIDE ---- */
 .mai-right {
     flex-shrink: 0;
     display: flex;
     align-items: center;
     gap: 12px;
     padding: 0 16px 0 8px;
 }

 /* Info icon button */
 .mai-info-wrap {
     position: relative;
 }

 .mai-info-btn {
     background: rgba(255, 255, 255, 0.15);
     border: 1.5px solid rgba(255, 255, 255, 0.3);
     border-radius: 50%;
     width: 36px;
     height: 36px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-size: 17px;
     cursor: pointer;
     transition: background 0.2s, border-color 0.2s;
     padding: 0;
 }

 .mai-info-btn:hover {
     background: rgba(255, 255, 255, 0.25);
     border-color: rgba(255, 255, 255, 0.5);
 }

 /* Info dropdown panel */
 .mai-info-dropdown {
     display: none;
     position: absolute;
     top: calc(100% + 10px);
     right: 0;
     background: #fff;
     border-radius: 10px;
     box-shadow: 0 8px 32px rgba(51, 51, 153, 0.18);
     padding: 18px 20px;
     min-width: 260px;
     border-top: 3px solid #333399;
     z-index: 1200;
 }

 .mai-info-dropdown.is-open {
     display: block;
 }

 .mai-info-item {
     display: flex;
     align-items: flex-start;
     gap: 10px;
     margin-bottom: 12px;
     font-size: 13px;
     color: #333;
     line-height: 1.55;
 }

 .mai-info-item:last-of-type {
     margin-bottom: 14px;
 }

 .mai-info-item i {
     color: #333399;
     font-size: 15px;
     margin-top: 1px;
     flex-shrink: 0;
 }

 .mai-info-item a {
     color: #333399;
     text-decoration: none;
 }

 .mai-info-item a:hover {
     color: #1a8fa0;
 }

 .mai-info-socials {
     display: flex;
     gap: 8px;
     padding-top: 10px;
     border-top: 1px solid #eee;
 }

 .mai-info-socials a {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 32px;
     height: 32px;
     border-radius: 50%;
     font-size: 15px;
     color: #fff;
     text-decoration: none;
     transition: opacity 0.2s, transform 0.2s;
 }

 .mai-info-socials a:first-child {
     background: #1877f2;
 }

 .mai-info-socials a:last-child {
     background: #0a66c2;
 }

 .mai-info-socials a:hover {
     opacity: 0.85;
     transform: translateY(-2px);
 }

 /* CTA button */
 .mai-cta-btn {
     background: goldenrod;
     color: #fff !important;
     border: none;
     border-radius: 50px;
     padding: 9px 22px;
     font-size: 13px;
     font-weight: 700;
     white-space: nowrap;
     text-decoration: none;
     box-shadow: 0 3px 10px rgba(218, 165, 32, 0.32);
     transition: background 0.2s, transform 0.15s;
     display: inline-block;
 }

 .mai-cta-btn:hover {
     background: #c8960c;
     color: #fff !important;
     transform: translateY(-1px);
 }

 /* Mobile toggle */
 .mai-mob-toggle {
     background: rgba(255, 255, 255, 0.15);
     border: 1.5px solid rgba(255, 255, 255, 0.3);
     border-radius: 6px;
     color: #fff;
     font-size: 24px;
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     padding: 0;
     transition: background 0.2s;
 }

 .mai-mob-toggle:hover {
     background: rgba(255, 255, 255, 0.25);
 }

 /* ---- STICKY ---- */
 .sticky-header.mai-header {
     box-shadow: 0 4px 24px rgba(51, 51, 153, 0.3) !important;
 }

 .sticky-header .mai-nav-list>li>a,
 .sticky-header .mai-nav-list>li>.nav-link {
     color: #fff !important;
 }

 /* ---- MOBILE OFFCANVAS ---- */
 .mai-offcanvas {
     background: #1a1a40 !important;
     color: #fff;
     max-width: 300px;
 }

 .mai-info-offcanvas {
     background: #1a1a40 !important;
     color: #fff;
     width: min(390px, 100vw) !important;
 }

 .mai-info-offcanvas .offcanvas-header {
     border-bottom: 1px solid rgba(255, 255, 255, 0.12);
 }

 .mai-info-offcanvas .offcanvas-title {
     font-size: 20px;
     font-weight: 700;
 }

 .mai-info-offcanvas .mai-info-item {
     color: #e0e0f8;
     font-size: 15px;
     margin-bottom: 22px;
 }

 .mai-info-offcanvas .mai-info-item i {
     color: goldenrod;
     font-size: 18px;
 }

 .mai-info-offcanvas .mai-info-item a {
     color: #90caf9;
 }

 .mai-info-offcanvas .mai-info-socials {
     margin-top: 26px;
 }

 .mai-offcanvas .offcanvas-header {
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 }

 .mai-offcanvas .btn-close-white {
     filter: invert(1);
 }

 .mai-mob-nav {
     list-style: none;
     padding: 12px 0;
     margin: 0;
 }

 .mai-mob-nav li {
     border-bottom: 1px solid rgba(255, 255, 255, 0.07);
 }

 .mai-mob-nav li a {
     display: flex;
     align-items: center;
     gap: 8px;
     padding: 12px 16px;
     color: #e0e0f8 !important;
     font-size: 15px;
     font-weight: 500;
     text-decoration: none;
     transition: color 0.2s, padding-left 0.2s;
 }

 .mai-mob-nav li a:hover {
     color: goldenrod !important;
     padding-left: 22px !important;
 }

 .mai-mob-nav .dropdown-menu,
 .mai-mob-nav .sub-menu {
     background: rgba(255, 255, 255, 0.06) !important;
     border: none !important;
     border-radius: 0 !important;
     box-shadow: none !important;
     padding: 0 !important;
     margin: 0 !important;
     position: static !important;
     display: none !important;
 }

 .mai-mob-nav .dropdown-menu.show,
 .mai-mob-nav .sub-menu.show {
     display: block !important;
 }

 .mai-mob-nav .dropdown-menu a,
 .mai-mob-nav .sub-menu a {
     padding-left: 32px !important;
     font-size: 13.5px !important;
     color: #b0b4d8 !important;
 }

 .mai-mob-nav .dropdown-menu a::after,
 .mai-mob-nav .sub-menu a::after {
     display: none !important;
 }

 .mai-mob-contact {
     padding: 16px;
     border-top: 1px solid rgba(255, 255, 255, 0.1);
     margin-top: 8px;
 }

 .mai-mob-contact .mai-info-item {
     color: #a0a4c8;
     font-size: 13px;
 }

 .mai-mob-contact .mai-info-item i {
     color: goldenrod;
 }

 .mai-mob-contact .mai-info-item a {
     color: #90caf9 !important;
 }

 /* Responsive */
 @media (max-width: 992px) {
     .mai-logo {
         min-width: 140px;
         clip-path: none;
         margin-right: 0;
         padding: 8px 14px;
     }

     .mai-logo-img {
         max-height: 48px;
     }

     .mai-right {
         padding-right: 12px;
     }

     .mai-info-wrap {
         display: none;
     }
 }

 @media (max-width: 576px) {
     .mai-logo-img {
         max-height: 42px;
         max-width: 120px;
     }

     .mai-cta-btn {
         padding: 7px 14px;
         font-size: 12px;
     }
 }

 .footer {
     background: linear-gradient(to bottom, rgba(20, 20, 100, .88) 0, rgba(10, 10, 60, .92) 100%), url('https://coronationdevelopers.co.ug/wp-content/uploads/2026/08/coronation-developers-7.jpg') center center/cover no-repeat fixed !important;
     color: #fff !important
 }

 .footer,
 .footer .copyright,
 .footer .fci-muted,
 .footer .wp-block-paragraph,
 .footer a,
 .footer li,
 .footer p,
 .footer span {
     color: #fff !important
 }

 .footer .footer-top {
     padding: 56px 0 36px !important;
     border-bottom: 1px solid rgba(255, 255, 255, .08) !important
 }

 .footer .footer-top .row>[class*=col-] {
     padding-top: 0;
     padding-bottom: 12px
 }

 .footer .footer-top h4 {
     font-size: 12px !important;
     font-weight: 700 !important;
     letter-spacing: 2.5px !important;
     text-transform: uppercase !important;
     color: #fff !important;
     margin-bottom: 20px !important;
     padding-bottom: 10px !important;
     line-height: 1.6 !important
 }

 .footer .footer-top h4::after {
     border-top: 2px solid #daa520 !important;
     width: 30px !important
 }

 .footer .logo-area .wp-block-paragraph,
 .footer .logo-area p {
     font-size: 13px !important;
     color: #fff !important;
     line-height: 1.75 !important
 }

 .footer .wp-block-navigation__container,
 .footer-menus .menu,
 .footer-menus ul {
     list-style: none !important;
     padding: 0 !important;
     margin: 0 !important
 }

 .footer-menus .menu li,
 .footer-menus ul li {
     padding: 3px 0 !important;
     border-bottom: 1px solid rgba(255, 255, 255, .05) !important
 }

 .footer-menus .menu li:last-child,
 .footer-menus ul li:last-child {
     border-bottom: none !important
 }

 .footer-menus .menu li a,
 .footer-menus .wp-block-navigation-item__content,
 .footer-menus ul li a {
     color: #fff !important;
     font-size: 13.5px !important;
     text-decoration: none !important;
     display: flex !important;
     align-items: center;
     gap: 8px;
     padding: 5px 0 !important;
     transition: color .2s, padding-left .2s;
     line-height: 1.4
 }

 .footer-menus .menu li a::before,
 .footer-menus ul li a::before {
     font-family: bootstrap-icons !important;
     content: "\F285" !important;
     font-size: 10px !important;
     color: #daa520 !important;
     flex-shrink: 0;
     display: inline-block !important;
     transition: transform .2s
 }

 .footer-menus .menu li a:hover,
 .footer-menus ul li a:hover {
     color: #fff !important;
     padding-left: 5px !important
 }

 .footer-menus .menu li a:hover::before,
 .footer-menus ul li a:hover::before {
     transform: translateX(3px)
 }

 .footer-contact-info {
     font-size: 13px !important
 }

 .footer-contact-info p {
     display: flex;
     align-items: flex-start;
     gap: 9px;
     margin-bottom: 10px !important;
     line-height: 1.6;
     color: #fff !important
 }

 .fci-icon {
     color: #daa520 !important;
     font-size: 14px !important;
     margin-top: 2px;
     flex-shrink: 0
 }

 .fci-link {
     color: #fff !important
 }

 .fci-link:hover {
     color: #fff !important
 }

 .fci-muted {
     color: #fff !important;
     font-size: 12px
 }

 .fci-indent {
     padding-left: 23px
 }

 .fci-social {
     display: flex;
     gap: 8px;
     margin-top: 14px
 }

 .fci-social-btn {
     width: 32px !important;
     height: 32px !important;
     transition: opacity .2s, transform .2s !important
 }

 .fci-social-btn:hover {
     opacity: .82 !important;
     transform: translateY(-2px) !important
 }

 .footer-contact-strip {
     background: rgba(0, 0, 0, .22) !important;
     padding: 13px 0 !important;
     border-top: 1px solid rgba(255, 255, 255, .07) !important;
     border-bottom: 1px solid rgba(255, 255, 255, .07) !important
 }

 .fcs-inner {
     gap: 22px !important;
     flex-wrap: wrap;
     justify-content: center
 }

 .fcs-item {
     color: #9da0c0 !important;
     font-size: 12.5px !important;
     gap: 5px !important
 }

 .fcs-item i {
     color: #daa520 !important
 }

 .fcs-item a {
     color: #90caf9 !important
 }

 .fcs-item a:hover {
     color: #fff !important
 }

 .footer .copyright {
     padding: 15px 0 !important;
     font-size: 11.5px !important;
     color: #fff !important;
     background: rgba(0, 0, 0, .18);
     border-top: 1px solid rgba(255, 255, 255, .06) !important
 }

 .copyright-owner {
     text-align: left;
     white-space: nowrap;
     padding-left: 0 !important;
     padding-right: 4px !important
 }

 .copyright-website {
     text-align: center;
     white-space: nowrap;
     padding-left: 4px !important;
     padding-right: 4px !important
 }

 .copyright-website a {
     color: #fff !important
 }

 .copyright-designer {
     text-align: right;
     white-space: nowrap;
     padding-left: 4px !important;
     padding-right: 0 !important
 }

 @media (max-width:767px) {

     .copyright-designer,
     .copyright-owner,
     .copyright-website {
         text-align: center;
         white-space: normal;
         padding-left: 12px !important;
         padding-right: 12px !important
     }
 }

 @media (max-width:992px) {
     .top-header-content {
         display: none !important
     }

     .mymenu {
         padding: 0 12px !important
     }

     .mai-header .logo {
         clip-path: none;
         margin-right: 0
     }
 }

 @media (max-width:768px) {
     .mai-header .logo {
         flex: 0 0 40%;
         max-width: 40%;
         min-height: 64px;
         padding: 8px 10px
     }

     .mai-header .logo-link {
         padding: 0;
         justify-content: flex-start
     }

     .mai-header .logo .img-fluid,
     .mai-header .logo img {
         min-width: 0;
         max-width: 100%;
         max-height: 48px !important
     }

     .mai-header .top-header {
         flex: 1 1 60%
     }
 }

 @media (max-width:768px) {
     .footer .footer-top {
         padding: 32px 0 20px !important
     }
 }

 @media (min-width:769px) {
     .mai-header .main-menu .navbar-collapse {
         justify-content: center !important
     }

     .mai-header .main-menu .main-menu-item {
         width: 100%;
         margin: 0 !important;
         justify-content: center !important
     }
 }


 /** ============================================================
Top bar tweaks — bold text, more spacing, filled royal blue icons
=============================================================**/
 .top-header-content .topright a,
 .top-header-content .topright p,

 /* Top bar — spacing + filled royal blue icons only */
 .top-header-content .topright {
     gap: 28px !important;
 }

 .top-header-content .topright i,
 .top-header-content .topright .bi {
     color: #333399 !important;
     font-size: 14px !important;
 }

 /* Top bar — 3 groups spaced across full width */
 .topbar-info-row {
     display: flex !important;
     align-items: center;
     justify-content: space-between !important;
     width: 100%;
     margin: 0 !important;
     padding: 0 !important;
 }

 .topbar-group {
     display: inline-flex;
     align-items: center;
     gap: 5px;
     white-space: nowrap;
     font-size: 12px;
     color: #333;
 }

 .topbar-group i {
     color: #333399 !important;
     font-size: 13px !important;
     flex-shrink: 0;
 }

 .topbar-location {
     margin-right: auto;
 }

 .topbar-phone {
     margin: 0 auto;
 }

 .topbar-email {
     margin-left: auto;
 }

 .topbar-email a {
     color: #333 !important;
 }


 /** ============================================================
Homepage Services Slider
=============================================================**/
 .svc-slider-section {
     padding: 56px 0 48px;
 }

 .svc-slider-heading {
     text-align: center;
     margin-bottom: 36px;
 }

 .svc-slider-heading h2 {
     font-size: 28px;
     font-weight: 700;
     color: #333399;
     margin-bottom: 8px;
 }

 .svc-slider-heading p {
     font-size: 15px;
     color: #666;
     max-width: 560px;
     margin: 0 auto;
 }

 /* Each card */
 .svc-slide {
     height: auto;
 }

 .svc-slide-inner {
     background: #fff;
     border-radius: 10px;
     padding: 28px 24px 24px;
     height: 100%;
     box-shadow: 0 2px 16px rgba(51, 51, 153, 0.07);
     display: flex;
     flex-direction: column;
     gap: 12px;
     border-bottom: 4px solid transparent;
     transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
     cursor: default;
 }

 .svc-slide-inner:hover {
     border-bottom-color: #333399;
     box-shadow: 0 8px 32px rgba(51, 51, 153, 0.14);
     transform: translateY(-4px);
 }

 .svc-slide-icon {
     width: 52px;
     height: 52px;
     border-radius: 12px;
     background: #eef0fb;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 24px;
     color: #333399;
     transition: background 0.25s, color 0.25s;
     flex-shrink: 0;
 }

 .svc-slide-inner:hover .svc-slide-icon {
     background: #333399;
     color: #fff;
 }

 .svc-slide-title {
     font-size: 16px;
     font-weight: 700;
     color: #1a1a2e;
     margin: 0;
 }

 .svc-slide-desc {
     font-size: 13.5px;
     color: #666;
     line-height: 1.65;
     flex: 1;
     margin: 0;
 }

 .svc-slide-link {
     font-size: 13px;
     font-weight: 600;
     color: #333399;
     display: inline-flex;
     align-items: center;
     gap: 4px;
     text-decoration: none;
     transition: color 0.2s, gap 0.2s;
     margin-top: auto;
 }

 .svc-slide-link:hover {
     color: goldenrod;
     gap: 8px;
 }

 /* Pagination dots */
 .svc-swiper-pagination {
     margin-top: 24px;
     position: static !important;
 }

 .svc-swiper-pagination .swiper-pagination-bullet {
     width: 9px;
     height: 9px;
     background: #ccc;
     opacity: 1;
     margin: 0 4px !important;
 }

 .svc-swiper-pagination .swiper-pagination-bullet-active {
     background: #333399;
     width: 24px;
     border-radius: 5px;
 }

 /* Swiper overflow — show partial next card */
 .svc-swiper {
     overflow: visible;
     padding-bottom: 36px !important;
 }

 .svc-slider-section .container {
     overflow: hidden;
 }

 /* CTA link below slider */
 .svc-slider-cta {
     text-align: center;
     margin-top: 8px;
 }

 .svc-all-btn {
     display: inline-flex;
     align-items: center;
     gap: 6px;
     border: 2px solid #333399;
     color: #333399;
     padding: 10px 28px;
     border-radius: 50px;
     font-size: 14px;
     font-weight: 600;
     text-decoration: none;
     transition: background 0.2s, color 0.2s;
 }

 .svc-all-btn:hover {
     background: #333399;
     color: #fff;
 }

 /* ---- Menu fixes: full-width, square CTA, clean dropdowns ---- */

 /* 1. Header inner must be truly 100vw */
 .mai-header {
     top: 0 !important;
     margin-top: 0 !important;
     left: 0 !important;
     right: 0 !important;
     width: 100vw !important;
     background: #fff !important;
     border-top: 5px solid #333399 !important;
     box-sizing: border-box !important;
     box-shadow: 0 3px 18px rgba(0, 0, 0, 0.14) !important;
     overflow: visible !important;
 }

 .mai-header::before,
 .mai-header::after {
     content: '';
     position: absolute;
     top: 0;
     bottom: 0;
     width: 72px;
     background: #333399;
     pointer-events: none;
     z-index: 0;
 }

 .mai-header::before {
     left: 0;
     clip-path: polygon(0 0, 100% 0, 58% 100%, 0 100%);
 }

 .mai-header::after {
     right: 0;
     clip-path: polygon(0 0, 100% 0, 100% 100%, 42% 100%);
 }

 .mai-header-inner::before,
 .mai-header-inner::after {
     content: '';
     position: absolute;
     top: -5px;
     width: 5px;
     height: 88px;
     background: goldenrod;
     z-index: 0;
     pointer-events: none;
 }

 .mai-header-inner::before {
     left: 42px;
     transform: skewX(-29deg);
 }

 .mai-header-inner::after {
     right: 42px;
     transform: skewX(29deg);
 }

 @media (max-width: 991px) {
     .mai-header::before,
     .mai-header::after {
         width: 36px;
         background: #333399;
     }
 }

 .mai-header-inner {
     width: 100% !important;
     min-height: 88px !important;
     min-width: 0;
     box-sizing: border-box;
     position: relative;
     z-index: 1;
 }

 .main-slider {
     margin-top: 93px !important;
 }

 .home .talent-intro {
     margin-top: 64px !important;
     margin-bottom: 0 !important;
 }

 @media (max-width: 991px) {
     .home .talent-intro {
         margin-top: 32px !important;
     }
 }

 .mai-logo-img {
     max-height: 70px !important;
     max-width: 200px !important;
 }

 .mai-nav {
     flex: 1 1 0;
     min-width: 0;
     overflow: visible;
 }

 .mai-nav-list {
     gap: 14px !important;
     width: auto !important;
     justify-content: center !important;
 }

 .mai-nav-logo {
     display: flex;
     align-items: center;
     justify-content: center;
     flex: 0 0 220px;
     height: 88px;
     margin: 0 18px;
 }

 .mai-nav-logo .mai-logo-link {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .mai-nav-list-after {
     justify-content: flex-start !important;
 }

 .mai-nav,
 .mai-nav-logo,
 .mai-nav-list,
 .mai-right {
     position: relative;
     z-index: 3;
 }

 .mai-nav-list:not(.mai-nav-list-after) > li#menu-item-860,
 .mai-nav-list:not(.mai-nav-list-after) > li#menu-item-861,
 .mai-nav-list:not(.mai-nav-list-after) > li#menu-item-865,
 .mai-nav-list-after > li#menu-item-627,
 .mai-nav-list-after > li#menu-item-2682,
 .mai-nav-list-after > li#menu-item-629 {
     display: none !important;
 }

 .mai-nav-list-after > li:first-child,
 .mai-nav-list-after > li:nth-child(2),
 .mai-nav-list-after > li:nth-child(3) {
     display: none !important;
 }

 .mai-nav-list > li.menu-item > a,
 .mai-nav-list > li.nav-item > .nav-link {
     color: goldenrod !important;
     height: 88px !important;
     padding: 0 20px !important;
     font-weight: 700 !important;
 }

 .mai-nav-list > li.menu-item > a:hover,
 .mai-nav-list > li.nav-item > .nav-link:hover {
     color: goldenrod !important;
 }

 .mai-nav-list > li.menu-item.current-menu-item > a,
 .mai-nav-list > li.nav-item > .nav-link.active,
 .mai-nav-list > li.current-menu-item > a {
     color: #333399 !important;
 }

 .mai-mob-nav > li > a {
     color: goldenrod !important;
 }

 .mai-mob-nav > li > a:hover {
     color: goldenrod !important;
 }

 .mai-mob-nav > li.current-menu-item > a,
 .mai-mob-nav > li > a.active {
     color: #333399 !important;
 }

 .mai-nav-list .dropdown-menu,
 .mai-nav-list .sub-menu {
     left: 0 !important;
     right: auto !important;
     width: auto !important;
     min-width: 230px !important;
     position: absolute !important;
     top: 88px !important;
     background: #333399 !important;
     border-top: 3px solid goldenrod !important;
     border-radius: 0 0 6px 6px !important;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18) !important;
 }

 .mai-nav-list .dropdown-menu li,
 .mai-nav-list .sub-menu li {
     border-bottom-color: rgba(255, 255, 255, 0.16) !important;
     margin-bottom: 6px !important;
 }

 .mai-nav-list .dropdown-menu li:last-child,
 .mai-nav-list .sub-menu li:last-child {
     margin-bottom: 0 !important;
 }

 .mai-nav-list .dropdown-menu a,
 .mai-nav-list .sub-menu a {
     color: #fff !important;
     padding: 10px 20px !important;
 }

 .mai-nav-list .dropdown-menu a:hover,
 .mai-nav-list .sub-menu a:hover {
     background: rgba(255, 255, 255, 0.14) !important;
     color: goldenrod !important;
     padding-left: 24px !important;
 }

 .mai-right {
     min-height: 88px;
 }

 .mai-info-offcanvas {
     z-index: 1200 !important;
 }

 body:has(.mai-info-offcanvas.show) .offcanvas-backdrop {
     z-index: 1190 !important;
 }

 .mai-info-btn,
 .mai-mob-toggle {
     background: #333399 !important;
     border-color: #333399 !important;
     color: #fff !important;
 }

 .mai-info-btn:hover,
 .mai-mob-toggle:hover {
     background: #252577 !important;
     border-color: #252577 !important;
 }

 .mai-nav-list > li.menu-item-has-children {
     display: list-item !important;
     width: auto !important;
     min-width: 0 !important;
     padding-right: 0 !important;
 }

 /* 2. Get a Quote — keep the action crisp and square */
 .mai-cta-btn {
     border-radius: 0 !important;
     background: goldenrod !important;
     box-shadow: 0 3px 10px rgba(218, 165, 32, 0.25) !important;
 }

 .mai-cta-btn:hover {
     background: #c8960c !important;
 }

 @media (max-width: 576px) {
     .mai-cta-btn {
         border-radius: 0 !important;
     }
 }

 /* 3. Dropdown — remove the > chevron pseudo-element, keep clean text only */
 .mai-nav-list .dropdown-menu a::before,
 .mai-nav-list .sub-menu a::before {
     display: none !important;
     content: none !important;
 }

 /* Re-add a subtle left border accent instead */
 .mai-nav-list .dropdown-menu a,
 .mai-nav-list .sub-menu a {
     padding-left: 18px !important;
     border-left: 3px solid transparent;
 }

 .mai-nav-list .dropdown-menu a:hover,
 .mai-nav-list .sub-menu a:hover {
     border-left-color: #333399;
     padding-left: 22px !important;
     background: #f0f0fb !important;
     color: #333399 !important;
 }

 /* 4. Mobile toggle uses Bootstrap's four-square grid icon */

 /* Keep the logo split limited to the desktop navigation copies. */
 .mai-nav-list:not(.mai-nav-list-after) > li:nth-child(4),
 .mai-nav-list:not(.mai-nav-list-after) > li:nth-child(5),
 .mai-nav-list:not(.mai-nav-list-after) > li:nth-child(6),
 .mai-nav-list-after > li:first-child,
 .mai-nav-list-after > li:nth-child(2),
 .mai-nav-list-after > li:nth-child(3) {
     display: none !important;
 }