@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

.sk_logo {
    width: 200px;
    height: 55px;
}

#navItem1 {
    color: #2c2c2c;
    font-family: "Roboto";
}

#navItem2 {
    color: #2c2c2c;
    font-family: "Roboto";
}

#navItem3 {
    color: #2c2c2c;
    font-family: "Roboto";
}

#navItem4 {
    color: #2c2c2c;
    font-family: "Roboto";
}
.navbar-toggler {
    border: none;
    outline: none;
    padding: 0.25rem 0.75rem;
    border-color: rgba(224, 8, 8, 0.1);
    margin: 0 auto;
    display: block;
}


.navbar-toggler-icon span {
    background-image: url("data:image/svg+xqml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%231a95e8' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.banner-section-bg-container {
    background-image: url("images/Untitled\ design\ \(6\).jpg");
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}

.banner-heading {
    color: rgb(0, 0, 0);
    font-family: "Roboto";
    font-size: clamp(1.5rem, 5vw, 3rem);
    font-weight: bold;
    text-align: center;
}

.banner-heading span {
    color: #1a95e8;
    font-size: clamp(1.5rem, 5vw, 3rem);
    font-weight: bold;
}
.banner-caption {
    color: #000000;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.client-button {
    color: white;
    font-family: "Roboto";
    background-color: #1a95e8;
    width: 115px;
    height: 40px;
    border-width: 0;
    border-radius: 8px;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

.client-button:hover {
    background-color: #2980b9;
    transform: scale(1.05);
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
}
.wcu-section {
    background-color: #ffffff;
}

.wcu-section-heading {
    color:#2980b9;
    font-family: "Roboto";
    font-size: 40px;
    font-weight: bold;
}

.wcu-section-description {
    color: #000000;
    font-family: "Roboto";
    text-align: left;
    font-size: 16px;
}

.wcu-card {
    text-align: justify;
    background:linear-gradient(rgb(255, 255, 255),rgb(255, 255, 255));
    border-style: solid;
    border-width: 4px;
    border-color: #e5eaf4;
    border-radius: 16px;
    border: 6px solid #ffffff;
    transition: border-color 0.3s ease, transform 0.3s ease;
}


.wcu-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.wcu-card-image {
    max-width: 100%;
    height:auto;
    border-radius: 10px;
}

.wcu-card-title {
    color: #000000;
    font-family: "Roboto";
    font-size: 22px;
    text-align: center;
    font-weight: 500;
}

.wcu-card-description {
    color: #000000;
    font-family: "Roboto";
    font-size: 16px;
    text-align: center;
}

.wcu-card-image1 {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.container2 {
    padding: 10px;
    background-color: #757a83e2;
    
}

.card-botto {
    text-align: center;
    margin: 10px;
    padding: 10px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #e5eaf4;
    border-radius: 16px;
}

.image-bottom {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
    object-fit: cover;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.image-bottom:hover {
  border-color: #939797;
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.heading {
    font-weight: bold;
    font-size: 25px;
    color: #2980b9;
}

.description {
    color: #000000;
    text-align: justify;
}

.sk1-logo {
    object-fit: cover;
}

.hr-line {
    background-color: #353434;

}

.card-description {
    color: #353434;
    font-size: 16px;
    font-family: "Roboto";
}

.card-headings {
    color: #353434;
    font-size: 24px;
    font-family: "Roboto";
    font-weight: bold;
}

.adress {
    color: #353434;
    font-size: 16px;
    font-family: "Roboto";
    text-align: justify;
}

.icon-container {
    background-color: #ffffff;
    border: 4px solid #2980b9;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    padding-top: 9px;
    padding-bottom: 9px;
    
}

.font-awesome-icons {
    color: #2980b9;
    font-size: 24px;
}

.logo-image {
    height: 60px;
    width: 210px;
}

.bg-container-bottom {
    background-color: #ffffff;
    padding: 8px;
    padding-top: 40px;
    padding-bottom: 10px;
    height: cover;
}

.heading-ser {
    font-family: "Roboto";
    color: #183b56;
    font-weight: bold;
}

.description-ser {
    color: #000000;
    font-size: 20px;
    font-family: "Roboto";
}

.card-container {
    perspective: 1000px;
    height: 60vh;
    width:auto;
}

.card-flip {
    width: 100%;
    height: 100%;
    transition: transform 0.4s;
    transform-style: preserve-3d;
    position: relative;
}

.card-container:hover .card-flip {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-back {
    transform: rotateY(180deg);
}

.card-image-bot {
    width: auto;
    height: 50%;
    border-radius: 20px;
}

.heading-in {
    font-family: "Roboto";
    font-size: 20px;
    color: #2980b9;
    font-weight: bold;
}

.para {
    color: #020202;
    font-family: "Roboto";
    text-align: center;
}

.heading-ser-bo {
    color: #2980b9;
    font-size: 40px;
    font-family: "Roboto";
    font-weight: bold;
}

.paragraph-ser-bo {
    color: #000000;
    font-size: 17px;
    font-family: "Roboto";
    text-align: justify;


}

.icon-ser {
    height: 60px;
    width: 60px;
}

.card-heading {
    color: #ffffff;
    font-size: 20px;
    font-family: "Roboto";
}

.card-paragraph {
    color: #ffffff;
    font-size: 16px;

    font-family: "Roboto";

}

.service-container{
    margin-top: 100px;
}

.hr-line {
    background-color: #2980b9;
}


.banner-sectionbg {
    background-image: url("images/service\ bag.jpg");
    height: 100vh;
    margin-top: -3px;
    background-size: cover;
}

.banner-heading-ser {
    color: rgb(0, 0, 0);
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.banner-heading-ser span {
    color: #1a95e8;
    font-size: 50px;
    font-weight: bold;

}

.banner-caption-ser {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 600;
}

.heading-service {
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.heading-service span {
    color: #2980b9;
    font-weight: bold;
}


.icon-track {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
}

.icon-strip {
  display: inline-block;
  animation: moveIcons 15s linear infinite;
  white-space: nowrap;
}

.icon-img {
  height: auto;
  width: 60px;
  margin: 0 25px;
  vertical-align: middle;
}

@keyframes moveIcons {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.navbar-nav .nav-link {
    position: relative;
    display: inline-block;
    color: #2c2c2c !important;
    font-family: "Roboto";
    padding: 8px 10px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #1a95e8;
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #1a95e8 !important;
}
.navbar-nav .nav-link.active {
    color: #1a95e8 !important;
}

.navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #1a95e8;
}

.get-to-know-con {
    text-align: left;
    
}

.card-description-1 {
    text-align: center;
}

.card-description-1 a span {
    color: #007bff; /* or your desired link color */
    text-decoration: none;
}

.card-description-1 a span:hover {
    text-decoration: underline;
}
.map-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    width: 300px;
    height: 100%;
    overflow: hidden;
}

.map-responsive iframe {
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icon-container a i {
    color: #007bff; /* default icon color */
    font-size: 25px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.icon-container a:hover i {
    color: #007bff; /* change this to match your theme */
    transform: scale(1.2); /* slightly zoom in */
}

.icon-container a:hover .fa-facebook { color: #3b5998; }
.icon-container a:hover .fa-instagram { color: #E4405F; }
.icon-container a:hover .fa-linkedin { color: #0077b5; }
.icon-container a:hover .fa-whatsapp { color: #25D366; }

.card-image-bot-5 {
    width: 100%;
    height: 50%;
    border-radius: 20px;
}

.heading-ser-bo span {
    color: #000000;
}