 Google Fonts Link */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
  padding: 0;
  margin: 0;
  text-decoration: none;


 /* list-style: none;
  box-sizing: border-box;*/

}

body {
  font-family: "Montserrat", sans-serif;
 
  justify-content: center;
  align-items: center;
 }



 .main-heading {
    font-size: 74px;
  }
  .main-heading2{
    font-size: 24px;
  }

  .sub-heading {
    font-size: 16px;
  }
  .sub-heading12 {
    font-size: 16px;
    color: white;column-gap: 1px; 
    text-indent: 0px; 
    margin-left: 15px;
  }

  .p-5 {
    padding: 5rem;
  }



  header .logo .header-logo{
  
 
    width: 100px;
    height: 100px;
    
  }

  .cardform{
    margin-left: 150px;
  }
  .cardmap{
    margin-right: 200px;
  }

 /* .cording .cor2{
    display: flex;
  }*/
  .cording{
    margin-left: 100px;
    margin-top: 100px;

  }

.cording .cor2{
   display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next row if needed */
    gap: 20px;
}

  #rcorners1 #rcorners2 {
    border-radius: 25px;
    background: #FFFFFF;
    padding: 10px;
    width: 200px;
    height: 150px;

    display: flex;
    margin: 5px;
    justify-content: center; /* Align items horizontally */
    align-items: center;    /* Align items vertically */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

  }
 
 #example2 th, td {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 40px;
  
}
.main-heading1
{
  font-size:20px;
}


/*   .cording{
    display: flex;
  }*/

  /* Styles for screens with a maximum width of 500px */
  @media screen and (max-width: 700px) {
    .main-heading {
      font-size: 24px; /* Adjust font size for small screens */
    }
    .main-heading1 {
      font-size: 16px; /* Adjust font size for small screens */
    }
    .sub-heading {
      font-size: 12px; /* Adjust font size for small screens */
    }

    .sub-heading1 {
      font-size: 12px; /* Adjust font size for small screens */
    }
    .sub-heading12 {
      font-size: 12px; /* Adjust font size for small screens */
      margin-left: 1px;
    }

    .para{
      font-size: 10px;
    }

    
  /*   .cording .cor2 #rcorners2{
    display: flex;
  }*/

  .cording {
        flex-direction: column; /* Stack the items vertically */
        align-items: stretch;   /* Make items take full width */
        margin-left: 0px;
        margin-top: 0px;
    }

    .cording .cor2 #rcorners2 {
       
        margin: 10px;
    }


    .footertext{
      font-size: 12px;
    }
  
    header .logo
    {
      font-size: 10px;
    }
    header .logo .header-logo{
    width: 50px;
    height: 50px;
    }
  }



  .card_QA .faq .accordion {
    font-size: 16px;
  }
  .card_QA .faq .accordion i{
    font-size: 16px;
  }

   .card_QA .faq .pannel .pannel-para{
    font-size: 16px;
    text-align: justify;
   }



  /* Responsive styles for small screens */
  @media screen and (max-width: 768px) {
   

  
    .card_QA .faq .accordion{
      font-size: 10px; /* Smaller font size */
    }
    
  #rcorners1 .cor2 #rcorners2:hover{
  background-image:url("python.png");
  background-position:center;
  background-repeat: no-repeat;
  box-shadow: 10px 10px lightblue; 
  transition: 0.3s;

}
 
}


  /*header{
    position: fixed;
    top: 0; right:0; left:0;
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    padding: 0px 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
  }
  header .logo{
    font-weight: bolder;
    font-size: 25px;
    content: #333;
  }
  header .navbar ul{
    list-style: none;
  }
  header .navbar ul li{
    position: relative;
    float: left;
  }
  header .navbar ul li a{
    font-size: 20px;
    padding:20px;
    color:#eee222;
    display: block;
  }
  header .navbar ul li a:hover{
    background-color: #999fff;
    color: #6f6f6f6f;
  }
  header .navbar ul li ul{
    position:absolute;
    left: 0;
    width: 200px;
    background-color: #898230;
    display: none;
  }
  header .navbar ul li ul li{
    width: 100%;
    border-top:1px solid rgba(0,0,0,.1);
  }
  header .navbar ul li ul li ul{
    left: 200px;
    top: 0;
  }
  header .navbar ul li:hover > ul{
    display: initial;
  }

  #menu-bar{
    display: none;
  }
  header label{
    font-size: 20px;
    color: #333;
    cursor: pointer;
    display: none;
  }

  @media(max-width: 991px){
    header{
      padding: 20px;
    }
    header label{
      display: initial;
    }
    header .navbar{
      position: absolute;
      top: 100%; left: 0; right: 0;
      background:#fff;
      border-top: 1px solid rgba(0,0,0,.1);
      display: none;
    }
    header .navbar ul li{
      width: 100%
    }
    header .navbar ul li ul{
      position: relative;
      width: 100%;
    }
    header .navbar ul li ul li{
      background-color: #eee;
    }
    header .navbar ul li ul li ul{
      width: 100%;
      left:0;
    }
    #menu-bar:checked ~ .navbar{
      display: initial;
    }
  }*/

/*.sss{
  position: sticky;
  top: 0;
  z-index: 9999;
}

.topnav {
  overflow: hidden;
/*  background-color: #333;*/
/*  line-height: 48px;
  background: #0082e6;*/
/*  z-index: 1000;*/

/*  
}
.topnav a.logo {
  color: white;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  padding: 10px 16px;
  margin-top: 15px;
  float: left;
/*  display: block;*/
 /*
}
.topnav a.logo:hover{
  background-color: #0082e6;
  color: white;
}
.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}*/

/*.active {
  background-color: #04AA6D;
  color: white;
}*/
/*
.topnav .icon {
  display: none;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  line-height: 48px;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  position: relative;
}

.topnav a:hover,  .dropdown:hover .dropbtn {
  background-color: #999999;
  color: black;
  font-size:20px;
  transition: .5s;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
  text-align: center;

}

.dropdown:hover .dropdown-content {
  display: block;

}

@media screen and (max-width: 600px) {
  .topnav a.logo {
    padding-left: 30px;
    float: left;
  /*  display: all;*/
   
 /* }
  .topnav a:not(:last-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
   .topnav a.logo {
    font-size: 22px;
    float: left;
   display: inline-block;
  }
  .topnav.responsive {position: relative; line-height: 30px}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
  }

  .topnav.responsive a {

    float: none;
    display: block;
    text-align: left;

  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}*/


/*nav {
  background: #0082e6;
  height: 80px;
  width: 100%;
  position: fixed;
  z-index: 999;

}

label.logo {
  color: white;
  font-size: 25px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;

}

nav ul {
  float: right;
  margin-right: 20px;
}

nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}

nav ul li a {
  color: white;
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
}

a.active,
a:hover {
  background: #1b9bff;
  transition: .5s;
}

.checkbtn {
  font-size: 22px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 30px;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}

@media (max-width: 1050px) {
  label.logo {
    padding-left: 30px;
  }

  nav ul li a {
    font-size: 16px;
  }
}

/* Responsive media query code for small screen */
/*@media (max-width: 890px) {
  .checkbtn {
    display: block;
  }

  label.logo {
    font-size: 22px;
  }

  ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }

  nav ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }

  nav ul li a {
    font-size: 20px;
  }

  a:hover,
  a.active {
    background: none;
    color: #0082e6;
  }

  #check:checked~ul {
    left: 0;
  }
}
*/
section {
  background: url("bg.jpg") no-repeat;
  background-size: cover;
  height: calc(100vh - 80px);
}

.footer1{
  overflow: auto;
 /* border: 1px solid green;
  background-color: #aaaaaa;*/
  bottom: 0;
  width: 100%;
}

/*corner coding*/
#rcorners1 {
  /*background: #000333;*/
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(210,215,212,0.2637429971988795) 0%, rgba(218,222,223,0.4150035014005602) 100%);
  position: relative;
  width: 100%;
  min-height: 20%;
  z-index: 0;
  box-sizing: border-box;
  border-radius: 53% 47% 47% 53% / 6% 7% 7% 7%;
}
#rcorners2 {
  border-radius: 25px;
  background: #FFFFFF;
  padding: 20px;
  width: 100%;
  height: 200px;
 /* float: left;*/
/*  display: flex;*/
  margin: 10px;
  align-content: center;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

}
.cor3{
 display: flex;

}
#rcorners3 {
  border-radius: 25px;
  background: #FFFFFF;
  padding: 20px;
  width: 300px;
  height: 200px;
 /* float: left;*/
/*  display: flex;*/
  margin: 10px;
  align-content: center;
  flex:all;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

}
.cor2 #rcorners2:hover{
  background-image:url("python.png");
  background-position:center;
  background-repeat: no-repeat;
  box-shadow: 10px 10px lightblue; 
  transition: 0.3s;

}
.cor3 #rcorners3:hover{
  background-image:url("python.png");
  background-position:center;
  background-repeat: no-repeat;
  box-shadow: 10px 10px lightblue; 
  transition: 0.3s;

}



/*.transtxt{
  height: 0px;
  background: red;
  transition: height 2s;
}
.transtxt:hover{
  background-color: #000000;
  color: white;
  font-size: 16px;
  padding: 16px 32px;

}*/

 .image-container {
      position: relative;
      display: inline-block;
      
   
}

.image-container img {
  display: block;
  
}
.simpletxt{
  /*position: absolute;
  bottom: 20px;*/
  /*visibility: hidden;*/
  text-align: center;
  align-content: center;
  border: 1px #333fff black;
  /*margin: 30px;*/
  width: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);


}
.hover-text {
  position: absolute;
  bottom: 0px;
  left: 0%;
  transform: translateY(0%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
  
  /*transition: opacity 3s ease;*/
  pointer-events: none;
  width: 100%;
  height: 50%; 
}


.hover-text_bor {
  position: absolute;
  bottom: 0px;
  left: 0%;
  transform: translateY(0%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
  
  /*transition: opacity 3s ease;*/
  pointer-events: none;
  width: 100%;
  height: 50%; 

}
.image-container:hover .simpletxt{
  visibility: hidden;
}
.image-container:hover .hover-text{
  opacity: 1;
  width: 100%;
  height: 400px;
  transition: height 1s;
}
.image-container:hover .hover-text_bor{
  opacity: 1;
  width: 100%;
  height: 300px;
}
.card:hover .card_image_div{
  visibility: hidden;
}
.google-map {
  padding-bottom: 70%;
  position: relative;
  margin-bottom: 10%;
}

.google-map iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}


.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
 /* width: 40%;*/
  border:1px solid block;
  display: flex;
/*  background-image: url("ele.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}
.card_QA{
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
 /* width: 40%;*/
  border:1px solid block;
  /*display: flex;*/
}
.card:hover {
  box-shadow: 0 40px 16px 0 rgba(0,0,0,0.2);
  background-color: #bbbbbb;

}
/*.card-body:hover{
  background-color: #bbbbbb;
}*/
.container1 {
  padding: 2px 16px;
}
.video1{
  aspect-ratio:16/9;
  width: 100%;
  border-radius: 40px;
}

.highlight {
  color: #10accc;  Purple color for "Premium" 
}

p {
  font-size: 18px;
  color: #555;
}

.highlight-text {
  color: #10accc;
} 

/* Contact Form Container */
.contact-form-container {
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 500px;
  text-align: center;
}

/* Form Heading */
.contact-form-container h2 {
  margin-bottom: 20px;
  color: #333;
}

/* Form Groups */
.form-group {
  margin-bottom: 15px;
  text-align: left;
}

/* Labels */
.form-group label {
  display: block;
  margin-bottom: 5px;
  color: #555;
  font-size: 14px;
}

/* Input Fields */
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  background-color: #f9f9f9;
  transition: border-color 0.3s ease;
}

/* Input Field Focus State */
.form-group input:focus,
.form-group textarea:focus {
  border-color: #007bff;
  outline: none;
  background-color: #fff;
}

/* Submit Button */
.btn {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Submit Button Hover */
.btn:hover {
  background-color: #0056b3;
}

.hhh{
  /*margin-top: 40px;*/
 /* float: left;*/
 overflow: hidden;

}

/*there frequently ask question*/
.wrapper {
  max-width: 85%;
  margin: auto;
}

.wrapper > p,
.wrapper > h1 {
  margin: 1.5rem 0;
  text-align: center;
}

.wrapper > h1 {
  letter-spacing: 3px;
}

.accordion {
  background-color: white;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  font-size: 1.2rem;
  width: 100%;
  padding: 2rem 2.5rem;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.accordion i {
  font-size: 1.6rem;
}

.active,
.accordion:hover {
  background-color: #f1f7f5;
}
.pannel {
  padding: 0 2rem 2.5rem 2rem;
  background-color: white;
  overflow: hidden;
  background-color: #f1f7f5;
  display: none;
}
.pannel p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.2rem;
  line-height: 1.4;
}

.faq {
  border: 1px solid rgba(0, 0, 0, 0.2);

  margin: 10px 0;
}
.faq.active {
  border: none;
}



/* Highlighted purple text 
  font-weight: bold;
}

/* Media Section */
/*.media {
  flex: 1;
  position: relative;  
  max-width: 50%;

}*/

/*video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 40px;
}*/

/* Play Icon */
/*.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.play-icon:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.play-icon.hidden {
  display: none;
}*/



/*/* Hero Section */
/*.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  padding-top: 150px;
  background-color: #fff;
  position: static;
}*/

/* Content Section */
/*.content {
  flex: 1;
  max-width: 50%;
}

h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}*/



/*.image {
  width: 100%;
  border-radius: 8px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.play-icon::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid #333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: inline-block;
}*/

/* Responsive Design */
/*@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }

  .content, .media {
    max-width: 100%;
  }

  h1 {
    font-size: 36px;
  }

  p {
    font-size: 16px;
  }
}