html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  color:#996f31!important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
  line-height: 1.6;
  color: #333;
   font-family: "DM Sans", sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: "DM Serif Display", serif;
    font-weight: 500;
    line-height:1.2;
    margin-bottom:20px;
}

/* Layout */
.container {
  max-width: 1280px;
  margin: auto;
  padding: 0 20px;
}

.center {
  text-align: center;
}
.text-primary{color:#1881c3!important;}
/* Navbar */
.navbar {
  position: sticky;
  z-index: 99;
  top: 0;
  background: white;
  border-bottom: 1px solid #eee;
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

.nav-links a {
  margin: 0 10px;
  text-decoration: none;
  color: #555;
}

.logo-main {
  font-size: 24px;
  font-weight: bold;
}

.logo-sub {
  font-size: 12px;
  margin-left: 5px;
}

/* Hero */
.hero {
  background: url('../images/banner.png') center/cover;
  color: black;
  padding: 120px 0;
}

.hero h1 {
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero span {
  color: #1881c3;
}

.theme_btn_style{
  background-color:#1881c3;
  padding:10px 15px!important;
  border-radius:8px !important;
  text-align:center;
} 
.theme_btn_style:hover{background-color:#996f31;}

.btn_dark{background-color:#1881c3;}
.btn_dark:hover{background-color:#000;}

.theme_btn_border{
  background-color:#fff;
  padding:10px 15px!important;
  border-radius:8px !important;
  text-align:center;
  color:#222;
  border:1px solid #ddd!important;
} 
.theme_btn_style:hover{background-color:#996f31;}

/* Sections */
.section {
  padding: 80px 0;
}

.section.light {
  background: #f7f2ec;
}

.section.dark {
  background: #f8f1eb;
  color: #996f31;
}

.sub {
  color: #1881c3;
  margin-bottom: 10px;
}

/* Grid */
.grid-3, .grid-4 {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* Cards */
.card {
  padding: 20px;
  background: white;
  border-radius: 8px;
}

/* Dark card fix */
.section.dark .card {
  background: #222;
}

/* Buttons */
.btn {
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  margin: 5px;
  border-radius: 5px;
}

.primary {
  background: #1881c3;
  color: white;
}

.dark {
  background: black;
  color: white;
}

.outline {
  border: 2px solid #ccc;
  background: transparent;
}

.light {
  background: white;
  color: black;
}

/* CTA */
.cta {
  margin-top: 20px;
}

/* Footer */
.footer {
  background: #1881c3;
  color: white;
  text-align: center;
  padding: 20px;
}

/* Tabler Icons */
i[class^="ti "] {
  font-size: 2rem;
  color: #1881c3;
  margin-bottom: 8px;
  display: inline-block;
}

/* Responsive Navbar */
.navbar-toggler {
  background: none;
  border: none;
  font-size: 2rem;
  color: #1881c3;
}
.nav-links {
  display: flex;
  gap: 10px;
}
 

/* Responsive Hero */
 
 
/* Cards and Grids */
.card {
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Testimonial Avatars */
.card img.rounded-circle {
  margin-bottom: 6px;
  border: 2px solid #1881c3;
}

/* Footer Responsive */
 

/* Utility */
.gap-3 { gap: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.d-none { display: none !important; }
.d-md-inline-block { display: none !important; }
 

/* Owl Carousel Styles */
.owl-carousel .card {
  padding: 30px 20px;
  text-align: center;
  margin: 10px;
}

.owl-carousel .card i.ti-quote {
  font-size: 2.5rem;
  color: #1881c3;
  margin-bottom: 15px;
  display: block;
}

.owl-carousel .card p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  font-style: italic;
}

.owl-carousel .card span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.owl-carousel .card img.rounded-circle {
  margin-bottom: 8px;
  border: 2px solid #1881c3;
}

.owl-carousel .card small {
  color: #888;
  font-size: 0.85rem;
}

/* Owl Carousel Navigation */
.owl-theme .owl-controls {
  margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
  background: #1881c3 !important;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.owl-theme .owl-controls .owl-buttons div {
  background: #1881c3;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  padding: 0;
  margin: 0 5px;
}

.owl-theme .owl-controls .owl-buttons div i {
  font-size: 1.2rem;
  color: white;
}
.navbar-expand-lg .header_nav .nav-link {
    font-size: 16px;
    padding: 0 20px;
}


.hero-content p {
    font-size: 18px;
    color: #555;
}

.about_data {
    display: flex;
    align-items: center;
}

.section_title h2{font-size:40px; font-weight:500;}
.service_features {
    flex: 1;
    padding-left: 32px; 
}

.service_features h3{font-family:"DM Sans", sans-serif;margin: 0;}
.section_title h2 small{font-family:"DM Sans", sans-serif;font-size:18px; margin-bottom:5px;}

.service_features ul {
    display: flex;
}

.service_features ul li {
    flex: 1;
    padding: 0 15px;
    border-right: 2px solid #ece6de;
}

.service_features ul li h3 {
    font-size: 18px;
    color: #333;
}

.service_features ul li i {
    font-size: 44px;
    margin-bottom: 20px;
}

.section_title {
    margin-bottom: 24px;
}

.about_data .section_title {
    margin: 0;
    width:30%;
}
.service_card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    margin-bottom: 15px;
    height: calc(100% - 15px);
    padding: 20px;
}

.service_card i {
    font-size: 44px;
    margin-bottom: 10px;
}

.service_card h3 {
    font-size: 24px;
    margin-bottom: 8px;
}

.service_card p {
    color: #555;
}

.about_section li {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
    color: #555;
}

.about_section li i {
    margin: 0 10px 0 0;
    color: #996f31;
}

.progress_list ul {
    display: flex;
}

.progress_list ul li {flex: 1;padding: 15px;position: relative;}

.progress_icon {
    display: inline-flex;
    background: #1881c369;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 20px;
}

.progress_list ul li span {
    font-size: 20px;
    display: flex;
    width: 36px;
    height: 36px;
    margin: auto;
    align-items: center;
    justify-content: center;
    background: #996f31;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.progress_icon i {
    color: #000;
    margin: 0;
}

.progress_list ul li h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
}

.progress_list ul li p {
    color: #555;
}

.progress_list ul li:after {
    content: "";
    width: 60%;
    height: 2px;
    background: #e6e6e6;
    position: absolute;
    top: 48px;
    left: calc(50% + 60px);
}

.progress_list ul li:last-child:after {
    display: none;
}

.testimonial_card {
    border: 1px solid #ddd;
    border-radius: 15px;
    margin: 10px;
    padding: 24px;
    position: relative;
    text-align: left;
}
 

.testimonial_card i {
    position: absolute;
    top: 23px;
    left: 30px;
    margin: 0;
}

.testimonial_card p {
    padding-left: 60px;
    color: #555;
}

.testimonial_user {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
 
.testimonial_user figure {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    overflow: hidden;
}

.testimonial_user figure img {
    object-fit: cover;
}

.testimonial_caption {
    padding-left: 15px;
    flex: 1;
}

.testimonial_caption p {
    padding: 0;
    font-size: 14px;
    color: #555;
}

.testimonial_caption strong {
    font-weight: 500;
    color: #000;
}

.contact_fig,.about_fig {
    border-radius: 20px;
    overflow: hidden;
}

.contact_fig img,.about_fig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block;
}
.contact_figcaption {
    padding: 0 20px;
}
 
.theme_btn_border:hover {
    background: #ddd;
    color: #000;
}
.navbar-brand{min-height:initial; max-height: 60px;}
.navbar-brand img{max-height:60px;}

/* Responsive Owl Carousel */

@media (max-width: 1199px) {
  .navbar-expand-lg .header_nav .nav-link {
    padding: 0 10px;
}

}


@media (max-width: 991px) {
.navbar-toggler-icon {
    background-size: 28px;
}
.theme_btn_style,.theme_btn_border {
    padding: 6px 15px!important;
}

.header_nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    background: #EEE;
}

.navbar-expand-lg .header_nav .nav-link {
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
}

.header_nav ul.navbar-nav {
    max-height: 280px;
}
.navbar-toggler-icon {
    width: 32px;
    height: 32px;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.about_data {
    display: block;
}

.about_data .section_title {
    width: 100%;
    text-align: center;
}

.service_features {
    padding: 15px 0 0 0;
}

.service_features ul li h3 {
    font-size: 16px;
}

.section_title h2 {
    font-size: 32px;
}

.section {
    padding: 50px 0;
}

.about_section li {
    font-size: 16px;
}
.hero h1 {
    font-size: 32px;
}

.hero-content p {
    font-size: 14px;
}

.hero {
    padding: 36px 0;
}

}

@media (max-width: 767px) {

  .hero{background-image:url(../images/mobilebanner.jpg); background-size:cover; text-align:center; position:relative;}
  section#home {
    position: relative;
}

.hero:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #161616bd;
}

.hero-content {
    padding: 0;
    position: relative;
    z-index: 9;
}

.hero h1, .hero-content p,.mobile-center * {
    color: #fff;
}
.mobile-center{justify-content:center;}

  .owl-carousel .card {
    padding: 20px 15px;
  }
  .owl-theme .owl-controls .owl-buttons {
    display: none;
  }

.service_features ul li {
    border: 1px solid #ddd;
    margin: 5px;
    border-radius: 10px;
    padding: 15px;
    flex: 0 0 50%;
    max-width: calc(50% - 10px);
    background: #ffffff66;
}

.service_features ul {
    flex-wrap: wrap;
}

.about_fig {
    margin-top: 24px;
}

.progress_list ul {
    flex-wrap: wrap;
}

.progress_list ul li {
    flex: 0 0 50%;
}

.progress_icon {
    display: none;
}

.progress_list ul li:after {
    display: none;
}

.section {
    padding: 36px 0;
}

.contact_figcaption {
    padding: 24px 0 0;
}

.section_title h2 {
    font-size: 28px;
}
 .d-md-inline-block { display: inline-block !important; }
  .d-md-block { display: block !important; }
  .d-none { display: none !important; }
  
   .nav-inner {
    flex-direction: row;
    align-items: center;
  }
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 20px 0;
  }
  .nav-links.show {
    display: flex;
  }

  .hero-content {
    flex-direction: column;
    text-align: center;
    padding: 40px 0;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .footer .container {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

}

@media (max-width: 575px) {

    .section {
        padding: 28px 0;
    }

        .section_title h2 {
        font-size: 24px;
    }
    .service_card h3{font-size:20px;}

i[class^="ti "] {
    font-size: 1.5rem;}
.mobile-center{justify-content:center;}
.mobile-center .d-flex{justify-content:center;}
.hero-content{padding:0;}

.hero h1{font-size:28px;}

.about_fig {
    margin-top: 15px;
    border-radius: 12px;
}
.progress_list ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0;
}
.mobile-hidden{display:none;}

}
