@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&family=Oswald:wght@300;400;500;700&family=Poppins:ital,wght@0,400;0,500;0,600;1,300;1,500;1,600&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Oswald", sans-serif;
  font-family: "Poppins", sans-serif;
}

/* universal style  */

.color {
  color: #131921;
}
.pcolor {
  color: #062e85;
}
a {
  font-size: 16px !important;
  font-weight: 900 !important;
  margin: 0 10px;
  text-transform: uppercase;
  color: #062e85 !important;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  color: #3264bf !important;
}
li {
  list-style: none;
}

i {
  color: #1949a5;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
  transition: 0.5s;
}

i:hover {
  color: #3264bf;
}

.i_color {
  color: #fff;
}
p {
  text-align: justify;
}

/* button  */
.main-btn,
.primary-btn {
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.main-btn {
  color: #fff;
  background-color: #131921;
  border: none;
  height: 40px;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 1px #dadada inset, 0px 0px 0px 6px transparent;
  box-shadow: 0px 0px 0px 1px #dadada inset, 0px 0px 0px 6px transparent;
}

.main-btn:hover,
.main-btn:focus {
  color: #555;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px 1px #dadada inset, 0px 0px 0px 6px transparent;
  box-shadow: 0px 0px 0px 1px #dadada inset, 0px 0px 0px 6px transparent;
}

.primary-btn {
  color: #fff;
  background-color: #1949a5;
}

.primary-btn:hover,
.primary-btn:focus {
  color: #fff;
  background-color: #30323a;
}

/* input type  */

.input {
  width: 80%;
  height: 40px;
  padding: 0px 15px;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 1px #dadada inset, 0px 0px 0px 5px transparent;
  box-shadow: 0px 0px 0px 1px #dadada inset, 0px 0px 0px 5px transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.input:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #5551 inset, 0px 0px 0px 0px #5551;
  box-shadow: 0px 0px 0px 1px #111 inset, 0px 0px 0px 0px #111;
}

textarea.input {
  padding: 15px;
  height: 200px;
}
/* navbar start */
nav {
  padding: 0px !important;
  position: sticky !important;
  top: 0;
  right: 0;
  background: #fff;
  width: 100%;
  z-index: 99;
  box-shadow: 1px 1px 10px #1949a5;
}
.navbar-micon {
  font-weight: bold;
  font-size: 30px;
  border: none;
  color: #111 !important;
}
.logo {
  width: 120px;
  height: 50px;
  object-fit: contain;
}
/* hero part start  */
.hero {
  width: 100%;
  height: 90vh;
  background-image:url("../image/bg6.jpg");
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hero h1 {
  font-weight: 800;
  font-size: 2.5rem;
}
.home h2 {
  font-weight: 700;
  color: #1949a5;
}
/* cart part  */
.cart {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 300px;
  padding: 20px 10px;
  box-shadow: 10px 20px 10px #c4d4e6;
  cursor: pointer;
  margin: 20px 0;
  transition: 0.3s all;
}
.cart i {
  font-size: 70px;
  display: inline-block;
  margin-bottom: 10px;
}
.cart p {
  font-weight: bold;
}
.cart:hover {
  transform: scale(1.1)

}

/* intro part  */
.intro {
  background: #1949a5;
  padding: 5% 10%;
  color: #fefefe;
}
/* /contact us  */

.banner {
  width: 100%;
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.mycontact {
  background-image:
    url("../image/contact100.jpg");
  background-attachment: fixed;
}

/* about  */
.myabout {
  background-image: 
    url("../image/about1.jpg");
}

.about h2 {
  font-weight: 700;
  color: #1949a5;
}
.about p {
  text-align: justify;
}
.aboutimg{
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  margin-top: 40px;
}
.mycontact h1,
.myabout h1 {
  font-weight: 700;
  font-style: bold;
}

/* map  */

.mymap {
  width: 98%;
  height: 70vh;
  margin-bottom: 10px;
}

.mymap iframe {
  width: 100%;
  height: 100%;
}
/* footer */
#footer {
  padding: 30px 20px;
  background: #1949a5;
  margin-top: 20px;
  width: 100%;
  color: #fff;
}
.footerlist > li > a {
  color: #deddd9 !important;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  margin-left: -30px;
}

.footerp {
  text-align: left;
}
.rows {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.services {
  cursor: pointer;
  padding: 20px 30px;
  border-radius: 20px;
  border: 2px solid #062e85;
  width: 40%;
  margin: 20px 10px;
  transition:all .5s linear;
}
.services:hover {
background: #1949a5;
}
.services:hover > p {
color: #fff !important;
}
.services:hover > h4 {
color: #fff;
}
/* blog  */
.blogcontain {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding:2vw 8vw;
  margin-top: 20px;
}
.blogcontain .blog {
  width: 70%;
}
.blogcontain .blog img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
  cursor: pointer;
}
.blogcontain .category {
  width: 35%;
}
.collegelist li a {
  color: #0008 !important;
  font-weight: 600;
  text-transform: capitalize;
}

/* media query   for mobile*/
@media only screen and (max-width: 525px) {
  .hero {
    height: 50vh;
    background-position: center;
  }
  .hero h3, h4{
    font-size: 20px;

  }

  .mycontact,
  .myabout {
    height: 50vh;
    background-position: center;
    font-size: 30px;
  }
 

  .mycontainer {
    padding: 1px !important;
  }

  .logo {
    width: 60px;
  }

  .hero h1 {
    font-size: 20px;
  }

  .input {
    width: 100%;
  }
  .services {
    margin: 0 10px;
  }
  .cart {
    width: 80%;
    margin: 20px auto;
  }
  .rows {
    justify-content: center;
    flex-direction: column;
  }
  .services {
    padding: 10px 20px;
    width: 95%;
    margin: 15px auto;
  }
  .blogcontain {
    flex-direction: column;
    padding: 2vw;
  }
  .blogcontain .blog {
    width: 80%;
    margin: 0 auto;
  }

  .blogcontain .category {
    width: 80%;
    margin: 0 auto;
  }
}

/* Parent Company Section Styling */
.parent-company-section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.parent-company-section:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.parent-logo {
  height: 60px !important;
  width: auto !important;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.parent-logo:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.parent-company-section h6 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 5px !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.parent-company-section p {
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #e8e8e8 !important;
  margin-bottom: 0 !important;
  font-weight: 500 !important;
  text-align: left !important;
}

/* Mobile responsiveness for parent company section */
@media only screen and (max-width: 768px) {
  .parent-company-section {
    padding: 15px;
    margin: 20px 0;
  }
  
  .parent-logo {
    height: 50px !important;
  }
  
  .parent-company-section h6 {
    font-size: 16px !important;
  }
  
  .parent-company-section p {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 525px) {
  .parent-company-section {
    padding: 12px;
    margin: 15px 0;
  }
  
  .parent-logo {
    height: 45px !important;
  }
  
  .parent-company-section h6 {
    font-size: 15px !important;
  }
  
  .parent-company-section p {
    font-size: 13px !important;
  }
  
  .parent-company-section .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }
  
  .parent-logo {
    margin-bottom: 10px !important;
    margin-right: 0 !important;
  }
}
