/* var text-decoration */
@font-face {
  font-family: myfont;
  src: url(../fonts/ufonts.com_tw-cen-mt.ttf);
}
/*--
    Common Css
--*/
body {
  font-family: myfont;
  font-size: 14px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: myfont;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
  font-weight: 500;
}
h3 {
  font-size: 20px;
  font-weight: 600;
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
  font-family: myfont;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-size: 15px;
}
/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* Variables */
/*============== Mixins style start ================*/
.overlay-effect {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
/*--
    custom heading Start
--*/
.heading {
  text-align: center;
  font-weight: 800;
  color: #000 !important;
  font-size: 2.8em;
  background: #f2e9e4;
  padding: 28px 0 28px 0;
  margin-bottom: 35px;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(44, 44, 44, 0.07);
  letter-spacing: 1.5px;
}
.heading span {
  font-size: 1.1em;
  color: #001e96 !important;
  font-weight: 900;
  background: none;
  padding: 0 4px;
  border-radius: 4px;
}

/* Remove box-shadow and background only for About Us section heading */
#about-us .heading[data-wow-delay="500ms"] {
  background: none !important;
  box-shadow: none !important;
}
#about-us .heading[data-wow-delay="500ms"]:before {
  display: none !important;
}
.heading:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 140px;
  height: 2px;
  background: none;
  margin-left: -70px;
}

@media (max-width: 600px) {
  .heading:before {
    bottom: 3px;
    width: 80px;
    margin-left: -40px;
  }
}
/*--
    custom heading Start
--*/
.title {
  color: #2E2E2E;
  text-transform: uppercase;
  padding: 30px 0px;
}
.title span {
  color: #001e96;
}
.before-border {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}
/*--
    transition custom style
--*/
.transition {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
/*============== Mixins style close ================*/
/*--
    header-img start Start
--*/
#hero-area {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 320px;
  max-height: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

#hero-area > *:not(.hero-video) {
  position: relative;
  z-index: 1;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#hero-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
/*--
    nav Start
--*/
nav {
  z-index: 99999;
  width: 100%;
}
nav .block {
  margin-top: -85px;
  background: #fff;
  padding: 25px 40px;
  background: rgba(255, 255, 255, 0.89);
}
nav .block .navbar-default {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  background: none;
}
nav .block .navbar-default .navbar-brand {
  padding-left: -100px !important;
  margin-left: -100px!important;
}


nav .block .navbar-default .navbar-brand img {
  padding-left: 70px;
  padding-right: 50px;
  padding-top: 22px;
  padding-bottom: 10px;
 
}
nav .block .slider-img {
  width: 100%;
  max-width: 300px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
}

.owl-carousel .owl-item {
  padding: 0 15px;
}

.navbar-logo {
  
  height: 350px;
  width: 350px;
object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 2px 4px rgba(26,41,81,0.2));
  

}

nav .block .navbar-default .navbar-nav {
  padding-top: 10px;
}
nav .block .navbar-default .navbar-nav > li > a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
  font-size: 15px;
  text-transform: uppercase;
}
nav .block .navbar-default .navbar-nav > li > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 0;
}
nav .block .navbar-default .navbar-nav > li > a:hover:before {
  background-color: #e94c3d;
  content: "";
  width: 100%;
}
nav .block .navbar-default .navbar-nav > li.current > a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
}
nav .block .navbar-default .navbar-nav > li.current > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
  background-color: #e94c3d;
}
nav .block .navbar-default .navbar-nav > .active > a,
nav .block .navbar-default .navbar-nav > .active > a:focus,
nav .block .navbar-default .navbar-nav > .active > a:hover {
  background: none;
}
nav .block .navbar-default .navbar-nav > .active > a:before,
nav .block .navbar-default .navbar-nav > .active > a:focus:before,
nav .block .navbar-default .navbar-nav > .active > a:hover:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #FF5333;
}
/*--
    slider Start
--*/
#slider {
  padding: 50px 0px;
}
#slider .block {
  padding: 0px 40px;
}
#slider .block .title {
  padding: 0px ;
}
#slider .block .owl-carousel {
  padding-top: 30px;
  position: relative;
  text-align: center;
}
#slider .block .owl-carousel img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2px;
  padding: 0;
}
.sdlc-slide {
  position: relative;
}
.sdlc-caption {
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
  background: rgba(0, 30, 150, 0.85);
  color: #fff;
  padding: 10px 28px;
  border-radius: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
  text-align: center;
  z-index: 2;
  opacity: 0.95;
}
@media (max-width: 600px) {
  .sdlc-caption {
    font-size: 1rem;
    padding: 6px 14px;
    border-radius: 14px;
    bottom: 5%;
  }
}
#slider .block .owl-carousel .owl-pagination {
  margin: 25px 0;
}
#slider .block .owl-carousel .owl-pagination .active {
  background: #001e96;
}
#slider .block .owl-carousel .owl-pagination div {
  background: #DADADA;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
#slider .block .owl-carousel .owl-buttons {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 40px;
  color: #AA9D84;
}
/*--
    about-us Start
--*/
#about-us {
  padding: 100px 0px;
  background: #F6F6F6;
}
#about-us .block {
  text-align: center;
}
#about-us .block p {
  color: #959595;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 0px;
}
/*--
    blog Start
--*/
#blog {
  padding-top: 75px;
  padding-bottom: 100px;
  background: url("../images/blog/blog-bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#blog:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#blog .block .heading {
  color: #fff;
}
#blog .block ul {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
  align-items: stretch;
}
#blog .block ul li {
  overflow: hidden;
  width: 100%;
  max-width: 320px;
  min-width: 180px;
  background: #fff;
  text-align: center;
  color: #959595;
  transition: 1s;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(44,44,44,0.07);
  margin: 0 auto;
  padding: 0 0 10px 0;
}
#blog .block ul li:hover img {
  transform: scale(1.2) rotate(10deg);
}
#blog .block ul li h3 {
  color: #001e96;
  padding: 0px 40px 20px;
  line-height: 26px;
  position: relative;
}
#blog .block ul li h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 1px;
  background: #CBC4B5;
  margin-left: -45px;
}
#blog .block ul li .content-right p {
  margin: 8px 0 0 0;
  padding: 0 8px 8px 8px;
  text-align: left;
  font-size:12x;
  line-height: 1.8;
  color: #232323;
  word-break: break-word;
  font-family: myfont, Arial, sans-serif;
  font-weight: 500;
}


@media (max-width: 900px) {
  #blog .block ul li .content-right p {
    font-size: 1.08rem;
    padding: 0 4px 8px 4px;
  }
}
@media (max-width: 600px) {
  #blog .block ul li .content-right p {
    font-size: 0.98rem;
    line-height: 1.5;
    padding: 0 2px 6px 2px;
    margin: 6px 0 0 0;
  }
}
#blog .block ul li .blog-img {
  width: 100%;
  height: auto;
  background: none;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 12px 0 0;
  margin-bottom: 0;
}
#blog .block ul li .blog-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  transition: all 0.8s ease-out;
  display: block;
} 
#blog .block ul li .blog-img-2 {
  width: 50%;
  float: right;
  overflow: hidden;
}
#blog .block ul li .blog-img-2 img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
}
#blog .block ul li .content-right {
  padding: 10px 10px 8px;
  font-size: 15px;
  line-height: 22px;
  width: 100%;
  height: auto;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#blog .block ul li .content-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -15px;
}
#blog .block ul li .content-left {
  padding: 40px 35px 23px;
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 999;
}
#blog .block ul li .content-left:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
}
#blog .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #001e96;
  color: #fff;
  border: 1px solid transparent ;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#blog .block .btn-more-info {
  margin: 28px auto 0 auto;
  display: block;
  min-width: 180px;
  max-width: 220px;
  padding: 12px 0;
  font-size: 17px;
  text-align: center;
  border-radius: 10px;
}
.btn-more-info:hover {
  background: transparent;
  color: #ff530a;
  border: 1px solid #ff530a;
}
/*--
    Responsive Blog Section
--*/
@media (max-width: 900px) {
  #blog .block ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  #blog .block ul li {
    max-width: 100%;
    min-width: 150px;
  }
}
@media (max-width: 600px) {
  #blog .block ul {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 10px;
  }
  #blog .block ul li {
    max-width: 100%;
    min-width: 0;
    border-radius: 8px;
  }
  #blog .block ul li .blog-img img {
    height: 120px;
    border-radius: 8px 8px 0 0;
  }
  #blog .block ul li .content-right {
    padding: 10px 6px 8px;
    font-size: 14px;
    text-align: left;
    align-items: flex-start;
  }
  #blog .btn-more-info {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 20px auto 0 auto;
    text-align: center;
    font-size: 16px;
    padding: 12px 0;
    border-radius: 8px;
  }
} 
/*--
    price Start
--*/
#price {
  padding: 70px 0px;
}
#price .block > p {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 133px 0;
  text-align: center;
}
#price .block .pricing-list {
  padding-top: 85px;
}
#price .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}
#price .block .pricing-list ul li {
  padding: 21px 0px;
}
#price .block .pricing-list ul li .item .item-title {
  position: relative;
}
#price .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  background: #fff;
}
#price .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}
#price .block .pricing-list ul li .item .item-title span {
  float: right;
  color: #938463;
}
#price .block .pricing-list ul li .item p {
  padding: 12px 0 0px;
  color: #949494;
}
#price .block .pricing-list .btn {
  padding: 28px 105px;
  border-radius: 0px;
  background: none;
  color: #FF4F02;
  border: 1px solid #FF4F02;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#price .block .pricing-list .btn:hover {
  background: #ff530a;
  color: #fff;
}
/*-------------------
  WHY CHOOSE US Section (Image Reference Layout)
---------------------*/
#why-choose-us {
  background: #f7faff;
  padding: 60px 0 40px 0;
  position: relative;
}
#why-choose-us .heading {
  color: #001e96;
}
.why-chooseus-image-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 80px;
  margin: 0 auto;
  min-height: 70vh;
  width: 100%;
  max-width: 1200px;
  position: relative;
}
.why-chooseus-left {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-chooseus-main-circle {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #7f7fd5 0%, #001e96 80%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.2rem;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 14px 60px rgba(0,30,150,0.19);
  letter-spacing: 2px;
  line-height: 1.1;
  min-width: 240px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.09), 0 1px 0 #001e96;
}
.why-chooseus-main-circle span {
  display: block;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.05;
  text-shadow: 0 2px 12px rgba(0,0,0,0.13), 0 1px 0 #001e96;
}
.why-chooseus-right {
  flex: 1 1 350px;
  display: flex;
  flex-direction: column;
  gap: 54px 0;
  position: relative;
}
.why-chooseus-point {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 110px;
}
.why-chooseus-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #001e96 65%, #7f7fd5 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  margin-right: 38px;
  box-shadow: 0 4px 20px rgba(0,30,150,0.13);
  flex-shrink: 0;
  transition: box-shadow 0.2s, transform 0.2s;
}
.why-chooseus-point:hover .why-chooseus-icon {
  box-shadow: 0 8px 32px rgba(0,30,150,0.20);
  transform: scale(1.08);
}
.why-chooseus-connector {
  width: 54px;
  height: 3px;
  background: #e6e6f0;
  margin-right: 38px;
  flex-shrink: 0;
}
.why-chooseus-text {
  flex: 1;
  min-width: 200px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 32px rgba(44,44,44,0.11), 0 1.5px 0 rgba(0,30,150,0.04);
  padding: 26px 32px;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: box-shadow 0.2s;
}
.why-chooseus-point:hover .why-chooseus-text {
  box-shadow: 0 14px 48px rgba(0,30,150,0.13), 0 2px 0 #001e96;
}
@media (max-width: 900px) {
  .why-chooseus-text {
    padding: 16px 14px;
    border-radius: 12px;
  }
}
@media (max-width: 600px) {
  .why-chooseus-text {
    padding: 10px 6px;
    border-radius: 9px;
  }
}
.why-chooseus-text h3 {
  margin: 0 0 14px 0;
  font-size: 2.4rem;
  color: #001e96;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.07), 0 1px 0 #fff;
}
.why-chooseus-text p {
  color: #232323;
  font-size: 1.35rem;
  line-height: 1.85;
  margin: 0;
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0,0,0,0.06);
}
@media (max-width: 1200px) {
  .why-chooseus-main-circle {
    width: 260px;
    height: 260px;
    font-size: 2.3rem;
    min-width: 160px;
  }
  .why-chooseus-main-circle span {
    font-size: 1.7rem;
  }
  .why-chooseus-icon {
    width: 68px;
    height: 68px;
    font-size: 1.7rem;
    margin-right: 22px;
  }
  .why-chooseus-connector {
    width: 30px;
    margin-right: 18px;
  }
  .why-chooseus-text h3 {
    font-size: 1.1rem;
  }
  .why-chooseus-text p {
    font-size: 0.93rem;
  }
  .why-chooseus-right {
    gap: 32px 0;
  }
  .why-chooseus-point {
    min-height: 70px;
  }
}
@media (max-width: 900px) {
  .why-chooseus-image-layout {
    flex-direction: column;
    align-items: center;
    gap: 36px 0;
  }
  .why-chooseus-main-circle {
    width: 180px;
    height: 180px;
    font-size: 1.3rem;
    min-width: 90px;
  }
  .why-chooseus-main-circle span {
    font-size: 1.1rem;
  }
  .why-chooseus-icon {
    width: 44px;
    height: 44px;
    font-size: 1.1rem;
    margin-right: 10px;
  }
  .why-chooseus-connector {
    width: 14px;
    margin-right: 10px;
  }
  .why-chooseus-text h3 {
    font-size: 0.95rem;
  }
  .why-chooseus-text p {
    font-size: 0.8rem;
  }
  .why-chooseus-right {
    gap: 18px 0;
  }
  .why-chooseus-point {
    min-height: 40px;
  }
}
@media (max-width: 600px) {
  .why-chooseus-image-layout {
    flex-direction: column;
    align-items: stretch;
    gap: 20px 0;
    margin-top: 20px;
  }
  .why-chooseus-main-circle {
    width: 100px;
    height: 100px;
    font-size: 0.7rem;
    margin: 0 auto 10px auto;
  }
  .why-chooseus-main-circle span {
    font-size: 0.7rem;
  }
  .why-chooseus-right {
    gap: 14px 0;
  }
  .why-chooseus-point {
    min-height: 36px;
  }
  .why-chooseus-icon {
    width: 30px;
    height: 30px;
    font-size: 0.7rem;
    margin-right: 6px;
  }
  .why-chooseus-connector {
    width: 8px;
    margin-right: 6px;
  }
  .why-chooseus-text h3 {
    font-size: 0.7rem;
    margin-bottom: 2px;
  }
  .why-chooseus-text p {
    font-size: 0.6rem;
  }
}
/*--
    subscribe Start
--*/
#subscribe {
  padding: 100px 0px;
  text-align: center;
  background: url("../images/subscribe-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
#subscribe:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bgcover1.jpg") #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: contrast(1.15) brightness(1.08) saturate(1.12);
}
#subscribe .block h1.heading {
  color: #fff;
}
#subscribe .block p {
  padding: 25px 0px;
  color: #fff;
  font-size: 18px;
}
#subscribe .block form .form-control {
  width: 450px;
  background: #fff;
  opacity: 0.9;
  border: none;
  height: 65px;
  border-radius: 0px;
  font-size: 15px;
}
#subscribe .block form .input-group-addon {
  padding: 0px;
  border: none;
  background: none;
}
#subscribe .block form .input-group-addon button {
  width: 212px;
  height: 65px;
  border: none;
  border-radius: 0px;
  background: #7EC3BB;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#subscribe .block form .input-group-addon button:hover {
  background: #69a8a1;
}
/*--
    contact-us Start
--*/
#contact-us {
  padding: 70px 0px;
}
#contact-us .block .title {
  padding: 20px 0;
}
#contact-us .block form {
  padding-bottom: 20px;
}
#contact-us .block form input {
  height: 48px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact-us .block form input:focus {
  border: 1px solid #7EC3BB;
}
#contact-us .block form textarea {
  height: 140px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact-us .block form textarea:focus {
  border: 1px solid #7EC3BB;
}
#contact-us .block a {
  background: #001e96;
  float: right;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
  border: 0px;
  width: 512px;
  height: 50px;
  padding-top: 15px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
/*--
    footer Start
--*/
#footer {
  padding: 70px 0px;
}
#footer .block h3 {
  color: #2E2E2E;
  padding-bottom: 25px;
}
#footer .block h3 span {
  color: #001e96;
}
#footer .block .blog ul,
#footer .block .info ul,
#footer .block .gallary ul {
  padding-top: 20px;
}
#footer .block .blog ul li,
#footer .block .info ul li,
#footer .block .gallary {
  margin-bottom: 30px;
}
.duvee-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 8px 0 0 0;
  padding: 0;
}
.duvee-logo-responsive {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;

}
@media (max-width: 600px) {
  .duvee-logo-responsive {
    width: 90vw;
    min-width: 0;
    border-radius: 8px;
  }
  .duvee-logo-wrapper {
    margin: 12px 0 6px 0;
  }
}
#footer .block .blog ul li,
#footer .block .info ul li,
#footer .block .gallary ul li {
  margin-bottom: 25px;
  display: inline-block;
  margin-right: 20px;
}
#footer .block .blog ul li h4,
#footer .block .info ul li h4,
#footer .block .gallary ul li h4 {
  padding-bottom: 10px;
  display: block;
  color: #001e96;
}
#footer .block .blog ul li h4 i,
#footer .block .info ul li h4 i,
#footer .block .gallary ul li h4 i {
  color: #555;
  margin-right: 30px;
  font-size: 20px;
}
#footer .block .blog ul li h4 a,
#footer .block .info ul li h4 a,
#footer .block .gallary ul li h4 a {
  color: #001e96;
  font-size: 20px;
  font-weight: 600;
}
#footer .block .blog ul li p,
#footer .block .info ul li p,
#footer .block .gallary ul li p {
  color: #474747;
  font-size: 14px;
}
#footer .block .social-media-link h3 {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 30px;
}
#footer .block .social-media-link h3 span {
  color: #001e96;
}
#footer .block .social-media-link ul li {
  display: inline-block;
  margin-right: 20px;
}
#footer .block .social-media-link ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
  border-radius: 100%;
  background: #B0B0B0;
  color: #FFFFFF;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#footer .block .social-media-link ul li a:hover {
  background: #001e96;
  color: #fff;
}
.floating-social-media {
  width: 100%;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px auto;
  padding: 16px 0 0 0;
  text-align: center;
  box-sizing: border-box;
}
.floating-social-title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.floating-social-title span {
  color: #001e96;
}
.floating-social-media ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.floating-social-media ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #001e96;
  color: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.floating-social-media ul li a:hover,
.floating-social-media ul li a:focus {
  background: #ff530a;
  color: #fff;
  transform: scale(1.08);
}
@media (max-width: 600px) {
  .floating-social-media ul {
    gap: 10px;
  }
  .floating-social-title {
    font-size: 1.2rem;
  }
  .floating-social-media ul li a {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }
}

/*--
    Google Map Section
--*/
#google-map {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.map-container {
    position: relative;
    width: 100%;
    padding-bottom: 40%; /* Aspect ratio for the map */
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(20%) contrast(1.1);
    transition: all 0.3s ease;
}

.map-container iframe:hover {
    filter: grayscale(0%) contrast(1);
}

.container-fluid {
  padding-right: 22px;
  padding-left: 15px;
  margin-right: auto;
  margin-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .map-container {
        padding-bottom: 60%; /* Taller aspect ratio for tablets */
    }
}

@media (max-width: 767px) {
    .map-container {
        padding-bottom: 80%; /* Even taller aspect ratio for mobile */
    }
}

/*--
    footer-bottom Start
--*/
#footer-bottom {
  background: #E9E9E9;
  padding: 20px 0px;
}
#footer-bottom p {
  text-align: center;
  padding-top: 12px;
  color: #454545;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
#footer-bottom p a {
  color: #001e96;
}
