/*-------------------------------- Comman Start css */

:root {
	/* pl change the theme color you want to use */
	--priprimary-color: #0F1946;
	--secondary-color: #D3B166;
	--tertiary-color: #0F0F0F;

	--white-color: #fff;
	--black-color: #000;

	--text-color:#626161;
	--grey-color: #D8D8D8;
	--red-color: #781C1F;
}

* {
	margin: 0;
}


html,
body {
	height: 100%;
	margin: 0;
}

body {
	font-family: 'Nunito Sans', sans-serif;
	/* pl change the font you want to use */
	background-color: var(--white-color);
	color: var(--black-color);
	display: flex;
	flex-direction: column;
}

p {
	font-size: 16px;
	color: var(--text-color);
	line-height: 24px;
	margin-bottom: 15px;
}

b,
strong {
	font-weight: normal;
	color: #1d1d1f;
}


a {
	text-decoration: none;
	color: var(--black-color);
}

a:hover {
	text-decoration: none;
	color: #1d1d1f;
}


/* Form */

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none !important;
	box-shadow: none !important;
}
.col-md-6
{
	padding: 0 25px;
}
select {
	background-image: url(../images/drop-down.svg) !important;
	background-size: 15px !important;
	background-position: calc(100% - 15px) !important;
	background-repeat: no-repeat !important;
	padding-right: 15px !important;
	-webkit-appearance: none;
}

.form-check-input:checked {
	border-color: #1d1d1f;
	background-color: #1d1d1f;
}

.form-check-input[type=checkbox] {
	float: inherit;
	border-radius: 0;
	margin-right: 5px;
}
.container {
    max-width: 1100px;
}


/* Selection */

::-moz-selection {
	color: var(--white-color);
	background: var(--text-color);
}

::selection {
	color: var(--white-color);
	background: var(--text-color);
}

/* wrapper */
.wrapper-main {
	flex: 1 0 auto;
	/* overflow: hidden; */
}

/*-------------------------------- Comman End css */

.logo
{
  width: 221px;
  height: 41px;
      float: right;
}
    .header-container {
     padding-top: 60px;
       position: relative;
	 padding-bottom: 50px;	
    }

    ul.nav.list-unstyled.mb-0 {
    justify-self: right;
}
.nav .nav-link {
  padding: 10px 10px;
  color: #006187;
  text-decoration: none;
  font-weight: 500;
}
    .nav-item a {
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none;
      color: #006187;
      font-weight: 500;
    }

    .nav-link.active {
      color: #666666;
    }

    .webboje-logo {
      font-size: 1.8rem;
      font-weight: 700;
      color: #006187;
      line-height: 1;
    }

    .webboje-sub {
      font-size: 0.75rem;
      color: #999;
      line-height: 1;
    }

  
   body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #fff;
      color: #00324d;
    }
    
    .welcome-text {
	  font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #555555 !important;
	font-weight: 500;
  margin-bottom: 0.3rem!important;
    }
    .headline {
      font-size: 1.8rem;
      color: #006187;
      line-height: 1.0;
	  font-family: 'Georgia', Georgia, "Times New Roman", serif;
    font-weight: 600;
    text-align: right;
    }
    .headline-d
    {
          font-family: 'Abhaya Libre', sans-serif;
          font-weight: 600;
    }
        .text-md-start {
        text-align: right!important;
    }
    .footer {
      font-size: 16px;
      color: #6c757d;
      border-top: 2px solid #006187;
      padding-top: 15px;
	  padding-bottom: 20px;
      margin-top: 40px;
	  font-weight: 500;
	    font-family: Open Sans, Arial, sans-serif;
    }
    .footer a {
      text-decoration: none;
      color: #006187;
      margin: 0 8px;
    }
	
	.section-container p{
		    font-family: Open Sans, Arial, sans-serif;
   
    color: #666;
    background-color: #fff;
    line-height: 16px;
    font-weight: 500;
	line-height: 1.7em;
    -webkit-font-smoothing: antialiased;
	margin-top: 30px;
	}
	.section-container p a{
		color: #006187;
		overflow-wrap: anywhere;
	}
.section-container img
{
   min-width: 691px !important;
    margin-left: -200px;
}

	
  .section-container-2 
  {
    padding: 0;
    margin-top: -50px;
  }
    @media (max-width: 1100px) {
      .section-container img
{
   min-width: 100% !important;
    margin-left: 0;
}
.nav-item a
{
  padding-left: 12px;
}

    }


  /* Hide nav links on mobile by default */
  @media (max-width: 980px) {
    #mobileMenu {
      display: none;
      text-align: right !important;
      flex-direction: column;
      gap: 10px;
      margin-top: 10px;
    }

    #mobileMenu.show {
      display: flex;
    }

    .nav-item a {
      display: block;
      margin: 10px 0;
    }
	.nav-item, .logo-block {
        text-align: right;
        margin-top: 10px;
      }
	  .headline
	  {
		font-size: 1.3rem;
	  }
	   .headline br
	   {
		display: none;
	   }
	  .welcome-text
	  {
		font-size: 14px;
	  }
    .hamburger
    {
      top:20px;
    }
    header.header ul {
    padding: 0 25px;
    border-top: solid 2px #006187;
}
    
  }


/* Hide nav menu on mobile by default */
@media (max-width:980px) {
  #mobileMenu {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    margin-top: 10px;
  }
  ul.nav.list-unstyled.mb-0 {
    justify-self: right;
    display: contents;
}

  #mobileMenu.show {
    display: flex;
  }

  .nav-item a {
    display: block;
    margin: 6px 0;
  }
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Base styles */
.hamburger {
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  color: #006187;
}

.mobile-dropdown {
  position: absolute; /* OR use fixed if you want it to stay on scroll */
  top: 140px; /* adjust based on your header height */
  left: 0;
  width: 100%;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Open state */
.mobile-dropdown.open {
  max-height: 400px; /* or more based on your menu length */
}


/* Mobile Menu Items */
.mobile-dropdown ul li {
  border-bottom: 1px solid #eee;
}

.mobile-dropdown ul li a {
  display: block;
  padding: 16px 20px;
  font-size: 16px;
  color: #006187;
  font-weight: 600;
  text-decoration: none;
}

/* Hide mobile dropdown on desktop */
@media (min-width:980px) {
  .mobile-dropdown {
    display: none !important;
  }
}
.header
{
  padding-top: 60px;
  padding-bottom: 20px;
}
header.header {
  position: relative;
  z-index: 1000;
}
.nav .nav-link:hover
{
  color: #edb92a;
}