body {
  margin: 0px;
  font-size: 15px;
  line-height: 19px;
  font-weight: normal;
  font-family: "Google Sans", sans-serif;
}
.container {
  width: 1170px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.clear {
  clear: both;
}
/* ******************************** header ******************************************** */
header {
  background: transparent;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.logo {
  float: left;
}

.logo img {
  height: 80px;
  margin-top: 10px;
}
header .menu {
  float: right;
  margin-top: 25px;
  margin-right: 150px;
  font-family: "Playfair Display", serif;
}
header .menu li {
  float: left;
  padding-left: 45px;
  padding-top: 20px;
}
header .menu li .active {
  color: #000;
  text-decoration: underline #000;
}
header .menu li a {
  color: #fff;
  font-size: 18px;
}
header .menu li a:hover {
  color: #000;
  text-decoration: underline #000;
}
header .menu .icon:hover {
  background-color: transparent;
}
header .menu .icon i {
  color: #fff;
}
header .menu .icon i:hover {
  color: #000;
}
/* ******************************** banner *********************************************** */
.banner {
  background-image: url(../images/blogsection\ banner\ image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px;
  text-align: center;
  position: relative;
}
.banner .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0000004f;
}
.banner .container h1{
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 40px;
    margin-bottom: 50px;
    margin-right: 290px;
    margin-top: 0px;
    font-family: "Playfair Display", serif;
}
.banner .container p {
  color: #fff;
  z-index: 1;
  position: relative;
  font-size: 17px;
  line-height: 25px;
  margin-right: 270px;
  margin-bottom: 50px;
  font-family: "Playfair Display", serif;
}
.banner a {
  color: #fff;
  background-color: #000;
  padding: 15px 25px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  font-size: 17px;
  margin-left: 70px;
  right: 45px;
  font-family: "Playfair Display", serif;
}
.banner a:hover {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
}

/* ************************************ blogsection ***************************************************** */

/* RESET */
.blogsection {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f2ebeb; /* light pink/grey background like image */
}

/* SECTION */
.blogsection {
  padding: 80px 0;
  text-align: center;
}

/* HEADING */
.blogsection .heading .sub-title {
  color: #f4a300;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 20px;
}

.blogsection .heading h1 {
  font-size: 36px;
  margin-bottom: 50px;
  color: #000;
  font-family: "Playfair Display", serif;
}

/* PARENT BOX */
.blogsection .parent-box {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

/* CARD BOX */
.blogsection .box {
  width: 31%;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  text-align: left;
}

/* IMAGE */
.blogsection .box img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

/* CONTENT AREA */
.blogsection .content {
  padding: 20px;
  background: #f7f7f7;
}

/* TITLE */
.blogsection .content h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #222;
  line-height: 1.4;
  font-family: "Playfair Display", serif;
}

/* PARAGRAPH */
.blogsection .content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  font-family: "Playfair Display", serif;
}

/* BOTTOM ROW */
.blogsection .bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* DATE */
.blogsection .bottom span {
  font-size: 13px;
  color: #555;
  font-weight: 600;
}

/* LINK */
.blogsection .bottom a {
  text-decoration: none;
  color: gold;
  font-size: 14px;
  font-weight: 600;
}

/* HOVER (subtle like design) */
.blogsection .box:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .parent-box {
    flex-wrap: wrap;
  }

  .blogsection .box {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .blogsection .box {
    width: 100%;
  }
}

/* ************************************************* part ***************************************************** */

.part {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f2ebeb; /* light pink/grey background like image */
}

/* SECTION */
.part {
  padding: 80px 0;
  text-align: center;
}

/* HEADING */
.part .heading .sub-title {
  color: #f4a300;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 20px;
}

.part .heading h1 {
  font-size: 36px;
  margin-bottom: 50px;
  color: #000;
  font-family: "Playfair Display", serif;
}

/* PARENT BOX */
.part .parent-box {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

/* CARD BOX */
.part .box {
  width: 31%;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  text-align: left;
}

/* IMAGE */
.part .box img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

/* CONTENT AREA */
.part .content {
  padding: 20px;
  background: #f7f7f7;
}

/* TITLE */
.part .content h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #222;
  line-height: 1.4;
  font-family: "Playfair Display", serif;
}

/* PARAGRAPH */
.part .content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  font-family: "Playfair Display", serif;
}

/* BOTTOM ROW */
.part .bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* DATE */
.part .bottom span {
  font-size: 13px;
  color: #555;
  font-weight: 600;
}

/* LINK */
.part .bottom a {
  text-decoration: none;
  color: gold;
  font-size: 14px;
  font-weight: 600;
}

/* HOVER (subtle like design) */
.part .box:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .parent-box {
    flex-wrap: wrap;
  }

  .part .box {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .part .box {
    width: 100%;
  }
}


/* *************************************** footer ****************************************************** */



.footer {
  background: #000;
  color: #fff;
  padding: 50px 40px;
}

.footer-container {
  width: 100%;
  overflow: hidden; 
  font-family: "Playfair Display", serif;
}
.footer-box {
  width: 20%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

.footer-box h3 {
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
}

.footer-box a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 8px;
}

.footer-box a:hover {
  color: #374e20;
  text-decoration: underline #374e20;
}

.footer-box p {
  font-size: 16px;
  line-height: 1.6;
}

.icons img {
  width: 20px;
  margin-right: 10px;
}

.bottom {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  clear: both;
  color: #374e20;
  font-family: "Playfair Display", serif;
}
.icons {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}

/* ******************************************************************************************************** */