@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    color: #1a191c;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    overflow-y: auto;
}

a {
    color: #1a191c;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #1a191c;
    cursor: pointer;
}

p {
    margin-top: 2px;
    margin-bottom: 5px;
}

ul {
    margin: 0;
    padding: 0;
}


.container-fluid {
    padding: 0px;
    max-width: 1440px;
    margin: 0 auto;
}

.page-content {
    padding: 25px 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.page-content li {
    list-style: none;
    margin-top: 5px;
    margin-left: 25px;
    margin-bottom: 8px;
}

.page-content li::before {
  content: "\f058"; /* Unicode for fa-circle-info */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* 900 for 'solid' icons */
  margin-right: 0.5em;
  color: #007bff; /* Optional: set icon color */
}


.header-section {
    border-bottom: 1.5px solid #8b8b8b;
    padding: 5px 0px;
}

.dropdown-toggle::after {
    display: none !important;
}

/* Custom border around the dropdown */
.dropdown-menu {
    max-width: 300px;
    overflow: auto;
    border: 3px solid #01AD80;
    border-radius: 0px;
    padding: 0;
    box-sizing: border-box;
    white-space: normal;
    /* Allow multi-line */
    word-wrap: break-word;
    /* Break long words */
    overflow-wrap: break-word;
    /* Modern alternative */
}

/* Dropdown item hover and active styles */
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item.active {
    background-color: #01AD80;
    color: #fff;
}

/* Optional: Smooth transitions */
.dropdown-menu .dropdown-item {
    transition: background-color 0.3s, color 0.3s;
}

.nav-link i {
    font-size: 10px;
    ;
    transition: transform 0.3s ease;
}

.nav-link:hover i {
    transform: rotate(180deg);
    /* Optional effect */
}


.navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.search-input {
    width: 150px;
    padding: 4px 5px 4px 25px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 12px;
}

.search-input:focus {
    border: 1px solid #ccc;
    outline: none;
    box-shadow: none;
}

.nav-item .search-box {
    position: relative;
}

.search-icon {
    position: absolute;
    top: -5px;
    left: 1px;
    cursor: pointer;
}

.carousel-control-prev-icon {
    background-color: #d9dadb;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    width: 32px;
    height: 32px;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-color: #d9dadb;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    width: 32px;
    height: 32px;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.information-section {
    position: relative;
    font-size: 16px;
    color: #000;
    padding: 15px 15px;
}

.information-section .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.information-section .vcloud {
    position: absolute;
    top: 0;
    left: 50%;
    width: 35%;
    transform: translateX(-50%);
    z-index: 0;
}

.information-section .left-text {
    margin-top: 25%;
}

.information-section .right-text {
    float: right;
    margin-top: 55%;
    text-align: right;
}

.information-section ul li {
    list-style: none;
    margin: 10px 0px;
    padding: 2px 10;
    font-weight: 600;
}

.information-section .vcloud-setup {
    display: block;
    width: 100%;
    margin-top: 10%;
}

.information-section .setup-img {
    float: right;
    width: 100%;
    display: block;
}

.information-section .setup-img img {
    float: right;
    width: 75%;
}

.vcloud-setup-text {
    font-size: 20px;
    font-weight: 500;
}

.service-section {
    background: #000;
}

.service-section .service-item {
    max-width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff;
}

.service-img {
    width: 100%;
    height: auto;
    display: block;
}

.service-name {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}

.installation-section {
    position: relative;
    color: #383737;
    min-height: 300px;
    padding-bottom: 300px;
}

.installation-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.installation-section ol li {
    margin: 10px 0px;
    padding: 2px 10;
    font-weight: 500;
}

.installation-section .vcloud2 {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.installation-section .vcloud2 img {
    width: 35%;
}

.installation-section .youtube-img {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.installation-section .youtube-img iframe {
    background: #fff;
    width: 55%;
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 10px;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: none;
    margin: 5px 0px;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.accordion-button {
    font-weight: bold;
    font-size: 0.9rem;
    padding: 8px 10px;
    background-color: transparent !important;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-size: 0.8rem;
}

/* Rotate arrow when open */
.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.accordion-body {
    padding: 10px;
    font-size: 0.9rem;
}

.partner-section {
    padding: 40px 0;
    text-align: center;
}

.technical-partners {
    margin: 10px 0px 50px 0;
}

.partner-logo {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
    padding: 10px;
    filter: grayscale(0%);
    transition: filter 0.3s ease;
}

.partner-logo:hover {
    filter: grayscale(50%);
}

.swiper.technical {
    direction: rtl;
}

.special-offer-section {
    position: relative;
    padding: 0;
    margin: 0;
    min-height: 550px;
    max-width: 100%;
}

.special-offer-section .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.special-offer-section .section-title {
    margin-left: -35%;
    margin-top: 30px;
}


.offer-box {
    border-right: 5px solid #f8f9fa;
    border-bottom: 5px solid #f8f9fa;
    padding: 10px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.offer-box:hover {
    transform: translateY(-6px);
    border-right: 5px solid #007bff;
    border-bottom: 5px solid #007bff;
}


.size,
.price {
    margin: 5px 0;
}

.size {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    transition: all 0.3s ease;
}

.price {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}

.discount {
    height: 27px;
    display: inline-block;
    background: #1a191c;
    color: #fff;
    padding: 1px 5px;
    margin: 3px 0px;
}

.choose_plan_btn {
    width: 100%;
    background-color: #007bff;
    text-align: center;
    border-right: 5px solid #1a191c;
    border-bottom: 5px solid #1a191c;
    font-weight: 500;
    font-size: 22px;
    height: auto;
    text-transform: none;
    letter-spacing: 0;
    padding: 8px 10px;
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer;
}

.choose_plan_btn:hover {
    border-right: 0px solid #1a191c;
    border-bottom: 0px solid #1a191c;
}

.offer-box ul li {
    list-style: none;
    margin: 5px 0px;
}

.form-control {
    border-radius: 0;
    font-size: 12px;
    border: 1px solid #000;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

.form-group {
    margin-bottom: 10px;
}

.contact-section {
    position: relative;
    color: #000;
    background: #93d8ec;
}

.contact-section h3 {
    font-weight: 600;
    padding: 0px 10px;
}

.contact-section .submit_btn {
    background: #f4f5fb;
    color: #282828;
    padding: 5px 15px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
}

#faqAccordion .accordion-item {
    background-color: #9bcedb;
}

#faqAccordion .accordion-button {
    font-size: 22px;
    padding: 15px 10px;
    color: #363535;
}

.accordion-body ul li {
    margin-left: 30px;
}

.footer-section {
    position: relative;
    background: #03296a;
    color: #fff;
}

.footer-section .company_name {
    font-size: 16px;
}

.footer-section ul li {
    font-size: 12px;
    margin: 5px 10px;
}

.footer-section p {
    font-size: 12px;
}

.footer-section a {
    color: #fff;
}

.footer-section .contact_number {
    font-size: 14px;
}

.footer-section .footer-link-information {
    list-style: none;
    display: flex;
    flex-direction: column-reverse;
    min-height: 140px;
    overflow-y: auto;
}

.footer-section .footer-link-information li {
    font-size: 9px;
}

.footer-section .footer-legal-information li {
    font-size: 12px;
}

.footer-social-information {
    position: absolute;
    right: 25px;
    bottom: 15px;
    list-style: none;
}

.footer-social-information li {
    display: block;
    margin: 12px 0px !important;
}


.footer-social-information li .facebook {
    background: #3d65af;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 6px 10px;
}

.footer-social-information li .linkedin {
    background: #3165ad;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 6px 9px;
}

.footer-social-information li .youtube {
    background: #cb2023;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 7px 8px;
}

.footer-social-information li .whatsapp {
    background: #5dbc5d;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 6px 8px;
}

.footer-social-information li .twitter {
    background: #1d1532;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 6px 8px;
}

.copyright-footer {
    text-align: center;
    padding: 15px 15px;
    font-size: 12px;
    color: #eae9e9;
    background: #231f20;
}

.technical-calculator {
    padding: 40px 0;
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.calculator-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 2.2rem;
}

.section-subtitle {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 40px;
    font-size: 1.1rem;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.calculation-card {
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.calculation-card:hover {
    transform: translateY(-5px);
}

.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.card-header h3 {
    margin: 0;
    color: #2c3e50;
    font-size: 1.4rem;
}

.card-icon {
    width: 80px;
    margin-right: 15px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #34495e;
    font-weight: 500;
}

.form-control {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 12px;
    transition: border-color 0.3s;
}

.form-control:focus {
    border-color: #3498db;
    outline: none;
}

.form-hint {
    color: #7f8c8d;
    font-size: 0.85rem;
    display: block;
    margin-top: 5px;
}

.calculate-button {
    display: block;
    width: 200px;
    margin: 40px auto;
    padding: 15px;
    background-color: #3498db;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.calculate-button:hover {
    background-color: #2980b9;
}

.results-section {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
}

.results-title {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 30px;
}

.results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.result-card {
    padding: 20px;
    border-radius: 8px;
}

.result-card h4 {
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.result-metric {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.metric-label {
    color: #7f8c8d;
}

.metric-value {
    color: #2c3e50;
    font-weight: 600;
}

.recommendation {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.recommendation h4 {
    margin-top: 0;
    color: #2c3e50;
}

.about-section h2 {
    color: #282828;
    font-size: 30px;
    font-weight: 700;
}

.about-section .description p {
    text-align: justify;
    color: #282828;
}

.slogan-box p {
    text-align: justify;
    color: #282828;
}

.feature-image {
    display: flex;
    justify-content: center;
}

.feature-image img {
    margin-top: 50px;
    margin-bottom: 15px;
    width: 95%;
    padding: 3px;
    border-radius: 5px;
}

.statistics-section {
    background: #DB4E3C;
}

.statistics-section p {
    color: #f4f5fb;
    font-weight: 700;
    margin: 15px 0px;
}

/*********
Scroll Up Button Css
***/
#scroll_top {
    display: inline-block;
    background-color: #00a6e7;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 20px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scroll_top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
}

#scroll_top:hover {
    cursor: pointer;
    background-color: #008cc3;
}

#scroll_top:active {
    background-color: #0175a2;
}

#scroll_top.show {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.modal-header {
    border-bottom: 1px solid #eee;
}

.modal-footer {
    border-top: 1px solid #eee;
}

.form-label {
    margin-bottom: .2rem;
}

.form-control {
    border-radius: 1px;
    font-size: 12px;
    border: 1px solid #c9c9ff;
}

.form-control:focus {
    box-shadow: none;
    border-color: #0d6efd;
}

.submit-btn {
    position: relative;
    padding: 10px 24px;
    border-radius: 3px;
    font-weight: 500;
    transition: all 0.3s ease;
    overflow: hidden;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.25);
}

.submit-btn:active {
    transform: translateY(0);
}

.submit-icon {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.submit-btn:hover .submit-icon {
    transform: translateX(4px);
}

/* Optional: Add a loading animation for form submission */
.submit-btn.loading .submit-text {
    visibility: hidden;
}

.submit-btn.loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Only on small screens (mobile) */
@media (max-width: 991.98px) {
    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar-collapse {
        background-color: #f8f9fa;
        padding: 1rem 0;
    }
}

@media (max-width: 768px) {

    .comparison-grid,
    .results-grid {
        grid-template-columns: 1fr;
    }

    .calculate-button {
        width: 100%;
    }

    .statistics-section {
        text-align: center;
    }
}


/* Contacts styles */
#contacts-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#contacts-container .contacts-header {
    background-color: #f8f9fa;
    border-radius: 8px 8px 0 0;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
}

#contacts-container .contacts-card {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

#contacts-container .contacts-table {
    margin-bottom: 0;
}

#contacts-container .contacts-table th {
    background-color: #f1f3f5;
    font-weight: 600;
    color: #495057;
}

#contacts-container .contacts-table td {
    vertical-align: middle;
}

#contacts-container .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

#contacts-container .status-badge {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
}

#contacts-container .status-online {
    background-color: #1cc88a;
}

#contacts-container .status-offline {
    background-color: #e74a3b;
}

#contacts-container .status-away {
    background-color: #f6c23e;
}

#contacts-container .department-badge {
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

#contacts-container .department-sales {
    background-color: #e3f2fd;
    color: #1565c0;
}

#contacts-container .department-support {
    background-color: #e8f5e9;
    color: #2e7d32;
}

#contacts-container .department-dev {
    background-color: #f3e5f5;
    color: #7b1fa2;
}

#contacts-container .pagination-container {
    background-color: #f8f9fa;
    border-radius: 0 0 8px 8px;
    padding: 15px 20px;
    border-top: 1px solid #dee2e6;
}

#contacts-container .search-box {
    position: relative;
}

#contacts-container .search-box .search-icon {
    position: absolute;
    left: 12px;
    top: 10px;
    color: #6c757d;
}

#contacts-container .search-box input {
    padding-left: 35px;
}

#contacts-container .action-btns .btn {
    padding: 5px 10px;
    font-size: 0.875rem;
}

#contacts-container .empty-state {
    padding: 40px 0;
    text-align: center;
    color: #6c757d;
}

#contacts-container .empty-state i {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #ced4da;
}

#contacts-container .letter-divider {
    background-color: #f1f3f5;
    padding: 5px 15px;
    font-weight: 600;
    color: #495057;
}