:root{
    --primary-color:#742B59;
    --secondary-color:#023250;
}
::selection {
    background-color: var(--primary-color); /* Change this to your desi#742B59 color */
    color: white;          /* Optional: Change the text color on selection */
}
body {
    margin:0px;
    padding:0px;
}
.btn{
    background: #742B59;
    color: white;
}
.bg-danger{
    background: var(--primary-color) !important;
}
.heading{
    color: var(--primary-color);
}
.p-back{
    background: var(--primary-color);
}
/* header css */
.top-bar {
    
    background-color: var(--primary-color) !important;
    padding: 15px 0;
    font-size: 14px;
}

.top-bar text-center text-lg-start{
    padding: 20px 0;
    
}
.navbar-dark{
    background: black !important;
}
.navbar{
    background: black;
}
 .nav-link {
    color: white !important;
}
.nav-link:hover {
    color: #cccccc !important;
}
/* home page css */
/* slider css  */
.swiper-container {
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden; /* Prevents overflow */
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #ffffff;
}

.slide-content {
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.slide-title {
    font-size: 3rem;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.7s ease-out;
}
.slide-description {
    font-size: 1.5rem;
    max-width: 600px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.7s ease-out 0.3s;
}
.swiper-slide-active .slide-title,
.swiper-slide-active .slide-description {
    opacity: 1;
    transform: translateY(0);
}
.swiper-button-next,.swiper-button-prev{
    color:#742B59 !important;
}
/* second slider */
.swiper-container2 {
    overflow: hidden;
    width: 100%;
    height: 100px;
}

.swiper-pagination{
    display: none;
}
.swiper-slide img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.swiper-slide img:hover {
    transform: scale(1.05);
}
.s2{
    height: 200px;
    
}
.hexagon {
    position: relative;
    width: 100%;
    padding-top: 115%; /* Aspect ratio for hexagon */
    margin: 20px 0;
}

.hexagon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    border: 2px solid #ddd; /* Border around the hexagon */
}

.card {
    border: none;
    text-align: center;
    position: relative;
}
.card-body{
    position: absolute;
    top: 135px;
}
.card-title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.2rem;
    color: white;
    text-shadow: 1px 1px 10px black;
    display: none;
    
}
.r-icon{
    padding: 15px;
    font-size: 60px;
    color: var(--primary-color);
}
.text-primary{
    color: #742B59 !important;
}
.icon-container {
    position: relative;
}
.icon-color{
    color: var(--primary-color);
}

.icon {
    font-size: 60px;
    border: 1px dotted #0e4a6f;
    padding: 25px 30px;
    border-radius: 50%;
    color: #742B59;
    transition: color 0.3s, transform 0.3s;
}

.icon:hover {
    color: #ff5722; /* Change to desi#742B59 hover color */
    transform: scale(1.1); /* Slightly enlarges the icon on hover */
}

.arrow-img {
    float: right;
    margin-top: 1rem; /* Adjust margin as needed */
}
.image img {
            width: 100%;
            height: 250px;
            display: block;
            margin-bottom: 15px;
            object-fit: cover;
        }
        
/* General Styles */
.section-title {
    font-size: 2rem;
    font-weight: bold;
}

.highlight-line {
    display: inline-block;
    width: 80px; /* Adjust width as needed */
    height: 3px;
    background-color: #742B59;
    margin-top: 10px;
}

.icon-style {
    font-size: 3rem;
    margin-top: 25px;
    height: 60px;
    width: 65px;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 2px 5px 33px -5px rgba(0, 0, 0, 0.75);
}

/* about us page css  */
.header-img{
    background-image: url(page\ header.jpg);
    height: 400px;
    background-size: cover;
}
.header-img{
    color: white;
}

.header-img p{
    color: white;
    /* margin: 0px 0 90px 200px; */
}

/* Content */
.first-content{
    padding: 100px 0px;
}
.content-img{
    width: 550px;
    height: 576px;
}
.content-img{
    background-position: center;
    background-size: cover;
    box-shadow: 5px 10px 18px #888888;
}
.about-landing{
    width: 100%;
    height: 60vh;
}
.upper{
    display: flex;
    justify-content: center;
    margin-bottom: -40px; 
    position: relative;
    z-index: 999;
}
.upper img{
    border: 5px solid var(--primary-color);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;

}
.lower{
    height: 100%;
    width: 100%;
    background:linear-gradient( var(--primary-color) 10% , white );
    position: relative;
}
.lower h2{
    position: absolute;
    top: 50px;
    left:75px;
    text-decoration: underline !important;
}
.lower p{
    position: absolute;
    top: 90px;
    left:260px;
    font-weight: bold;
}
.top{
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
    width: 100px ;
    height: 100px;
}
.cards{
    background: var(--primary-color);
}
.swiper-container3{
    width: 100%;
    overflow: hidden;
}
.link-btn{
    border: 2px solid #fff;
    padding: 12.5px 30px;
}
/* contact page */
.contact-top .col-md-3{
    box-shadow: 10px 10px 5px 0px rgba(201, 200, 200, 0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(150, 150, 150, 0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(179, 179, 179, 0.75);
}

/* portfolio page  */


.text-center {
    text-align: center;
}
/* narowal page */

.icon-manpower {
            width: 135px;
            height: 135px;
            font-size: 95px;
            border: 2px solid white;
            border-radius: 400px;            
        }
        .item-manpower{
            
            color: black;
        }

/* footer css
 */

 #back-to-top {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place on scroll */
    bottom: 20px; /* Distance from the bottom */
    right: 20px; /* Distance from the right */
    background-color: var(--primary-color); /* Background color */
    color: #fff; /* Text color */
    border: none; /* Remove default border */
    border-radius: 50%; /* Rounded button */
    padding: 10px 15px; /* Padding */
    font-size: 20px; /* Font size */
    cursor: pointer; /* Pointer cursor on hover */
    z-index: 1000; /* Ensure it’s on top of other content */
    transition: opacity 0.3s; /* Smooth fade-in/out effect */
}

#back-to-top:hover {
    background-color: var(--secondary-color); /* Darker background on hover */
}

 .footer {
    background-color: #343a40;
    color: #ffffff;
    padding: 40px 0;
}
.footer a {
    color: #ffffff;
    text-decoration: none;
}
.footer a:hover {
    color: #cccccc;
}
.footer .social-icons i {
    font-size: 20px;
    margin-right: 15px;
    transition: color 0.3s ease;
}
.footer .social-icons i:hover {
    color: #cccccc;
}

@media (max-width: 1440px) {
    .padding-container{
        padding: 150px;  
    }
}

@media (max-width: 768px) {
   .text-box {
       transform: translate(0%, 0%);
   }
}

