.sekhem-logo{
	border-radius: 50%;
}

.sekhem-logo-link{
	padding-left: 50px;
}

.justify{
    text-align: justify;
}


.pro-img {
    border-left: 0.1px solid #787878;
    border-top: 0.1px solid #787878;
    border-right: 0.1px solid #787878;
}

.pro-para{
	margin-bottom: 0rem;
}


.pro-paragraph {
    margin-bottom: 0rem;
    text-align: left;
    padding: 15px;
}

/* Updated machine specs styles with center alignment */
.machine-specs {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 10px;
}

.machine-specs h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

.spec-row {
    display: flex;
    width: 100%;
    max-width: 400px; /* Added max-width for better centering */
    justify-content: space-between; /* Changed to space-between for neat alignment */
    margin-bottom: 8px;
    padding: 0 20px; /* Added padding for better spacing */
    align-items: center; /* Center align items vertically */
}

.spec-label {
    flex: 1; /* Allow label to take available space */
    font-weight: normal;
    text-align: left;
    padding-right: 10px; /* Add some space between label and colon */
}

.spec-value {
    flex: 1; /* Allow value to take available space */
    text-align: left;
    word-break: break-word;
}

/* Media queries for different screen sizes */
@media (max-width: 768px) {
    .machine-specs {
        padding: 0 5px;
    }
    
    .spec-row {
        margin-bottom: 10px;
        padding: 0 10px;
        max-width: 350px;
    }
    
    .spec-label, .spec-value {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .pro-paragraph {
        padding: 10px;
    }
    
    .machine-specs h4 {
        font-size: 1.1rem;
    }
    
    .spec-row {
        flex-direction: column;
        margin-bottom: 15px;
        text-align: center;
        max-width: 300px;
    }
    
    .spec-label {
        min-width: 100%;
        margin-bottom: 2px;
        text-align: center;
        padding-right: 0;
    }
    
    .spec-value {
        margin-left: 0;
        text-align: center;
    }
    
    /* Style adjustments for the options section */
    .machine-specs + div {
        text-align: center;
        padding: 0 10px;
    }
}

/* Additional styles for better spacing in mobile view */
@media (max-width: 480px) {
    .blog-content {
        padding: 10px !important;
    }
    
    .machine-specs h4 {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    
    .spec-label, .spec-value {
        font-size: 0.85rem;
    }
    
    .spec-row {
        max-width: 250px;
    }
}

/* Additional styles for the condition and options sections */
.machine-specs + div,
.machine-specs + div + div {
    text-align: center;
    width: 100%;
    max-width: 400px;
    margin: 15px auto;
}

.machine-specs + div div,
.machine-specs + div + div div {
    margin-bottom: 5px;
}


.pro-card{
	margin:5px;
}

.blog-content{
	padding-top: 20px;
     border-left: 0.1px solid #787878;
    border-bottom: 0.1px solid #787878;
    border-right: 0.1px solid #787878;
    border-top: 0.1px solid #787878;
}

.whatsapp-icon {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 1000;
}

.whatsapp-icon img {
    width: 50px; /* Adjust size */
    height: 50px; /* Adjust size */
    cursor: pointer;
    transition: transform 0.3s ease;
}

.whatsapp-icon img:hover {
    transform: scale(1.1);
}


@keyframes zoom-in-out {
    0%, 100% {
        transform: scale(1); /* Original size */
    }
    50% {
        transform: scale(1.1); /* Zoom in */
    }
}

.zoom-effect {
    animation: zoom-in-out 2s infinite; /* 2 seconds duration, infinite loop */
}



@media (max-width: 767px) {
    .footer .container {
        padding: 20px; /* Adjust padding for smaller screens */
    }

    .footer .row {
        flex-direction: column; /* Stack columns vertically */
    }

    .footer .col-lg-3 {
        width: 100%; /* Make columns full width */
        margin-bottom: 20px; /* Add space between stacked columns */
		text-align: center;
    }

	.sekhem-logo-link{
		padding-left: 5px;
	}

	.footer .hightech-link{
		justify-content: center;
    }

    .footer .hightech-link a {
        margin: 0 5px; /* Adjust margin for social media links */
		justify-content: center;
    }

    .footer .short-link a,
    .footer .help-link a,
    .footer .contact-link a {
        font-size: 14px; /* Adjust font size for better readability */
    }

    .footer .text-light {
        font-size: 12px; /* Reduce font size for small screens */
    }
}


@media (max-width: 579px) {
    .carousel-inner img {
        width: 100%; /* Ensure images are full width */
        height: inherit; /* Maintain aspect ratio */
    }

    .carousel-caption {
        padding: 10px; /* Adjust padding for smaller screens */
        text-align: center; /* Center-align text */
    }

    .carousel-caption h1 {
        font-size: 1.5rem; /* Reduce font size for headings */
    }

    .carousel-caption h6 {
        font-size: 1rem; /* Adjust size for subheadings */
    }

    .carousel-caption p {
        font-size: 0.9rem; /* Reduce font size for paragraphs */
    }

    .carousel-content-btn1,
    .carousel-content-btn2 {
        font-size: 0.9rem; /* Adjust button font size */
        padding: 10px 20px; /* Adjust button padding */
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        background-color: rgba(0, 0, 0, 0.5); /* Add background to controls for visibility */
    }
}

@media (max-width: 445px) {
    .carousel-caption {
        padding: 5px; /* Further reduce padding for smaller screens */
    }

    .carousel-caption h1 {
        font-size: 1.25rem; /* Further reduce font size for headings */
    }

    .carousel-caption h6 {
        font-size: 0.9rem; /* Adjust size for subheadings */
    }

    .carousel-caption p {
        font-size: 0.8rem; /* Reduce font size for paragraphs */
    }

    .carousel-content-btn1,
    .carousel-content-btn2 {
        font-size: 0.8rem; /* Further adjust button font size */
        padding: 8px 16px; /* Adjust button padding */
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 30px; /* Adjust size of carousel control icons */
        height: 30px;
    }
}

@media (max-width: 408px) {
    .carousel-caption {
        padding: 2px; /* Further reduce padding for very small screens */
        text-align: center; /* Center align text */
    }

    .carousel-caption h1 {
        font-size: 1.1rem; /* Further reduce font size for headings */
    }

    .carousel-caption h6 {
        font-size: 0.8rem; /* Adjust size for subheadings */
    }

    .carousel-caption p {
        font-size: 0.7rem; /* Reduce font size for paragraphs */
    }

    .carousel-content-btn1,
    .carousel-content-btn2 {
        font-size: 0.7rem; /* Further adjust button font size */
        padding: 6px 12px; /* Adjust button padding */
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 25px; /* Adjust size of carousel control icons */
        height: 25px;
    }
}

@media (max-width: 375px) {
    .carousel-caption {
        padding: 2px; /* Maintain reduced padding */
    }

    .carousel-caption h1 {
        font-size: 1rem; /* Reduce font size for headings */
    }

    .carousel-caption h6 {
        font-size: 0.75rem; /* Adjust size for subheadings */
    }

    .carousel-caption p {
        font-size: 0.65rem; /* Reduce font size for paragraphs */
    }

    .carousel-content-btn1,
    .carousel-content-btn2 {
        font-size: 0.65rem; /* Adjust button font size */
        padding: 5px 10px; /* Adjust button padding */
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 20px; /* Adjust size of carousel control icons */
        height: 20px;
    }
}
@media (max-width: 363px) {
    .carousel-caption {
        padding: 2px; /* Maintain reduced padding */
    }

    .carousel-content-btn1,
    .carousel-content-btn2 {
        display: inline-block; /* Make buttons inline */
        width: 48%; /* Allow two buttons to fit side by side */
        margin: 1%; /* Add some margin for spacing */
        font-size: 0.6rem; /* Adjust button font size */
        padding: 5px 10px; /* Adjust button padding */
    }
}


/* For screens smaller than 767px */
@media (max-width: 767px) {
    .contact-detail {
        padding: 10px; /* Adjust padding */
    }

    .contact-detail h1 {
        font-size: 1.5rem; /* Adjust heading font size */
    }

    .contact-detail p {
        font-size: 0.9rem; /* Adjust paragraph font size */
    }

    .contact-detail .col-xl-4, 
    .contact-detail .col-lg-6 {
        flex: 0 0 100%; /* Stack columns vertically */
        max-width: 100%; /* Ensure full width */
        margin-bottom: 15px; /* Add margin between stacked items */
    }

    .contact-map iframe {
        width: 100%; /* Make map responsive */
        height: 200px; /* Adjust height */
        border: none; /* Ensure no border to avoid overflow */
    }

    .contact-form {
        padding: 15px; /* Adjust padding */
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 0.9rem; /* Adjust input font size */
        width: 100%; /* Ensure inputs take full width */
    }

    .contact-form button {
        width: 100%; /* Make button full-width */
    }
}


.contact-detail .col-xl-4 a,
.contact-detail .col-lg-6 a {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


/* For screens smaller than 576px */
@media (max-width: 576px) {
    .contact-detail h1 {
        font-size: 1.25rem; /* Further reduce heading font size */
    }

    .contact-detail p {
        font-size: 0.8rem; /* Further adjust paragraph font size */
    }

    .contact-detail .col-xl-4, 
    .contact-detail .col-lg-6 {
        flex: 0 0 100%; /* Keep stacked layout */
        max-width: 100%; /* Ensure full width */
        margin-bottom: 10px; /* Adjust margin */
    }

	.contact-detail .col-xl-4 .h5,
    .contact-detail .col-lg-6 .h5 {
        font-size: 0.7rem; /* Adjust font size for smaller screens */
    }


    .contact-map iframe {
        height: 150px; /* Further reduce map height */
    }

    .contact-form {
        padding: 10px; /* Further adjust padding */
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 0.8rem; /* Further adjust input font size */
    }

    .contact-form button {
        font-size: 0.8rem; /* Adjust button font size */
        padding: 8px 16px; /* Adjust button padding */
    }
}




@media (max-width: 1399px) {
    .contact-map {
        padding: 15px; /* Adjust padding for smaller screens */
    }
}



.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Ensures all cards are the same height */
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    height: 200px; /* Adjust as needed */
    object-fit: cover; /* Ensures images fit within the area */
}

.card-body {
    flex: 1; /* Fills the remaining space */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    overflow: hidden;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.card-text {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #555;
    overflow-y: auto; /* Adds a scrollbar if text overflows */
    max-height: 150px; /* Adjust to prevent card overflow */
}

.card:hover {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); /* Hover effect */
}

@media (max-width: 768px) {
    .card-img-top {
        height: 150px; /* Adjust for smaller screens */
    }
    .card-title {
        font-size: 1rem;
    }
}




