@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/contact-background.png");
    min-height: 100vh;
    background-size: cover;
    background : relative;
}

.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:#000000;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
}

.title {
    font-family: "Roboto";
    color: #000000;
    font-size: 48px;
    text-align: center;
    font-weight: bold;
}
.title span {
    color:#2980b9 ;
}
.part-container {
    background-color: white;
    border-radius: 20px;
    border: 4px solid #ffffff;
    box-shadow: #007bff;
    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: center;
    font-size: 16px;
}

.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";
    font-weight: 200;
    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; }

.linkedin-link {
    color: inherit; /* or specify a color that matches your design */
    text-decoration: none;
    transition: color 0.3s ease;
}

.linkedin-link:hover {
    color: #0077b5; /* LinkedIn's brand color */
    text-decoration: underline;
}

.email-link {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
    word-break: break-all; /* prevents long emails from overflowing */
}

.email-link:hover {
    color: #D44638; /* Gmail red color */
    text-decoration: underline;
}

.phone-link {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

.phone-link:hover {
    color: #25D366; /* WhatsApp green color */
    text-decoration: underline;
}

/* Contact Form Container */
.contact-form {
  max-width: 500px;
  margin: 40px auto;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Form Heading */
.contact-form h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #007bff;
}

/* Form Group */
.contact-form .form-group {
  margin-bottom: 15px;
}

/* Labels */
.contact-form label {
  display: block;
  margin-bottom: 5px;
  color: #555;
  font-weight: 500;
}

/* Inputs and Textarea */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s ease;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  border-color: #007bff;
}

/* Textarea height */
.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

/* Submit Button */
.contact-form button {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 10px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.contact-form button:hover {
  background-color: #0056b3;
}

.text-center {
  color:  #1a95e8;
  font-weight: bold;
}