/* Rounded Elements CSS for IPAC Telecom */

/* Rounded Search Bar and Buttons */
.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
select,
textarea {
    border-radius: 25px !important; /* Rounded edges for all form controls */
    overflow: hidden;
}

/* Rounded buttons */
.btn,
button,
input[type="button"],
input[type="submit"],
.nav-link,
.dn-counter {
    border-radius: 25px !important; /* Rounded edges for all buttons */
}

/* Specific styling for search bar in desktop header */
.headd-sty-02 .form-control.custom-height {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.headd-sty-02 .input-group-append .input-group-text {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    overflow: hidden;
}

.headd-sty-02 .input-group-append .btn {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

/* Mobile search form */
.mobile-search-form .form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.mobile-search-form .input-group-append .btn {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

/* Product cards */
.shop_grid {
    border-radius: 15px !important;
    overflow: hidden;
}

/* Cart and wishlist counters */
.dn-counter {
    border-radius: 50% !important;
}

/* Rounded navigation menu items */
.nav-menu > li > a {
    border-radius: 25px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Rounded mobile menu items */
.mobile-nav-menu ul li a {
    border-radius: 25px !important;
}

/* Rounded service cards */
.service-card {
    border-radius: 15px !important;
}

/* Rounded testimonial cards */
.modern-testimonial {
    border-radius: 15px !important;
}

/* Rounded product cards */
.modern-product-card {
    border-radius: 15px !important;
}

/* Rounded badges */
.badge {
    border-radius: 25px !important;
}

/* Rounded dropdown menus */
.dropdown-menu {
    border-radius: 15px !important;
    overflow: hidden;
}

/* Rounded modal windows */
.modal-content {
    border-radius: 15px !important;
}

/* Rounded alerts */
.alert {
    border-radius: 15px !important;
}

/* Rounded pagination */
.pagination .page-item .page-link {
    border-radius: 25px !important;
    margin: 0 3px;
}

/* Rounded tabs */
.nav-tabs .nav-link {
    border-radius: 15px 15px 0 0 !important;
}

/* Rounded cards */
.card {
    border-radius: 15px !important;
    overflow: hidden;
}

/* Rounded images */
.img-thumbnail {
    border-radius: 15px !important;
}

/* Rounded input groups */
.input-group {
    border-radius: 25px !important;
    overflow: hidden;
}
