@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


:root {
  --blue: #79A9F5;
  --indigo: #C45F90;
  --purple: #A16AE8;
  --pink: #FC8BC0;
  --red: #F85C70;
  --orange: #ed6200;
  --yellow: #FAD02C;
  --green: #A3C14A;
  --teal: #20c997;
  --cyan: #47D8E0;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ff7a57;
  --secondary: #6c757d;
  --success: #A3C14A;
  --info: #47D8E0;
  --warning: #FAD02C;
  --danger: #F85C70;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html {
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body { 
	font-family: 'Poppins', sans-serif; 
	margin: 0; 
	padding: 0; 
	line-height: 1.6;
	background: #FFF; 
	color: #666; 
	}
        
header {
    position: relative;
    background: url('img/header_bg.jpg') center center/cover no-repeat;
    color: white;
    text-align: center;
    padding: 50px 15px;
}
header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 105, 0, 0.7);
}
header h1, header h2 {
    position: relative;
    z-index: 1;
}
.container { 
	max-width: 920px; 
	margin: auto; 
	padding:0 20px 20px 20px;
		
}
section { 
	background: #f1f1ef; 
	padding: 20px; 
	border-radius: 5px; 
}
section.why-choose-me {
  display: flex;
  align-items: center;

}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


h2, h3 { 
	color: #ed6200; 
}
header h2 { 
	color: white; 
}
footer { 
	background: #333; 
	color: white; 
	text-align: center; 
	padding: 10px; 
	margin-top: 20px; }
a { 
	color: #ed6200; 
	text-decoration: none; 
	background-color: transparent;	
}
a:hover { 
	text-decoration: underline; 
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


li > strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
h1, .h1 {
  font-size: 2rem;
}
h2, .h2 {
  font-size: 1.75rem;
}
h3, .h3 {
  font-size: 1.5rem;
}
h4, .h4 {
  font-size: 1.25rem;
}
h5, .h5 {
  font-size: 1.15rem;
}
h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
}

label {
    display: inline-block;
    width: 50%;
    font-weight: 300;
}

input, textarea {
    width: 100%;
    padding: 8px;
    background: #FFF;
    border: none;
    border-bottom: 2px solid #ff6900;
    font-size: 16px;
    outline: none;
}

textarea {
    height: 120px;
    resize: vertical;
}

button[type="submit"] {
    background: #ff6900;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 10px;
    width:20%;
}

button[type="submit"]:hover {
    background: #e55e00;
}

.me-float-right {
  height: auto;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  margin-left: 20px; /* Push image away from text */
}
 .owl-carousel .item {height: 300px;}
 .item img {
    width: auto;
    height: 300px;
  }
  .fix-with-me .owl-theme .owl-dots .owl-dot.active span, .fix-with-me .owl-theme .owl-dots .owl-dot:hover span {
    background: #ed6200;
  }
 
.fix-with-me .navbar.affix-top .nav-link{
	color: #FFF;
 }
 .fix-with-me .navbar.affix-top .nav-link:hover{
	color: #333;
 }
.fix-with-me .navbar.affix .nav-link{
	color: #666;
 }  
 .fix-with-me .navbar.affix .nav-link:hover{
	color: #333;
 }

 .fix-with-me .navbar.affix-top{
	background-color: #ffffff00;
 }

 .fix-with-me .navbar.affix{
	background-color: #ffffff;
 }
 .spacer {
	padding-top: 40px;
 }
 .fix-with-me nav .container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
 }
 
 .fix-with-me .navbar {
    min-height: 60px;
	} 
@media (max-width: 680px) {
section.why-choose-me {
  display: block;
}
float-right {
	float: none;
	display: block;
	margin: 10px auto;
	width: 100%;
}
}
          