.rs-header-right {
	justify-content: end !important;
}

.rs-sticky .rs-header-top.rs-header-top-three {
    display: none;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-0 {
    margin-bottom: 0;
}

form#contact-form .col-md-6, 
form#contact-form .col-md-12 {
    margin-top: 18px;
}

h3.rs-contact-form-title {
    margin-bottom: 26px;
}

.product-thumb-overlay {
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0,0,0,0.35);
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.3s;
        z-index: 0;
        border-radius: 10px;
    }
    .rs-portfolio-thumb:hover .product-thumb-overlay {
        opacity: 1;
    }
    .product-plus-icon {
        font-size: 2.5rem;
        color: #fff;
        background: rgba(234,85,1,0.9); /* theme orange */
        border-radius: 50%;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }
    .product-name-overlay {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        background: #023b4a;
        color: #fff;
        padding: 8px 12px 6px 12px;
        font-size: 23px;
        font-weight: 500;
        text-align: center;
        border-radius: 10px;
        z-index: 3;
        letter-spacing: 0.5px;
        justify-content: center;
        display: flex;
    }
    .rs-portfolio-thumb {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 1px 1px 8px 0 rgb(0 0 0 / 11%), -1px 2px 20px 0 rgb(0 0 0 / 11%);
    }

    .rs-portfolio-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }

    .rs-portfolio-content h5 {
        color: #fff;
        font-weight: 500;
        font-size: 24px;
    }

    .tab-content .rs-portfolio-content {
        background-color: #023b4a;
        border-radius: 6px;
        text-align: center;
        color: #fff;
        display: block;
        position: relative;
        width: 87%;
        margin-top: -25px;
        padding: 7px;
    }

    .row.client-logo .col-lg-2 {
        width: 20%;
        border-right: 1px solid #cdcdcd;
    }

    .row.client-logo .col-lg-2:last-child {
        border-right: 0;
    }
    .row.client-logo {
        justify-content: center;
    }

    .row.client-logo .col-lg-6 {
        width: 50%;
        border-right: 1px solid #cdcdcd;
    }

    .row.client-logo .col-lg-6:last-child {
        border-right: 0;
    }

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype'),
         url('../fonts/Poppins-SemiBold.ttf') format('woff'),
         url('../fonts/Poppins-Regular.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-B';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
         url('../fonts/Poppins-Regular.ttf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

.rs-about-seven .rs-section-title {
    color: #60a4be;
    font-weight: 800;
    font-family: math;
    text-decoration: 2px underline #023b4a;
    text-underline-offset: 9px;
}

.rs-contact-one .rs-contact-list-content span {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.2;
    display: inline-block;
    color: var(--rs-white);
    font-family: math;
}

.rs-portfolio-one {
    overflow-x: clip;
    background: url(../images/services/ser_bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.rs-brand-item p {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    padding: 3px 10px;
    border-radius: 6px;
    background-color: #60a4be85;
    font-family: math;
}

.rs-footer-copyright.cust.underline {
    background-color: #08252d;
    padding: 10px;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
}

.sidebar-toggle {
    position: absolute;
    margin-top: -55px;
}

.rs-work-step-one .rs-work-step-icon img {
    width: 84px;
}

.text-white {
    color: #fff;
}

.product-list-wrapper {
    background: url(../images/bg/other_bg.jpg);
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
    margin: auto;
    background-size: cover;
    background-position: bottom;
}

.cust_small .product-list-wrapper {
    padding: 40px 40px 5px;
}

.product-list-wrapper h2 {
    text-align: center;
    color: #ffffff;
    background: #023b4a;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 50px;
    font-size: 25px;
    letter-spacing: 1px;
}

.cust_small .product-list-wrapper h2 {
    text-align: center;
    color: #ffffff;
    background: #023b4a;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 21px;
    letter-spacing: 1px;
}

.product-column li::marker {
    color: #023b4a;
}

.product-columns {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.align-item-center {
    align-items: center;
}

.product_box {
    background-color: #60a4be21;
    padding: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.01);
    border-radius: 15px;
}

img.ser_img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.01);
    border-radius: 14px;
}

.product-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.product-card {
  background: #fff;
  border-radius: 18px;
  width: 300px;
  padding: 20px 20px 30px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  text-align: center;
  position: relative;
}

.image-box {
  border: 3px solid #00acc1;
  border-radius: 14px;
  padding: 10px;
  margin-bottom: 20px;
}

.image-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.product-card h3 {
  color: #007c91;
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-card p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.services_content h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: math;
    text-decoration: 1.5px underline #60a4b3;
    text-underline-offset: 10px;
    margin-bottom: 20px;
}

.services_content p {
    font-size: 20px;
}

.services_content ul li {
    color: #fff;
    font-size: 20px;
}

.services_content ul {
    padding-left: 20px;
}
.services_content {
    background: #023b4a;
    padding: 25px;
    box-shadow: 9px 9px #60a4b3;
    border-radius: 18px;
}

.product-column  {
  flex: 1;
  min-width: 300px;
  list-style-type: '➤  ';
  padding-left: 20px;
  
}

.product-column:not(:last-child) {
    border-right: 1px solid #023b4a87;
}

.product-column li {
  margin-bottom: 22px;
  color: #333;
}

.justify-content-center {
    justify-content: center !important;
}

.rs-team-details .rs-team-details-bio {
    max-width: 620px;
    margin-top: 20px;
    border-top: 1px solid #9b9b9b;
    padding-top: 18px;
}

.rs-team-details-content {
    box-shadow: 7px 7px 1px 1px #60a4befc;
    border-radius: 15px;
    padding: 15px;
    background: #62a5bf29;
}

h4.rs-team-details-title {
    font-size: 25px;
}

@media only screen and (max-width: 767px) {
  
  .rs-header-top.rs-header-top-three {
    display: none;
  }
  .rs-header-one .rs-header-btn {
    display: none;
  }

  .product-column {
    border-right: none !important;
  }

  .product_box {
    padding: 45px 15px !important;
  }
}

.btn-phone-pulse {
   background: #fcb412;
    color: white;
    position: fixed;
    bottom: 16PX;
    right: 6px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 999;
    font-size: 27px;

    
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 40px;
    font-size: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    
    
    z-index: 999;

}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-25deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-25deg); } 
}45deg
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-25deg); 
        transform:rotate(-25deg); 
    } 
}
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.btn-whatsapp-pulse-border {
        bottom: 16PX;
    left: 6PX;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-left: 0px;
}
.btn-phone-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #fcb412;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-right: 0px;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}