@font-face {
    font-family: 'HellixRegular';
    src: url('../fonts/Hellix-Regular.eot');
    src: url('../fonts/Hellix-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Hellix-Regular.woff2') format('woff2'),
        url('../fonts/Hellix-Regular.woff') format('woff'),
        url('../fonts/Hellix-Regular.ttf') format('truetype'),
        url('../fonts/Hellix-Regular.svg#Hellix-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HellixMedium';
    src: url('../fonts/Hellix-Medium.eot');
    src: url('../fonts/Hellix-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Hellix-Medium.woff2') format('woff2'),
        url('../fonts/Hellix-Medium.woff') format('woff'),
        url('../fonts/Hellix-Medium.ttf') format('truetype'),
        url('../fonts/Hellix-Medium.svg#Hellix-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HellixBold';
    src: url('../fonts/Hellix-Bold.eot');
    src: url('../fonts/Hellix-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Hellix-Bold.woff2') format('woff2'),
        url('../fonts/Hellix-Bold.woff') format('woff'),
        url('../fonts/Hellix-Bold.ttf') format('truetype'),
        url('../fonts/Hellix-Bold.svg#Hellix-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



:root {
    --maincolor: #66a7ab;
    --cardcolor: #599e9f;
    --btncolor: linear-gradient(177deg, #02405e, #186695);
    ;
    --diffback:#113C58;
    --blackcolor: #000;
    --whitecolor: #fff;
    --family: "HellixRegular";
    --familymed: "HellixMedium";
    --familybold: "HellixBold";
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--family);
    color: var(--blackcolor);
    overflow-x: hidden;
}

.navbar-nav li a {
    font-family: var(--familymed);
    font-size: 18px;
    text-transform: uppercase;
    color: var(--blackcolor);
    letter-spacing: 0.5px;

    &:hover {
        color: var(--maincolor) !important;
    }
}

.footerlink a {
    font-family: var(--family);
    font-size: 16px;
    color: var(--blackcolor);
    letter-spacing: 0.5px;
    padding: 0;

    &:hover {
        color: var(--maincolor) !important;
    }
}

.gradbg {
    background: url(../images/gradbg.png) center center;
    background-size: cover;
}

.footercon a {
    color: var(--blackcolor);
}

.mainmenu {
    margin-bottom: -50px;
    background: #fff !important;
    z-index: 999;
    position: relative;
}

.navbar-nav a.nav-link.active {
    color: var(--maincolor) !important;
}

.topinfo p {
    font-size: 15px;
}

a {
    text-decoration: none;
}

.topinfo img {
    height: 25px;
}

.commpad {
    padding: 80px 0;
}

.seccontent h2 {
    font-size: 50px;
    margin: 0;
    padding: 0;
    font-family: var(--familymed);
    line-height: 55px;
}

.herosec .container {
    padding-top: 100px;
}

.seccontent h3 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    font-family: var(--familymed);
}

.diffsec p{ font-size: 15px !important; }

.seccontent p, .seccontent ul li {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.herosec {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

  
.herosec h1 {
    color: var(--whitecolor);
    font-size: 50px;
    font-family: var(--familymed);
    line-height: 50px;
    margin-top: 80px;
}
.aboutbanner h1{
    margin-top: 0;
}
.aboutbanner .container {
    padding-top: 0px;
}

.designbanner p {
    color: var(--whitecolor);
    font-size: 20px;
    text-shadow: 2px -1px 20px var(--blackcolor);
    margin: 0;
}

.designbanner h1 {
    color: var(--whitecolor);
    font-size: 50px;
    font-family: var(--familymed);
     margin: 0;
}
.fs30 p { font-size: 30px; }
.value {
    padding: 20px 50px 20px 20px;
    background: var(--cardcolor);
    margin: 10px;
    display: flex;
    gap: 30px;
}
.servs h3{
    font-family: var(--familymed);
    font-size: 28px;
    margin: 0;
}
.servs p{
    margin: 0;
    font-size: 18px;
}
  .acctrans img{ width: 70px;}
  .acctrans h3{ font-size: 28px; font-weight: bold; font-family: var(--familymed); }
.acctrans {
    padding: 25px 35px 30px 35px;
    background: var(--whitecolor);
     margin: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-height: 365px;
}
 i.bi.bi-quote {
    font-size: 40px;
    color: var(--whitecolor);
    background: linear-gradient(177deg, #27666a, #63a7b5);
    border-radius: 10px;
    position: absolute;
    padding: 10px 10px;
    top: -35px;
    line-height: 0;
}
.testiswiper .swiper-slide {
    background: var(--whitecolor);
    color: var(--blackcolor);
    padding: 40px 30px 30px 30px;
	min-height:350px;
}
  
.swiper-scrollbar.swiper-scrollbar-horizontal {
      bottom: 0 !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important; 
    background-color: var(--whitecolor);
    opacity: 1 !important;
    width: 15% !important;
    height: 5px !important;
}
.swiper-scrollbar-drag{ 
   
    background-color: #2b6865 !important;
}
.testiswiper p{
    font-size: 14px;
    line-height: 20px;
}
.testiswiper h4{
    font-size: 20px;
    margin-bottom: 0;
     font-family: var(--familymed);
}
.clsaysrow {
    padding: 100px 0;
}
.servs {
    margin: 8px;
    min-height: 502px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
 
.servs div {
    padding: 30px 20px 0 20px;display: flex; flex-direction: column; gap: 15px;
}
.servs div a{
    color: var(--diffback);
}
.darkbg{ background: var(--diffback); color: var(--whitecolor); }
.servs div a i:before{ font-weight: 900 !important; }
 
 
.trustworthy img {
    max-width: 65px;
    height: 100%;
}
.trustworthy h4{ font-family: var(--familymed); }
.value img {
    height: 55px;
}
.approach h4 { font-family: var(--familymed);  font-size: 25px; margin: 0;}
.claritytext {
    padding: 0 100px;
}

.schedule {
    padding: 0 100px 0 20px;
}
.contactdata i{
    font-size: 24px;
}
form.joinform {
    border: 1px solid #000;
    border-radius: 70px;
    padding: 5px 5px 5px 30px;
    display: flex;
}
.approach {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 50px;
}
form.joinform input[type="email"] {
    width: 100%;
    border: none;
    background: transparent;
    padding: 10px 0;

    &:focus {
        box-shadow: none;
        border: none;
        outline: none;
    }
}

.contactform h3{ 
     font-size: 40px;
     font-family: var(--familymed);
     text-align: center;
     margin-bottom: 30px;
}

.contactform input[type="submit"] {
    background: var(--btncolor);
    width: fit-content;
    padding: 15px 100px;
    margin: auto;
    text-align: center;
    border: none;
    border-radius: 30px;
    color: #fff;
}

.contactform input, .contactform textarea{
    margin: 0 0 20px 0;
    border: none;
    border-radius: none !important;
    outline: none;
    border-bottom: 1px solid var(--blackcolor);
    padding: 20px 30px;
    width: 100%;
}

form.joinform input[type="submit"] {
    color: var(--whitecolor) !important;
    text-decoration: none !important;
    padding: 20px 100px;
    background: var(--btncolor);
    border: none;
    border-radius: 40px;

    &:hover {
        background: var(--cardcolor);
    }
}
.herosec p {
    color: var(--whitecolor);
    font-size: 20px;
}
.commonbtn, .whitbtn {
    display: block;
    width: fit-content;
    color: var(--whitecolor) !important;
    text-decoration: none !important;
    padding: 20px 50px;
    background: var(--btncolor);
    border: none;
    border-radius: 40px;

    &:hover {
        background: var(--cardcolor);
        color: var(--whitecolor) !important;
    }
}
.whitbtn { background: var(--whitecolor); color: var(--blackcolor) !important; font-size: 18px; }
.blogitem {
    box-shadow: 0px 0px 35px 5px #cccccc63;
    margin: 10px;
    padding: 15px;
    text-align: center;
}

.desblogs .blogitem {
    margin: 20px 0;
}

.blgcontent {
    padding: 10px 55px;
}

.cuspagination li a {
    padding: 10px 20px;
    color: var(--blackcolor);
    font-size: 18px;

    &:hover {
        background: linear-gradient(177deg, #27666a, #63a7b5);
        color: #fff !important;
    }
}

.blgcontent a {
    color: var(--blackcolor);
    text-decoration: underline;
}

.blgcontent p {
    font-size: 18px;
    display: inline;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

a.pageactive {
    padding: 10px 20px;
    background: linear-gradient(177deg, #27666a, #63a7b5);
    color: #fff !important;
}

.blogitem h4 {
    font-family: var(--familymed);
    font-size: 25px;
    display: inline;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.blogitem img {
    height: 305px;
}

.desblogs .blogitem img {
    height: 100%;
}

.footersocial a {
    font-size: 36px;
    padding: 0px;
    color: var(--maincolor);
}
.services {
    background: var(--whitecolor);
    margin: 10px 30px;
    min-height: 170px;
    padding: 30px 30px 0 65px;
    position: relative;
}
.services span {
    font-size: 50px;
    position: absolute;
    left: -48px;
    background: linear-gradient(177deg, #27666a, #63a7b5);;
    border-radius: 100px;
    width: 90px;
    color: var(--whitecolor);
    line-height: 1.7;
    height: 90px;
    text-align: center;
}
.services h5, .choose h3{
    font-size: 25px;
    font-family: var(--familymed);
}
.choose img{  width: 100%; }
.choose{
    margin: 10px;
}
.services p, .choose p{
    font-size: 18px; 
}
.value h3 {
    font-size: 20px;
    font-family: var(--familymed);
}

.faqsec summary {
    padding: 20px 50px;
    background: #f6f6f6;
    width: 100%;
    border-radius: 100px;
     list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
  font-family: var(--familymed);
  margin: -1px 0 0 0;
}
.faqsec details {
    border: 1px solid #f6f6f6;
      margin: 0 0 15px 0;
    border-radius: 50px;
}
.faqsec details p {
    margin: 0;
    padding: 30px;
}
.faqsec details[open] summary {
  background: linear-gradient(177deg, #27666a, #63a7b5);
  color: var(--whitecolor); 
}
.faqsec details[open] {
  border-color: var(--blackcolor);
} 
 
/* Safari */
.faqsec summary::-webkit-details-marker, .faqsec summary::-webkit-details-marker {
  display: none;
}
.accclinets{ padding-top: 40px; }
 
.clitem {
    background: url("../images/quad.png") no-repeat center center;
    padding: 50px 56px 50px 50px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: start;
    min-height: 410px; 
}

.accclinets .col-md-3 {
    padding-bottom: 100px;
}

.clitem img {
    width: 70px;
}
.clitem h6 {
    font-size: 25px;
    margin: 0;
    font-family: var(--familymed);
}

/* Custom arrow */
.faqsec summary::after, .faqans summary::after {
  content: "▶";
  transform: rotate(90deg);
  transition: transform 0.2s ease;
  font-size: 16px;
}

/* Rotate when open */
.faqsec details[open] summary::after {
  transform: rotate(0deg);
}
.faqans details[open] summary::after {
  transform: rotate(0deg);
}
.faqcont summary {
    padding: 20px 20px 20px 40px;
    border-radius: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    background: linear-gradient(177deg, #27666a, #63a7b5);
    color: var(--whitecolor);
    width: 100%;
    list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
  font-family: var(--familymed);
}
.topinfo a {
    font-size: 18px;
    color: var(--blackcolor);
}

footer h4 {
    font-family: var(--familymed);
    font-size: 30px;
}
.diffback{
    background: var(--diffback);
}

.climg {
    width: 100%;
    height: 500px;
    background: #eaeaea;
}
.climg img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}
.portal h4{ font-size: 40px; }
.lisciobg{background: #4b596b;}
.quickbg{background: #1f3b5d;}

fieldset {
  position: relative;
  padding: 80px 30px;
  border: 1px solid var(--maincolor);
  text-align: center;
}
fieldset p{ font-size: 18px;
color: var(--blackcolor);
 }
span.innerborder {
    border: 1px solid #fff;
    padding: 0;
    display: block;
    width: 100%;
    position: relative;
} 
.testimon .col-md-12{ margin-top: 80px; }
legend {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    background: linear-gradient(177deg, #27666a, #63a7b5);
    color: var(--whitecolor);
   font-family: var(--familymed);
   font-size: 25px;
    border-radius: 0;
    margin: 0;
    width: 28%;
    line-height: 3;
    box-shadow: -1px -5px 16px -3px #29696c;
    
}
div#v-pills-tab{
    width: 30%;
    margin: 0 !important;
     padding: 10px;
    background: linear-gradient(177deg, #27666a, #63a7b5);
}
.faqans div#v-pills-tabContent {
    width: 80%;
}
.faqans button#v-pills-boi-tab {
    border: none;
}
.faqans button.nav-link {
    text-align: left;
    padding: 10px 20px;
    border-bottom: 1px solid var(--whitecolor);
    border-radius: 0 !important;
    color: var(--whitecolor);
    font-size: 20px;
    &:hover{
        background: var(--whitecolor);
        color: var(--blackcolor);
    }
}
.faqans .nav-pills .nav-link.active{
    background: var(--whitecolor);
    color: var(--blackcolor);
}
.faqans details{ margin-bottom: 10px; }
.faqans details p {
    border: 1px solid #000;
    padding: 20px;
    margin: 0 0 15px 0;
}

.innerslide img {
    max-width: 50px !important;
    margin: auto;
} 
.innerslide {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
 .innerslide h5 {
    font-size: 30px;
    margin: 0;
}
 .innerslide h6 {
    margin: -15px 0 0 0;
}
.clientsay .swiper {
      width: 100%;
      height: 100%;
    }
    .innerslide p {
    font-size: 20px;
    margin: 0;
}
.clientsay .swiper-slide {
      text-align: center;
      font-size: 18px;
  
      display: flex;
      justify-content: center;
      align-items: center;
    }

.clientsay .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }



/* Responsive */

@media screen and (max-width: 767px) {

    .contactform input, .contactform textarea {
    margin: 0 0 10px 0;
    
    border-bottom: 1px solid var(--blackcolor);
    padding: 15px 20px; 
}

    
.cover {
    background-size: cover !important;
}

    div#v-pills-tab, .faqans div#v-pills-tabContent {
    width: 100%; 
}
.contactform h3 {
    font-size: 30px; 
}
 
    .faqcont summary {
    padding: 20px;
    font-size: 20px; 
}

legend {
    position: relative;
   font-size: 20px;
    width: 100%; 
}
.blgcontent {
    padding: 10px 20px;
}
    fieldset{ padding: 20px;}
    .climg {
    width: 100%;
    padding: 20px;
    height: 200px;  
}
    .herosec p {  font-size: 16px;         margin: 0 0 -18px 0px;}
    .mainmenu {
        padding: 10px;
    }
.acctrans {
    padding: 30px;
    width: 100%;
}
.clitem {
    min-height: 330px;
   padding: 50px 65px 50px 56px;
	        width: 330px;
}
 
.faqsec summary {
    padding: 20px 20px;
    border-radius: 20px;
    font-size: 20px;
}
.faqsec details p {
    margin: 0;
    padding: 20px;
}


.clsaysrow {
    padding: 30px;
    text-align: center;
}
.accclinets .col-md-3 {
    padding-bottom: 50px;
}

.commonbtn, .whitbtn {
  margin: auto;
    padding: 20px 20px; 
    font-size: 14px;
}
.services span {
    font-size: 30px; 
    left: -40px; 
    width: 50px; 
    height: 50px; 
}
.services {
    width: 100%; 
}
    button.navbar-toggler {
        &:focus {
            box-shadow: none;
        }
    }

    .navbar-nav li a {
        font-size: 16px;
    }
.seccontent h3 {
    font-size: 32px; 
}
    .herosec {
        height: 465px;
    }
.designbanner{
    min-height: 100% !important;
}
.servs {
   width: 100%;
}
.approach.text-center {
    background: #fff;
    border: 1px solid;
}
.designbanner p {
    font-size: 20px;
    text-shadow: 2px -1px 20px var(--blackcolor);
}
    .herosec h1, .seccontent h2 ,.designbanner h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0;
}
.innerslide{ width: 100%; }
    .seccontent p,
    .blgcontent p {
        font-size: 16px;
    }

    .commpad {
        padding: 40px 0;
    }

    .value {
        padding: 20px;
        width: 100%;
    }
 
    .claritytext,
    .schedule {
        padding: 35px;
    }

    .blogitem {
        padding: 0;
    }

    .blogitem img {
        height: 100%;
    }

    .blogitem h4 {
        font-size: 20px;
    }

    .cuspagination li a {
        padding: 10px 15px;
        font-size: 14px;
    }
.herosec .container {
    padding-top: 30px;
}
    form.joinform input[type="submit"] {
        padding: 10px 35px;
    }
}

.portal .faq-tabs {
  width: 30%;
  margin: 0 !important;
  padding: 10px;
  background: linear-gradient(177deg, #27666a, #63a7b5);
}


.faqcont {
    width: 80%;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        width: 250px;
    }
}

/* MOBILE MENU DEFAULT CLOSED */
.smg-mobile-menu {
    display: none;
}

/* WHEN ACTIVE */
.smg-mobile-menu.active {
    display: block;
}

/* MOBILE STYLES */
@media (max-width: 991px) {
    .smg-mobile-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 9999;
        padding: 1rem 0;
        box-shadow: 0 10px 30px rgba(0,0,0,.15);
    }

    .smg-mobile-menu .navbar-nav {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
}
.single-post .entry-content h2,
.single-post .entry-content h3 { margin-top: 28px; }

.single-post .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.single-post a { text-decoration: underline; }
.single-post a:hover { opacity: .85; }

.post-navigation a {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  text-decoration: none;
}
/* === Pagination RESET === */
.cuspagination,
.cuspagination ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

/* Remove bullet dots completely */
.cuspagination li::marker,
.cuspagination ul li::marker {
  content: none !important;
}

/* Main pagination wrapper */
.cuspagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 40px 0;
}

/* Inner UL (this is the real issue) */
.cuspagination > ul {
  display: flex;
  gap: 12px;
}

/* Pagination items */
.cuspagination li {
  margin: 0;
}

/* Pagination buttons */
.cuspagination a,
.cuspagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f4f6f8;
  color: #0b2e2e;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* Hover */
.cuspagination a:hover {
  background: #0b5f5f;
  color: #fff;
  transform: translateY(-2px);
}

/* Active page */
.cuspagination .current {
  background: #0b5f5f;
  color: #fff;
  font-weight: 600;
  cursor: default;
}

/* Arrow */
.cuspagination .next,
.cuspagination .prev {
  font-size: 18px;
}
