.cormorant-garamond-<uniquifier> {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.cinzel-<uniquifier> {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}




.cinzel-<uniquifier> {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


html {
  scroll-behavior: smooth;
}

.bg-image {
	width:100%;
	height:auto;
	

}

.header {
	opacity: 90%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f6f6ff;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000; 
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
}

.body {
  margin-top: 80px; 
}



.header-logo {
	width:200px;
	margin:20px 150px;
}

.header {
	display:flex;
	justify-content:space-between;
	align-items:center;
	
}

.nav{
	padding: 0px 50px;
	align-items:stretch;
}



.nav-bar {
	display:flex;
	justify-content:column;
	align-items:center;
}


.nav-bar-item {	
	font-size:13px;
	padding:5%;
	list-style:none;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0 30px;
	cursor:pointer;
	font-family:cinzel;
	font-weight:bold;

}


.nav-bar-item:hover { 
	color:#344b9f;
	font-size:15px;
	font-weight:bold;
	padding-top:2.5%;
	padding-bottom:10px;
	border-bottom: 2px solid black;
	text-underline-position: 20px;
	transition: color 0.3s ease;
}

.nav-bar-item a {
  text-decoration: none;
  color: inherit;
}



.bg-image-container {
  position: relative; 
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.bg-image {
  width: 100%;
  height: auto;
}

.bg-image-text {
  position: absolute;
  top: 20%; 
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 5px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7); 
  white-space: nowrap;
  padding: 10px;
  border-radius: 5px;
}

.hamburger {
    display: none;
    font-size: 30px;
    cursor: pointer;
    padding: 10px;
}



/* body ************************/	



.body {
    background-color:#142d67; 
}

.box-container-home {
	display: flex;
    justify-content:space-between;
    align-items: center; 
    gap: 20px;
    flex-wrap: nowrap;
    width: 100%; 
    margin-top: 20px; 
    position: relative; 
	padding: 0 50px ;

}

.box-home {
    width: 350px; 
	height:450px;
    background:#f6f6ff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.box-home:hover {
	transform: scale(1.05);
}


.icon {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
}

.icon img {
    width: 40px;
}


h3 {
	font:Cinzel;
    font-size: 18px;
    font-weight: bold;
    color: #142d67;
    margin-bottom: 10px;
}

p {
	
    font-size: 14px;
    color: #4A5568;
    line-height: 1.6;
}

.box-wrapper {
	background-color:#cfd7e9;
    width: 100%;
	height:100px;
    display: flex;
	justify-content:space-between;
 
}


.item-list {
	list-style: none;
	justify-content:center;
	align-items:center;
    padding: 0;
    text-align: center; 

}

.item-list-item {
	font: Garamond;
	font-size: 10px;
    color: #344b9f;
    margin-bottom: 10px;
	line-height: 1.5;
	
}

.about-us-img {
	display:flex;
	align-items:center;
	justify-content:center;
	display:block;
	padding:50px 100px 0px 150px;
}

.bluesapphire-text {
	color:black;
	align-items:center;
	text-align:center;
	padding: 10px 150px;
}

.bluesapphire-text h2 {
	color:black;
}

.bluesapphire-text p {
	color:black;
	padding-bottom:80px;
}

h2 {
	color:#344b9f;
}

p {
	color:#344b9f;
}



.about-us {
	background-color:#cfd7e9;
	padding-top:250px;
}
	

.values-container {
  background-color: #e5f2f5;
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 30px;
  text-align: center;
}

.value-card {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:50px 50px;
  
}




.vision-image {
	width: 300px;
  height: auto;
  background-color: #2f3fa0; 
  margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.quality-assurance-image{
 width: 300px;
  height: auto;
  background-color: #2f3fa0; 
  margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.commitment-image{ 
	width: 300px;
  height: auto;
  background-color: #2f3fa0; 
  margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.value-card h2 {
  margin: 10px 0;
  font-size: 18px;
  color:#344b9f;
}

.value-card p {
  font-size: 14px;
  line-height: 1.6;
  color:#344b9f;
}


/* MEET THE TEAM ************************/	

.team-photo {
	width:auto;
	height:500px;
	display: flex;
    justify-content: center; 
    align-items: center;  
	align-content:center;
	padding: 80px 400px 30px;
}

.the_team {
	width: 100%;
	height:900px;
	background-color:#344b9f
}

.meet { 
color:white;
padding:0;
align-items:center;
text-align:center;
}


.meet span {
	color:white;
	font-size:30px;
	font-weight:bold;
}

.team_description {
	font-color:white;
	padding:0px 200px;
	align-items:center;
	text-align:center;
}

.team_description p {
	color:white;
	font-size:15px;
}


/* products ************************/	


.products {
	background-color:#e5f2f5;
	margin:0;
	padding:10px 0px;
	width:100%;
	height:100%;
}


.product-title {
	font-size:45px;
	font-weight:bold;
	padding:100px 0px;
	align-items:center;
	text-align:center;
}

.box-container{
	display: flex;
  justify-content: center;
  align-items: center;
}

.containerr {
  display: flex;
  flex-direction: column;
  gap: 15px;
	justify-content: center;
  align-items: center;
}

.box {
	width: 100%; 
	height: 230px;
	background:#f6f6ff;
	padding: 20px;
	border-radius: 15px;
	text-align: left;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.section-title {
  margin: 0;
  padding: 20px 120px 20px;
  font-size: 25px;
  font-weight: bold;
  color: #1a2b50; 
}

.content {
  display: flex;
  
  align-items: center;
  gap: 20px;
}

.product-icon{
  display: flex;
  background-color: #cfd7e9;
  width: 90px;
  height: 90px;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cable-icon {
  width: auto;
  height:80px;
  align-item:center;
	align-self:center;
	align-content:center;
}

.build-auto-icon{
	align-item:center;
	align-self:center;
	align-content:center;
	width:auto;
	height:50px;
}

.product-item-list {
	font-color:#344b9f;
  list-style-type: disc;
  padding: 0 0 0 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 150px;
  row-gap:5px;
  font-family:Cormorant Garamond;
}



.product-item-list ul {
	text-color:#344b9f;
  font-size: 14px;
}

.product-item-list li {
	text-color:#344b9f;
  font-size: 14px;
}

.small-boxes {

	width:1000px;
  display: flex;
  gap: 100px;

}

.small-boxes .product-item-list {
	grid-template-columns:none;
}


.small-box {
	padding:20px 30px 0px 20px;
	background-color:#f6f6ff;
	width:600px;
	height:250px;
  flex: 1;
  border-radius:15px;
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.small-box h3 {
	text-align:center;
	padding:20px 0px;
}
		




.build-auto-icon {
	padding: 0px 13px;
}

.tele-icon {
	width:auto;
	height:60px;
	padding: 10px 10px;
}

.cable-icon {
	transform: scaleX(-1);
	padding: 0px 18px;
}

.aircon-system {
	width:80px;
	height:50px;
	padding:18px 5px;
}

.solar {
	width:70px;
	height:60px;
	padding:13px 10px;
}

/*OUR SERVICES ************************/	


.services {
	background-color:#e5f2f5;
	wdith:100%;
	height:1300px;
	display:flex;
	justify-content:center;
	padding:100px;

}

.services-box{
	background-color:#344b9f;
	width:1200px;
	height:850px;
	padding:100px 50px;
	
    justify-content: center;
	margin: 20px 0;
	border-radius:15px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
  

  
.services-images {  
			
            border-radius: 8px;
            width: 200px;
			display: flex;
			padding: 0 0 0 200px;
	gap:15px;

}

	

.our-services {
	text-align:center;
	padding:20px;
}

.our-services h3{
	padding:50px;
	font:cinzel;
	font-size: 40px;
	font-weight:bold;
}

.service1-image {
	width:400px;
	height:300px;
}

.service2-image {
	width:200px;
	height:300px;
}

.service3-image {
	width:200px;
	height:300px;
}
	

.services-desciption p{
	color: white;
	font-family:Cormorant Garamond;
	font-weight:bold;
	font-size:15px;
	padding:10px 200px;
}





.service-container {
    display: flex;
    justify-content: space-around;
    padding: 50px;
}

.service-cardd {
    background-color: #344b9f; 
    border-radius: 10px;
    padding: 20px;
    width: 250px;
    text-align: center;
    margin: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	transition: transform 0.3s ease;
}

.service-cardd:hover {
	transform: scale(1.05);

}


.icon {
    font-size: 40px; 
    margin-bottom: 15px;
}


	
	

h2 {
    font-size: 20px;
    margin: 10px 0;
	color:white;
	font-family:cinzel;
}

p {
    font-size: 14px;
	color:white;
	font-family:Cormorant Garamond;
}

.service-cardd:hover {
   background-color: #e5f2f5;
   color: #344b9f; 
}

.service-cardd:hover h2 {
   color: #344b9f;
}

.service-cardd:hover p {
   color: #344b9f; 
}

.service-cardd:hover .icon img {
	filter: invert(1);
}




/* contact us ************************/	


.contact_us {
	background-color:#cfd7e9;
	width: 100%;
	height: 800px;
	padding: 50px 0px;
	
}


.contact-container {
	display:flex;
	padding:50px;
	padding-top:0px;
}

.add-map {
	display:flex;
	flex-direction:column;
	padding:0px 10px;
}



.container {
    width: 80%;
 
    padding: 20px;
}

.contact_us h1 {
	font-size:30px;
    font-family:cinzel;
	font-weight:bold;
    color: #003366;
	padding:50px 60px;
	padding-bottom:0px;
	margin:0px;
}




.contact-form {
    background-color: #003366;
	width:10px;
	height:450px;
    color: white;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
	flex:3;
}

form {
	width:730px;
	height:auto;
	padding:20px 0px;
	font-family:cinzel;
}

.info {
	display:flex;
	flex-direction:column;
	padding: 0px 20px;
}



.contact-info {
	background-color: #003366;
	width:500px;
	height:250px;
    color: white;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
	display:flex;
}

.contact-info p {
	font-family:Cormorant Garamond;
	font-size:13px;
}


.contact-info h2 {
	font-family:cinzel;
	font-size:20px;
	font-weight:bold;
}


.info a{
	color:white;
}

.info-image {
	
}

.info-icon {
	display:flex;
	flex-direction:column;
	padding-top:80px;
	padding-left:10px;
	width: 50px;
	height:auto;
}

.info-icon2 {
	display:flex;
	flex-direction:column;
	padding-top:30px;
	padding-left:20px;
	width: 25px;
	height:auto;
}

.info-icon3 {
	display:flex;
	flex-direction:column;
	padding-top:20px;
	padding-left:20px;
	width: 25px;
	height:auto;
}




label {
    display: block;
    margin: 10px 0 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

textarea {
    resize: none;
}

button {
    background-color: #0066cc;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

button:hover {
    background-color: #00509e;
}

.map {
	padding: 10px 0px;
}

.map img {
	border-radius:10px;
	width:540px;
	height:auto;
}

footer {
  background-color:#f6f6ff; 
  text-align: center;
  padding: 50px;
  
  bottom: 0;
  width: 100%;
  height:10px;
  font-size: 14px;
  text-color:#344b9f;
  opacity:80%;
}

footer p {
	color:#344b9f;
	font-weight:bold;
}



.video-container {
	height:600px;
	background-color:#e5f2f5;
	display: flex;
  justify-content: center;
  align-items: center;  
  
}

video {
	border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}


/* media queries ************************/	


@media only screen and (max-width: 390px) {



	body {
	margin:0;
}	
	
  .bg-image {
    width: 800px; 
    height: 530px;
    transform: rotate(90deg);
    display: block;
	object-fit:cover;
   

  }
  
  .bg-image-text {
  font-size: 15px;
  text-wrap:auto;
  text-wrap-style:balance;
  top:110%;
  left:65%;
  text-align:right;
 

 

}


.nav-bar {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
}


.hamburger {
    display: none;
    font-size: 30px;
    cursor: pointer;
    padding: 10px;
	
}


    .nav-bar {
        display: none; 
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #f6f6ff;
        text-align: center;
        padding: 20px 0;
    }

    .nav-bar.active {
        display: flex;
    }

    .nav-bar-item {
        padding: 10px 0;
    }

   
    .hamburger {
        display: block;
    }


.nav-bar-item:hover { 
	width:auto;
	height:100%;
	background: #142d67;
	color:white;
}

.box-container {
        flex-direction: column;
        align-items: center;
    }
    .box {
        width: 100%;
    }



@media only screen and (max-width: 360px) {

  .body {
    font-size: 14px;
    padding: 0 1rem;
  }

  .header {
	  width:320px;
	  height:auto;
    padding: 1rem;
    text-align: center;
  }

  .hamburger {
    display: block;
    font-size: 1.8rem;
    padding-left: 65px;
	align-content:center;
  }

  .nav-bar {
    display: none;
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }

  .nav-bar.active {
    display: flex;
  }

  .nav-bar-item {
    padding: 1rem;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
    text-align: center;
  }

  .box-container-home {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0;
  }

  .box {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
  }

  .footer {
    font-size: 0.9rem;
    padding: 1rem;
    text-align: center;
  }




.header {
    padding: 8px 15px;  
  }
  
  
.header-logo {
margin:0;
}	

  .header .logo {
    max-width: 120px;
  }

  .header .nav {
    flex-direction: column;
    align-items: center; 
    gap: 10px;
  }

  .header .nav a {
    font-size: 12px;  
  }



  .box-container-home {
    flex-direction: column;
    align-items: center;
	
    gap: 1.5rem;
  }

  .box-home {
    width: 230px;
    height: auto;
    padding: 1.5rem;
  }

  .box-wrapper {
    flex-direction: column;
	width:140px;
    height: auto;
    padding: 100px;
	padding-top:200px;
    gap: 1rem;
  }

  .item-list-item {
    font-size: 12px;
  }

  .about-us-img {
	width:300px;
	height:auto;
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bluesapphire-text {
    padding: 50px;
	padding-top:0px;
    text-align: center;
  }

  .bluesapphire-text p {
    padding-bottom: 2rem;
  }

  .values-container {
	  width:308px;
	  height:auto;
    flex-direction: column;
    padding: 1rem;
    gap: 2rem;
  }

  .value-card {
    width: 100%;
    padding: 1rem;
	padding-left:0px;
  }

  .vision-image,
  .quality-assurance-image,
  .commitment-image {
    width: 250px;
    max-width: 100%;
  }

  h3, .value-card h2 {
    font-size: 16px;
  }

  .value-card p,
  p {
    font-size: 13px;
	padding:10px;
  }

  .about-us {
	  width:340px;
	  height:auto;
    padding-top: 0px;
  }
}


	


  .team-photo {
	  width:250px;
	  height:auto;
    padding: 40px 20px 20px 50px;
	padidng-left:100px;
    height: auto;
    
  }

  .the_team {
	  width:340px;
    height: 500px;
  }

  .meet span {
    font-size: 24px;
  }

  .team_description {
    padding: 0 50px;
  }

  .team_description p {
    font-size: 10px;
  }


   .product-title {
    font-size: 26px;
    padding: 50px 10px;
  }

  .box {
    height: auto;
    padding: 15px 10px;
  }

  .section-title {
    font-size: 18px;
    padding: 10px 15px;
    text-align: center;
  }

  .content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  .product-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }

  .cable-icon {
    height: 60px;
  }

  .build-auto-icon {
    height: 40px;
  }

  .product-item-list {
    grid-template-columns: 1fr;
    gap: 8px;
    row-gap: 5px;
    padding-left: 0px;
    font-size: 13px;
	list-style: none;
  }

  .product-item-list li {
    font-size: 13px;
	list-style: none;
  }

  .small-boxes {
    flex-direction: column;
    width: 100%;
    gap: 2rem;
  }

  .small-box {
    width: 100%;
    height: auto;
    padding: 1rem;
  }

  .small-box h3 {
    font-size: 18px;
    padding: 10px 0;
  }

  .build-auto-icon,
  .tele-icon,
  .cable-icon,
  .aircon-system,
  .solar {
    max-width: 60px;
    height: auto;
    padding: 0.5rem;
  }






  .products {
width:340px;
height:auto;
  }

  .product-title {
    font-size: 24px;
    padding: 50px 0;
  }

  .section-title {
    padding: 10px 20px;
    font-size: 18px;
  }

  .box-container {
    flex-direction: column;
    align-items: stretch;
  }

  .box {
	width: 250px;
    height: auto;
    padding: 15px;
  }

  .content {
    flex-direction: column;
    gap: 15px;
  }

  .product-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
  }

  .cable-icon,
  .tele-icon,
  .build-auto-icon,
  .aircon-system,
  .solar {
    width: 40px;
    height: auto;
    padding: 5px;
  }

  .product-item-list {
    grid-template-columns: 1fr;
    gap: 10px;
   
  }

  .product-item-list li {
    font-size: 10px;
  }
  
  .product-item-list ul {
	  padding:0;
  }

  .small-boxes {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .small-box {
    width: 250px;
    height: auto;
    padding: 15px;
	align-self:center;
  }

  .small-box h3 {
    font-size: 18px;
  }







  .services {
	  width:310px;
    flex-direction: column;
    padding: 50px 15px;
    height: auto;
  }

  .services-box {
    width: 240px;
    height: auto;
    padding: 40px 20px;
  }

  .our-services h3 {
    font-size: 24px;
    padding: 20px 10px;
  }

  .services-images {
  
    padding: 0;
    align-self: center;
    gap: 20px;
  }
  


  .service1-image,
  .service2-image,
  .service3-image {
    width: auto;
	height: 78px;
   
  }

  .services-desciption p {
    font-size: 12px;
    padding: 10px 15px;
    text-align: center;
  }

  .service-container {
    flex-direction: column;
    padding: 20px 0;
    gap: 20px;
    align-items: center;
  }

  .service-cardd {
    width:200px;
	height:auto;
    margin: 10px 0;
    padding: 15px;
  }

  .service-cardd h2 {
    font-size: 16px;
  }

  .service-cardd p {
    font-size: 13px;
  }

  .icon {
    font-size: 30px;
    margin-bottom: 10px;
  }







  .contact_us {
	  width:320px;
    height: auto;
    padding:50px 10px;
  }

  .contact-container {
    flex-direction: column;
    padding: 20px;
    gap: 30px;
  }

  .add-map {
    flex-direction: column;
    padding: 0;
  }

  .container {
    width: 90%;
    padding: 10px;
  }

  .contact_us h1 {
    font-size: 22px;
    padding: 10px 20px;
    margin: 0;
  }

  .contact-form {
    width: 250px;
    height: auto;
    padding: 20px;
    flex: 1;
  }

  form {
    width:230px;
    padding: 0;
  }
  
  .info {
	  padding:0;
  }

  .contact-info {
    width: 250px;
    height: auto;
 
    margin-top: 20px;
  }

  .contact-info p {
    font-size: 10px;
	padding:0;
  }

  .contact-info h2 {
    font-size: 16px;
  }

  .info a {
    font-size: 12px;
  }
  
 

  .info-icon, .info-icon2, .info-icon3 {
    padding-left: 10px;
    padding-top: 10px;
  }
  
   .info-icon {
	  padding-top:60px;
  }
  
  .info-icon2, .info-icon3 {
	  padding-top:40px;
	  padding-left:23px;
  }

  label {
    font-size: 12px;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    padding: 8px;
    font-size: 14px;
  }

  button {
    padding: 8px 12px;
    font-size: 14px;
  }

  .map img {
    width: 290px;
    height: auto;
    border-radius: 10px;
  }
  
  footer {
  background-color:#f6f6ff; 
  text-align: center;
  padding: 20px;
 
  bottom: 0;
  max-width: 300px;
  height:30px;
  font-size: 14px;
  text-color:#344b9f;
}

footer p {
	color:#344b9f;
	font-weight:bold;
}


.video-container {
	width:300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

video {
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

  
}
}
