@charset "UTF-8";

/* font import */

@import url('https://fonts.googleapis.com/css2?family=Battambang&family=Moulpali&family=Raleway:wght@500&display=swap');

/* font-family: 'Battambang', system-ui;
font-family: 'Moulpali', sans-serif;
font-family: 'Raleway', sans-serif; */

/* Body */

  body {
    margin: 0;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    
  }
  .body-container{
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(188,218,254,1) 50%, rgba(255,255,255,1) 100%);
    margin-top: 8.5em;
  }

/* section */

.section-container{
  margin-top:  5%;
}

section .container .row   {
  padding-top: 10px;
  line-height: 2;
}
section .container .row .col-lg-6 div h1{
  font-family: 'Moulpali', sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #0A509B;
  
}
section .container .row .col-lg-6 div p {
    margin-top: 20px;
    font-family: 'Battambang', system-ui;
    font-size: 20px;
    text-align: left;
} 
/* Styles for iPad screens (768px - 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section .container .row .col-lg-6 div h1 {
    font-size: 24px;
  }
  section .container .row .col-lg-6 div p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  section .container .row .col-lg-6 div h1 {
    font-size: x-large;
  }
  section .container .row .col-lg-6 div p {
    font-size: large;
  }
}
#about-us {
  
  padding-top: 3rem;

}
/* Tighten space around the image and text in the About Us section */
#about-us .row .col-lg-6 {
  padding-right: 0.5rem; /* Reduces right padding for the image column */
  padding-left: 0.5rem; /* Reduces left padding for the text column */
}

#about-us .fade-in img {
  max-width: 70%; /* Smaller image */
  margin-bottom: 0;
}

/* For screens larger than 992px where the layout is side by side */
@media (min-width: 992px) {
  #about-us .row .col-lg-6:first-child {
    padding-right: 0.25rem; /* Further reduce right padding for the image column */
  }

  #about-us .row .col-lg-6:last-child {
    padding-left: 0.25rem; /* Further reduce left padding for the text column */
  }
}

/* Responsive adjustment for smaller screens where elements stack */
@media (max-width: 991px) {
  #about-us .row .col-lg-6 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  #about-us .row .col-lg-6:first-child {
    padding-bottom: 1rem; /* Adds some bottom padding to the image column for spacing when stacked */
  }
}
#vision-mission{
  margin-top: 5%;
  padding: 5%;
  background-color:azure;
}
#vision-mission img {
  width: 20%; /* Make image width responsive */

}
@media (max-width: 768px) {
  #vision-mission .col-md-6 {
      margin-bottom: 20px; /* Add some space between the columns on smaller screens */
  }
}
section h1, section p {
  font-family: 'Moulpali', sans-serif;
}

/* Specific styling for Mission and Vision sections */
#vision-mission h2  {
  font-family: 'Moulpali', sans-serif; 
  font-size: 28px; /* Same size as other section headings for consistency */
  font-weight: 600;
  color: #0A509B;
}

#vision-mission p{
  font-family: 'Battambang', system-ui; 
}
/* Adjusting Vision and Mission heading sizes for consistency */


#vision-mission p {
  margin-top: 15px;
  font-size: 18px;
  text-align: left;
}

/* Responsive adjustments for Vision and Mission texts */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #vision-mission h2 {
    font-size: x-large;
  }
  #vision-mission p {
    font-size: large;
  }
}

@media only screen and (max-width: 767px) {
  #vision-mission h2  {
    font-size: x-large;
  }
   #vision-mission p{
    font-size: large;
  }
}

.section-product{
  margin-top: 5%;
  padding: 0%;

}
@media screen  and (max-width: 1024px) {
  .section-product{
    padding: 5%;
  }
  
}
@media screen  and (max-width: 767px) {
  .section-product{
    padding: 5%;
  }
  
}
.product-image {
  width: 800px; /* Adjust the size as necessary */
  
}
.product-row {
  align-items: center;
}
.cta-button {
  background-color: #4CAF50; /* Example button color */
  color: white;
}
/* Carousel */

.carousel {
  top: 100px;
}

/* .carousel-item {
  height: 820px; 
  overflow: hidden;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px){
  .body-container{
    margin-top: 20%;
  }
  .carousel-item {
    height: 600px; 
  }
  .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .body-container{
    margin-top: 30%;
  }
  .carousel-item {
    height: 230px; 
  }
  .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
} */



/*--------------------------------------------------------------
# Services (Core Values)
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  text-align: center;
  border-bottom: 3px solid #fff;
}

.services .icon-box:hover {
  transform: translateY(-5px);
}



.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: 'Moulpali', sans-serif;
  margin-top: 10%;
  color: #0A509B;
}
.services .section-title h2{
  margin-top: 5%;
  margin-bottom: 5%;
  font-size: 28px;
  font-family: 'Moulpali', sans-serif;
  color: #0A509B;
}
/* Styles for iPad screens (768px - 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .services .title {
    font-size: x-large;
  }
  .services .section-title h1{
    font-size: xx-large;
  }
}

/* Styles for phone screens (less than 768px) */
@media only screen and (max-width: 767px) {
  .services .title {
    font-size: large;
  }
  .services .section-title h1{
    margin-top: 10%;
    font-size: x-large;
  }
}


.services .description {
  margin-top: 10%;
  font-size: medium;
  line-height: 2.0;
  margin-bottom: 0;
  font-family: 'Battambang', system-ui;
}

.services .icon-box-pink .icon i {
  color: #ff689b;
}

.services .icon-box-pink:hover {
  border-color: #ff689b;
}

.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.services .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

.services .icon-box-green .icon i {
  color: #41cf2e;
}

.services .icon-box-green:hover {
  border-color: #41cf2e;
}

.services .icon-box-blue .icon i {
  color: #2282ff;
}

.services .icon-box-blue:hover {
  border-color: #2282ff;
}
/*--------------------------------------------------------------
# Partners
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
position: relative;
overflow: hidden;

box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
transition: all 0.3s ease-in-out;
border-radius: 10px;
text-align: center;
}

.services .icon-box:hover {
transform: translateY(-5px);
}

.services .section-title h2{
margin-bottom: 5%;
font-family: 'Moulpali', sans-serif;
font-weight: 600;
font-size: 28px;
color: #0A509B;
}
@media screen and (max-width: 767px) {
  .services .section-title h1{
    font-size: 26px;

  }
}

.services .partner-container .row {
  margin: 5%;
}

.img-container {
  text-align: center; /* Center images horizontally */
  margin-bottom: 20px; /* Add some space between images */
}

@media (max-width: 576px) { /* Apply styles only for screens smaller than 576px (phones) */
  .img-container {
      display: block !important; /* Force the container to be block-level */
  }
}

.services .partner-container .row .img-container img{
transition: transform 0.3s ease-out
}
.services .partner-container .row .img-container img:hover{
transform: scale(1.1);
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 30px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #1F6DE0; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
