* {
    font-family: 'Segoe UI', sans-serif;
}
.gradient-text {
    background: linear-gradient(90deg,#7ccff0,#44acd5,#217fa4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}
.p-lead {
    color: #172b4d;
    font-weight: 400;
    font-size: 1.4rem;
    margin: 30px 0px;
}
.h2-lead {
    font-size: 2.2rem;
    margin: 30px 0px;
}
/* Navbar START*/
.navbar-main {
    border-bottom: 1px solid #e6e6e6;
}
.navbar-main.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.navbar-main nav {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.navbar-center-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    color: black;
}
.navbar-brand svg {
    color: #339fc9;
}
.navbar-brand svg:hover {
    color: #3195bd;
}
.navbar-nav {
    font-size: 14px;

}
.navbar-nav li a:hover {
    color: #339fc9;
}
.atomy-btn {
    background-color: #339fc9;
    font-size: 14px;
    color: #fff;
}
.atomy-btn:hover {
    background-color: #217fa4;
    color: #fff;
}
/* Navbar END*/
/* Hero START*/
.hero {
    background: url('../img/img_bg.jpg') no-repeat center/cover;
    color: white;
    padding: 150px 0;
    text-align: center;
}
.hero span {
    font-size: 80px;
    text-transform: uppercase;
}
.hero h1 {
    color: #172b4d;
    font-size: 70px;
}
.hero p {
    color: #172b4d;
    font-weight: 400;
    font-size: 25px;
    margin: 30px 0px;
}
.hero-btn-1 {
    background-color: #339fc9;
    padding: 20px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.hero-btn-2 {
    background-color: transparent;
    padding: 20px 30px;
    color: #339fc9;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #339fc9;
}
.hero-btn-1:hover {background-color: #217fa4; color: #fff;}
.hero-btn-2:hover {background-color: #339fc9; color: #fff;}
.section-title {
    margin: 60px 0 30px;
    text-align: center;
}
/* Hero END*/
/* About START*/
.title-icon {
    width: 5rem;
    height: 5rem;
    background-color: #d7f0fb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    font-size: 2.25rem;
}
/* About END */

/* Compare START */
.swiper {
    width: 100%;
    padding-bottom: 30px; /* место под ползунок */
    padding: 20px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}
.lead-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 10px rgb(0, 0, 0, 0.1);
    border: 1px solid #7ccff0;
}
.lead-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgb(0, 0, 0, 0.3);
}
.lead-cert img {
    cursor: pointer;
    transition: transform 0.3s ease;
}
.lead-cert img:hover {
    transform: scale(1.02);
}
/* Compare END */
/* Add START*/
.add-border {
    border: 10px solid #7ccff0;
    border-radius: 30px;
}
.add-header {
    background-color: #fff;
    border: #fff;
}
.add-bage {
    background-color: #339fc9;
}
/* Add END*/
/* Quality START*/

/* Quality END*/
/* Review START*/

/* Review END*/
/* Products START*/
.category-buttons .btn.active {
    background-color: #339fc9;
    color: white;
    border-color: #339fc9;
}
.category-buttons .btn {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    transition: all 0.3s ease;
    color: #339fc9;
    border: 1px solid #339fc9;
}
.category-buttons .btn:hover {
    background-color: #339fc9;
    color: white;
}
.search-box input {
  border-radius: 1.5rem;
  padding: 0.75rem 1.5rem;
  border: 2px solid #e0e0e0;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.product-card {
    cursor: pointer;
    transition: transform 0.3s ease,box-shadow 0.3s ease;
    height: 100%;
    border: 1px solid #7ccff0;
    border-radius: 0.9375rem;
    overflow: hidden;
    padding: 0;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1.25rem rgba(0,0,0,0.1);
}
.product-card .cart-body {
    padding: 1.25rem;
}
.product-card .card-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    min-height: 3rem;
}
.product-card .price-original {
    font-size: 0.875rem;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 0.25rem;
}
.product-card .price-discount {
    font-size: 1.25rem;
    font-weight: 700;
    color: #339fc9;
    margin-bottom: 1rem;
}
.btn-more-details {
    background-color: #339fc9;
    border-radius: 32px;
    border-color: #339fc9;
}
.btn-more-details:hover {
    background-color: #217fa4;
    border-color: #217fa4;
}

/* Modal Tabs */
.modal .nav-tabs {
    border-bottom: 2px solid rgba(51, 159, 201, 0.3);
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.125rem;
}

.modal .nav-tabs .nav-link {
    border: none;
    border-radius: 16px;
    color: #64748b;
    font-weight: 500;
    padding: 0.5rem 1rem;
    margin: 0 0 0.25rem 0;
    transition: all 0.3s ease;
    background: transparent;
    white-space: nowrap;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.modal .nav-tabs .nav-link:hover {
    color: #339fc9;
    background: rgba(51, 159, 201, 0.1);
    border-radius: 16px;
}

.modal .nav-tabs .nav-link.active {
    color: #fff;
    background: #339fc9;
    border: none;
    box-shadow: 0 2px 8px rgba(51, 159, 201, 0.3);
}

.modal .nav-tabs .nav-link.active:hover {
    color: #fff;
    background: #339fc9;
}

.modal .tab-content {
    padding: 1.5rem 0;
}

.modal .tab-pane p {
    margin-bottom: 0.5rem;
}

.modal .modal-footer {
    background: linear-gradient(135deg, #f8fafc 0%, #f4f6f8 100%);
}
.reg-modal {
    background-color: #339fc9;
    color: white;
    border-radius: 32px;
    font-size: 14px;
}
.reg-modal:hover {
    background-color: #217fa4;
    color: white;
}
/* Products END*/
/* Like START*/
.img-bg {
  background-image: url("../img/img_bg_5.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lead {
    font-size: 1.5rem;
    line-height: 1.75;
    font-weight: 400;
}
.special-offer {
    background-color: #fff;
    border: 1px solid #d7f0fb;
    padding: 2rem;
    position: relative;
    border-radius: 32px;
}
.bg-primary {
    background-color: #339fc9 !important;
}

.btn-reg {
    border-radius: 32px;
    cursor: pointer;
    font-size: 1rem;
    width: auto;
    padding: 1rem 2.25rem;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
}

/* Numbers START*/
.card-number {
    background-color: #fff;
    border: 1px solid #d7f0fb !important;
    padding: 2rem;
    position: relative;
    border-radius: 32px;
}
/* Numbers END*/

/* Like END*/
/* Certificat START*/
.lead-cert {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: inherit;
}
.lead-cert:hover {
    transform: scale(1.02);
}
/* Certificat END*/
/* partnership START*/
.card-partnership {
    background-color: #fff;
    border: 1px solid #d7f0fb !important;
    padding: 2rem;
    position: relative;
    border-radius: 32px;
}
.bg-light {
    background-color: #ebf9ff !important;
}
.text-primary {
  color: #339fc9 !important;
}
.card-part {
    background-color: #fff;
    border: 1px solid #d7f0fb !important;
    padding: 2rem;
    position: relative;
    border-radius: 32px;
}
.btn-part {
    width: auto;
    padding: 1rem 2.25rem;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    border-radius: 32px;
}
/* partnership END*/
/* Consultant START*/
.card-consultant {
    background-color: #fff;
    border: 1px solid #d7f0fb !important;
    padding: 2rem;
    position: relative;
    border-radius: 32px;
}
.p-text-cons {
    font-size: 14px;
    font-weight: 300;
}
.btn-whatsapp {
    border-radius: 32px;
    font-weight: 600;
}
.btn-telegram {
    background-color: #339fc9;
    border: 1px solid #339fc9;
    border-radius: 32px;
    font-weight: 600;
}
.btn-telegram:hover {
    background-color: #217fa4;
    border: 1px solid #339fc9;
}
/* Consultant END*/


.btn-outline-primary {
  color: #339fc9;
  border-color: #339fc9;
}
.btn-faq-1 {
  border-radius: 32px;
  cursor: pointer;
  font-size: 1rem;
}
.btn-faq-1:hover {
    background-color: #339fc9;
    border: 1px solid #339fc9;
}
.btn-faq-2 {
    border-radius: 32px;
    cursor: pointer;
    font-size: 1rem;
    background-color: #339fc9;
    border: 1px solid #339fc9;

}
.btn-faq-2:hover {
    background-color: #217fa4;
    border: 1px solid #217fa4;
}

.btn-support {
    background-color: #339fc9; 
    border: none; 
    border-radius: 32px; 
    font-weight: 600;
}
.btn-support:hover {
    background-color: #217fa4;
}
.cst-plan__tbl table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border: 2px solid #339fc9;
}
.cst-plan__tbl table th,
.cst-plan__tbl table td {
  border: 1px solid #339fc9;
  padding: 8px 12px;
  text-align: left;
  vertical-align: top;
}
.cst-plan__tbl table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #339fc9;
}
/* Responsive adjustments for classification plan */
@media (max-width: 768px) {
    .cst-plan__terms li {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
        gap: 0.5rem;
    }

    .cst-plan__terms li .tit {
        font-size: 0.95rem;
    }

    .cst-plan__terms li .sub {
        font-size: 0.825rem;
        text-align: left;
    }
}

/* Chat Bot START*/
.atomi-chat-widget {
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
    z-index: 2000;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;
}
.chat-toggle-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    height: 3.5rem;
    padding: 0 1.125rem 0 0.1875rem;
    border: none;
    border-radius: 1.75rem;
    cursor: pointer;
    background: #339fc9;
    color: #fff;
    box-shadow: 0 0.25rem 0.75rem rgba(37,99,235,.4),0 0 0.9375rem rgba(255,255,255,.9);
    transition: .3s;
}
.chat-toggle-avatar {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.chat-toggle-info {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    font-size: 1rem;
    align-items: flex-start;
}
.chat-toggle-name {
    font-weight: 600;
}
.chat-toggle-status {
    font-size: 0.75rem;
    opacity: .9;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.online-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #00ff30;
    display: inline-block;
}


.chat-container {
    position: absolute;
    bottom: 5rem;
    right: 0;
    width: clamp(18.75rem,90vw,23.75rem);
    height: clamp(28.125rem,80vh,37.5rem);
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0.625rem 2.5rem rgba(0,0,0,.15);
    animation: slideUp .3s;
}
.chat-header {
    color: #fff;
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #339fc9;
}
.chat-header-info {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}
.chat-header-info img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    object-fit: cover;
}
.chat-header-text {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}
.chat-header-text h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
}
.chat-status {
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.3125rem;
    opacity: .9;
}
.chat-status::before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #00ff30;
}
.chat-close-btn {
    background: none;
    border: none;
    color: #fff;
    padding: 0.25rem;
    cursor: pointer;
}


/* класс скрытия (используется в HTML) */
.hidden {
    display: none !important;
}

/* блок сообщений: занимает доступное пространство и даёт вертикальный скролл */
.chat-messages {
    flex: 1;
    padding: 1.5rem 1rem;
    overflow-y: auto;
    overflow-x: hidden;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    min-height: 200px;
    position: relative;
}

/* стиль сообщений бота и пользователя */
.chat-messages div {
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    font-size: 0.9rem;
    line-height: 1.4;
    max-width: 80%;
    animation: fadeInUp 0.3s ease-out;
    word-wrap: break-word;
}

/* сообщения пользователя — справа */
.message-user {
    background: linear-gradient(135deg, #339fc9 0%, #217fa4 100%);
    color: white;
    margin-left: auto;
    margin-right: 0.5rem;
    border-bottom-right-radius: 0.25rem;
    box-shadow: 0 4px 8px rgba(51, 159, 201, 0.3);
}

/* сообщения бота — слева */
.message-bot {
    background: linear-gradient(135deg, #f1f5f9 0%, #ffffff 100%);
    border: 1px solid #e2e8f0;
    color: #334155;
    margin-left: 0.5rem;
    margin-right: auto;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.chat-messages b {
    font-weight: 600;
    opacity: 0.9;
}

.chat-messages div:last-child {
    margin-bottom: 0;
}

/* кастомизация скроллбара */
.chat-messages::-webkit-scrollbar {
    width: 6px;
}
.chat-messages::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #339fc9 0%, #7ccff0 100%);
    border-radius: 3px;
    transition: background 0.3s ease;
}
.chat-messages::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #217fa4 0%, #44acd5 100%);
}
.chat-messages::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
}

/* анимация появления сообщений */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* поле ввода сообщений */
.chat-input-container {
    border-top: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
}

.chat-input {
    flex: 1;
    border: 2px solid #e1e7ef;
    border-radius: 1.5rem;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    outline: none;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    transition: all 0.3s ease;
    resize: none;
    min-height: 2.5rem;
    max-height: 5rem;
    overflow-y: auto;
    color: #334155;
    font-family: inherit;
}

.chat-input:focus {
    border-color: #339fc9;
    box-shadow: 0 0 0 3px rgba(51, 159, 201, 0.1);
    background: #ffffff;
}

.chat-input::placeholder {
    color: #94a3b8;
    opacity: 0.7;
}

/* кастомизация скроллбара для textarea */
.chat-input::-webkit-scrollbar {
    width: 4px;
}
.chat-input::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #339fc9 0%, #7ccff0 100%);
    border-radius: 2px;
}
.chat-input::-webkit-scrollbar-track {
    background: transparent;
}

/* кнопка отправки */
.chat-send-btn {
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #339fc9 0%, #217fa4 100%);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(51, 159, 201, 0.3);
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.chat-send-btn:hover {
    background: linear-gradient(135deg, #217fa4 0%, #44acd5 100%);
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(51, 159, 201, 0.4);
}

.chat-send-btn:active {
    transform: scale(0.95);
}

.chat-send-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transition: width 0.3s, height 0.3s;
    transform: translate(-50%, -50%);
}

.chat-send-btn:hover:before {
    width: 100%;
    height: 100%;
}

/* пустая кнопка при отсутствии ввода */
.chat-send-btn:disabled {
    background: linear-gradient(135deg, #cbd5e1 0%, #94a3b8 100%);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.chat-send-btn:disabled:hover {
    background: linear-gradient(135deg, #cbd5e1 0%, #94a3b8 100%);
    transform: none;
}

/* кнопка регистрации в сообщениях */
.chat-reg-btn {
    background-color: #339fc9;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 32px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.chat-reg-btn:hover {
    background-color: #217fa4;
    transform: scale(1.05);
}
/* Footer Animations */
.footer-social-links {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out 0.3s forwards;
}

.footer-column {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease-out forwards;
}

/* Different animation delays for columns */
.footer-column:nth-child(1) { animation-delay: 0.1s; }
.footer-column:nth-child(2) { animation-delay: 0.2s; }
.footer-column:nth-child(3) { animation-delay: 0.3s; }
.footer-column:nth-child(4) { animation-delay: 0.4s; }

.contact-item {
    transition: all 0.3s ease;
    transform: translateX(-10px);
    opacity: 0;
    animation: slideInLeft 0.5s ease-out forwards;
}

.contact-item:nth-child(1) { animation-delay: 0.5s; }
.contact-item:nth-child(2) { animation-delay: 0.6s; }
.contact-item:nth-child(3) { animation-delay: 0.7s; }

.contact-item:hover {
    transform: translateX(0) scale(1.02);
}

.icon-circle {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.icon-circle:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(51, 159, 201, 0.3);
}

.icon-circle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s, height 0.4s;
}

.icon-circle:hover:before {
    width: 100%;
    height: 100%;
}

.social-links {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.social-link {
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out forwards;
}

.social-link:nth-child(1) { animation-delay: 0.6s; }
.social-link:nth-child(2) { animation-delay: 0.7s; }
.social-link:nth-child(3) { animation-delay: 0.8s; }

.social-link:hover {
    transform: translateY(-3px) scale(1.05);
}

.social-icon {
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(51, 159, 201, 0.2);
}

.social-icon:hover {
    transform: scale(1.05) rotate(5deg);
    box-shadow: 0 8px 20px rgba(51, 159, 201, 0.4);
}

.social-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.social-icon:hover:before {
    left: 100%;
}

.badge-company {
    transition: all 0.3s ease;
    animation: slideInUp 0.6s ease-out 0.8s forwards;
    opacity: 0;
    transform: translateY(20px);
}

.badge-company:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(51, 159, 201, 0.3);
}

/* Footer list items hover effects */

/* Additional animations */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scroll Animations */
.scroll-fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-fade-in.animated {
    opacity: 1;
    transform: translateY(0);
}

.scroll-slide-left {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-slide-left.animated {
    opacity: 1;
    transform: translateX(0);
}

.scroll-slide-right {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-slide-right.animated {
    opacity: 1;
    transform: translateX(0);
}

.scroll-scale-in {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-scale-in.animated {
    opacity: 1;
    transform: scale(1);
}

.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }
.delay-500 { transition-delay: 0.5s; }
.delay-600 { transition-delay: 0.6s; }

/* Disable all animations for screens >= 576px */
@media (max-width: 576px) {
  /* Disable scroll animations */
  .scroll-fade-in,
  .scroll-slide-left,
  .scroll-slide-right,
  .scroll-scale-in {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  /* Disable footer animations */
  .footer-social-links,
  .footer-column,
  .contact-item,
  .social-link,
  .badge-company {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  /* Disable hover animations if any */
  .lead-card:hover,
  .lead-cert img:hover,
  .product-card:hover,
  .social-icon:hover,
  .icon-circle:hover,
  .contact-item:hover,
  .badge-company:hover,
  .chat-send-btn:hover {
    transform: none !important;
  }

  /* Disable smooth transitions */
  .navbar-nav li .nav-link:hover,
  .atomy-btn:hover,
  .hero-btn-1:hover,
  .hero-btn-2:hover,
  .category-buttons .btn:hover,
  .search-box input:focus,
  .btn-more-details:hover,
  .btn-reg:hover,
  .btn-whatsapp:hover,
  .btn-telegram:hover,
  .btn-outline-primary:hover,
  .btn-faq-1:hover,
  .btn-faq-2:hover,
  .btn-support:hover,
  .chat-reg-btn:hover,
  .footer-column a:hover,
  .chat-toggle-btn:hover,
  .chat-send-btn:hover {
    transition: none !important;
    transform: none !important;
  }

  /* Disable swiper transitions if any */
  .swiper-slide {
    transition: none !important;
  }

  /* Disable chat animations */
  .chat-container,
  .chat-messages div,
  .footer-column a::before {
    animation: none !important;
  }

  /* Specific show-animation class (if defined elsewhere) */
  .show-animation {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Footer responsive adjustments */
@media (max-width: 992px) {
    footer {
        padding: 3rem 0 1rem;
    }

    .footer-column:nth-child(1) {
        order: 1;
        margin-bottom: 2rem;
    }

    .footer-column:nth-child(2) {
        order: 2;
    }

    .footer-column:nth-child(3) {
        order: 3;
    }

    .footer-column:nth-child(4) {
        order: 4;
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    footer {
        padding: 2rem 0 1rem;
        text-align: center;
    }

    .footer-column {
        text-align: center;
        margin-bottom: 2.5rem;
        width: 100%;
    }

    .footer-column h5 {
        margin-bottom: 1.5rem;
        font-size: 1.25rem;
    }

    /* Brand column adjustments */
    .footer-column:first-child {
        order: 1;
    }

    .footer-column:first-child .mb-3 svg {
        display: none;
    }

    .footer-column:first-child p {
        font-size: 13px !important;
        line-height: 1.5;
        margin-bottom: 1rem;
    }

    .footer-column:first-child .d-flex {
        justify-content: center;
        gap: 0.5rem;
    }

    .footer-column:first-child .badge {
        font-size: 11px;
        padding: 0.5rem 0.75rem;
    }

    /* Company/Support columns */
    .footer-column:nth-child(2),
    .footer-column:nth-child(3) {
        flex: 1;
        min-width: 0;
    }

    .footer-column:nth-child(2) ul,
    .footer-column:nth-child(3) ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .footer-column:nth-child(2) li,
    .footer-column:nth-child(3) li {
        margin: 0;
    }

    .footer-column:nth-child(2) a,
    .footer-column:nth-child(3) a {
        font-size: 13px;
        padding: 0.25rem 0;
        display: block;
        color: #6c757d !important;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    /* Contacts column */
    .footer-column:last-child {
        order: 4;
    }

    .contact-info {
        justify-content: center;
    }

    .contact-item {
        margin-bottom: 1.5rem;
        padding: 1rem;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        border: 1px solid rgba(51, 159, 201, 0.1);
        transition: all 0.3s ease;
        display: flex;
        align-items: flex-start;
        gap: 1rem;
    }

    .contact-item:hover {
        background: rgba(51, 159, 201, 0.05);
        transform: translateY(-2px);
    }

    .contact-item .icon-circle {
        margin: 0;
        flex-shrink: 0;
    }

    .contact-item .fw-bold {
        font-size: 14px;
        margin-bottom: 0.25rem;
    }

    .contact-item .text-muted {
        font-size: 12px;
        line-height: 1.4;
    }

    .badge-company {
        font-size: 12px;
        margin-top: 1rem;
    }

    /* Social links */
    .social-links {
        justify-content: center !important;
        margin-top: 2rem;
        gap: 1rem;
    }

    .social-link {
        display: inline-block;
    }

    .social-icon {
        width: 44px !important;
        height: 44px !important;
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    footer {
        padding: 1.5rem 0 1rem;
    }

    .footer-column {
        margin-bottom: 2rem;
    }

    .footer-column h5 {
        font-size: 1.15rem;
        margin-bottom: 1.25rem;
    }

    .footer-column:first-child p {
        font-size: 12px !important;
    }

    .contact-item {
        padding: 0.875rem;
        margin-bottom: 1.25rem;
        gap: 0.875rem;
    }

    .contact-item .fw-bold {
        font-size: 13px;
    }

    .contact-item .text-muted {
        font-size: 11px;
    }

    .icon-circle {
        width: 36px !important;
        height: 36px !important;
        font-size: 16px;
    }

    .social-links {
        gap: 0.875rem;
    }

    .social-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 16px;
    }

    .badge-company {
        font-size: 11px;
        padding: 0.5rem 0.75rem;
    }

    /* Footer copyright section */
    .border-top {
        margin-top: 2rem !important;
        padding-top: 1.5rem !important;
    }

    .border-top div {
        font-size: 12px;
        line-height: 1.5;
    }
    .hero .container h1 {
        font-size: 32px;
    }
}

/* Chat Bot END*/
/* Chat Bot END*/
