
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  font-family: 'Verdana', sans-serif !important;
  font-weight: 695;
  line-height: 1.5;
}

/* CLS guard: Prevent layout shifts from images - respect explicit dimensions */
img {
  max-width: 100%;
  display: block;
  /* CLS FIX: Don't set height: auto globally - it overrides explicit dimensions */
}

/* CLS guard: Images with explicit width/height should maintain aspect ratio */
img[width][height] {
  aspect-ratio: attr(width) / attr(height);
  /* CLS FIX: Only set height: auto if not positioned absolutely or in fixed container */
}

/* CLS guard: Images in absolute/fixed containers should fill container, not use auto height */
.slide-image img,
[style*="position: absolute"] img,
[style*="position: fixed"] img {
  height: 100% !important; /* CLS FIX: Fill container height, don't use auto */
  width: 100% !important;
}

/* CLS guard: Fallback aspect ratio for images without explicit dimensions */
img:not([width]):not([height]) {
  aspect-ratio: 16 / 9; /* Default aspect ratio fallback - prevents layout shift */
}

/* CLS guard: Ensure iframes and videos also reserve space */
iframe, video {
  display: block;
  max-width: 100%;
}

iframe[width][height], video[width][height] {
  aspect-ratio: attr(width) / attr(height);
}

/* Ensure root container doesn't cause shifts */
#root {
  min-height: 100vh;
  width: 100%;
}

a {
    text-decoration: none !important;
}

.white {
    color: #fff;
}
.homecon{
    color: #000;
}
@media  (max-width: 767px) {
    .homecon{
        color: #000;
        margin-top: 19vh;
    }
}
.space100 {
    width: 100px;
    height: 100px;
}
.space50 {
    width: 50px;
    height: 50px;
}
.space120 {
    width: 120px;
    height: 10px;
}

.heading-2 {
   
    font-weight: 600;
    font-size: 40px;
    line-height: 1.25;
}

.heading-3 {
  
    font-weight: 600;
    font-size: 35px;
    line-height: 1.17;
}

.heading-4 {
 
    font-weight: 600;
    font-size: 30px;
    line-height: 1.37;
}

.heading-5 {
 
    font-weight: 600;
    font-size: 12px;
    line-height: 2.83;
}

.heading-6 {
   
    font-weight: 600;
    font-size: 22px;
    line-height: 1.59;
}

.heading-7 {
    
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
}

.paragraph {
   
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.625;
    color: #9297a0;
    
}

.paragraph-3 {
   
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hideOnMd {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .heading-2 {
        font-size: 38px;
        line-height: 47px;
    }
    .heading-3 {
        font-size: 35px;
        line-height: 41px;
    }
    .heading-4 {
        font-size: 30px;
        line-height: 41px;
    }
    .heading-5 {
        font-size: 24px;
        line-height: 34px;
    }
    .heading-6 {
        font-size: 22px;
        line-height: 35px;
    }
    .heading-7 {
        font-size: 18px;
        line-height: 28px;
    }
    .paragraph {
        font-size: 14px !important;
        line-height: 26px;
    }
    .paragraph-3 {
        font-weight: 400;
        font-size: 14px;
    }
    .space100 {
        width: 80px;
        height: 80px;
    }
    .space120 {
        width: 100px;
        height: 10px;
    }
}

@media (max-width: 767px) {
    .heading-2 {
        font-size: 36px;
        line-height: 44px;
    }
    .heading-3 {
        font-size: 30px;
        line-height: 39px;
    }
    .heading-4 {
        font-size: 26px;
        line-height: 34px;
    }
    .heading-5 {
        font-size: 20px;
        line-height: 29px;
    }
    .heading-6 {
        font-size: 18px;
        line-height: 26px;
    }
    .heading-7 {
        font-size: 16px;
        line-height: 24px;
    }
    .paragraph {
        font-size: 16px;
        line-height: 26px;
    }
    .paragraph-3 {
        font-weight: 400;
        font-size: 14px;
    }
    .space100 {
        width: 60px;
        height: 60px;
    }
    .space120 {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 575px) {
    .heading-2 {
        font-size: 30px;
        line-height: 38px;
    }
    .heading-3 {
        font-size: 26px;
        line-height: 34px;
    }
    .heading-4 {
        font-size: 22px;
        line-height: 30px;
    }
    .heading-5 {
        font-size: 18px;
        line-height: 26px;
    }
    .heading-6 {
        font-size: 16px;
        line-height: 24px;
    }
    .heading-7 {
        font-size: 14px;
        line-height: 20px;
    }
    .paragraph {
        font-size: 14px;
        line-height: 20px;
    }
    .paragraph-3 {
        font-weight: 400;
        font-size: 12px;
    }
    .space100 {
        width: 40px;
        height: 40px;
    }
    .space120 {
        width: 60px;
        height: 0px;
    }
}

.button-primary-1 {
    width: 190px;
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #0554f2;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #0554f2;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 150ms ease-in-out; /* Minimal transition per requirements */
}

/* Hover effect for primary button - minimal scale only */
.button-primary-1:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.button-primary-1:active {
    transform: translateY(0);
}

.button-primary-1 span {
    z-index: 110;
    color: #0554f2;
    
}

.button-primary-1 {
    position: relative;
    overflow: hidden; /* usually needed for effects like this */
}

.button-primary-1::after {
    content: "";
    width: 60px;
    height: 305px;
    display: block;
    top: -10px;
    left: -100px;
    position: absolute;
    background: #0F766E;
    transform: skewX(-30deg);
    z-index: 0;
    transition: width 0.3s ease; /* smooth animation */
}

/* Hover the button, change the ::after */
.button-primary-1:hover::after {
    width: 1000px;
    top: 0;
}

.button-primary-1:hover span {
    z-index: 110;
    color: #fafbfc;
}

 span {
    z-index: 110;
    color: #0554f2;
    
}

@media (max-width: 767px) {
    .button-primary-1 {
        width: 160px;
        height: 50px;
    }
}

.button-secondary-1 {
    width: 190px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #ffaa17;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #ffaa17;
    position: relative;
    overflow: hidden;
}

.button-secondary-1 span {
    z-index: 110;
    color: #ffaa17;
}

.button-secondary-1::after {
    content: "";
    width: 75px;
    height: 175px;
    display: block;
    top: -110px;
    left: -30px;
    position: absolute;
    background: #ffaa17;
    transform: rotate(45deg);
    z-index: 1;
}

@media (max-width: 767px) {
    .button-secondary-1 {
        width: 160px;
        height: 50px;
    }
}

.section-heading {
    text-align: center;
}

.section-heading .paragraph {
    max-width: 525px;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.service-card {
    padding: 38px 27px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.service-card .img_wrapper {
    width: 70px;
    height: 70px;
}

.service-card .img_wrapper img {
    width: 100%;
}

.service-card .circle {
    right: -100px;
    top: -100px;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 7px solid #9bbbfa;
}

.service-card.active {
    scale: 1.05;
    transform: translateY(-5px);
}

.service-card.active .img_wrapper {
    transform: rotateY(180deg);
}

.service-card.active .circle {
    border: 7px solid #0554f2;
}

.service-card.active a {
    background: #0F766E;
}

.service-card.active a span {
    color: white;
}

.service-card .heading-5 {
    font-size: 23px;
}

@media (max-width: 767px) {
    .service-card .heading-5 {
        font-size: 20px;
    }
}

#footer .footer-top {
    
    padding: 13px 0;
}

#footer .footer-top .heading-2 {
    color: white;
}

#footer .footer-top .email-wrapper {
    max-width: 430px;
    width: 100%;
    margin-right: 20px;
}

#footer .footer-top input {
    width: 100%;
    padding: 0 20px;
    border: none;
    outline: none;
    border-radius: 5px;
    height: 60px;
}

#footer .footer-top .subscribe-btn {
    width: 175px;
    height: 60px;
    border-radius: 5px;
    background: #0F766E;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    #footer .footer-top .heading-2 {
        margin-right: 0;
    }
    #footer .footer-top .subscribe-btn {
        width: 175px;
        height: 45px;
    }
    #footer .footer-top input {
        height: 45px;
    }
    #footer .footer-top .email-wrapper {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

#footer .footer-body .about-company {
    margin-top: -100px;
    background-color: white;
    border-radius: 5px;
    max-width: 100px;
    width: 100%;
    overflow: hidden;
}

#footer .footer-body .about-company .logo-wrapper {
    background-color: #0F766E  ;
    padding: 11px 59px;
    position: relative;
    margin-bottom: 47px;

}

#footer .footer-body .about-company .logo-wrapper img {
    /* max-width: 165px; */
    width: 100%;
   
}

#footer .footer-body .about-company .logo-wrapper:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -20px;
    left: 20%;
    rotate: 45deg;
    background-color: #0F766E  ;
}

@media (max-width: 575px) {
    #footer .footer-body .about-company .logo-wrapper:after {
        width: 30px;
        height: 30px;
        bottom: -15px;
    }
}

@media (max-width: 575px) {
    #footer .footer-body .about-company .logo-wrapper {
        margin-bottom: 30px;
        padding: 15px 65px;
    }
}

#footer .footer-body .about-company .content {
    padding: 0 24px 58px 24px;
}

#footer .footer-body .about-company .content .socials ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
    margin-top: 0px;
}

#footer .footer-body .about-company .content .socials ul li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid #0F766E;
    cursor: pointer;
}

#footer .footer-body .about-company .content .socials ul li a {
    color: #0554f2;
}

#footer .footer-body .about-company .content .socials ul li.active {
    background: #0F766E;
}

#footer .footer-body .about-company .content .socials ul li.active a {
    color: white;
}

@media (max-width: 1199px) {
    #footer .footer-body .about-company {
        margin-top: 0px;
        max-width: 400px;
    }
}

#footer .footer-body .wrapper {
    padding-top: 10px;
}

#footer .footer-body .wrapper .heading-4 {
    color: white;
    font-size: 24px;
    margin-bottom: 38px;
}

#footer .footer-body .wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .footer-body .wrapper ul li {
    margin-bottom: 0px;
}

#footer .footer-body .wrapper ul li a {
    text-decoration: none;
    color: white;
    font-weight: 300;
    padding: 0 !important;
}

#footer .footer-body .wrapper ul li.active a {
    color: #0554f2;
    text-decoration: underline !important;
}

#footer .footer-body .wrapper .contact {
    margin-bottom: 20px;
}

#footer .footer-body .wrapper .contact .icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #0F766E  ;
    border: 2px solid white;
    color: white;
    cursor: pointer;
    transition: all 150ms ease-in-out;
}

#footer .footer-body .wrapper .contact .icon-wrapper:hover {
    transform: scale(1.05);
    background-color: #0F766E ;
}

#footer .footer-body .wrapper .contact .icon-wrapper.active {
    background-color: #0F766E  ;
    color: white;
}

#footer .footer-body .wrapper .contact .paragraph {
    color: white;
    font-size: 14px;
    line-height: 1.6;
}

#footer .footer-body .wrapper .contact .paragraph a.contact-link {
    color: #0554f2;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    font-weight: 500;
}

#footer .footer-body .wrapper .contact .paragraph a.contact-link:hover {
    color: #4da6ff;
}

#footer .footer-body .wrapper .contact .paragraph a:not(.contact-link) {
    color: white;
    text-decoration: none;
}

@media (max-width: 1199px) {
    #footer .footer-body .wrapper {
        padding-top: 50px;
    }
}

#footer .footer-body .divider {
    border: 1px solid rgba(5, 84, 242, 0.4);
  
}

#footer .footer-body .footer-bottom {
    padding: -20px 0;
}

#footer .footer-body .footer-bottom .paragraph {
    color: white;
}

#footer .footer-body .footer-bottom a {
    color: white;
}

#footer .footer-body .footer-bottom ul {
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ============================================
   FOOTER OVERRIDES - MATCH SCREENSHOT EXACTLY
   ============================================ */
#footer .footer-body .about-company {
    margin-top: 0px !important;
    background: transparent !important;
    border-radius: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow: visible !important;
}

#footer .footer-body .about-company .content {
    padding: 0 !important;
    margin-top: 10px !important;
}

#footer .footer-body .about-company .content .paragraph b {
    color: white !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}

#footer .footer-body .about-company .content .paragraph span {
    color: #999 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

#footer .footer-body .about-company .content .socials ul li {
    border: 2px solid white !important;
    background-color: #0F766E   !important;
    width: 40px !important;
    height: 40px !important;
}

#footer .footer-body .about-company .content .socials ul li:hover {
    background-color: #0F766E  !important;
    transform: scale(1.05) !important;
}

#footer .footer-body .about-company .content .socials ul li a {
    color: white !important;
}

/* CLS guard: stable height for sub-header background containers */
.sub-header {
    width: 100%;
    height: 200px; /* CLS FIX: Fixed height to prevent layout shift */
    min-height: 200px; /* CLS FIX: Reserve space to prevent layout shift */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
    box-sizing: border-box; /* Ensure padding doesn't exceed dimensions */
}

.sub-header .page-info {
    max-width: 354px;
    position: relative;
    width: 20vw;
    padding: 20px 0;
    text-align: center;
    border-radius: 5px;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    /* transform: translate(-50%, 235px); */
   
    color: rgb(255 255 255);
}

.sub-header .page-info .heading-2 {
    margin-bottom: 0;
}

.sub-header .page-info a {
    color: white;
    font-weight: 400;
}

@media (max-width: 575px) {
    .sub-header {
        height: 180px;
        min-height: 180px;
    }
    .sub-header .page-info {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 0;
        /* transform: translate(-50%, 135px); */
    }
}

/* -----------Deafult Margin & Padding---------- */

/*------------------ Margin Top ------------------*/

.mt-25 {
    margin-top: 25px;
}

.mt-50 {
    margin-top: 50px;
}

/*-- Margin Bottom --*/

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 60px;
}

/*-- margin left --*/

.ml-20 {
    margin-left: 20px;
}

/*-- margin right --*/

/*-- Padding Top --*/

/*-- Padding Bottom --*/

/*-- Padding left --*/

/*-- Padding right --*/

/* Background Color */

/* Color */

.white {
    color: #fff;
}

.black {
    color: #222;
}

/* black overlay */

.container1 {
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 400px; /* You can adjust the width as needed */
   
}

.detail-label {
    font-weight: bold;
    margin-right: 5px;
}

button {
    padding: 10px 20px;
    background-color: #223e9c;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

  .card {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  
  .button-container button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #0F766E  ;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  .card {
    width: 350px;
    height: fit-content;
    margin: 5px;
    background: white;
    border-radius: 10px;
   
   }
   
   .shadow {
    box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1),
                0 0  0 2px rgb(190, 190, 190),
                0.3em 0.3em 1em rgba(0,0,0,0.3);
   }
   .image{
    width: 150px;
    height: 130px;
    border-radius: 50%;
   }

  /* DropdownExample.css */

  /* Style for labels */
  label {
    margin-right: 10px; /* Add some space between label and dropdown */
    font-weight: bold; /* Making label text bold */
    font-size: 26px; /* Increase font size */
  }
  
  /* Style for dropdowns */
  select {
    padding: 8px;
    font-size: 16px;
    border: 1px solid #6e8cb6; /* Changing border color */
    border-radius: 5px;
    width: 200px;
    background-color: #f2f2f2; /* Changing background color */
    margin-right: 50px; /* Add space between dropdowns */
  }
  
  select:focus {
    outline: none;
    border-color: #405f91; /* Changing border color on focus */
    box-shadow: 0 0 5px rgba(64, 95, 145, 0.5); /* Changing box shadow on focus */
  }

  .tp-about-thumb {
    position: relative;
    margin-left: -45px;
    margin-bottom: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-thumb {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-thumb {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .tp-about-thumb {
        margin-left: 0;
        margin-bottom: 40px;
        text-align: center;
    }
}

.tp-about-thumb-main {
    display: inline-block;
    min-width: 400px;
    min-height: 500px;
    height: 500px;
}

.tp-about-thumb-main img {
    width: 400px;
    height: 500px;
    object-fit: cover;
    display: block;
}

.tp-about-thumb-shape-one .about-image-1 {
    position: absolute;
    top: -40px;
    right: 55px;
    z-index: 9;
    min-width: 400px;
    min-height: 400px;
    height: 400px;
    width: 400px;
}

.tp-about-thumb-shape-one .about-image-1 img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    display: block;
}

.tp-about-thumb-shape-two {
    min-width: 200px;
    min-height: 200px;
    height: 200px;
    width: 200px;
}

.tp-about-thumb-shape-two img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-thumb-shape-one .about-image-1 {
        visibility: hidden;
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .tp-about-thumb-shape-one .about-image-1 {
        position: static;
        max-width: 100%;
        height: 400px;
        min-height: 400px;
        margin-bottom: 20px;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-thumb-shape-two {
        top: -35px;
        right: 180px;
    }
}

@media (max-width: 767px) {
    .tp-about-thumb-shape-two {
        visibility: hidden;
        opacity: 0;
        height: 0;
        min-height: 0;
        margin: 0;
    }
}

.tp-about-exprience {
    position: absolute;
    display: inline-block;
    bottom: -76px;
    right: 15px;
}

.tp-about-exprience-title {
    font-size: 80px;
    font-weight: 700;
    color: var(--tp-theme-secondary);
}

.tp-about-exprience p {
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-theme-primary);
    text-align: center;
    border: 2px solid rgb(119, 113, 129);
    display: inline-block;
    border-radius: 50%;
    padding: 34px 75px 42px 75px;
    background-color: var(--tp-common-white);
    transform: translateY(-48px) rotate(-24deg);
}

/* Responsive styles for About section */
@media (max-width: 1199px) {
    .tp-about-wrap {
        margin-left: 0;
    }
    
    .responsive_aboutus .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .responsive_aboutus .row {
        flex-direction: column;
    }
    
    .responsive_aboutus .col-xl-6 {
        margin-bottom: 30px;
    }
    
    .tp-about-thumb {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .tp-about-wrap {
        margin-left: 0;
        padding-bottom: 0;
    }
    
    .tp-section h1 {
        font-size: 32px;
        text-align: center;
    }
    
    .tp-section-title {
        font-size: 24px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .tp-about-wrap {
        margin-left: 0;
        padding-bottom: 0;
    }
    
    .tp-about-exprience {
        position: static;
        display: block;
        margin-top: 30px;
        text-align: center;
    }
    
    .tp-about-exprience-title {
        font-size: 50px;
    }
    
    .tp-about-exprience p {
        transform: none;
        border-radius: 15px;
        padding: 20px 30px;
        display: block;
        margin: 10px auto;
        max-width: 250px;
    }
    
    .tp-section h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .tp-section-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .tp-section-title-wrapper p {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .tp-about-thumb-main img {
        max-width: 100%;
        height: auto;
    }
    
    .about-image-1 img {
        max-width: 100%;
        height: auto;
        margin-top: 20px !important;
    }
}

@media (max-width: 480px) {
    .tp-section h1 {
        font-size: 24px;
    }
    
    .tp-section-title {
        font-size: 18px;
    }
    
    .tp-section-title-wrapper p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .responsive_aboutus {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.overlay-anim {
    position: relative;
}

.overlay-anim::after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

@media (max-width: 550px){
    .responsive_aboutus{
        margin-top: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 551px) and (max-width: 767px) {
    .responsive_aboutus{
        margin-top: 40px;
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (min-width: 768px){
    .responsive_aboutus{
        margin-left: 100px;
        margin-top: 40px;
    }
}

/* Mobile-specific fixes */
@media screen and (max-width: 967px) {
    body {
        overflow-x: hidden;
        width: 100%;
    }
    
    .homecard-slider-container {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        padding: 0 5px;
    }
    
    .homecard-slider-track {
        display: flex;
        flex-wrap: nowrap;
        gap: 15px;
        scroll-snap-type: x mandatory;
        padding-bottom: 10px;
    }
    
    .homecard-card {
        flex: 0 0 85%;
        scroll-snap-align: start;
        min-height: 150px;
        
    }
    
    /* CLS FIX: Don't override height:auto globally - breaks explicit dimensions */
    /* img {
        max-width: 100%;
        height: auto;
    } */
    
    /* Prevent horizontal scrolling */
    .container {
        max-width: 100%;
        overflow-x: hidden;
    }
}

/* Tablet view adjustments */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .responsive_aboutus {
        margin-left: 50px;
        margin-right: 50px;
    }
}

/* CLS guard: stable height for service cards background container */
.homecard-ex-service-cards {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px; /* CLS FIX: Reserve space to prevent layout shift */
  height: auto; /* Allow content expansion but maintain minimum */
}

.homecard-service {
  width: 100%;
}

.homecard-container {
  max-width: 1340px;
  margin: 0 auto;
  padding: -25px 20px;
  min-height: 500px; /* Reserve space to prevent CLS */
}

.homecard-slider-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
}

.homecard-slider-track {
  display: flex;
  will-change: transform;
}

.homecard-card {
  min-width: 25%;
  max-width: 55%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0 15px;
}

.homecard-service-card {
  height: 480px;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  background: #fff;
  width: 100%;
  transition: all 150ms ease-in-out; /* Minimal transition per requirements */
}

/* Hover effect for service cards - shadow only, no movement */
.homecard-service-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.homecard-card-image {
  height: 400px;
  width: 35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  overflow: hidden;
  transition: transform 0.3s ease; /* Add image zoom animation */
}

.homecard-service-card:hover .homecard-card-image {
  transform: scale(1.02);
}

.homecard-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  display: block;
  transition: all 150ms ease-in-out; /* Minimal transition per requirements */
}

.homecard-card-content {
  flex: 1;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  background: #fff;
}

.homecard-card-content h5 {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}

.homecard-slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}

.homecard-slider-button {
  background: #0F766E  ;
  color: white;
  border: none;
  padding: 12px 18px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease; /* Add hover animation */
}

/* Hover effect for slider buttons */
.homecard-slider-button:hover {
  transform: scale(1.1);
  background-color: #0F766E  ;
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.homecard-slider-button:active {
  transform: scale(0.95);
}

.homecard-slider-button:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.homecard-space120 {
  height: 10px;
}

/* Mobile view fixes */
@media (max-width: 991px) {
  .homecard-ex-service-cards {
    min-height: 500px;
  }
  
  .homecard-container {
    padding: 20px 15px;
  }
}

@media (max-width: 768px) {
  .homecard-container {
    padding: 16px 10px;
    max-width: 100%;
  }

  .homecard-slider-container {
    overflow: visible; /* Change from hidden to visible for mobile */
    max-width: 100%;
    padding: 0 5px;
  }

  .homecard-slider-track {
    display: flex;
    overflow-x: auto; /* Enable horizontal scrolling */
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    padding-bottom: 10px;
    transform: none !important; /* Override the transform for mobile */
    gap: 10px;
  }

  .homecard-slider-track::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome/Safari */
  }

  .homecard-card {
    min-width: 280px; /* Fixed width for mobile cards */
    max-width: 280px;
    flex-shrink: 0;
    padding: 0 5px;
    scroll-snap-align: start;
  }

  .homecard-service-card {
    height: 350px; /* Reduced height for mobile */
    min-height: 350px;
    border-radius: 12px;
  }

  .homecard-card-image {
    height: 220px; /* Reduced image height for mobile */
  }

  .homecard-card-content {
    padding: 20px 15px;
    min-height: 130px; /* Ensure consistent height for content */
  }

  .homecard-card-content h5 {
    font-size: 18px; /* Slightly smaller font for mobile */
    line-height: 1.4;
  }

  .homecard-slider-controls {
    display: none; /* Hide arrows on mobile - use swipe instead */
  }
}

/* Small mobile devices */
@media (max-width: 480px) {
  .homecard-ex-service-cards {
    min-height: 400px;
  }
  
  .homecard-container {
    padding: 12px 5px;
  }
  
  .homecard-card {
    min-width: 260px;
    max-width: 260px;
    padding: 0 3px;
  }

  .homecard-service-card {
    height: 320px;
    min-height: 320px;
  }

  .homecard-card-image {
    height: 200px;
  }

  .homecard-card-content {
    padding: 15px 10px;
    min-height: 120px;
  }

  .homecard-card-content h5 {
    font-size: 16px;
    line-height: 1.3;
  }
}

/* Portfolio Slider CSS */
.portfolio-card {
  padding: 100px;
  transform: scale(0.95);
  opacity: 0.6;
}

/* CLS guard: stable height for news cards to prevent layout shift */
.news-card {
  border: 2px solid #000;
  border-radius: 3px;
  padding: 10px;
  min-height: 350px; /* CLS FIX: Reserve space to prevent layout shift */
  height: 350px; /* CLS FIX: Fixed height to prevent layout shift */
  width: 100%;
  max-width: 400px;
  margin: auto;
  background: #fff;
  box-sizing: border-box; /* Ensure padding doesn't exceed dimensions */
  transition: all 150ms ease-in-out; /* Minimal transition per requirements */
}

/* Hover effect for portfolio/news cards - shadow only */
/* .news-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
} */


.news-card:hover {
  box-shadow: 0 20px 20px -6px rgba(36, 35, 35, 0.589) !important;
  transform: scale(1.05);
}


.news-card-dyavasandra {
  min-height: 330px; /* CLS FIX: Reserve space to prevent layout shift */
  height: 330px; /* CLS FIX: Fixed height to prevent layout shift */
}

/* CLS guard: reserve space for image wrapper to prevent layout shift */
.img-wrapper {
  height: 220px; /* CLS FIX: Fixed height to prevent layout shift */
  overflow: hidden;
  border-radius: 0px;
  min-height: 220px; /* CLS FIX: Reserve space to prevent layout shift */
  box-sizing: border-box;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease; /* Add image zoom on hover */
  /* Removed duplicate height and object-fit */
}

.news-card:hover .img-wrapper img {
  transform: scale(1.02);
}

.content {
  padding: 15px;
  text-align: center;
}

.content h5 {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
}

.content .paragraph {
  font-size: 14px;
  color: #7f8c8d;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
}

/* Slider dots */

/* Mobile View for Portfolio / News Slider */
@media (max-width: 768px) {
  /* Remove center mode effects for mobile */
  .portfolio-card {
    padding: 20px 10px;
    transform: scale(1);
    opacity: 1;
  }
  
  /* Mobile-specific card styling */
  .news-card {
    width: 95%;
    height: auto;
    min-height: 280px;
    margin: 5px auto;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
  }
  
  .img-wrapper {
    height: 160px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    flex-shrink: 0;
  }
  
  .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .news-card:active img {
    transform: scale(1.05);
  }
  
  .content {
    padding: 15px 8px 10px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  
  .content .paragraph {
    font-size: 12px;
    color: #7f8c8d;
    font-weight: 500;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  /* Adjust dots for mobile */
  
  /* Mobile slider container adjustments */
  
  /* Remove hover effects for mobile */
  
  /* Add touch-friendly active state */
  .news-card:active {
    transform: scale(0.98);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }
  
  /* Hide specific items on mobile if needed */
  .hideOnMd {
    display: none;
  }
}

/* Slider.css */
.slider-image {
  height: 100px; /* Default height for larger screens */
}

@media (max-width: 768px) {
  .slider-image {
    height: 200px; /* Adjusted height for medium screens */
  }
}

@media (max-width: 480px) {
  .slider-image {
    height: 200px; /* Adjusted height for smaller screens */
  }
}

/* CSS */
.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.info-container {
    display: grid;
    grid-template-columns: 120px 1fr;

}

.label {
    text-align: right;
   
}

.button-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 20px;
}

.button-container input[type="date"],
.button-container button {
    padding: 8px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.button-container input[type="date"] {
    margin-right: 10px;
}

.button-container button {
    background-color: #007bff;
    color: white;
}

  h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
  }
  
  form {
    display: flex;
    flex-direction: column;
  }
  
  .label {
   
    margin-bottom: 5px;
    
  }
  
  .input-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .input-container label {
    flex: 1;
  }
  
  .input-container input[type="text"],
  .input-container input[type="number"],
  .input-container select {
    flex: 3;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #ddd; /* Add border around input fields */
  }
  
  .input-container input[type="text"]:focus,
  .input-container input[type="number"]:focus,
  .input-container select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }
  
  button[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #0F766E ;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
  }

  * {
  font-family: 'Verdana', sans-serif;
}
/* @import removed for performance - fonts loaded via HTML link tag instead */

/*-------------------------------------------------------------------*/

/* === Boostrap Main SCSS === */

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --blue: #5E50F9;
    --indigo: #6610f2;
    --purple: #6a008a;
    --pink: #E91E63;
    --red: #f96868;
    --orange: #f2a654;
    --yellow: #f6e84e;
    --green: #46c35f;
    --teal: #58d8a3;
    --cyan: #57c7d4;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #0f1531;
    --blue: #5E50F9;
    --indigo: #6610f2;
    --purple: #6a008a;
    --pink: #E91E63;
    --red: #f96868;
    --orange: #f2a654;
    --yellow: #f6e84e;
    --green: #46c35f;
    --teal: #58d8a3;
    --cyan: #57c7d4;
    --white: #ffffff;
    --gray: #434a54;
    --gray-light: #aab2bd;
    --gray-lighter: #e8eff4;
    --gray-lightest: #e6e9ed;
    --black: #000000;
    --primary: #6640b2;
    --secondary: #a3a4a5;
    --success: #00d082;
    --info: #1cbccd;
    --warning: #ffbf36;
    --danger: #f83e37;
    --light: #f8f9fa;
    --dark: #282f3a;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
   --font-family: 'Verdana', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
footer,
header,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #001737;
    text-align: left;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul ul {
    margin-bottom: 0;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

img {
    vertical-align: middle;
    border-style: none;
}

/* svg {
    overflow: hidden;
    vertical-align: middle;
} */

table {
    border-collapse: collapse;
}

caption {
    padding-top: 1.25rem 0.9375rem;
    padding-bottom: 1.25rem 0.9375rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
    appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-7,
.col-8,
.col-12,
.col-sm-6,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-7,
.col-lg-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #001737;
}

.table th,
.table td {
    padding: 1.25rem 0.9375rem;
    vertical-align: top;
    border-top: 1px solid #f3f3f3;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f3f3f3;
}

.table tbody+tbody {
    border-top: 2px solid #f3f3f3;
}

.table-bordered {
    border: 1px solid #f3f3f3;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #f3f3f3;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 2.875rem;
    padding: 0.875rem 1.375rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
    color: #c9c8c8;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

input[type="date"].form-control,
input[type="month"].form-control {
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #ffffff;
}

.form-control-sm {
    height: 2.575rem;
    padding: 0.5rem 0.81rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: 3.175rem;
    padding: 0.94rem 1.94rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #001737;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.875rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 0.1875rem;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
    }
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    width: 163px;
    margin-left: 89px;
    margin-top: -10px;
}

a.btn.disabled {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #6640b2;
    border-color: #6640b2;
}

.btn-primary:focus {
    color: #fff;
    background-color: #563696;
    border-color: #51338c;
    box-shadow: 0 0 0 0.2rem rgba(125, 93, 190, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #6640b2;
    border-color: #6640b2;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #51338c;
    border-color: #4b2f83;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 93, 190, 0.5);
}

.btn-secondary {
    color: #212529;
    background-color: #a3a4a5;
    border-color: #a3a4a5;
}

.btn-secondary:focus {
    color: #fff;
    background-color: #909192;
    border-color: #898b8c;
    box-shadow: 0 0 0 0.2rem rgba(144, 145, 146, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #212529;
    background-color: #a3a4a5;
    border-color: #a3a4a5;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #898b8c;
    border-color: #838485;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(144, 145, 146, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #00d082;
    border-color: #00d082;
}

.btn-success:focus {
    color: #fff;
    background-color: #00aa6a;
    border-color: #009d62;
    box-shadow: 0 0 0 0.2rem rgba(38, 215, 149, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #00d082;
    border-color: #00d082;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #009d62;
    border-color: #00905a;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 215, 149, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #f83e37;
    border-color: #f83e37;
}

.btn-danger:focus {
    color: #fff;
    background-color: #f71a12;
    border-color: #f31109;
    box-shadow: 0 0 0 0.2rem rgba(249, 91, 85, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #f83e37;
    border-color: #f83e37;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #f31109;
    border-color: #e71008;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 91, 85, 0.5);
}

.btn-outline-primary {
    color: #6640b2;
    border-color: #6640b2;
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 64, 178, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #6640b2;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #6640b2;
    border-color: #6640b2;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 64, 178, 0.5);
}

.btn-outline-secondary {
    color: #a3a4a5;
    border-color: #a3a4a5;
}

.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 164, 165, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #a3a4a5;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #a3a4a5;
    border-color: #a3a4a5;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 164, 165, 0.5);
}

.btn-sm {
    padding: 0.5rem 0.81rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.1875rem;
}

.fade {
}

@media (prefers-reduced-motion: reduce) {
    .fade {
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.dropdown {
    position: relative;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group>.form-control+.form-control {
    margin-left: -1px;
}

.input-group>.form-control:focus {
    z-index: 3;
}

.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.875rem 1.375rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 2px;
}

.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d8e0ec;
    border-radius: 0;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid #d8e0ec;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid #d8e0ec;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
    }
}

a.badge,
a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #006c44;
    background-color: #ccf6e6;
    border-color: #b8f2dc;
}

.alert-danger {
    color: #81201d;
    background-color: #fed8d7;
    border-color: #fdc9c7;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.media {
    display: flex;
    align-items: flex-start;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:not(:disabled):not(.disabled),
.close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light,
a.bg-light:focus,
button.bg-light,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

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

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #f3f3f3 !important;
}

.border-0 {
    border: 0 !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
}

.flex-column {
    flex-direction: column !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

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

.align-items-end {
    align-items: flex-end !important;
}

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

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.w-50 {
    width: 50% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-100 {
    height: 100% !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.py-2 {
    padding-bottom: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
}

.py-3 {
    padding-bottom: 1rem !important;
}

.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
}

.py-5 {
    padding-bottom: 3rem !important;
}

.px-5 {
    padding-left: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mx-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-white {
    color: #ffffff !important;
}

.text-primary {
    color: #6640b2 !important;
}

a.text-primary,
a.text-primary:focus {
    color: #462c7a !important;
}

.text-success {
    color: #00d082 !important;
}

a.text-success,
a.text-success:focus {
    color: #008452 !important;
}

.text-warning {
    color: #ffbf36 !important;
}

a.text-warning,
a.text-warning:focus {
    color: #e99e00 !important;
}

.text-danger {
    color: #f83e37 !important;
}

a.text-danger,
a.text-danger:focus {
    color: #db0f08 !important;
}

.text-muted {
    color: #b1b0b0 !important;
}

.visible {
    visibility: visible !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #ffffff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
}

/*-------------------------------------------------------------------*/

/* === Template mixins === */

/* Miscellaneous Mixins */

/*
    margin: 0;
    overflow-x: hidden;
}

.form-control,
.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

a,
div,
h1,
h2,
h3,
h4,
h5,
p,
span {
    text-shadow: none;
}

[type=button]:focus,
a:active,
a:focus,
a:visited,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
select::-moz-focus-inner {
    outline: 0;
}

input,
.form-control:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    outline-width: 0;
    outline-color: transparent;
    box-shadow: none;
    outline-style: none;
}

textarea {
    resize: none;
    overflow-x: hidden;
}

.btn,
.btn:active,
.btn:focus,
.btn,
.btn:visited,
a,
a:active,
a:checked,
a:focus,
a,
a:visited,
body,
button,
button:active,
button,
button:visited,
div,
input,
input:active,
input:focus,
input,
input:visited,
select,
select:active,
select:focus,
select:visited,
textarea,
textarea:active,
textarea:focus,
textarea,
textarea:visited {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus,
button,
button:active,
button:checked,
button:focus,
button,
button:visited {
    outline: 0;
    outline-offset: 0;
}

a:focus,
input:focus {
    border-color: transparent;
    outline: none;
}

/* Typography */

body {
    font-size: 1rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: initial;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600;
  
}

p {
    font-size: 0.875rem;
    margin-bottom: .5rem;
}

h1,
.h1 {
    font-size: 2.19rem;
}

h2,
.h2 {
    font-size: 1.88rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.25rem;
}

h5,
.h5 {
    font-size: 1.125rem;
}

h6,
.h6 {
    font-size: 1rem;
}

address p {
    margin-bottom: 0;
}

/* Miscellanoeous */

body,
html {
    overflow-x: hidden;
    padding-right: 0 !important;
}

*:-moz-full-screen,
*:-webkit-full-screen,
*:fullscreen *:-ms-fullscreen {
    overflow: auto;
}

.container-scroller {
    overflow: hidden;
}

code {
    padding: 5px;
    color: #f83e37;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
    border-radius: 4px;
}

/* Preview */

/* Footer */

.footer {
    background: #f6f7fb;
    padding: 0 1.437rem 1.937rem 1.437rem;
    font-size: calc(0.875rem - 0.05rem);
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
}

.footer a {
    color: #001737;
    font-size: inherit;
}

@media (max-width: 991px) {
    .footer {
        margin-left: 0;
        width: 100%;
    }
}

/* Utilities */

/* Demo Styles */

/*-------------------------------------------------------------------*/

/* === Components === */

/* Buttons */

.btn {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 400;
    /* Buttons with only icons */
    /* Buttons with icon and text */
}

.btn i {
    font-size: 1rem;
}

.btn.btn-sm {
    font-size: 0.875rem;
}

/*social buttons*/

/* inverse buttons */

.btn-primary,

.btn-secondary,

.btn-success,

.btn-danger,

/* Cards */

.card {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

.card .card-body {
    padding: 1.4rem 1.875rem;
}

.card .card-body+.card-body {
    padding-top: 1rem;
}

.card .card-title {
    color: #001737;
    margin-bottom: .6rem;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 600;
}

/* Checkboxes and Radios */

/* Forms */

.form-control {
    border: 1px solid #f3f3f3;
    font-weight: 400;
    font-size: 0.875rem;
}

/* Badges */

.badge {
    border-radius: 0;
    font-size: 12px;
    line-height: 1;
    padding: .282rem .47rem;
    font-weight: normal;
}

/* Icons */

/* Lists */

ul {
    padding-left: 1rem;
    font-size: 0.875rem;
}

ul li {
    line-height: 1.8;
}

/* Tables */

.table {
    margin-bottom: 0;
}

.table thead th {
    border-top: 0;
    border-bottom-width: 1px;
    font-weight: 500;
    font-size: 1rem;
}

.table thead th i {
    margin-left: 0.325rem;
}

.table th,
.table td {
    vertical-align: middle;
    line-height: 1;
}

.table td {
    font-size: 0.875rem;
}

.table td img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
}

.table td .badge {
    margin-bottom: 0;
}

.table.table-bordered {
    border-top: 1px solid #f3f3f3;
}

/* Dropdowns */

/*-------------------------------------------------------------------*/

/* === Plugin overrides === */

/* Pws-tabs */

/* === Landing screens === */

/* Auth */

.page-body-wrapper {
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 240px);
}

@media (max-width: 991px) {
    .page-body-wrapper {
        width: 100%;
    }
}

.main-panel {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

/* Sidebar */

.sidebar {
    min-height: calc(100vh - 65px);
    background: #223e9c;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    padding: 0;
    z-index: 11;
    width: 240px;
}

.sidebar .nav {
    overflow: hidden;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 60px;
}

.sidebar .nav .sidebar-category {
    margin: 1.2rem 2.125rem 0.4rem 2.125rem;
}

.sidebar .nav .sidebar-category p {
    font-size: .875rem;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 0;
}

.sidebar .nav .nav-item {
}

.sidebar .nav .nav-item .collapse {
    z-index: 999;
}

.sidebar .nav:not(.sub-menu) {
    margin-top: 1.3rem;
}

/* style for off-canvas menu*/

@media screen and (max-width: 991px) {
    .sidebar-offcanvas {
        position: fixed;
        max-height: calc(100vh - 65px);
        top: 65px;
        bottom: 0;
        overflow: auto;
        right: -240px;
    }
    .sidebar-offcanvas.active {
        right: 0;
    }
}

/* Navbar */

/* Layouts */

.invoice-form {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
  }
  
  .header {
    background-color: #0066cc;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .company-info {
    margin-bottom: 20px;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
  }
  
  th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
  }
  
  th {
    background-color: #f2f2f2;
  }
  
  input, textarea {
    width: 100%;
    padding: 5px;
    margin-top: 5px;
  }
  
  button {
    background-color: #0066cc;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
  }
  
  .invoice-summary {
    margin-top: 20px;
  }
  
  .invoice-summary label {
    display: block;
    margin-bottom: 10px;
  }

  /* @media screen and (max-width:"568px")
   {
    .invoice-display-title{
      font-size: 24px;
      margin: 0;
      color:white;
      margin-top: 80px;
    
    } */

  .line{
    line-height: 0;
  }
    h4 {
    margin-bottom: 5px;
   
    font-weight: bold;
  }
  
  .invoice-display-footer {
  display: flex;
  justify-content: space-between;
  padding: 10px 50px;
  font-size: 10px;
  margin-bottom: 50px;
  /* border-top: 1px solid #000; */
}

.footer-left a {
  
   color: #007bff;       /* Bootstrap-style blue */
  text-decoration: underline;
  font-size: small;
 
}

.footer-right {
  text-align: right;
   padding-right: 350px;
   font-size: small;
}

  .invoice-display-footer {
  width: 79vw; /* Full viewport width */
  margin-left: -40px; /* Adjust if it’s inside a padded container */
}

/* Ensure summary values are aligned properly */

/* Highlight total and balance rows */
/* Ensure the Amount column is right-aligned */

/* Part title rows (colSpan=3) remain left-aligned */
/* InvoiceDisplay.css */

.invoice-display-footer {
  font-family: 'Calibri', sans-serif;
}

.invoice-list-container {
  margin: 0 auto;
  padding: 20px;
  font-family: 'Calibri', sans-serif;
}

.invoice-list-container h2 {
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.loading, .error, .no-invoices {
  text-align: center;
  padding: 40px;
  font-size: 16px;
}

.error {
  color: #d32f2f;
  background-color: #ffebee;
  border: 1px solid #ffcdd2;
  border-radius: 4px;
}

.no-invoices {
  color: #666;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.status {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

/* Responsive design */
@media (max-width: 768px) {
  .invoice-list-container {
    padding: 10px;
  }
}
/* CSS */
.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.info-container {
    display: grid;
    grid-template-columns: 120px 1fr;

}

.label {
    text-align: right;
   
}

.button-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 20px;
}

.button-container input[type="date"],
.button-container button {
    padding: 8px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.button-container input[type="date"] {
    margin-right: 10px;
}

.button-container button {
    background-color: #0F766E  ;
    color: white;
}

  h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
  }
  
  form {
    display: flex;
    flex-direction: column;
  }
  
  .label {
   
    margin-bottom: 5px;
    
  }
  
  .input-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .input-container label {
    flex: 1;
  }
  
  .input-container input[type="text"],
  .input-container input[type="number"],
  .input-container select {
    flex: 3;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #ddd; /* Add border around input fields */
  }
  
  .input-container input[type="text"]:focus,
  .input-container input[type="number"]:focus,
  .input-container select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }
  
  button[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
  }

  /* CLS FIX: WhatsApp widget - fixed dimensions to prevent layout shift */
  .btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed; /* Already fixed - good, won't push content */
	bottom: 40px;
	left: 40px; /* Changed to left side */
	right: auto; /* Remove right positioning */
	margin-left: 0; /* Remove conflicting margin */
	z-index: 99;

	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px; /* CLS FIX: Fixed width instead of 0 */
	height: 60px; /* CLS FIX: Fixed height instead of 0 */
	min-width: 60px; /* Ensure consistent size */
	min-height: 60px;
	padding: 0; /* Reduce padding to fit within fixed dimensions */
	text-decoration: none;
	border-radius: 50%;
	box-sizing: border-box; /* Ensure padding doesn't exceed dimensions */
	transition: transform 0.3s ease, box-shadow 0.3s ease; /* Add smooth hover animation */
}

/* Hover animation for WhatsApp button */
.btn-whatsapp-pulse:hover {
	transform: scale(1.1);
	box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
}

/* Mobile view fix for WhatsApp pulse button */
@media screen and (max-width: 480px) {
    .btn-whatsapp-pulse {
        width: 50px;             /* fixed size for small screens */
        height: 50px;
        padding: 0;              /* remove big padding */
        font-size: 24px;         /* smaller icon */
        bottom: 20px;            /* adjust position */
        left: 15px;              /* left side on mobile */
        right: auto;
        margin-left: 0;
    }
    
    .scroll-to-top-btn {
        bottom: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

/* optional for slightly bigger phones (480px to 768px) */
@media screen and (min-width: 481px) and (max-width: 768px) {
    .btn-whatsapp-pulse {
        width: 55px;
        height: 55px;
        padding: 0;
        font-size: 28px;
        bottom: 25px;
        left: 20px;              /* left side on tablet */
        right: auto;
        margin-left: 0;
    }
    
    .scroll-to-top-btn {
        bottom: 20px;
        right: 20px;
        width: 48px;
        height: 48px;
    }
}

.scroll-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0F766E  ;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    opacity: 0.8;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease; /* Add hover animation */
}

/* Hover effect for scroll-to-top button */
.scroll-to-top-btn:hover {
    transform: translateY(-3px) scale(1.1);
    background-color: #0F766E  ;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
    opacity: 1;
}

.scroll-to-top-btn:active {
    transform: translateY(-1px) scale(1.05);
}

/* MobileNav.css */

.mobile-nav-wrapper {
    text-align: right;
    padding: 10px;
    background: white;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.mobile-nav-icon {
    font-size: 25px;
    cursor: pointer;
    margin-right: 16px;
    display: inline-block;
    padding: 5px;
}

.mobile-nav-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    z-index: 1000;
    max-height: 80vh;
    overflow-y: auto;
    width: 100%;
    box-sizing: border-box;
}

  /* Overlay definition moved below to use visibility instead of display */
  
  .contact-form-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0, 0, 0);
    padding: 0;
    border-radius: 10px; /* Increased border-radius for rounded corners */
    visibility: hidden;
    opacity: 0;
    z-index: 1001;
    width: 90%;
    color: white;
    max-width: 800px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Deeper shadow for more depth */
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
  }
  
  .contact-form-popup.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
  }
  
  .overlay.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  
  .contact-form-container {
    position: relative;
    display: flex;
    flex-direction: column;
    max-height: 90vh; /* Ensures the popup doesn't exceed the viewport height */
  }
  /* 
  .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
  
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
  } */

  .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 5%;
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    z-index: 1002; /* Ensure it's above the overlay */
  }

  .form-content {
    display: flex;
    flex-direction: column; /* Stack vertically for mobile view */
    width: 100%;
  }
  
  .form-left,
  .form-right {
    width: 100%; /* Take full width for mobile view */
    margin-bottom: 20px;
  }
  
  .form-left {
    padding: 30px;
  }
  
  .form-right {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
  }
  
  .form-right img {
    width: 90%;
    height: 80%; /* Adjust height to keep aspect ratio */
    border-radius: 10px;
  }
  
  .social-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .social-icons a {
    color: rgb(0, 0, 0);
    font-size: 40px;
    margin-bottom: 10px;
  }

  form {
    display: flex;
    flex-direction: column;
  }
  
  form input,
  form textarea {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box; /* Smooth
  }
  
  form input:focus,
  form textarea:focus {
    border-color: #333;
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Shadow effect on focus */
    background-color: #fff;
  }
  
  form button {
    background-color: #333;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
  }

  h2 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 24px; /* Larger font size */
  }
  
  @media (min-width: 768px) {
    .form-content {
      flex-direction: row; /* Side by side on larger screens */
    }
  
    .form-left,
    .form-right {
      width: 50%;
      margin-bottom: 0;
    }
  }
  
  .logo-img {
  position: relative;
  z-index: 1000;
  margin-right: 80px;
  margin-left: 10px;
  margin-top: -23px; /* This negative value is causing the scroll */ /* Add smooth /* For scrolled state on desktop */
}

@media (max-width: 768px) {
  .logo-img {
    margin-top: 0px !important; /* Changed from 1px to 0px and added !important */
    margin-right: 20px; /* Reduce for mobile */
    margin-left: 5px; /* Reduce for mobile */
    height: 60px; /* Optionally reduce height for mobile */
    width: auto;
  }
  
  .logo-img.scrolled {
    margin-top: 0px !important; /* Ensure scrolled state also has no negative margin */
  }
}

.logout-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 18px;
  z-index: 9999;
}

/* Add your existing CSS here */

/* Multi-level dropdown styles */

/* Level 2 submenu positioning */

/* Level 3 submenu positioning */
.dropdown__menu.level-3 {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 220px;
  background: white;
  border: 1px solid #e1e8ed;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1003;
  padding: 8px 0;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.dropdown__menu.level-3 a {
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  border-left: 3px solid transparent;
}

/* Ensure proper spacing for existing dropdown items */
.dropdown__menu.submenu a {
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

/* Adjust main dropdown width for better spacing */

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
  
  .dropdown__menu.level-3 {
    position: static;
    width: 100%;
    box-shadow: none;
    border: none;
    margin-left: 20px;
    background: #f8fafc;
  }
}

/*
  visibility: visible;
  transform: translateY(0);
}

/* Ensure proper z-index stacking */
.nav-wrapper {
  z-index: 1000;
  min-height: 80px;
  height: 80px;
 
}

/* Topheader - reserve space to prevent layout shift */
#topheader {
  min-height: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

/* Reserve space for logo to prevent CLS */
/* CLS FIX: Logo wrapper always reserves maximum space (105px) to prevent layout shift on scroll */
.logo-wrapper {
  min-height: 105px !important; /* Force minimum height */
  height: 105px !important; /* Force fixed height */
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

/* CLS FIX: Ensure logo container maintains consistent space */
.logo-wrapper .logo {
  min-height: 105px !important;
  height: 105px !important;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.logo-wrapper .logo-img {
  display: block;
  object-fit: contain;
  transition: height 0.3s ease, width 0.3s ease; /* Smooth resize animation */
}

/* CLS FIX: Logo image reserves max height space even when smaller on scroll */
.logo-img {
  max-height: 105px;
  width: auto;
  display: block;
  /* Container always reserves 105px height, image can be smaller inside */
}

.dropdown__menu.submenu {
  z-index: 1001;
}

#footer .footer-top {
    padding: 13px 0;
}

#footer .footer-top .heading-2 {
    color: white;
}

#footer .footer-top .email-wrapper {
    max-width: 430px;
    width: 100%;
    margin-right: 20px;
}

#footer .footer-top input {
    width: 100%;
    padding: 0 20px;
    border: none;
    outline: none;
    border-radius: 5px;
    height: 60px;
}

#footer .footer-top .subscribe-btn {
    width: 175px;
    height: 60px;
    border-radius: 5px;
    background: #0F766E;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .footer-body .about-company {
    margin-top: -100px;
    background: white;
    border-radius: 5px;
    max-width: 350px;
    width: 100%;
    overflow: hidden;
}

#footer .footer-body .about-company .logo-wrapper {
    background-color: #0F766E ;
    padding: 11px 59px;
    position: relative;
    margin-bottom: 47px;
}

#footer .footer-body .about-company .logo-wrapper img {
    /* max-width: 175px; */
    width: 100%;
}

#footer .footer-body .about-company .logo-wrapper:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -20px;
    left: 20%;
    rotate: 45deg;
    background-color: #0F766E ;
}

#footer .footer-body .about-company .content {
    padding: 0 24px 58px 24px;
}

#footer .footer-body .about-company .content .socials ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
    margin-top: 0px;
}

#footer .footer-body .about-company .content .socials ul li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid #0554f2;
    cursor: pointer;
}

#footer .footer-body .about-company .content .socials ul li a {
    color: #0554f2;
}

#footer .footer-body .about-company .content .socials ul li.active {
    background: #0F766E;
}

#footer .footer-body .about-company .content .socials ul li.active a {
    color: white;
}

#footer .footer-body .wrapper {
    padding-top: 10px;
}

#footer .footer-body .wrapper .heading-4 {
    color: white;
    font-size: 24px;
    margin-bottom: 38px;
}

#footer .footer-body .wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .footer-body .wrapper ul li {
    margin-bottom: 10px;
}

#footer .footer-body .wrapper ul li a {
    text-decoration: none;
    color: white;
    font-weight: 300;
}

#footer .footer-body .wrapper ul li.active a {
    color: #0554f2;
    text-decoration: underline !important;
}

#footer .footer-body .wrapper .contact {
    margin-bottom: 20px;
}

#footer .footer-body .wrapper .contact .icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    background-color: white;
    color: #0554f2;
    cursor: pointer;
}

#footer .footer-body .wrapper .contact .icon-wrapper.active {
    background-color: #0F766E  ;
    color: white;
}

#footer .footer-body .wrapper .contact .paragraph {
    color: white;
}

#footer .footer-body .divider {
    border: 1px solid rgba(5, 84, 242, 0.4);
}

#footer .footer-body .footer-bottom {
    padding: -20px 0;
}

#footer .footer-body .footer-bottom .paragraph {
    color: white;
}

#footer .footer-body .footer-bottom a {
    color: white;
}

#footer .footer-body .footer-bottom ul {
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ============================================
   FOOTER OVERRIDES - MATCH SCREENSHOT EXACTLY
   ============================================ */
#footer .footer-body .about-company {
    margin-top: 0px !important;
    background: transparent !important;
    border-radius: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow: visible !important;
}

#footer .footer-body .about-company .content {
    padding: 0 !important;
    margin-top: 20px !important;
}

#footer .footer-body .about-company .content .paragraph b {
    color: white !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}

#footer .footer-body .about-company .content .paragraph span {
    color: #999 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

#footer .footer-body .about-company .content .socials ul li {
    border: 2px solid white !important;
    background-color: #0F766E   !important;
    width: 40px !important;
    height: 40px !important;
}

#footer .footer-body .about-company .content .socials ul li:hover {
    background-color: #0F766E  !important;
    transform: scale(1.05) !important;
}

#footer .footer-body .about-company .content .socials ul li a {
    color: white !important;
}

/* Enhanced Mobile View */
@media (max-width: 767px) {
    #footer .footer-top {
        padding: 40px 20px;
        text-align: center;
        background: linear-gradient(135deg, #03041c 0%, #0a0c2b 100%);
    }
    
    #footer .footer-top .heading-2 {
        font-size: 26px;
        margin-bottom: 20px;
        background: linear-gradient(45deg, #ffffff, #0554f2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    
    #footer .footer-top .email-wrapper {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    #footer .footer-top input {
        height: 50px;
        border-radius: 10px;
        font-size: 16px;
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: white;
    }
    
    #footer .footer-top input::placeholder {
        color: rgba(255, 255, 255, 0.7);
    }
    
    #footer .footer-top .subscribe-btn {
        width: 100%;
        height: 50px;
        border-radius: 10px;
        background: linear-gradient(45deg, #0554f2, #0339b8);
        font-size: 16px;
        font-weight: 600;
        box-shadow: 0 6px 20px rgba(5, 84, 242, 0.4);
    }
    
    #footer .footer-top .subscribe-btn:active {
        transform: scale(0.95);
        box-shadow: 0 3px 12px rgba(5, 84, 242, 0.6);
    }
    
    #footer .footer-body .about-company {
        margin: 30px auto;
        max-width: 100%;
        border-radius: 15px;
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    }
    
    #footer .footer-body .about-company .logo-wrapper {
        background: linear-gradient(45deg, #0F766E  , #0F766E  );
        padding: 20px;
        margin-bottom: 40px;
        text-align: center;
    }
    
    #footer .footer-body .about-company .logo-wrapper:after {
        left: 0%;
        transform: translateX(-50%) rotate(45deg);
    }
    
    #footer .footer-body .about-company .content {
        padding: 0 20px 30px 20px;
        text-align: center;
    }
    
    #footer .footer-body .about-company .content .socials ul {
        justify-content: center;
        gap: 10px;
        margin-top: 15px;
    }
    
    #footer .footer-body .about-company .content .socials ul li {
        width: 42px;
        height: 42px;
        background: rgba(5, 84, 242, 0.1);
        border: 2px solid #0554f2;
    }
    
    #footer .footer-body .wrapper {
        padding-top: 30px;
        text-align: center;
    }
    
    #footer .footer-body .wrapper .heading-4 {
        font-size: 20px;
        margin-bottom: 25px;
        background: linear-gradient(45deg, #ffffff, #0554f2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    
    #footer .footer-body .wrapper ul li {
        margin-bottom: 8px;
    }
    
    #footer .footer-body .wrapper ul li a {
        font-size: 15px;
        padding: 6px 0;
        display: block;
    }
    
    #footer .footer-body .wrapper .contact {
        background: rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        padding: 12px;
        margin-bottom: 12px;
        text-align: left;
    }
    
    #footer .footer-body .divider {
        margin-top: 30px;
        border-color: rgba(255, 255, 255, 0.2);
    }
    
    #footer .footer-body .footer-bottom {
        padding: 20px;
        text-align: center;
        background: rgba(0, 0, 0, 0.2);
    }
    
    #footer .footer-body .footer-bottom .paragraph {
        font-size: 14px;
        line-height: 1.5;
    }
    
    /* Fix layout issues */
    #footer .container {
        max-width: 100%;
        overflow: hidden;
    }
    
    #footer .row {
        margin: 0;
    }
    
    #footer .col-md-6, 
    #footer .col-xl-4 {
        padding: 10px 15px;
    }
}

/* Ultra Mobile Enhancement */
@media (max-width: 480px) {
    #footer .footer-top {
        padding: 30px 15px;
    }
    
    #footer .footer-top .heading-2 {
        font-size: 22px;
    }
    
    #footer .footer-body .about-company {
        margin: 20px 10px;
    }
    
    #footer .footer-body .wrapper {
        padding-top: 20px;
    }
    
    #footer .footer-body .wrapper .heading-4 {
        font-size: 18px;
        margin-bottom: 20px;
        margin-right: 10px;
    }

    #footer .footer-body .wrapper ul li a {
        font-size: 14px;
    }
    
    #footer .footer-body .about-company .content {
        padding: 0 15px 25px 15px;
    }
}

.get-in-touch {
  text-align: center;
  padding: 15px 20px;
}

.get-in-touch-title1 {
  font-size: 32px;
  /* margin-left: 60px; */
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
}

.get-in-touch-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.contact-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  width: 320px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 150ms ease-in-out; /* Minimal transition per requirements */
}

/* Hover effect for contact cards - shadow only */
.contact-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Responsive styles for get-in-touch section */
@media (max-width: 991px) {
  .get-in-touch-title1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  
  .get-in-touch-cards {
    gap: 20px;
  }
  
  .contact-card {
    width: 100%;
    max-width: 400px;
    min-height: 200px;
  }
}

@media (max-width: 767px) {
  .get-in-touch {
    padding: 15px 10px;
  }
  
  .get-in-touch-title1 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  
  .get-in-touch-cards {
    gap: 15px;
    flex-direction: column;
    align-items: center;
  }
  
  .contact-card {
    width: 100%;
    max-width: 100%;
    padding: 25px 15px;
    min-height: 180px;
  }
  
  .contact-icon {
    font-size: 28px;
    margin-bottom: 12px;
  }
  
  .contact-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  
  .contact-card p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .get-in-touch-title1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .contact-card {
    padding: 20px 12px;
    min-height: 160px;
  }
  
  .contact-icon {
    font-size: 24px;
  }
  
  .contact-card h3 {
    font-size: 16px;
  }
  
  .contact-card p {
    font-size: 13px;
  }
}

.contact-icon {
  font-size: 32px;
  color: #007bff;
  margin-bottom: 15px;
}

.contact-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.contact-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.contact-card a {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}

body {
  font-family: 'Verdana', sans-serif !important;
}
.white {
    color: #fff;
}
body {
    font-weight: 695;
   
}

#navbar-1 {
    background-color: #0F766E ;
    width: 100vw;
    box-shadow: 50px 0px 25px rgba(0, 0, 0, 0);
    position: relative;
    height: 90px;
}

#navbar-1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navbar-1 .logo-wrapper {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

#navbar-1 .logo-wrapper .logo {
    max-width: 430px;
    width: auto;
    padding-left: 30px;
    padding-right: 90px;
}

@media (max-width: 575px) {
    #navbar-1 .logo-wrapper .logo img {
        max-width: 120px;
        margin-top: 10px;
    }
}

#navbar-1 .nav-content {
    flex: 2;
    position: relative;
}

@media (max-width: 575px) {
    #navbar-1 .nav-content {
        flex: 1;
    }
}

#navbar-1 .nav-content .notification {
    color: white;
    padding: 7px 0;
    display: flex;
    gap: 280px;
    padding-left: 440px;
    width: 100%;
    padding-right: 20px;
}

@media (max-width: 1200px) {
    #navbar-1 .nav-content .notification {
        gap: 0px;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    #navbar-1 .nav-content .notification {
        justify-content: flex-end;
        padding: 1px 0;
        padding-right: 20px;
    }
    #navbar-1 .nav-content .notification span {
        display: none;
    }
}

#navbar-1 .nav-content .notification a {
    color: white;
}

@media (max-width: 340px) {
    #navbar-1 .nav-content .notification .user-account {
        display: none;
    }
}

#navbar-1 .nav-content .options {
    padding: 30px 0;
    background-color: white;
    /* width:63vw; */
    /* overflow: hidden; */
    height:75px;
}

#navbar-1 .nav-content .options .each-optins-list {
    width: 100%;
    padding-right: 20px;
    padding-left: 80px;
}

@media (max-width: 1200px) {
    #navbar-1 .nav-content .options .each-optins-list {
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    #navbar-1 .nav-content .options .each-optins-list {
        padding-left: 20px;
    }
}

#navbar-1 .nav-content .options .menus li {
    margin-right: 40px;
    position: relative;
}

#navbar-1 .nav-content .options .menus li a {
    color: #1d1b19;
    font-weight: 500;
}

#navbar-1 .nav-content .options .menus li::after {
    content: "";
    width: 25px;
    height: 25px;

    position: absolute;
    bottom: -50px;
    left: 50%;
    rotate: 45deg;
    transform: translate(-10%, 10px);
}

#navbar-1 .nav-content .options .menus li.active::after {
    content: "";
    width: 25px;
    height: 25px;
    background-color: #0F766E  ;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 3px);
    rotate: 45deg;
}

#navbar-1 .nav-content .options .menus .dropdown {
    position: relative;
    display: inline-block;
}

#navbar-1 .nav-content .options .menus .dropdown .submenu {
    position: absolute;
    background-color: white;
    top: 50px;
    left: 0px;
    padding: 10px;
    /* z-index: 0; */
    height: 0px;
    overflow: hidden;
    /* overflow-x: hidden; */
/*  */
    min-width: 100px;
    opacity: 0;
}
#navbar-1 .nav-content .options .menus .dropdown .submenu a {
    display: block;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px;
}

@media (max-width: 1200px) {
    #navbar-1 .nav-content .options .menus {
        display: none !important;
    }
}

#navbar-1 .nav-content .options .search-option .get-start-button {
    padding: 9px 40px;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: white;
    background-color: #0F766E  ;
}

@media (max-width: 575px) {
    #navbar-1 .nav-content .options .search-option .get-start-button {
        display: none;
    }
}

@media (max-width: 550px){
    .options{
        display: none;
    }
}

@media (max-width: 991px) {
    #navbar-1 .nav-content .options {
        padding: 5px 0;
        display: none;
    }
    #navbar-1 .nav-content .options .search-option .get-start-button {
        padding: 10px 30px;
        width: 155px;
    }
}

#navbar-1 .nav-content .search-option .search {
    width: 50px;
    height: 50px;
    margin-right: 30px;
    border: 1px solid #0554f2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0554f2;
    font-size: 22px;
    cursor: pointer;
}

@media (max-width: 991px) {
    #navbar-1 .nav-content .search-option .search {
        width: 42px;
        font-size: 18px;
        height: 42px;
    }
}

@media (max-width: 575px) {
    #navbar-1 .nav-content .search-option .search {
        display: none;
    }
}

#navbar-1 .nav-content .search-option .modal {
    background: rgba(0, 0, 0, 0.7);
}

#navbar-1 .nav-content .search-option .modal-content {
    background: none;
    border: none;
}

#navbar-1 .nav-content .menu-icon {
    width: 50px;
    height: 50px;
    margin-left: 25px;
    align-items: center;
    justify-content: center;
    display: none;
    border-radius: 5px;
}

@media (max-width: 1200px) {
    #navbar-1 .nav-content .menu-icon {
        display: flex;
    }
}

@media (max-width: 991px) {
    #navbar-1 .nav-content .menu-icon {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 575px) {
    #navbar-1 .nav-content .menu-icon {
        margin-left: 0px;
    }
}

#navbar-1 .nav-content .clip-path {
    position: absolute;
    overflow: hidden !important;
   
    left: -43.4px;
    background: #cecece;
    padding: 10px;
    width: 66px;
    z-index: 5;
    height: 76px;
    -webkit-clip-path: polygon(68% 0, 100% 0, 35% 100%, 0% 100%);
    clip-path: polygon(68% 0, 100% 0, 35% 100%, 0% 100%);
}

@media screen and (min-width: 575px) and (max-width: 991px) {
    #navbar-1 .nav-content .clip-path {
        height: 54px;
        top: 40%;
    }
}

@media (max-width: 450px){
    .clip-path{
        display: none;
    }
}

@media (max-width: 575px) {
    #navbar-1 .nav-content .clip-path {
        height: 52px;
        top: 37%;
        display: none;
    }
}

@media (max-width: 340px) {
    #navbar-1 .nav-content .clip-path {
        top: 36%;
        height: 53px;
    }
}

@media (max-width: 271px) {
    #navbar-1 .nav-content .clip-path {
        display: none;
    }
}

#navbar-1 .nav-content .white__background {
    background: white;
    width: 25px;
    height: 35px;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: -18px;
    border-top-left-radius: 5px;
}

@media (max-width: 991px) {
    #navbar-1 .nav-content .white__background {
        height: 28.5px;
    }
}

@media (max-width: 575px) {
    #navbar-1 .nav-content .white__background {
        height: 27.5px;
        display: none;
    }
}

@media (max-width:450px){
    .white__background{
        display: none;
    }
}

@media (max-width: 271px) {
    #navbar-1 .nav-content .white__background {
        display: none;
    }
}

#hero {
    position: relative;
    background-color: #eff4fa;
}

#hero .hero-1-slide {
    min-height: 88vh;
    height: 88vh;
    position: relative;
    overflow: hidden;
}


/* CLS guard: stable hero slider height - REMOVE padding-top that causes content shift */
#hero .hero-1-slide .slide-card {
    min-height: 88vh !important;
    height: 88vh !important;
    padding-top: 0 !important; /* CLS FIX: Remove padding that causes layout shift - content positioned absolutely */
    padding-bottom: 0 !important; /* CLS FIX: Remove excessive padding */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    box-sizing: border-box;
    overflow: hidden;
    display: flex; /* CLS guard: Use flexbox for content positioning */
    align-items: center; /* CLS guard: Center content vertically */
}

/* Reserve space for slider images to prevent CLS */
.slide-wrapper {
    position: relative;
    width: 100%;
    min-height: 88vh;
    height: 88vh;
    background: transparent;
    z-index: 100;
}

.slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 88vh;
}

/* CLS FIX: Slider images must fill container, never use height: auto */
.slide-image img {
    height: 100% !important; /* CLS guard: Always fill container, override global height: auto */
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}

/* Two-column layout for gradient hero slide - override absolute positioning */
.slide-image[style*="display: flex"] .slide__card--wrapper {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    min-width: auto !important;
    width: auto !important;
}

/* Responsive: Stack columns on mobile */
@media (max-width: 768px) {
    .slide-image[style*="display: flex"] > div[style*="display: flex"] {
        flex-direction: column !important;
        gap: 30px !important;
        padding: 0 20px !important;
    }
    
    .slide-image[style*="display: flex"] .slide__card--wrapper {
        min-width: 100% !important;
        text-align: center !important;
    }
    
    .slide-image[style*="display: flex"] .slide__card--wrapper h2 {
        font-size: 32px !important;
    }
    
    .slide-image[style*="display: flex"] .slide__card--wrapper h1 {
        font-size: 28px !important;
    }
}

/* Height classes only apply on smaller screens - desktop uses container 88vh */
.slide-image.height-200 {
    min-height: 200px;
    height: 200px;
}

.slide-image.height-300 {
    min-height: 300px;
    height: 300px;
}

/* Desktop: height-600 class should not override - use container height (88vh) */
@media (min-width: 769px) {
    .slide-image.height-600 {
        min-height: 88vh;
        height: 100%;
    }
}

/* Tablet and below: use fixed 600px height */
@media (max-width: 768px) {
    .slide-image.height-600 {
        min-height: 300px;
        height: 300px;
    }
}

@media (max-width: 768px) {
    .slide-image.height-600 {
        min-height: 300px;
        height: 300px;
    }
}

@media (max-width: 480px) {
    .slide-image.height-300,
    .slide-image.height-600 {
        min-height: 200px;
        height: 200px;
    }
}

/* Fixed heights for slider to prevent CLS - must set both min-height and height */
.height-200 {
    min-height: 200px;
    height: 200px;
}

.height-300 {
    min-height: 300px;
    height: 300px;
}

.height-600 {
    min-height: 600px;
    height: 600px;
}

@media (max-width: 768px) {
    .height-200 {
        min-height: 200px;
        height: 200px;
    }
    .height-300 {
        min-height: 300px;
        height: 300px;
    }
    .height-600 {
        min-height: 300px;
        height: 300px;
    }
}

@media (max-width: 480px) {
    .height-200 {
        min-height: 200px;
        height: 200px;
    }
    .height-300 {
        min-height: 200px;
        height: 200px;
    }
    .height-600 {
        min-height: 200px;
        height: 200px;
    }
}

@media (max-width: 767px) {
    #hero .hero-1-slide {
        height: 300px;
        min-height: 300px;
    }
    /* CLS guard: stable height for tablet - remove ALL padding that causes layout shift */
    #hero .hero-1-slide .slide-card {
        min-height: 300px !important;
        height: 300px !important;
        padding-top: 0 !important; /* CLS FIX: Remove padding - content positioned absolutely */
        padding-bottom: 0 !important; /* CLS FIX: Remove excessive padding */
    }
    .slide-wrapper {
        min-height: 300px;
        height: 300px;
    }
}

@media (max-width: 575px) {
    #hero .hero-1-slide {
        height: 200px;
        min-height: 200px;
    }
    /* CLS guard: stable height for mobile - remove ALL padding */
    #hero .hero-1-slide .slide-card {
        min-height: 200px !important;
        height: 200px !important;
        padding-right: 0 !important; /* CLS FIX: Remove padding - content positioned absolutely */
        padding-top: 0 !important; /* CLS FIX: Remove padding */
    }
    .slide-wrapper {
        min-height: 200px;
        height: 200px;
    }
}

/* CLS guard: slide content wrapper positioned absolutely to prevent layout shifts */
#hero .hero-1-slide .slide-card .slide__card--wrapper {
    position: absolute !important; /* CLS FIX: Position absolutely to prevent layout shifts */
    top: 157px; /* CLS FIX: Use absolute positioning instead of padding-top on parent */
    left: 228px; /* CLS FIX: Use absolute positioning instead of margin-left */
    min-height: 300px; /* CLS FIX: Reserve space to prevent layout shift */
    height: auto; /* Allow content to expand but maintain minimum */
    min-width: 600px; /* CLS FIX: Reserve width to prevent horizontal shift */
    width: auto; /* Allow content to expand but maintain minimum */
    box-sizing: border-box;
    z-index: 1;
}

/* CLS FIX: Update absolute positioning for responsive breakpoints */
@media (max-width: 991px) {
    #hero .hero-1-slide .slide-card .slide__card--wrapper {
        left: 120px; /* CLS FIX: Change left instead of margin-left */
    }
}

@media (max-width: 767px) {
    #hero .hero-1-slide .slide-card .slide__card--wrapper {
        left: 30px; /* CLS FIX: Change left instead of margin-left */
        top: 80px; /* CLS FIX: Adjust top for tablet */
    }
}

@media (max-width: 575px) {
    #hero .hero-1-slide .slide-card .slide__card--wrapper {
        left: 15px; /* CLS FIX: Change left instead of margin-left */
        top: 50px; /* CLS FIX: Adjust top for mobile */
        max-width: 90%;
        text-align: justify;
        min-width: auto; /* CLS FIX: Allow smaller width on mobile */
    }
}

#hero .hero-1-slide .slide-card .heading-7 {
    max-width: 680px;
    font-weight: 300;
}

@media (max-width: 991px) {
    #hero .hero-1-slide .slide-card .heading-7 {
        max-width: 480px;
    }
}

/* CLS guard: Curve overlay positioned absolutely - doesn't affect layout flow */
#hero .hero-1-slide .curve-overlay {
    position: absolute; /* CLS guard: absolute positioning doesn't affect layout */
    bottom: -10px;
    left: 0;
    min-width: 900px;
    width: 100%;
    height: 60px; /* CLS guard: Fixed height to prevent layout shift */
    min-height: 60px; /* CLS guard: Reserve space */
    z-index: 1;
    display: block;
    box-sizing: border-box;
}

/* CLS FIX: Hero contact section is absolutely positioned so doesn't affect layout flow */
#hero .hero-contact {
    right: -230px;
    top: 256px;
    transform: translate(0%, 0%);
    position: absolute; /* Already absolute - good, won't cause layout shift */
    color: white;
    z-index: 100;
    rotate: -90deg;
    /* No min-height needed as it's absolutely positioned and doesn't affect layout */
}

@media only screen and (max-width: 765px) and (min-width: 280px) {
    #hero .hero-contact {
        top: 290px;
    }
}

#hero .hero-contact .phone-email {
    gap: 20px;
    list-style: none;
}

#hero .hero-contact .phone-email li span {
    margin-right: 8px;
}

#hero .hero-contact .phone-email li a {
    color: white;
}

#hero .hero-contact .social {
    list-style: none;
    gap: 9px;
}

#hero .hero-contact .social a {
    color: white;
}

@media (max-width: 757px) {
    #hero .hero-contact .phone-email {
        gap: 20px;
    }
}

#hero .service {
    position: relative;
    z-index: 111;
}

#hero .service .service-cards {
    margin-top: -350px;
    position: inherit;
    padding: 20px 0;
}

@media (max-width: 757px) {
    #hero .service .service-cards {
        margin-top: -230px;
    }
}

#hero {
    position: relative;
}

#hero .overlay-wrapper {
    display: flex;
}

#hero .overlay-wrapper .left-overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(10, 84, 242, 0.5);
    width: 20%;
    height: 80%;
    -webkit-clip-path: polygon(0 0, 80% 0, 0 56%, 0 100%);
    clip-path: polygon(0 0, 80% 0, 0 56%, 0 100%);
}

#hero .overlay-wrapper .right-overlay {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(5, 84, 242, 0.5);
    width: 40%;
    height: 150vh;
    -webkit-clip-path: polygon(90% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(90% 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 450px){
    .heading-2{
        margin-top: px;
    }
}
@media (max-width: 450px){
    .heading-21{
        margin-top: 130px;
    }
}

/* CLS guard: stable hero height for technology banner */
.homeOne__technology .technology_banner {
    width: 100%;
    height: 180px;/* CLS FIX: Reserve space to prevent layout shift */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
    box-sizing: border-box; /* Ensure padding doesn't exceed dimensions */
}

.homeOne__technology .technology_banner .heading-2 {
    max-width: 560px;
    text-align: center;
    color: white;
    margin: 0 auto;
    margin-top: 40px;
}

/* CLS guard: stable height for contact form container */
.homeOne__technology .contact_form {
    background: #f3f7ff;
    padding: 0 80px;
    border-radius: 10px;
    margin-top: -150px;
    min-height: 500px; /* CLS FIX: Reserve space to prevent layout shift */
    height: auto; /* Allow content to expand but maintain minimum */
}

/* Responsive styles for technology contact form */
@media (max-width: 1199px) {
    .homeOne__technology .contact_form {
        padding: 0 40px;
    }
    
    .homeOne__technology .contact_form .img_wrapper {
        visibility: hidden;
        opacity: 0;
        height: 0;
        min-height: 0;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .homeOne__technology .technology_banner {
        height: 350px;
        min-height: 350px;
        padding-top: 60px;
    }
    
    .homeOne__technology .contact_form {
        padding: 0 30px;
        margin-top: -120px;
        min-height: 450px;
    }
    
    .homeOne__technology .contact_form .heading-3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .homeOne__technology .technology_banner {
        height: 300px;
        min-height: 300px;
        padding-top: 50px;
    }
    
    .homeOne__technology .technology_banner .heading-2 {
        font-size: 24px;
        margin-top: 20px;
    }
    
    .homeOne__technology .contact_form {
        padding: 20px 20px;
        margin-top: -100px;
        min-height: auto;
    }
    
    .homeOne__technology .contact_form .heading-3 {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .homeOne__technology .contact_form form input,
    .homeOne__technology .contact_form form textarea {
        padding: 10px 12px;
        font-size: 15px;
    }
    
    .homeOne__technology .contact_form form textarea {
        height: 120px;
    }
    
    .homeOne__technology .contact_form .row {
        margin: 0;
    }
    
    .homeOne__technology .contact_form .col-xl-7 {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .homeOne__technology .contact_form {
        padding: 15px 15px;
        margin-top: -80px;
    }
    
    .homeOne__technology .technology_banner {
        height: 250px;
        min-height: 250px;
        padding-top: 40px;
    }
    
    .homeOne__technology .technology_banner .heading-2 {
        font-size: 20px;
        padding: 0 15px;
    }
    
    .homeOne__technology .contact_form .heading-3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .homeOne__technology .contact_form form input,
    .homeOne__technology .contact_form form textarea {
        padding: 8px 10px;
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .homeOne__technology .contact_form form textarea {
        height: 100px;
    }
    
    .homeOne__technology .contact_form .button-primary-1 {
        width: 100%;
        margin-top: 15px;
    }
}

/* CLS guard: reserve space for contact form image to prevent layout shift */
.homeOne__technology .contact_form .img_wrapper {
    margin-top: 32px;
    min-height: 600px;
    height: 600px;
}

@media (max-width: 1200px) {
    /* CLS guard: maintain space even when hidden to prevent layout shift */
    .homeOne__technology .contact_form .img_wrapper {
        visibility: hidden;
        opacity: 0;
        height: 0;
        min-height: 0;
        margin: 0;
    }
}

.homeOne__technology .contact_form .img_wrapper img {
    max-height: 600px;
    height: 600px;
    width: 100%;
    object-fit: contain;
    display: block;
}

.homeOne__technology .contact_form form input,
.homeOne__technology .contact_form form textarea {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    background-color: white;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.homeOne__technology .contact_form form input:focus,
.homeOne__technology .contact_form form textarea:focus {
    border: 1px solid #0554f2;
    box-shadow: 0 0 0 3px rgba(5, 84, 242, 0.1);
}

.homeOne__technology .contact_form form textarea {
    height: 140px;
}

.home__projects .project-card {
    max-width: 360px;
    width: 100%;
    padding: 0 12px;
    cursor: pointer;
    transition: all 150ms ease-in-out; /* Minimal transition per requirements */
}

/* Hover effect for project cards - shadow only */
.home__projects .project-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.home__projects .project-card:hover .img-wrapper img {
    transform: scale(1.02);
}

@media (max-width: 575px) {
    .home__projects .project-card {
        max-width: 460px;
    }
}

.home__projects .project-card .img-wrapper {
    max-height: 450px;
    min-height: 300px;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
}

.home__projects .project-card .img-wrapper img {
    width: 100%;
    height: 300px;
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    transition: all 150ms ease-in-out; /* Minimal transition per requirements */
}

.home__projects .project-card .info {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 0;
    background: white;
    border-bottom: 3px solid #0554f2;
    border-radius: 5px;
    margin-top: -40px;
    position: relative;
    z-index: 11;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    height: 100px;
}

.home__projects .project-card .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #0F766E;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
}

.home__projects .project-card .icon span {
    transform: rotate(-90deg);
    color: white;
    font-size: 22px;
}

.home__projects .project-card.active .icon {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.home__projects .project-card.active .info {
    scale: 1.02;
}

.home__projects .project-card.active .info .heading-6 {
    color: #0554f2;
}

.home__projects .more {
    
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    border: 1px dashed #0554f2;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home__projects .more .link {
    color: #0554f2;
    padding-left: 3px;
    text-decoration: underline !important;
}

.home__latest--news .news-card {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    color: #1d1b19;
}

.home__latest--news .news-card .img-wrapper {
    max-height: 320px;
    min-height: 250px;
    height: 250px;
    overflow: hidden;
}

.home__latest--news .news-card .img-wrapper img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.home__latest--news .news-card .date {
    margin-bottom: 10px;
    color: #0554f2;
}

.home__latest--news .news-card .content {
    padding: 0 18px 30px 18px;
}

.home__latest--news .news-card .content .heading-7 {
    margin-bottom: 0;
    color: #0554f2;
    font-weight: 500;
}

.home__latest--news .news-card .circle-1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #0554f2;
    bottom: -25px;
    opacity: 0.3;
    right: -55px;
}

.home__latest--news .news-card .circle-2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #1d1b19;
    bottom: -55px;
    opacity: 0.3;
    right: -20px;
}

.home__latest--news .news-card.active .date {
    color: #1d1b19;
}

.home__latest--news .news-card.active .img-wrapper img {
    scale: 1.05;
}

.home__latest--news .news-card.active .heading-5 {
    color: #0554f2;
}

.home__latest--news .news-card.active .circle-1 {
    opacity: 1;
}

.home__latest--news .news-card.active .circle-2 {
    opacity: 1;
}

@media (max-width: 450px){
    .responsive_ele{
        margin-left: 0px;
    }

    .responsive_ey{
        margin-left: 10px;
        line-height: 10px;
    }
}

@media (min-width: 550px){
    .responsive_ele{
        margin-left: 50px;
    }

    .responsive_ey{
        margin-left: 90px;
        line-height: 10px;
    }
}

.service-details img {
    border-radius: 8px;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-details .img-wrapper {
    border-radius: 8px;
    width: 100%;
    min-height: 400px;
    height: 400px;
    overflow: hidden;
}

.service-details .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-details .paragraph {
    
}

.service-details .search {
    width: 100%;
    background: #f3f7ff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.service-details .service {
    width: 100%;
    background: #f3f7ff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

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

.service-details .service .service-list li {
    background: #0F766E;
    padding-left: 2px;
    border-radius: 5px;
;
    
}

.service-details .service .service-list li a .item {
    padding: 13px 22px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1d1b19;
    background: white;
    border-radius: 4px;
}


.service-details .service .service-list li a .item .icon {
    color: #0554f2;
    width: 30px;
}

.service-details .service .service-list li a .item .icon i {
}

.service-details .service .service-list .active {
    background: #ffaa17;
}

.service-details .service .service-list .active a .item {
    background: #0F766E;
    color: white;
    font-weight: 500;
}

.service-details .service .service-list .active a .item span{
    color: white;
}

.service-details .service .service-list .active a .item .icon {
    color: white;
}

.service-details .service .service-list .active a .item .icon i {
}

.service-details .service .underline {
    width: 80px;
    border: 2px solid #0554f2;
    color: #0554f2;
    margin-top: 14px;
    margin-bottom: 30px;
}

.service-details .squre-banner {
    background: #0F766E;
    border-radius: 5px;
    padding: 75px 90px 75px 90px;
    text-align: center;
    color: white;
}

@media (max-width: 991px) {
    .service-details .squre-banner {
        padding: 15px;
        margin-bottom: 3vh;
    }
}

.service-details .service-divider {
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
    margin-bottom: 20px;
}
/* 
#portfolio #projects a {
    color: black;
}

#portfolio #projects #categories .filter {
    color: #03041c;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

#portfolio #projects #categories .filter .active {
    color: #0554f2 !important;
    border-bottom: 2px solid #0554f2;
}

.portfolio__newsletter .newsletter-Wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .portfolio__newsletter .newsletter-Wrapper {
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }
}

.portfolio__newsletter .newsletter-Wrapper .text {
    color: white;
    flex-basis: 50%;
}

.portfolio__newsletter .newsletter-Wrapper .text h3 {
    
    font-weight: 700;
    font-size: 24px;
}

.portfolio__newsletter .newsletter-Wrapper .text p {
    
    font-weight: 400;
    font-size: 16px;
}

.portfolio__newsletter .newsletter-Wrapper .form {
    flex-basis: 50%;
    border-radius: 20px;
}

.portfolio__newsletter .newsletter-Wrapper .form .email-wrapper {
    width: 100%;
    display: flex;
} */

/* .portfolio__newsletter .newsletter-Wrapper .form input {
    width: 70%;
    padding: 0 20px;
    border: none;
    outline: none;
    height: 60px;
    border-radius: 5px 0 0 5px;
} */
/* 
.portfolio__newsletter .newsletter-Wrapper .form .subscribe-btn {
    width: 30%;
    height: 60px;
    background: #0F766E;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
} */



.portfolio__newsletter .newsletter-Wrapper .form {
    flex-basis: 50%;
    border-radius: 20px;
    margin: 0;
    padding: 0;
}

.portfolio__newsletter .newsletter-Wrapper .form .email-wrapper {
    width: 100%;
    display: ruby;
    margin: 0;
    padding: 0;
}

.portfolio__newsletter .newsletter-Wrapper .form input {
    width: 65%;
    padding: 0 20px;
    border: none;
    outline: none;
    height: 60px;
    margin: 0;
    border-radius: 5px 0 0 5px;
}



#contact .contact__form {
    border-radius: 10px;
}

#contact .contact__form form input,
#contact .contact__form form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    background-color: #f3f7ff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Add focus animation */
}

/* Focus state for form inputs */
#contact .contact__form form input:focus,
#contact .contact__form form textarea:focus {
    border-color: #0554f2;
    box-shadow: 0 0 0 3px rgba(5, 84, 242, 0.1);
}

#contact .contact__form form textarea {
    height: 140px;
}

#contact .contact__form .contact__form--header {
    
    font-weight: 600;
    font-size: 35px;
    line-height: 41px;
    color: #03041c;
}

#contact .contact__form .contact__form--desc {
    
    font-weight: 400;
    font-size: 16px;
    color: #606060;
}

#contact .contact__map {
    height: 100%;
    width: 100%;
}

/* Responsive styles for contact form section */
@media (max-width: 991px) {
    #contact .contact__map {
        height: 300px;
        margin-top: 30px;
    }
    
    #contact .contact__form {
        margin-bottom: 30px;
    }
    
    #contact .contact__form .contact__form--header {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    #contact .contact__form {
        padding: 20px 15px;
    }
    
    #contact .contact__form .contact__form--header {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    
    #contact .contact__form .contact__form--desc {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    #contact .contact__form form input,
    #contact .contact__form form textarea {
        padding: 10px 12px;
        font-size: 15px;
    }
    
    #contact .contact__form form textarea {
        height: 120px;
    }
    
    #contact .contact__map {
        height: 250px;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    #contact .contact__form {
        padding: 15px 10px;
    }
    
    #contact .contact__form .contact__form--header {
        font-size: 22px;
        line-height: 28px;
    }
    
    #contact .contact__form .contact__form--desc {
        font-size: 13px;
    }
    
    #contact .contact__form form input,
    #contact .contact__form form textarea {
        padding: 8px 10px;
        font-size: 14px;
    }
    
    #contact .contact__form form textarea {
        height: 100px;
    }
    
    #contact .contact__map {
        height: 200px;
    }
}

@media (max-width: 575px) {
    #contact .contact__map {
        height: 100%;
    }
}

#contact .contact__map iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/* Add this to your CSS file */
.fixed-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff; /* Adjust background color as needed */
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add a box shadow for a subtle effect */
  }
  
  .scrolled-content { /* Add a
    align-items: center;
}

.phone img, .email img {
    margin-right: 10px; /* Adjust the margin as needed */
}

/* login */
.lcontainer {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: auto;
    display: flex;
    background: #ffffff;
    box-shadow: 0 0 5px #999999;
}
.lcontainer1 {
    position: relative;
    width: 100%;
    max-width: 650px;
    height: 450px;
    display: flex;
    background: #ffffff;
    box-shadow: 0 0 5px #999999;
}
.login-1 .col-left,
.login-1 .col-right {
    padding: 30px;
    display: flex;
}

.login-1 .col-left {
    width: 60%;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background: #0F766E;
}

.login-1 .col-right {
    padding: 60px 30px;
    width: 50%;
    margin-left: -10%;
}

@media(max-width: 575.98px) {
    .login-1 .container {
        flex-direction: column;
        box-shadow: none;
    }
    
    .login-1 .col-left,
    .login-1 .col-right {
        width: 100%;
        margin: 0;
        -webkit-clip-path: none;
        clip-path: none;
    }
    
    .login-1 .col-right {
        padding: 30px;
    }
}

.login-1 .login-text {
    position: relative;
    width: 100%;
    color: #ffffff;
}

.login-1 .login-text h2 {
    margin: 0 0 15px 0;
    font-size: 30px;
    font-weight: 700;
}

.login-1 .login-text p {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.login-1 .login-text .btn {
    display: inline-block;
    padding: 7px 20px;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 30px;
    color: #ffffff;
    outline: none;
    border: 1px solid #ffffff;
    box-shadow: inset 0 0 0 0 #ffffff;
}

.login-1 .login-form {
    position: relative;
    width: 100%;
}

.login-1 .login-form h2 {
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: 700;
}

.login-1 .login-form p {
    margin: 0 0 10px 0;
    text-align: left;
    color: #666666;
    font-size: 15px;
}

.login-1 .login-form p:last-child {
    margin: 0;
    padding-top: 3px;
}

.login-1 .login-form p a {
    color: #44c7f5;
    font-size: 14px;
    text-decoration: none;
}

.login-1 .login-form label {
    display: block;
    width: 100%;
    margin-bottom: 2px;
    letter-spacing: .5px;
}

.login-1 .login-form p:last-child label {
    width: 60%;
    float: left;
}

.login-1 .login-form label span {
    color: #ff574e;
    padding-left: 2px;
}

.login-1 .login-form input {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 30px;
}

.login-1 .login-form input:focus {
    border-color: #ff574e;
}

.login-1 .login-form button,
.login-1 .login-form input[type=submit] {
    display: inline-block;
 
    margin-top: 30px;
    color: #44c7f5;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #44c7f5;
    border-radius: 30px;
    box-shadow: inset 0 0 0 0 #44c7f5;
}

.login-1 .login-form button {
}

/* Navbar.css */
/* Add any additional styling for the mobile menu here */

.container {
    max-width: 1340px;
}

@media (min-width: 768px) {
  .mobile-nav-wrapper {
    display: none;
  }
}

.container {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Adjust as needed to control the space between paragraphs */
  }
  
  .tp-section-title-wrapper {
    width: 100%; /* Ensure paragraphs take up full width */
  }
  
  h6 {
    margin: 0; /* Remove default margin */
  }

  .star{
    color: #0F766E ;
    font-size: 20px;
    margin-top: -30px;
  }

  .blink { /* Use the blink
  }

  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    z-index: 999; /* ensure it's above other content */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 65px;
}

.popup-content {
    background-color: white;
   
    border-radius: 8px;
   
    z-index: 1000; /* ensure it's above the overlay */
}

.close-btn {
    position: absolute;

    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    color: black; /* Adjust color as needed */
}

.container1 {
    display: flex;
    width: 520px;
    height: 500px;
    max-width: 99%;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: #ffffff25;
    border-radius: 15px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.03);
    border: 0.1px solid rgba(128, 128, 128, 0.178);
  }
  
  .left {
    width: 66%;
    height: 100%;
  }
  
  .form1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    left: 0;
    backdrop-filter: blur(20px);
    position: relative;
  }
  
  .form::before {
    position: absolute;
    content: "";
    width: 40%;
    height: 40%;
    right: 1%;
    z-index: -1;
    background: radial-gradient(
      circle,
      rgb(194, 13, 170) 20%,
      rgb(26, 186, 235) 60%,
  
      rgb(26, 186, 235) 100%
    );
    filter: blur(70px);
    border-radius: 50%;
  }
  
  .right {
    width: 34%;
    height: 100%;
  }
  
  .img {
    width: 100%;
    height: 100%;
  }
  
  .container1::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 80%;
    right: -40%;
    background: rgb(157, 173, 203);
    background: radial-gradient(
      circle,
      rgba(157, 173, 203, 1) 61%,
      rgba(99, 122, 159, 1) 100%
    );
    border-radius: 50%;
    z-index: -1;
  }
  
  .input,
  button {
    background: rgba(253, 253, 253, 0);
    outline: none;
    border: 1px solid rgba(255, 0, 0, 0);
    border-radius: 0.5rem;
    padding: 10px;
    margin: 10px auto;
    width: 80%;
    display: block;
    color: #425981;
    font-weight: 500;
    font-size: 1.1em;
  }
  
  .input-block {
    position: relative;
  }
  
  label {
  
    left: 15%;
    top: 37%;
    /* pointer-events: none; */
    color: gray;
  }
  
  .input:focus + label,
  .input:valid + label {
    transform: translateY(-120%) scale(0.9);
  }
  
  button {
    background-color: #5e7eb6;
    color: white;
    font-size: medium;
    /* box-shadow: 2px 4px 8px rgba(70, 70, 70, 0.178); */
  }
  
  a {
    color: #5e7eb6;
  }
  
  .input {
    box-shadow: inset 4px 4px 4px rgba(165, 163, 163, 0.315),
      4px 4px 4px rgba(218, 218, 218, 0.13);
  }

  .star1{
    font-size: 20px;
    margin-left: 80px;
    margin-top: -60px;
  }

@media screen and (max-width: 768px) {
    *{
       /* overflow-x: hidden; */
    }
}

*::-webkit-scrollbar{
    display: none;
}
/* Mobile View CSS for Service Details */
@media (max-width: 767px) {
    .service-details .service {
        width: 100%;
        background: linear-gradient(135deg, #f3f7ff 0%, #e8f0ff 100%);
        padding: 25px 20px;
        border-radius: 15px;
        margin-bottom: 25px;
        box-shadow: 0 5px 20px rgba(5, 84, 242, 0.1);
        border: 1px solid rgba(5, 84, 242, 0.1);
    }

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

    .service-details .service .service-list li {
        background: linear-gradient(135deg, #0554f2 0%, #0a3daf 100%);
        padding-left: 0;
        border-radius: 12px;
        margin-bottom: 15px;
        box-shadow: 0 4px 15px rgba(5, 84, 242, 0.3);
        border: 2px solid transparent;
    }

    .service-details .service .service-list li:active {
        transform: scale(0.98);
    }

    .service-details .service .service-list li a .item {
        padding: 18px 20px;
        margin-bottom: 0;
        width: 100%;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.4;
        color: #1d1b19;
        background: white;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 60px;
    }

    .service-details .service .service-list li a .item span {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.3px;
    }

    .service-details .service .service-list li a .item .icon {
        color: #0554f2;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(5, 84, 242, 0.1);
        border-radius: 50%;
    }

    .service-details .service .service-list li a .item .icon i {
        font-size: 14px;
    }

    .service-details .service .service-list .active {
        background: linear-gradient(135deg, #ffaa17 0%, #ff9500 100%);
        border: 2px solid #ffaa17;
        box-shadow: 0 6px 20px rgba(255, 170, 23, 0.4);
    }

    .service-details .service .service-list .active a .item {
        background: #0F766E;
        color: white;
        font-weight: 600;
    }

    .service-details .service .service-list .active a .item .icon {
        color: white;
        background: rgba(255, 255, 255, 0.2);
    }

    .service-details .service .service-list .active a .item .icon i {
    }

    .service-details .service .underline {
        width: 60px;
        border: 3px solid #0554f2;
        background: #0F766E;
        margin-top: 10px;
        margin-bottom: 25px;
        border-radius: 3px;
    }

    .service-details .service h4.heading-3 {
        font-size: 22px;
        color: #0554f2;
        font-weight: 700;
        margin-bottom: 5px;
        text-align: center;
    }

    /* Touch device optimizations */
    @media (hover: none) {
        
        .service-details .service .service-list li:active {
            background: linear-gradient(135deg, #ffaa17 0%, #ff9500 100%);
            transform: scale(0.98);
        }
        
        .service-details .service .service-list li:active a .item {
            background: #0F766E;
            color: white;
        }
        
        .service-details .service .service-list li:active a .item .icon {
            color: white;
            transform: translateX(3px);
        }
    }
}

/* Extra small devices (phones) */
@media (max-width: 480px) {
    .service-details .service {
        padding: 20px 15px;
        border-radius: 12px;
    }

    .service-details .service .service-list li a .item {
        padding: 15px 18px;
        min-height: 55px;
    }

    .service-details .service .service-list li a .item span {
        font-size: 14px;
    }

    .service-details .service h4.heading-3 {
        font-size: 20px;
    }

    .service-details .service .service-list li a .item .icon {
        width: 32px;
        height: 32px;
    }
}

/* Very small devices */
@media (max-width: 360px) {
    .service-details .service {
        padding: 18px 12px;
    }

    .service-details .service .service-list li a .item {
        padding: 12px 15px;
        min-height: 50px;
    }

    .service-details .service .service-list li a .item span {
        font-size: 13px;
    }

    .service-details .service h4.heading-3 {
        font-size: 18px;
    }
}
/* Common class for equal height image containers */
.equal-image-wrapper {
  width: 100%;
  height: 300px; /* Set your desired height */
  overflow: hidden;
  border-radius: 8px; /* Optional: for rounded corners */
}

.equal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* //////my change ///////////////////////////////////////////// */

/* Add to your global CSS file */
/* Prevent horizontal scrolling and ensure full height */
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    height: 100% !important;
    position: relative;
  }
  
  #__next {
    overflow-x: hidden;
  }
  
  /* Ensure slider takes full viewport */
  .slider-container,
  #hero,
  .hero-1-slide,
  .slide-wrapper,
  .slide-image {
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    overflow: hidden !important;
  }
}

/* Smooth transitions */
.slide-image {
  transition: opacity 0.5s ease-in-out !important;
}

/* Prevent FOUC (Flash of Unstyled Content) */
.slider-container {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.slider-container.loading {
  opacity: 0;
}

.slide-box{
    position: absolute;
    top: -45%;
    left:-20%;
    bottom: 0;
    right: 0;
    height:300%;
    width:120%;
    z-index: 1;
    background-color: transparent;
    display: flex;
    rotate: 20deg;
   

}
.slide-box > div{
 width: 50%;
 height: 300%;
 background-color: rgba(23, 44, 124, 0.5) ;
 /* background-color: rgba(30, 58, 138, 1); */
 position: relative;
}
.slide-box > .box1 {
  animation: slideIn 1s ease forwards;
  animation-delay: .5s;
}

.slide-box > .box2 {
  animation: slideIn2 1s ease forwards;
  animation-delay: .5s;
}

.footer-center{
    margin-left: 10vw;
}


.slide-box2{
    position: absolute;
    top: -100%;
    left:0%;
    bottom: 0;
    right: 0;
    height:200%;
    width:200vw;
    z-index: 1;
    background-color: transparent;
    display: none;
    transform: skewX(-15deg);
    

}
.slide-box2 > div{
 width: 100vw;
  height:200%;
 background-color: rgba(23, 44, 124, 0.5) ;
 position: relative;
}

.slide-box2 > .box1 {
  animation: slide1 1s ease forwards;
  animation-delay: .5s;
}

.slide-box2 > .box2 {
  animation: slide2 1s ease forwards;
  animation-delay: .5s;
}


/* Hide slide-box on small devices */
@media (max-width: 800px) {
  .slide-box {
    display: none;
  }
 .footer-center{
    margin-left: 2vw;
   }
   .slide-box2{
      display: flex;
   }
#topheader{
    display: none !important;
}
#navbar-1{
    display: none !important;
}

#mobile-nav{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    box-shadow: 2px 2px 10px gray;
}

.hero-contact{
    margin-top: 2.5rem !important;
    margin-right: 7vw !important;
}

.mobile-logo{
 position:  absolute !important;
 width: 6rem;
 height: auto;
}

.sub-header{
    margin-top: 7rem !important;
}
.slide-caption-desktop{
    font-size: 1.5rem !important;
}
.single-slide-content{
    width: 90vw !important;
}
.slide-description-desktop{
    font-size: .8rem !important;
}
.web{
    margin-left: 0px !important;
}

}



@media (max-width: 450px) {
  
.content{
    margin-right: 40px !important;
}

.logo-wrapper{
    margin-left: -10px !important;
}

.paragraph{
    margin-left: 20px !important;

}



}


@keyframes slide1 {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-70%);
    }
}

@keyframes slide2 {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(20%);
    }
}





@keyframes slideIn {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-70%);
    }
}

@keyframes slideIn2 {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(65%);
    }
}

.star {
    animation: star 1s ease-in-out infinite;
}

@keyframes star {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}


@media (max-width: 500px) {
.tp-about-thumb{
     height: 50vh !important;
    
}
}
@media (max-width: 767px) {
  html, body {
    overflow-y: auto !important;
    height: auto !important;
  }
}



