@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: 50px;
}

#navItem1 {
    color: #2c2c2c;
    font-family: "Roboto";
}

#navItem2 {
    color: #2c2c2c;
    font-family: "Roboto";
}

#navItem3 {
    color: #2c2c2c;
    font-family: "Roboto";
}

#navItem4 {
    color: #2c2c2c;
    font-family: "Roboto";
}

.services-containers {
    background-image: url("images/Untitled\ design\ \(6\).jpg");
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}

.ser-container-head {
    background-color: whitesmoke;
    text-align: center;
    width: 200px;
    border-radius: 15px;
}

.expertise-points {
    font-size: 16px;
    color: #000000;
    text-align:left;

}

.expertise-points span{
    color:#2980b9;
    font-weight: 700;
    font-family: "Roboto";
}

.ser-heading {
    font-family: "Roboto";
    color:#36ACEC;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

.title {
    font-family: "Roboto";
    color: rgb(0, 0, 0);
    font-size: 40px;
    font-weight: bold;
}

.part-container {
    background-color: white;
    border-radius: 20px;
    border: 4px solid #ffffff;
    transition: border-color 0.3s ease, transform 0.3s ease;  
}

.part-container:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.card-ser-title {
    color: #2980b9;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: bold;
}

.card-ser-description {
    color: #000000;
    font-family: "Roboto";
    text-align: justify;
    font-size: 14px;
    text-indent: 1%;
}

.card-ser-image {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

.responsive-container {
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
    text-align: center;
    padding: 20px;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

@media (max-width: 600px) {
    .responsive-container {
        width: 95%;
        padding: 15px;
    }
} b  
.service-container {
    margin-top: 100px;
}

.bg-container-bottom {
    background-color: #ffffff;
    padding: 8px;
    padding-top: 40px;
    padding-bottom: 10px;
    height: cover;
}

.heading-ser {
    font-family: "Roboto";
    color: #353434;
    font-weight: bold;
}

.description-ser {
    color: #ffffff;
    font-size: 20px;
    font-family: "Roboto";
}

.font-awesome-icons {
    color: #2980b9;
    font-size: 25px;
}

.logo-image {
    height: 60px;
    width: 190px;
}

.card-container {
    text-align: center;
}

.card-image-bot {
    width: 40%;
}

.heading-in {
    font-family: "Roboto";
    font-size: 35px;
    color: #2980b9;
    font-weight: bold;
}

.para {
    color: #7b8794;
    font-family: "Roboto";
}

.heading-ser-bo {
    color: #323f4b;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: bold;
}

.paragraph-ser-bo {
    color: #7b8794;
    font-size: 16px;
    font-style: italic;
    font-family: "Roboto";
}

.icon-ser {
    height: 60px;
    width: 60px;
}

.card-heading {
    color: #323f4b;
    font-size: 20px;
    font-family: "Roboto";
}

.card-description {
    color: #353434;
    font-size: 16px;
    font-family: "Roboto";
}

.card-headings {
    color: #353434;
    font-size: 20px;
    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;
}

.card-paragraph {
    color: #7b8794;
    font-size: 16px;
    font-family: "Roboto";
}

.bg-container-pro {
    background-image: url("https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/portfolio-work-done-bg.png");
    background-size: cover;
    height: 40vh;
    margin-top: 20px;
}

.line {
    background-color: #353434;
    width: 60%;
}

.heading-pro {
    color: #2980b9;
    font-size: 50px;
}

.para-pro {
    font-family: "Roboto";
    color:  #000000;
    font-size: 22px;
    font-weight: bold;
}

.hr-line {
    background-color: #1a95e8;
    width: auto;
}

.copy-right {
    color:#353434;
}

.description-our {
    color: #000000;
    text-align: justify;
}

.image-con {
    transition: border-color 0.3s ease, transform 0.3s ease;    
}

.image-con:hover {
  border-color: #939797;
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.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;
    width: 100%;
    background-color: #1a95e8;
}

.card-description-1 {
    text-align: center;
}
.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; }
