/******** DEFAULT SETTING ********/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header,
hgroup,
section,
footer,
aside,
nav,
article,
figure,
figcaption,
canvas,
address {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 100%;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

img.fit {
  width: 100%;
  height: auto;
  display: block;
  border: none;
}

.clearfix {
  clear: both;
}

a {
  text-decoration: none;
}

/******** Header & Nav ********/
header {
  width: 100%;
  padding: 20px 0;
  background: #ffffff;
  border-top: 3px solid #cd2127;
}

.hdwrap {
  width: 84%;
  margin: 0 auto;
  position: relative;
}

.logo {
  float: left;
  width: 14%;
}

.logo h1 {
  font-family: "Racing Sans One", cursive;
  font-weight: 400;
  font-size: 2.5em;
  color: #cd2127;
}

.logo h1 span {
  color: #111111;
}

.social-icon {
  margin-right: 5px; /* Adjust spacing */
}

.hdcol {
  float: right;
  width: 35%;
  margin-top: 10px;
  text-align: right;
}

a.hdcon {
  display: inline-block;
  font-weight: 400;
  font-size: 1.1em;
  color: #050505;
  position: relative;
  /* top: 1px; */
}

span.hdicon {
  font-size: 1.2em;
  margin-right: 5px;
  color: #01773d;
}

a.hdcon:hover {
  filter: brightness(0) saturate(100%) invert(50%) sepia(30%) saturate(600%)
    hue-rotate(90deg) brightness(85%) contrast(110%);
}

i.l {
  display: inline-block;
  font-style: normal;
  font-size: 1.3em;
  margin: 0 10px;
  color: #898989;
  position: relative;
  top: 1px;
  /* bottom: 3px; */
}

a.fblink {
  display: inline-block;
  font-size: 0.8em;
  color: #3d1e1f;
  font-style: italic;
  margin-left: 6px;
  position: relative;
  bottom: 3px;
}

a.fblink:hover {
  text-decoration: underline;
}

em.hdcon2 {
  font-weight: 400;
  font-size: 1em;
  color: #333333;
  font-style: normal;
}

i.menubtn {
  position: absolute;
  top: 3px;
  right: 15px;
  width: 33px;
  height: 33px;
  display: none;
}

nav {
  width: 100%;
  background: #0b0b0b;
}

.navwrap {
  width: 84%;
  margin: 0 auto;
}

ul.nav {
  width: 100%;
  list-style: none;
}

ul.nav li {
  display: inline-block;
  margin-right: 40px;
}

ul.nav li:last-child {
  margin-right: 0;
}

ul.nav a {
  display: block;
  padding: 15px 0;
  font-weight: 500;
  font-size: 1.1em;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

ul.nav a:hover {
  color: #ea1c18;
}

.ncolR {
  float: right;
  text-align: right;
  width: 20%;
  display: none;
}

/*
a.hdfb {
    display:inline-block;
    margin-top:8px;
    font-size:1.8em;
    color:#ffffff;
}
*/

/******** Home ********/
.hmbanner {
  width: 100%;
}

.hmban {
  width: 100%;
  margin: auto;
  max-width: 1800px; /* Adjust as needed */
}

.fit {
  width: 100%;
  height: auto; /* Keeps aspect ratio */
  display: block;
}

.rbtagsec {
  width: 100%;
  background: #f1f1f1;
  position: relative;
  z-index: 50;
}

.rbtag {
  width: 70%;
  background: #066d33cf;
  position: absolute;
  top: -35px;
  left: 15%;
  border-radius: 80px;
  border: 4px solid #ffffff;
  text-align: center;
  padding: 30px 0;
  color: #ffffff;
}

p.rbtag1 {
  display: inline-block;
  font-weight: 600;
  font-size: 2.3em;
}

p.rbtag2 {
  display: inline-block;
  font-weight: 600;
  font-size: 1.7em;
  margin-left: 20px;
}

.hmsec1 {
  width: 100%;
  background: #f6f6f6;
  padding: 120px 0 60px;
  position: relative;
}

.hmsec1wrap {
  width: 84%;
  margin: 0 auto;
}

.hmsec1 h1 {
  font-weight: 400;
  font-size: 1.5em;
  color: #555555;
  text-align: center;
  line-height: 160%;
}

.hmsec1 h2 {
  font-weight: 500;
  font-size: 2em;
  color: #333333;
  text-align: center;
  margin-top: 20px;
}

.hmsec1col {
  width: 55%;
  margin: 100px 0 0;
  text-align: center;
}

table.hmrb-tab {
  width: 100%;
  border-collapse: collapse;
  border: 4px solid #9fc690;
}

table.hmrb-tab th {
  border: 1px solid #c8dac1;
  font-size: 1.3em;
  font-weight: 500;
  color: #cd2127;
  padding: 20px 0;
}

table.hmrb-tab td {
  border: 1px solid #c8dac1;
  padding: 20px 0;
  text-align: center;
}

table.hmrb-tab h3 {
  font-size: 1.2em;
  font-weight: 500;
  color: #333333;
}

table.hmrb-tab p {
  font-size: 1.2em;
  color: #555555;
}

a.linkbtn1 {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 35px;
  background: #222222;
  border-radius: 4px;
  font-size: 1.1em;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

a.linkbtn1:hover {
  background: #cd2127;
}

.hmsec1girl {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 38%;
}

.hmsec2 {
  width: 100%;
  background: #ffffff;
  padding: 50px 0px;
}

.hmsec2 h1 {
  font-size: 1.8em;
  font-weight: 500;
  color: #333333;
  text-align: center;
}

hr.line1 {
  width: 80px;
  margin: 20px auto 0;
  border-top: 4px solid #cd2127;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.hmsec2 h2 {
  margin-top: 40px;
  font-size: 1.7em;
  font-weight: 300;
  color: #333333;
  text-align: center;
}

.hmsec2 .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px; /* Adjust spacing as needed */
  justify-content: center;
  max-width: 1000px; /* Adjust for responsiveness */
  margin: 50px auto;
}

@media only screen and (max-width: 430px) {
  .hmsec2 .wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 35px; /* Adjust spacing as needed */
    justify-content: center;
    max-width: 1000px;
    margin: 50px auto;
    padding: 30px;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
  .hmsec2 .wrapper {
    grid-template-columns: repeat(2, 1fr); /* Keep 2 columns */
    gap: 35px; /* Adjust spacing as needed */
    justify-content: center;
    max-width: 1000px; /* Adjust
    or responsiveness */
    margin: 50px auto;
    padding: 30px;
  }
  .brncol img {
    width: 100%; /* Make images take full width */
    height: auto; /* Maintain aspect ratio */
  }
}
.brncol {
  text-align: center;
  transition: all 0.3s ease-in-out; /* Smooth animation */
}

.brncol4 {
  margin-right: 0;
}

.brncol:hover {
  border: 1px solid #dfdfdf;
  transform: scale(1.05); /* Slightly enlarges on hover */
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); /* Soft shadow effect */
}

.carbox {
  width: 100%;
}

.carbox img {
  width: 100%; /* Ensures it scales properly */
  height: auto; /* Keeps aspect ratio */
  transition: all 0.3s ease-in-out; /* Smooth resizing */
}

.carname {
  width: 100%;
  text-align: center;
}

.carname h3 {
  font-size: 1.4em;
  font-weight: 500;
  color: #333333;
}

.carname p {
  margin-top: 10px;
  font-size: 1.2em;
  color: #cd2127;
}

.carname p span {
  font-size: 0.8em;
}

/******** Pg Banner ********/
.pgbanner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.pgbanwrap {
  /* width: 84%;
  margin: 0 auto; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* gap: 30px; */
}

.pgbanwraps {
  width: 84%;
  margin: 0 auto;
}

.pgbanlogo h3 {
  margin-top: 20px;
  font-size: 1.3em;
  color: #f9f9f9;
  font-weight: 500;
  text-align: center;
}

.pgbancar {
  /* flex-grow: 1; Allows the image to expand */
  display: flex;
  width: 100%;
  /* justify-content: flex-end; Pushes image to the right */
  align-items: center;
  /* width: 100vw; */
  /* overflow: hidden; Prevents unwanted scrollbars */
}

@media only screen and (max-width: 600px) {
  .pgbanwrap {
    flex-direction: column;
    /* grid-template-columns: repeat(1, minmax(0, 1fr)); */
  }
  .pgbanlogo {
    width: 80%;
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 600px) {
  .pgbanwrap {
    flex-direction: row;
  }
  .pgbanlogo {
    width: 33%;
    padding: 70px;
  }
  .pgbancar {
    width: 67%;
  }
}

@media only screen and (min-width: 800px) {
  .pgbanlogo {
    padding: 70px;
  }
}

.pgbancar img {
  /* max-width: unset; Removes any width restriction */
  width: 100%; /* Keeps the original image size */
  height: auto; /* Keeps the aspect ratio */
  object-fit: cover; /* Ensures the full image is visible */
  min-width: 100%; /* Ensures it fills the available space */
}

/* .pgbancar-axia {
  width: 42%;
  float: right;
  margin-bottom: -180px;
}

.pgbancar-alza {
  width: 48%;
  float: right;
  margin-bottom: -180px;
} */

.pgbanrow {
  width: 100%;
  background: #dfdfdf;
  padding: 35px 0;
}

a.pgbanlink {
  display: inline-block;
  padding: 13px 25px;
  border-radius: 4px;
  background: #cd2127;
  font-size: 1em;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

a.pgbanlink2 {
  background: #01773d;
  margin-left: 15px;
}

a.pgbanlink:hover {
  background: #111111;
}

/******** Car Section ********/

/**** Promo & Rebate ****/
section.prices {
  width: 100%;
  padding: 45px 0;
}

section.prices2 {
  background: #f5f5f5;
}

.carwrapper {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

h1.sectag {
  text-align: center;
  font-size: 1.6em;
  font-weight: 500;
  color: #333333;
}

h1.sectag2 {
  color: #ffffff;
}

i.bdL {
  display: inline-block;
  width: 60px;
  border-top: 3px solid #cd2127;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-right: 30px;
  position: relative;
  bottom: 7px;
}

i.bdR {
  display: inline-block;
  width: 60px;
  border-top: 3px solid #cd2127;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-left: 30px;
  position: relative;
  bottom: 7px;
}

p.txt1 {
  margin-top: 50px;
  text-align: center;
  font-size: 1.4em;
  font-weight: 300;
  color: #333333;
  line-height: 150%;
}

p.txt2 {
  margin-top: 20px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 400;
  color: #01773d;
}

table.pricetab {
  margin-top: 60px;
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #c0dcb5;
}

table.pricetab2 {
  margin-top: 20px;
}

col.promo {
  background: #eef5eb;
}

table.pricetab th {
  border: 1px solid #c8dac1;
  font-size: 1.1em;
  font-weight: 500;
  color: #333333;
  padding: 15px 0;
}

table.pricetab th em {
  font-size: 0.7em;
  font-weight: 400;
}

table.pricetab td {
  border: 1px solid #c8dac1;
  padding: 15px 0;
  text-align: center;
}

table.pricetab h2 {
  font-size: 1em;
  font-weight: 500;
  color: #444444;
}

table.pricetab p {
  font-size: 1.1em;
  color: #444444;
}

ul.remark {
  margin: 20px 0 0 15px;
  font-size: 0.8em;
  color: #444444;
}

ul.remark li {
  margin-bottom: 8px;
}

ul.remark2 {
  margin: 50px 0 0 15px;
}

/**** Video1 ****/
section.vdsec1 {
  width: 100%;
  padding: 60px 0;
  background: #111111;
}

p.txt3 {
  margin-top: 30px;
  text-align: center;
  font-size: 0.9em;
  color: #efefef;
  line-height: 150%;
}

.ytvideo {
  width: 60%;
  margin: 50px auto 0;
}

.ytvideo iframe {
  display: block;
  width: 100%;
  height: 450px;
}

/**** Color ****/
section.clsec {
  width: 100%;
  padding: 60px 0;
  background: #ffffff;
}

.mdcolor {
  width: 84%;
  margin: 30px auto 0;
}

img.model {
  display: block;
  width: 66%;
  margin: 0 auto;
  height: auto;
}

p.color {
  text-align: center;
  font-size: 1.2em;
  color: #050608;
  font-weight: 600;
}

p.color em {
  font-size: 0.9em;
  color: #050608;
  font-weight: 400;
  font-style: normal;
}

p.color span {
  display: block;
  font-size: 0.8em;
  color: #cd2127;
  font-weight: 400;
}

/**** Gallery ****/
section.galsec {
  width: 100%;
  padding: 60px 0;
  background: #f0f0f0;
}

.gallery {
  width: 100%;
  margin-top: 60px;
}

.galcol1,
.galcol2 {
  float: left;
  width: 50%;
  margin-bottom: 25px;
}

.galbox {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.galbox:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

/**** GearUp ****/
section.gearup {
  width: 100%;
  padding: 60px 0;
  background: #111111;
}

.gupcol1 {
  width: 60%;
  margin: 50px auto 0;
}

.gupcol2 {
  width: 60%;
  margin: 40px auto 0;
}

.gupcol2 iframe {
  display: block;
  width: 100%;
  height: 380px;
}

/**** Axia ****/
section.piconly {
  width: 100%;
  padding: 60px 0;
  background: #f0f0f0;
}

.pic {
  width: 70%;
  margin: 50px auto 0;
}

/**** Form ****/
section.testdrive {
  width: 100%;
  padding: 60px 0;
  background: #ffffff;
}

p.txt4 {
  margin-top: 40px;
  text-align: center;
  font-size: 0.9em;
  color: #333333;
}

.formpanel {
  width: 70%;
  margin: 40px auto 0;
}

.fmrow {
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
}

label.info {
  display: block;
  float: left;
  width: 33%;
  font-size: 1em;
  color: #444444;
}

.fmrow i {
  display: block;
  float: left;
  width: 2%;
  font-size: 1em;
  color: #050608;
  font-style: normal;
}

.fill {
  float: left;
  width: 65%;
}

input.data {
  width: 100%;
  padding: 8px 15px;
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  color: #050608;
  background: #fafafa;
  border: 1px solid #dddddd;
  outline: none;
  margin-bottom: 10px;
}

ul.tdlist {
  margin: 0 0 0 6%;
  font-size: 0.95em;
  color: #444444;
}

ul.tdlist li {
  margin-bottom: 5px;
}

select.data-select {
  width: 100%;
  padding: 6px 12px;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.95em;
  color: #050608;
  background: #fafafa;
  border: 1px solid #dad3b6;
  outline: none;
  margin-bottom: 10px;
}

textarea.data-textarea {
  width: 100%;
  height: 120px;
  padding: 6px 12px;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.95em;
  color: #050608;
  background: #fafafa;
  border: 1px solid #dad3b6;
  outline: none;
  margin-bottom: 10px;
}

.fmrow2 {
  width: 100%;
}

input.tick {
  margin-top: 4px;
}

.fill div {
  margin-bottom: 8px;
}

label.tickitem {
  font-size: 0.95em;
  color: #444444;
}

label.tickmodel {
  font-size: 1em;
  color: #444444;
}

input.tickone:checked ~ label.tickmodel {
  color: #cd2127;
}

input.btn {
  display: inline-block;
  margin: 20px 5px 0 5px;
  padding: 6px 25px;
  font-size: 0.95em;
  color: #ffffff;
  background: #050608;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

input.btn:hover {
  background: #cd2127;
}

/******** Price & Promotion ********/
.pricemd {
  margin-top: 60px;
  text-align: center;
}

img.pricemd-logo {
  display: inline-block;
  width: 200px;
}

/******** Free Gift ********/
body#freegift {
  margin: 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 100%;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url("images/bg-freegift.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.giftpanel {
  width: 80%;
  margin: 0 auto;
}

.fgleft {
  float: left;
  width: 45%;
  margin-top: 50px;
}

.fgright {
  float: right;
  width: 45%;
  margin-top: 50px;
}

ol.fglist {
  list-style: decimal;
  font-size: 1.2em;
  color: #333333;
  line-height: 150%;
  font-weight: 300;
}

ol.fglist li {
  margin-bottom: 6px;
}

/******** Need Support ********/
section.support {
  width: 100%;
  padding: 40px 0;
  background: #0b0b0b;
  text-align: center;
}

section.support p {
  font-size: 1.5em;
  color: #dfdfdf;
}

section.support h4 {
  font-size: 1.8em;
  color: #f0f0f0;
  font-weight: 500;
}

a.whatsappcol {
  display: inline-block;
  margin-top: 20px;
}

a.whatsappcol span {
  font-size: 2em;
  color: #28c34b;
}

a.whatsappcol h5 {
  display: inline-block;
  margin-left: 15px;
  font-size: 2.2em;
  color: #cd2127;
  font-weight: 500;
}

/******** Footer ********/
footer {
  width: 100%;
}

.ftwrapper {
  width: 84%;
  margin: 0 auto;
  position: relative;
}

.ftrow1 {
  width: 100%;
  padding: 30px 0;
  background: #efefef;
}

.ftcol {
  float: left;
  width: 25%;
  border-right: 1px solid #aaaaaa;
  padding: 30px 0 30px 0;
  text-align: center;
  column-gap: 15px;
  display: flex;
  justify-content: center;
}

.ftcol4 {
  border-right: none;
}

span.fticon {
  font-size: 1.5em;
  color: #333333;
}

.social-icon:hover {
  filter: brightness(0) saturate(100%) invert(16%) sepia(93%) saturate(7491%)
    hue-rotate(359deg) brightness(105%) contrast(122%);
}

a.fblink2 {
  display: block;
  font-size: 0.8em;
  color: #cd2127;
  font-style: italic;
  margin: 5px 0 0 45px;
}

a.fblink2:hover {
  text-decoration: underline;
}

a.ftcon1 {
  font-weight: 400;
  font-size: 1.1em;
  color: #444444;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

a.ftcon1:hover {
  color: #cd2127;
}

a.ftcon2 {
  pointer-events: none;
}

em.ftcon2 {
  font-weight: 500;
  font-size: 1em;
  color: #555555;
  font-style: normal;
}

.ftrow2 {
  width: 100%;
  padding: 50px 0;
  background: #ffffff;
  text-align: center;
  border-bottom: 5px solid #cd2127;
}

h1.ftlogo {
  font-family: "Racing Sans One", cursive;
  font-weight: 400;
  font-size: 1.8em;
  color: #cd2127;
}

h1.ftlogo span {
  color: #111111;
}

p.cpright {
  margin-top: 20px;
  font-size: 0.85em;
  color: #555555;
}

/******** Footer ********/
.goodmail {
  width: 80%;
  margin: 0 auto;
  padding-top: 250px;
  text-align: center;
  font-family: "century gothic";
}

.goodmail h1 {
  font-family: "Racing Sans One", cursive;
  font-weight: 400;
  font-size: 2.2em;
  color: #cd2127;
}

.goodmail h1 span {
  color: #111111;
}

.goodmail p {
  font-size: 1em;
  color: #333333;
  line-height: 150%;
  margin-top: 20px;
}

.goodmail a {
  display: inline-block;
  font-size: 0.95em;
  color: #da2528;
  margin-top: 30px;
}

.goodmail a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 835px) {
  img.gdmail-logo {
    width: 180px;
  }

  .goodmail p,
  .goodmail a {
    font-size: 0.85em;
  }
}

@media screen and (max-width: 481px) {
  .goodmail {
    padding-top: 200px;
  }
}

/**** Rashid ****/
.rashid {
  position: fixed;
  bottom: 0;
  right: 2%;
  width: 150px;
  border: 3px solid #ffffff;
  z-index: 6000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rashid:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

p.alitxt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(193, 3, 3, 0.8);
  padding: 8px;
  font-size: 0.65em;
  color: #ffffff;
  font-weight: 600;
}

.clickable-text {
  text-decoration: none;
  color: rgb(242, 230, 230);
  font-weight: bold;
  transition: color 0.3s ease, transform 0.2s ease;
}

.clickable-text:hover {
  color: #0b0c0c; /* WhatsApp green */
  transform: scale(1.05); /* Slight zoom effect */
}

@media screen and (max-width: 836px) {
  .rashid {
    width: 130px;
  }

  .rashid span {
    display: none;
  }

  p.alitxt {
    font-size: 0.75em;
  }
}

@media screen and (max-width: 400px) {
  .rashid {
    width: 110px;
  }

  p.alitxt {
    font-size: 0.4em;
    padding: 5px;
  }
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}

.profile-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  margin: 30px 0;
  box-sizing: border-box;
  transition: transform 0.3s ease-in-out;
}

.profile-card:hover {
  transform: translateY(-5px);
}

.profile-card img {
  width: 280px;
  height: 390px;
  border-radius: 16px;
  object-fit: cover;
  margin-right: 40px;
}

.profile-card .info {
  flex: 1;
  min-width: 280px;
}

.profile-card h2 {
  margin: 0;
  color: #222;
  font-size: 30px;
  font-weight: 700;
}

.profile-card .id {
  color: #555;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.achievements {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.achievements li {
  font-size: 18px;
  color: #444;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}

.achievements li::before {
  content: "✔";
  color: #e24242;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.icons {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  margin-bottom: 15px;
}

.icons i {
  margin-right: 10px;
  font-size: 22px;
  color: #e24242;
}

/* WhatsApp Contact Button */
.whatsapp-button {
  display: inline-block;
  background: #25d366;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  margin: 40px auto 0;
}

.whatsapp-button i {
  font-size: 22px;
  margin-right: 10px;
}

.whatsapp-button:hover {
  background: #1ebc59;
}

.gallery-section {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #0f0303;
  margin-top: 40px;
  margin-bottom: 20px;
}

.gallery-image {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 50px;
}
.gallery-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
  margin: auto;
  object-fit: cover;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
.gallery-image img:hover {
  transform: scale(1.1);
}

/* Modal styling */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}
@media (max-width: 768px) {
  .profile-card {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .profile-card img {
    margin: 0 auto 20px;
    width: 250px;
    height: 250px;
  }
  .profile-card .info {
    min-width: unset;
    width: 100%;
  }
  .gallery-image {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .profile-card {
    padding: 15px;
  }
  .profile-card h2 {
    font-size: 24px;
  }
  .profile-card p {
    font-size: 12px;
  }
  .icons i {
    font-size: 18px;
  }
}
