:root {
    --main-color: #235b94;
    /* --main-color: #1da1f2; */
    /* color: var(--main-color);  */
}

body {
    font-family: Arial, sans-serif, Josefin Slab, serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    /* background-color: #f4f4f4; */
    color: #333;
}

h1,
h2,
h3 {
    font-family: 'Lora', serif;
    color: var(--main-color);
}

p {
    font-family: 'Lato', sans-serif;
}


/* You can apply 'Open Sans' to specific elements as needed */

.open-sans-text {
    font-family: 'Open Sans', sans-serif;
}


/* page titles */

.page-title-gold {
    color: var(--main-color);
    margin-bottom: 30px;
    border-bottom: 1px solid var(--main-color);
}

.page-title {
    color: var(--main-color);
}




/* Social media customizations */

.social-links {
    list-style: none;
    font-size: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
}

.social-links li {
    display: inline-block;
    margin: 0 5px 5px 0;
}

.social-links li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 27px;
    border: 1px solid #e7e7e7;
    color: var(--main-color);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.social-links li a i {
    line-height: 40px;
}

.social-links li a:hover {
    background-color: transparent;
    border-color: #0c9ec7;
    color: #0c9ec7;
}

.social-links.animated-effect-1 li a {
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
    position: relative;
    z-index: 1;
}

.social-links.animated-effect-1 li a:hover {
    color: #fff !important;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.social-links.animated-effect-1 li a:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    background-color: #09afdf;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, background-color 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s, background-color 0.4s;
    transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    filter: alpha(opacity=0);
}

.social-links.animated-effect-1 li a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 0s, opacity 0.3s, background-color 0.3s;
    -moz-transition: -moz-transform 0s, opacity 0.3s, background-color 0.3s;
    transition: transform 0s, opacity 0.3s, background-color 0.3s;
}

.social-links.animated-effect-1:not(.circle) li a:after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.default.social-links li a {
    background-color: #09afdf;
    border: 1px solid #0c9ec7;
    color: #fff;
}

.default.social-links li a:hover {
    background-color: #fff;
    color: #777;
}

.dark .social-links li a {
    /* background-color:rgba(0,0,0,.2); */
    /* border:1px solid rgba(0,0,0,.1); */
    color: #fff;
}

.dark.social-links li a {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
}

.dark.social-links li a:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.colored .social-links li a {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.01);
    color: #fff;
}

.header-top .social-links {
    margin: 2px 0 0;
    display: inline-block;
}

.footer-content .social-links li {
    margin: 0 5px 5px 0;
}

.footer-content .social-links li a {
    color: #777;
    background-color: transparent;
    border-color: #777;
}

.footer-content .social-links li a:hover {
    color: #fff;
    background-color: #777;
    border-color: #777;
}

.social-links.small li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.social-links.small li a i {
    line-height: 29px;
}

.social-links.large li a {
    width: 60px;
    height: 60px;
    font-size: 24px;
}

.social-links.large li a i {
    line-height: 60px;
}

.social-links.square li a,
.square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.social-links.circle li a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.social-links.animated-effect-1 li.twitter a:hover {
    border-color: #55acee;
}

.btn.twitter,
.colored.social-links li.twitter a,
.social-links.animated-effect-1 li.twitter a:after,
.social-links:not(.animated-effect-1) li.twitter a:hover {
    background-color: #55acee;
    border-color: #55acee;
    color: #fff;
}

.btn.instagram,
.colored.social-links li.instagram a,
.social-links.animated-effect-1 li.instagram a:after,
.social-links:not(.animated-effect-1) li.instagram a:hover {
    background-color: #517fa4;
    border-color: #517fa4;
    color: #fff;
}

.circle {
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
}


/* footer customization */

.footer {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #252524;
    color: #979292;
}

.footer-credit {
    background: var(--main-color);
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 10px;
}

.footerlist li a {
    color: #aeaeae;
    text-decoration: none;
    text-transform: none;
    transition: all 0.4s ease 0s;
}

.footerlist li a:hover {
    color: var(--main-color);
}

.footerlist li {
    line-height: 25px;
}


/* weather widget */

#weatherWidget .locationName {
    color: var(--main-color);
}

#weatherWidgetInner {
    background-color: transparent !important;
}


/* Bootstrap customization */

.container {
    padding-right: 15px;
    padding-left: 15px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0;
}

.navbar-brand {
    padding: 0px;
    margin: 0px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    /* var(--bs-navbar-brand-color); */
}

.navbar-brand>img {
    width: 100px;
    height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav-link {
    margin-bottom: 0px;
    align-items: left;
    border-radius: 0px;
    color: #fdfcfc;
}

.navbar-nav>.active>a,
.navbar-nav>.active>a:focus,
.navbar-nav>.active>a:hover {
    color: #000;
    background-color: #fff;
}

.btn-default {
    background: var(--main-color);
    color: #fff;
    padding: 10px 20px;
}

.btn-default:hover {
    background: #fff;
    color: var(--main-color);
    border: solid var(--main-color) 1px;
}

.btn-white {
    background: #fff;
    color: var(--main-color);
    padding: 10px 20px;
    border: solid 1px var(--main-color);
}

.btn-white:hover {
    background: var(--main-color);
    color: #fff;
    border: solid 1px var(--main-color);
}

.panel-services {
    border: solid 1px var(--main-color);
}

.panel-services>.panel-heading {
    color: var(--main-color);
    background-color: #e9d9bb;
    border-color: var(--main-color);
}


/*
 * Row with equal height columns
 * --------------------------------------------------
 */

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


/*
   * Styles copied from the Grid example to make grid rows & columns visible.
   */


/* h4 {
	margin-top: 25px;
} */

.row {
    margin-bottom: 0px;
}


/* .row .row {
	margin-top: 10px;
	margin-bottom: 0;
} */

[class*='col-'] {
    padding-top: 15px;
    padding-bottom: 15px;
}


/*
   * Callout styles copied from Bootstrap's main docs.
   */


/* Common styles for all types */

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border-left: 3px solid #eee;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    background-color: #fff;
    border-radius: 3px;
}


/* Variations */

.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    background-color: #fcf8f2;
    border-color: var(--main-color);
}

.bs-callout-warning h4 {
    color: var(--main-color);
}

.bs-callout-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}


/* other change  */

label {
    color: #333;
}

.btn-send .btn-reset {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}


/* Nav bar */

.dropdown-menu.show {
    display: block;
}

.dropdown-menu {
    background-color: var(--main-color);
}

.dropdown-menu .dropdown-item {
    color: white;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #ffffff22;
    /* light transparent on hover */
    color: white;
}

.dropdown-divider {
    border-top: 1px solid #fff;
    /* light transparent on hover */
    color: white;
}

.navbar-logo {
    height: 60px !important;
    width: auto !important;
}


/* Our Partnrs Section */

.carouselPartners {
  width: 100%;
  height: 280px; /* adjust the height to your desired value */
  object-fit: cover;
      /* prevents image from spilling out */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cards-wrapper {
    display: flex;
    justify-content: center;
}

.card-fixed {
    width: 200px;
    /* or use 100% with max-width */
    height: 220px;
    overflow: hidden;
    /* prevents image from spilling out */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.card-fixed img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding: 10px;
}


/* Apply to home carousel */

#myCarousel img {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

#myCarousel .card {
    border: none !important;
    box-shadow: none !important;
}
/* end of Apply to home carousel */


/* Scroll up button */
.scrollup {
  position: fixed;
  bottom: 20px;
  left: 20px; /* Change to right: 20px; for right corner */
  z-index: 1000;
}

/* whatsapp-icon */
.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px; /* Change to left: 20px; for right corner */
  z-index: 1000;
}


 /* Head hero section slider  */
.hero {
  position: relative;
  height: 100vh; /* Adjust the height as needed */
  overflow: hidden;
}

.image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s;
}

.image-container img.active {
  opacity: 2;
}

.text-container {
  /* position: relative; */
  position: absolute;
  z-index: 1;
  padding-top: 30vh; /* Adjust the padding as needed */
  /* color: #f7f4f4; */
   /* Adjust the text color */
  font-size: 40px;
  font-weight: bold;

}


/* some effects or animations to the images */

/* Zoom effect on hover */
.thumbnail.zoom img {
  transition: transform 0.3s ease-in-out;
}

.thumbnail.zoom:hover img {
  transform: scale(1.1);
}

/* Fade-in effect on scroll */
.thumbnail img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.thumbnail img.loaded {
  opacity: 1;
}


/* Image overlay effect */

.thumbnail {
  position: relative;
}

.thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.thumbnail:hover .overlay {
  opacity: 1;
}


/* Animation on page load */

.thumbnail img {
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
