body {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.header {
    box-shadow: 0 5px 8px lightgray;
    background-color: white;
    border-bottom: 3px solid #dc3545;
}

.logo-img {
    max-width: 150px;
}

.navbar-nav .nav-item .nav-link {
    color: black;
    text-decoration: none;
    margin-left: 20px;
}

.navbar-nav .nav-item .nav-link:hover {
    color: black;
    text-decoration: none;
}

.navbar-icons .nav-link {
    color: black;
    font-size: 1.2em;
}

.navbar-icons .nav-link:hover {
    color: black;
}
.card {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.card-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.btn-primary {
    background-color: #28166f;
    border-color: #28166f;
}
.btn-outline-primary {
    background-color: white;
    color: #28166f;
    border-color: #28166f;
}
.btn-outline-primary:hover {
    background-color: #28166f;
    color: white;
    border-color: #28166f;
}

.btn-primary:hover {
    background-color: white;
    color: #28166f;
    border-color: #28166f;
}

.footer {
    background-color: #333;
    color: white;
    
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}


/* product detail page css */
.product-image {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.product-details {
    padding: 20px;
}
.product-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-description {
    margin-bottom: 20px;
}
.product-price {
    font-size: 18px;
    font-weight: bold;
    color: #28166f;
    margin-bottom: 20px;
}
.text-blue{
    color: #28166f !important;
}
.btn-buy {
    
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.btn-add-cart {
   
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.btn-buy:hover, .btn-add-cart:hover {
    opacity: 0.8;
}
.quantity {
    display: flex;
    align-items: center;
}
.quantity input {
    width: 50px;
    text-align: center;
    margin: 0 10px;
}
/* header drop down  */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a::after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a::after {
    border-left-color: #fff;
}
/* main slider button */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black;
    width: 30px;
    height: 30px;
    
}

.carousel-control-prev-icon {
    background-image: none; /* Remove the default arrow icon */
}

.carousel-control-next-icon {
    background-image: none; /* Remove the default arrow icon */
}

.carousel-control-prev-icon::after {
    content: '‹'; /* Add a custom arrow icon */
    font-size: 20px;
    color: white;
}

.carousel-control-next-icon::after {
    content: '›'; /* Add a custom arrow icon */
    font-size: 20px;
    color: white;
}
.card-text-total{
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size: 15px;
}
.page-title{
    background-image: url('images/tech.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.overlay{
    background-color: #28166fd1;
    padding: 50px;
}
.overlay h2, h6, a{
    color: white;
    text-align: center;
    text-decoration: none;
}
.overlay a{
    color: white;
    text-align: center;
    text-decoration: none;
}

.network-sction{
    background-image: url(images/shapes/figure16.webp);
}
.about-content li{
    list-style-type: none;
}
.about-content li .icon i {
    
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-right: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: #28166f;
    box-shadow: 1px 1.732px 30px 0 rgba(0, 0, 0, .1);
    float: left;
}

/* get in touch form */
.git-form-sction .contact-area2 {
    padding: 40px
}

.git-form-sction .dz-media {
    margin-bottom: 15px
}

.git-form-sction.content-inner-1 {
    padding-bottom: 50px
}
.git-form-sction .contact-area2 {
    margin-top: -200px
}

.git-form-sction .contact-area2 {
    padding: 20px !important;
    margin-top: 20px !important
}

.git-form-sction.content-inner-1 {
    padding-bottom: 40px
}
.git-form-sction .contact-area2::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border: 5px solid #28166f;
}

.git-form-sction .form-group input,
.git-form-sction .form-group textarea {
	border: 1px solid #28166f;
}
.git-form-sction .contact-area2 {
	padding: 50px;
	position: relative;
	z-index: 1;
	background: #fff;
	margin-top: -240px
}
.section-head .title {
    font-size: 40px;
    font-weight: 600;
    color: #28166f;
    text-transform: capitalize;
}
.section-head.style-1 .sub-title {
    padding: 0 50px;
}
.section-head.style-1 .sub-title {
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-right: 50px;
}
.section-head .sub-title {
    font-size: 16px;
    font-weight: 500;
}
.section-head.style-1 .sub-title:before {
    left: 0;
    display: block;
}
.section-head.style-1 .sub-title:after, .section-head.style-1 .sub-title:before {
    content: "";
    height: 2px;
    width: 40px;
    background-color: black;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.section-head.style-1 .sub-title:after {
    right: 0;
    display: block;
}
.section-head.style-1 .sub-title:after, .section-head.style-1 .sub-title:before {
    content: "";
    height: 2px;
    width: 40px;
    background-color: black;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.git-form-sction .form-group input, .git-form-sction .form-group textarea {
    border: 1px solid #28166f;
}
.form-group input, .form-group textarea {
    padding: 5px 10px;
    border-radius: 5px;
    /* border: none; */
    height: 50px;
    width: 100%;
    margin-bottom: 15px;
}
.form-group input, .form-group textarea {
    padding: 5px 10px;
    border-radius: 5px;
    /* border: none; */
    height: 50px;
    width: 100%;
    margin-bottom: 15px;
}
.form-group textarea {
    height: 100px !important;
}
.project-one_button {
    position: relative;
}
.btn-style-three {
    position: relative;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    border-radius: 2px;
    font-size: 15px;
    display: inline-block;
    padding: 10px 20px 10px 27px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #28166f;
    background: #fff;
}
.btn-style-three:before {
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    position: absolute;
    width: 7px;
    content: "";
    top: 5px;
    left: 0;
    bottom: 5px;
    z-index: 1;
    background-color: #28166f;
}
.btn-style-three .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
}
.btn-style-three .btn-wrap .text-one {
    position: relative;
    display: block;
    color: #28166f;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.btn-style-three .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-style-three:hover:before{
	width: 100%;
	background-color: #28166f;
    color: white;
}
.btn-style-three:hover .text-one {
    color: white;
}
#m-title{
    display: none;
}
#w-title{
    display: block;
}
@media (max-width:992px) {
    #m-title{
        display: block;
    }
    #w-title{
        display: none;
    }  
    .container{
        width: 96% !important;
    } 

}
.git-form-sction img{
    border-radius: 100px 0 100px 0;
    transition: all .3s;
}
.git-form-sction img:hover{
    border-radius: 0 100px 0 100px;
    box-shadow: 0 8px 8px lightgray;
}
.text-primary-2{
    color: #28166f;
}
/* login card */


/* s&m network page */

img.img-network {
    border-radius: 20px 20px 500px 500px !important;
}

img.img-partnership {
    border-radius: 300px 200px 10px 200px !important;
}

img.img-service {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

img.img-client {
    border-radius: 20%;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
/* 
====================================
=   `      S&M Images css          =
====================================
*/
img.img-fluid.client-img {
    border-radius: 500px 0px 0px 600px;
}

img.img-fluid.client-img-2 {
    width: 53%;
    position: absolute;
    bottom: -30px;
    right: -50px;
    border-radius: 192px 200px 300px 120px;
}
.clients-logo{
    width: 350px;
    height: auto;
}

/* S&M images css end  */
/* long description */
.long-description ul {
    list-style-type: none; /* Remove default bullets */
    padding-left: 0; /* Remove left padding */
}

.long-description ul li {
    margin-bottom: 8px; /* Add some space between list items */
    display: flex;
    align-items: center;
}

.long-description ul li i {
    color: #28166f; /* Change the color of the tick mark */
    margin-right: 8px; /* Add space between the icon and the text */
}
/* long description end */

/* product image hover effect */
.product-image-container {
    overflow: hidden; /* Hide the part of the image that overflows the container */
    position: relative;
    cursor: zoom-in;
}

.product-image {
    transition: transform 0.5s ease;
    transform-origin: center center;
    width: 100%;
    height: auto;
    max-height: 500px;
}

.product-image-container:hover .product-image {
    transform: scale(1.8); /* Zoom the image */
}

/* product image hover effect end */
@media screen and (max-width:424px){
    .btn {
        font-size: .7rem;
    }
    .card-body {
        padding: .5rem;
    }
    .cards{
        padding-right: 4px;
        padding-left: 4px;
    }
}

@media screen and (max-width:992px) {
    .card-title {
        font-size: 1rem;
        margin-bottom: 0.2rem;
    }
    ul.mt-30.mb-15 {
        padding-inline-start: 0px;
    }
    .card.p-5.home-cards {
        padding: 20px !important;
    }
}

.home-cards p{
    text-align: justify;
}
.home-cards li{
    text-align: justify;
}

/* contact office css */
.contact-office i{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
}
.contact-office a{
    color: #28166f;
    font-size: 25px;
}
.contact-office{
    padding: 10px;
    margin-bottom: 12px;
}

/* Add this CSS to your styles.css file or inside a <style> tag in footer.php */

/* Fixed Button Style */
.fixed-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.fixed-btn:hover {
    background-color: #0056b3;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    /*z-index: 999;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 8% auto 0;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 900px;
    border-radius: 8px;
}

.close-modal {
    position: absolute;
    top: 0px;
    right: 10px;
    background: none;
    border: none;
    font-size: 30px;
    color: #aaa;
    cursor: pointer;
}

.close-modal:hover {
    color: #000;
}
@media screen and (max-width:600px){
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto 0;
        padding: 0px;
        border: 1px solid #888;
        width: 95%;
        max-width: 900px;
        border-radius: 8px;
    }
}


@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.fixed-btn {
    animation: float 3s ease-in-out infinite;
}

.footer {
    background-image: url(images/tech.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000;
    color: #fff;
}
.footer-overlay{
    padding: 20px 0;
    width: 100%;
    height: 100%;
    background-color: #000000d1;
}

.desktop{
    display: block;
}
.mobile{
    display: none;
}
@media screen and (max-width:768px) {
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
}
img.card-img-top {
    max-height: 200px;
}